diff --git a/Trigger/TriggerCommon/TriggerMenuMT/scripts/generateLVL1MenuMT.py b/Trigger/TriggerCommon/TriggerMenuMT/scripts/generateLVL1MenuMT.py
index 2271470aa9733008410a48dd1017b141b9603a5e..4448c069100dbcc3ca0870c7c0f0dd8308e32f75 100755
--- a/Trigger/TriggerCommon/TriggerMenuMT/scripts/generateLVL1MenuMT.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/scripts/generateLVL1MenuMT.py
@@ -1,6 +1,6 @@
 #!/bin/env python
 
-# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
 
 import sys,os
 
@@ -35,29 +35,10 @@ def generateL1Menu(menu):
     return tpcl1.menu
 
 
-def readL1MenuFromXML(menu="LVL1config_Physics_pp_v6.xml"):
-
-    fullname = None
-
-    if '/' in menu:
-        fullname = menu
-    
-    import os
-    for path in os.environ['XMLPATH'].split(':'):
-        if 'TriggerMenuXML' not in os.listdir(path):
-            continue
-        if menu in os.listdir("%s/TriggerMenuXML/" % path):
-            fullname = "%s/TriggerMenuXML/%s" % (path,menu)
-        break # we only want to look into the first TriggerMenuXML package
-
-    if fullname:
-        tpcl1 = TriggerConfigLVL1( inputFile = fullname, outputFile = "test.xml" )
-        tpcl1.writeXML()
-        return tpcl1.menu
-    else:
-        log.error("Did not find file %s", menu)
-        return None
-
+def readL1MenuFromXML(menu):
+    tpcl1 = TriggerConfigLVL1( inputFile = menu, outputFile = "test.xml" )
+    tpcl1.writeXML()
+    return tpcl1.menu
 
 
 def findUnneededRun2():
@@ -73,30 +54,6 @@ def findUnneededRun2():
         log.info(set(tpcl1.registeredItems.keys()) - set(Lvl1Flags.items()))
 
 
-
-def findRequiredItemsFromXML():
-    
-    menus = ['Physics_pp_v7','MC_pp_v7','LS2_v1', 'Physics_pp_run3_v1', 'PhysicsP1_pp_run3_v1', 'MC_pp_run3_v1', 'Cosmic_run3_v1', 'PhysicsP1_HI_run3_v1', 'Dev_HI_run3_v1']
-
-    from TriggerMenuMT.LVL1MenuConfig.LVL1.XMLReader import L1MenuXMLReader
-
-    allItems = set()
-    allThrs = set()
-
-    path='/afs/cern.ch/atlas/software/builds/AtlasP1HLT/18.1.0.2/InstallArea/XML/TriggerMenuXML'
-
-    for menu in menus:
-        xmlfile = "%s/LVL1config_%s.xml" % (path,menu)
-        r = L1MenuXMLReader(xmlfile)
-        allItems.update( [x['name'] for x in r.getL1Items()] )
-        allThrs.update( [x['name'] for x in r.getL1Thresholds()] )
-        log.info('%s %d %d', menu, len(allItems), len(allThrs))
-
-    from pickle import dump
-    f = open("L1Items.pickle","w")
-    dump([menus,allItems,allThrs],f)
-
-
 def findUnneededRun1(what="items"):
     
     from pickle import load
diff --git a/Trigger/TriggerCommon/TriggerMenuMT/share/full_menu_cf.py b/Trigger/TriggerCommon/TriggerMenuMT/share/full_menu_cf.py
index 6e7baa2a01450a186a00e3e562a1449f64515fa5..6fc47a337ac811894c051975f8328658c181c406 100644
--- a/Trigger/TriggerCommon/TriggerMenuMT/share/full_menu_cf.py
+++ b/Trigger/TriggerCommon/TriggerMenuMT/share/full_menu_cf.py
@@ -1,16 +1,10 @@
 #
-#  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+#  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
 #
 
-
-
-
 ##########################################
 # This is the menu:
 ###########################################
-# note : L1 Seeds must be declared in CTP file: for example
-# nightly/Athena/22.0.1/InstallArea/x86_64-slc6-gcc62-opt/XML/TriggerMenuXML/LVL1config_Physics_pp_v7.xml
-##########################################
 
 def generateChains():
     from TriggerMenuMT.HLTMenuConfig.Menu.MenuComponents import RecoFragmentsPool
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/CMakeLists.txt b/Trigger/TriggerCommon/TriggerMenuXML/CMakeLists.txt
deleted file mode 100644
index d2f5c01ccd9885fb215c9c55cc49e2c327c1cb79..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/CMakeLists.txt
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
-################################################################################
-# Package: TriggerMenuXML
-################################################################################
-# This package creates the trigger menu xml files during the release build.
-# The menus are defined below via 'atlas_build_trigger_menu'.
-#
-# make                       : Build all menus defined
-# make build_menu_<menu>     : Build only <menu> (e.g. Physics_pp_v6)
-#
-# For cmake testing:
-# TMXML_BUILD_TEST=1 make    : Create dummy XML files without running athena
-#
-
-# Declare the package name:
-atlas_subdir( TriggerMenuXML )
-
-# Function to build trigger menu:
-function( atlas_build_trigger_menu menu )
-
-   # Parse the options given to the function:
-   cmake_parse_arguments( ARG "" "" "PYTHON_SOURCES" ${ARGN} )
-   set ( source_path "${CMAKE_CURRENT_SOURCE_DIR}/../TriggerMenu/" )
-
-   # Don't do anything in release recompilation dryrun mode. In all other
-   # modes, proceed as usual.
-   if( ATLAS_RELEASE_RECOMPILE_DRYRUN )
-      return()
-   endif()
-
-   # Command to build trigger menu. The idea is that ${menu}.stamp gets
-   # created as the last command, should the menu generation succeed. So
-   # that after a successful menu generation it wouldn't be attempted
-   # again. But in order for the installation step to not try to re-generate
-   # the menu in case it was the generation itself that failed, another
-   # stamp file, ${menu}.attempted.stamp is created as the first command.
-   # The menu is then only generated as part of the installation step if
-   # this ${menu}.attempted.stamp file doesn't even exist.
-   add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${menu}.stamp
-      COMMAND ${CMAKE_COMMAND} -E touch
-      ${CMAKE_CURRENT_BINARY_DIR}/${menu}.attempted.stamp
-      COMMAND ${CMAKE_COMMAND} -E make_directory
-      ${CMAKE_CURRENT_BINARY_DIR}/Menus/${menu}
-      COMMAND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/atlas_build_run.sh
-      ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/XMLDumperFromAthena.sh -r ${CMAKE_PROJECT_VERSION} ${menu}
-      ${CMAKE_CURRENT_BINARY_DIR}/Menus/${menu}
-      COMMAND ${CMAKE_COMMAND} -E make_directory
-      ${CMAKE_XML_OUTPUT_DIRECTORY}/TriggerMenuXML
-      COMMAND ${CMAKE_COMMAND} -E copy_directory
-      ${CMAKE_CURRENT_BINARY_DIR}/Menus/${menu}/
-      ${CMAKE_XML_OUTPUT_DIRECTORY}/TriggerMenuXML
-      COMMAND ${CMAKE_COMMAND} -E touch
-      ${CMAKE_CURRENT_BINARY_DIR}/${menu}.stamp
-      DEPENDS "Package_$<JOIN:$<TARGET_PROPERTY:ATLAS_PACKAGES_TARGET,ATLAS_PACKAGES>,;Package_>" 
-              "${source_path}$<JOIN:${ARG_PYTHON_SOURCES},;${source_path}>" )
-
-
-   # Create custom target and add it to package dependencies
-   add_custom_target( build_menu_${menu} ALL SOURCES
-      ${CMAKE_CURRENT_BINARY_DIR}/${menu}.stamp )
-
-   # In case the file generation failed, because it wasn't even attempted
-   # (failure in another package), then try to run the generation as part
-   # of the installation. Note that apparently chaining commands inside a
-   # single execute_process(...) call doesn't work correctly during installation
-   # for some reason. Hence it's taken apart into 3 separate calls.
-   install( CODE "if( NOT EXISTS
-                     ${CMAKE_CURRENT_BINARY_DIR}/${menu}.attempted.stamp )
-                     message( WARNING \"Generating trigger menu ${menu}\"
-                              \" during the installation\" )
-                     execute_process( COMMAND ${CMAKE_COMMAND} -E touch
-                        ${CMAKE_CURRENT_BINARY_DIR}/${menu}.attempted.stamp )
-                     execute_process(
-                        COMMAND ${CMAKE_COMMAND} -E make_directory
-                        ${CMAKE_CURRENT_BINARY_DIR}/Menus/${menu} )
-                     execute_process(
-                        COMMAND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/atlas_build_run.sh
-                        ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/XMLDumperFromAthena.sh
-                        -r ${CMAKE_PROJECT_VERSION} ${menu} ${CMAKE_CURRENT_BINARY_DIR}/Menus/${menu} )
-                  endif()" )
-
-   # Install the generated XML files. Note that this installation rule is
-   # executed after the previous code. So by this time the files should be
-   # in place, if they could be produced.
-   install( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/Menus/${menu}/
-      DESTINATION ${CMAKE_INSTALL_XMLDIR}/TriggerMenuXML
-      USE_SOURCE_PERMISSIONS
-      FILES_MATCHING PATTERN "*.xml" )
-
-   # Create a target that will depend on all the other targets, and will
-   # print the "right message" at the end of the build. Notice that
-   # we can't rely on the Package_TriggerMenuXML target here, since
-   # the XML generation depends on all package targets being ready before
-   # it could start. So it would cause a circular dependency to make the
-   # menu targets be dependencies of the package target.
-   if( NOT TARGET TriggerMenuXMLMain )
-      add_custom_target( TriggerMenuXMLMain ALL
-         COMMAND ${CMAKE_COMMAND} -E echo
-         "TriggerMenuXML: Package build succeeded" )
-   endif()
-   add_dependencies( TriggerMenuXMLMain build_menu_${menu} )
-
-endfunction ( atlas_build_trigger_menu )
-
-# Install files from the package:
-atlas_install_joboptions( share/*.py )
-atlas_install_scripts( scripts/CreateTriggerMenuXML.sh )
-atlas_install_scripts( scripts/XMLDumperFromAthena.sh )
-atlas_install_xmls( data/*.xml )
-
-# List of menus to be created: 
-# All menus disabled except Physics_pp_v7_primaries while the migration
-# from 21.1 is ongoing
-
-#set ( MC_pp_v7_sources      python/menu/Physics_pp_v7.py python/menu/MC_pp_v7.py python/l1menu/Menu_MC_pp_v7.py )
-#set ( Physics_pp_v7_sources python/menu/Physics_pp_v7.py python/l1menu/Menu_Physics_pp_v7.py python/l1menu/Menu_MC_pp_v7.py )
-#atlas_build_trigger_menu( Physics_pp_v7 PYTHON_SOURCES ${Physics_pp_v7_sources} )
-#atlas_build_trigger_menu( Physics_pp_v7_tight_physics_prescale PYTHON_SOURCES ${Physics_pp_v7_sources} )
-atlas_build_trigger_menu( Physics_pp_v7_primaries PYTHON_SOURCES ${Physics_pp_v7_sources} python/menu/Physics_pp_v7_primaries.py)
-#atlas_build_trigger_menu( MC_pp_v7 PYTHON_SOURCES ${MC_pp_v7_sources} )
-#atlas_build_trigger_menu( MC_pp_v7_loose_mc_prescale PYTHON_SOURCES ${MC_pp_v7_sources} )
-#atlas_build_trigger_menu( MC_pp_v7_tight_mc_prescale PYTHON_SOURCES ${MC_pp_v7_sources} )
-#atlas_build_trigger_menu( MC_pp_v7_tightperf_mc_prescale PYTHON_SOURCES ${MC_pp_v7_sources} )
-#
-#set ( MC_HI_v4_sources      python/menu/Physics_HI_v4.py python/menu/MC_HI_v4.py python/l1menu/Menu_MC_HI_v4.py )
-#set ( Physics_HI_v4_sources python/menu/Physics_HI_v4.py python/l1menu/Menu_Physics_HI_v4.py python/l1menu/Menu_MC_HI_v4.py )
-#atlas_build_trigger_menu( Physics_HI_v4 PYTHON_SOURCES ${Physics_HI_v4_sources} )
-#atlas_build_trigger_menu( MC_HI_v4 PYTHON_SOURCES ${MC_HI_v4_sources} )
-#atlas_build_trigger_menu( MC_HI_v4_tight_mc_prescale PYTHON_SOURCES ${MC_HI_v4_sources} )
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/HLTMenuM9_beamsplash_20.1.3.2.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/HLTMenuM9_beamsplash_20.1.3.2.xml
deleted file mode 100644
index 2f1b18b8c0fec0c72cdd361e46b76b2b014e988d..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/HLTMenuM9_beamsplash_20.1.3.2.xml
+++ /dev/null
@@ -1,4589 +0,0 @@
-<?xml version="1.0" ?>
-<!--File is auto-generated by python config class, may be overwritten-->
-<!--No. of L2 HLT chains:0-->
-<!--No. of EF HLT chains:0-->
-<!--No. of HLT chains:238-->
-<HLT_MENU menu_name="Physics_pp_v5" prescale_set_name="Physics_pp_v5_default_prescale">
-	<SEQUENCE_LIST>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_Ringer TrigL2CaloHypo/L2CaloHypo_g_nocut" input="EM3HI" output="L2_g0_perf_L1EM3HI_L1_EM3HI_calo"/>
-		<SEQUENCE algorithm="TrigL2PhotonFex/L2PhotonFex_1 TrigL2PhotonHypo/L2PhotonHypo_g0_NoCut" input="L2_g0_perf_L1EM3HI_L1_EM3HI_calo" output="L2_g0_perf_L1EM3HI_L1_EM3HI"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_eGamma TrigCaloTowerMaker/TrigCaloTowerMaker_eGamma TrigCaloClusterMaker/TrigCaloClusterMaker_slw" input="L2_g0_perf_L1EM3HI_L1_EM3HI" output="EF_g0_perf_L1EM3HI_L1_EM3HI_calo"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Photon TrigEFCaloHypo/TrigEFCaloHypo_g0_NoCut" input="EF_g0_perf_L1EM3HI_L1_EM3HI_calo" output="EF_g0_perf_L1EM3HI_L1_EM3HI_calocalib"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_NoIDEF_eGamma TrigEFPhotonHypo/TrigEFPhotonHypo_g0_NoCut" input="EF_g0_perf_L1EM3HI_L1_EM3HI_calocalib" output="EF_g0_perf_L1EM3HI_L1_EM3HI"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_Ringer TrigL2CaloHypo/L2CaloHypo_e0_NoCut" input="EM3HI" output="L2_e0_perf_L1EM3HI_L1_EM3HIcl"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_Electron_IDTrig InDet::SCT_TrgClusterization/SCTClustering_Electron_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_Electron_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_eGamma InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_FTF" input="L2_e0_perf_L1EM3HI_L1_EM3HIcl" output="L2_e0_perf_L1EM3HI_L1_EM3HIid"/>
-		<SEQUENCE algorithm="TrigL2ElectronFex/L2ElectronFex_1 TrigL2ElectronHypo/L2ElectronHypo_e0_NoCut" input="L2_e0_perf_L1EM3HI_L1_EM3HIid" output="L2_e0_perf_L1EM3HI_L1_EM3HI"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_eGamma TrigCaloTowerMaker/TrigCaloTowerMaker_eGamma TrigCaloClusterMaker/TrigCaloClusterMaker_slw" input="L2_e0_perf_L1EM3HI_L1_EM3HI" output="EF_e0_perf_L1EM3HI_L1_EM3HIcalo"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Electron TrigEFCaloHypo/TrigEFCaloHypo_e0_NoCut" input="EF_e0_perf_L1EM3HI_L1_EM3HIcalo" output="EF_e0_perf_L1EM3HI_L1_EM3HIcalocalib"/>
-		<SEQUENCE algorithm="InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Electron_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Electron_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Electron_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_Electron_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Electron_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_EFID InDet::TrigVxPrimary/TrigVxPrimary_Electron_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_Electron_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Electron_EFID TrigEFTrackHypo/EFTrackHypo_e0_NoCut" input="EF_e0_perf_L1EM3HI_L1_EM3HIcalocalib" output="EF_e0_perf_L1EM3HI_L1_EM3HIid"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_eGamma TrigEFElectronHypo/TrigEFElectronHypo_e0_NoCut" input="EF_e0_perf_L1EM3HI_L1_EM3HIid" output="EF_e0_perf_L1EM3HI_L1_EM3HI"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_eGamma TrigEFElectronHypo/TrigEFElectronHypo_e3_loose" input="EF_e3_loose_L1_EM3id" output="EF_e3_loose_L1_EM3"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_Electron_IDTrig InDet::SCT_TrgClusterization/SCTClustering_Electron_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_Electron_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_eGamma InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_FTF" input="L2_e3_lhloose_L1_EM3cl" output="L2_e3_lhloose_L1_EM3id"/>
-		<SEQUENCE algorithm="TrigL2ElectronFex/L2ElectronFex_1 TrigL2ElectronHypo/TrigL2ElectronHypo_e3_lhloose" input="L2_e3_lhloose_L1_EM3id" output="L2_e3_lhloose_L1_EM3"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_eGamma TrigCaloTowerMaker/TrigCaloTowerMaker_eGamma TrigCaloClusterMaker/TrigCaloClusterMaker_slw" input="L2_e3_lhloose_L1_EM3" output="EF_e3_lhloose_L1_EM3calo"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Electron TrigEFCaloHypo/TrigEFCaloHypo_e3_lhloose" input="EF_e3_lhloose_L1_EM3calo" output="EF_e3_lhloose_L1_EM3calocalib"/>
-		<SEQUENCE algorithm="InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Electron_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Electron_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Electron_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_Electron_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Electron_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_EFID InDet::TrigVxPrimary/TrigVxPrimary_Electron_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_Electron_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Electron_EFID TrigEFTrackHypo/EFTrackHypo_e3_lhloose" input="EF_e3_lhloose_L1_EM3calocalib" output="EF_e3_lhloose_L1_EM3id"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_eGamma TrigEFElectronHypo/TrigEFElectronHypo_e3_lhloose" input="EF_e3_lhloose_L1_EM3id" output="EF_e3_lhloose_L1_EM3"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_eGamma TrigL2CaloHypo/L2CaloHypo_e3_NoCut" input="EM3" output="L2_e3_etcut_L1_EM3cl"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_Electron_IDTrig InDet::SCT_TrgClusterization/SCTClustering_Electron_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_Electron_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_eGamma InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_FTF" input="L2_e3_etcut_L1_EM3cl" output="L2_e3_etcut_L1_EM3id"/>
-		<SEQUENCE algorithm="TrigL2ElectronFex/L2ElectronFex_1 TrigL2ElectronHypo/L2ElectronHypo_e3_NoCut" input="L2_e3_etcut_L1_EM3id" output="L2_e3_etcut_L1_EM3"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_eGamma TrigCaloTowerMaker/TrigCaloTowerMaker_eGamma TrigCaloClusterMaker/TrigCaloClusterMaker_slw" input="L2_e3_etcut_L1_EM3" output="EF_e3_etcut_L1_EM3calo"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Electron TrigEFCaloHypo/TrigEFCaloHypo_e3_EtCut" input="EF_e3_etcut_L1_EM3calo" output="EF_e3_etcut_L1_EM3calocalib"/>
-		<SEQUENCE algorithm="InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Electron_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Electron_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Electron_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_Electron_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Electron_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_EFID InDet::TrigVxPrimary/TrigVxPrimary_Electron_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_Electron_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Electron_EFID TrigEFTrackHypo/EFTrackHypo_e3_NoCut" input="EF_e3_etcut_L1_EM3calocalib" output="EF_e3_etcut_L1_EM3id"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_eGamma TrigEFElectronHypo/TrigEFElectronHypo_e3_EtCut" input="EF_e3_etcut_L1_EM3id" output="EF_e3_etcut_L1_EM3"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_eGamma TrigL2CaloHypo/L2CaloHypo_g_nocut" input="EM3" output="L2_g3_etcut_L1_EM3_calo"/>
-		<SEQUENCE algorithm="TrigL2PhotonFex/L2PhotonFex_1 TrigL2PhotonHypo/L2PhotonHypo_g3_EtCut" input="L2_g3_etcut_L1_EM3_calo" output="L2_g3_etcut_L1_EM3"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_eGamma TrigCaloTowerMaker/TrigCaloTowerMaker_eGamma TrigCaloClusterMaker/TrigCaloClusterMaker_slw" input="L2_g3_etcut_L1_EM3" output="EF_g3_etcut_L1_EM3_calo"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Photon TrigEFCaloHypo/TrigEFCaloHypo_g3_EtCut" input="EF_g3_etcut_L1_EM3_calo" output="EF_g3_etcut_L1_EM3_calocalib"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_NoIDEF_eGamma TrigEFPhotonHypo/TrigEFPhotonHypo_g3_EtCut" input="EF_g3_etcut_L1_EM3_calocalib" output="EF_g3_etcut_L1_EM3"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_Ringer TrigL2CaloHypo/L2CaloHypo_e0_NoCut" input="EM3" output="L2_e0_perf_L1EM3_L1_EM3cl"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_Electron_IDTrig InDet::SCT_TrgClusterization/SCTClustering_Electron_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_Electron_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_eGamma InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_FTF" input="L2_e0_perf_L1EM3_L1_EM3cl" output="L2_e0_perf_L1EM3_L1_EM3id"/>
-		<SEQUENCE algorithm="TrigL2ElectronFex/L2ElectronFex_1 TrigL2ElectronHypo/L2ElectronHypo_e0_NoCut" input="L2_e0_perf_L1EM3_L1_EM3id" output="L2_e0_perf_L1EM3_L1_EM3"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_eGamma TrigCaloTowerMaker/TrigCaloTowerMaker_eGamma TrigCaloClusterMaker/TrigCaloClusterMaker_slw" input="L2_e0_perf_L1EM3_L1_EM3" output="EF_e0_perf_L1EM3_L1_EM3calo"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Electron TrigEFCaloHypo/TrigEFCaloHypo_e0_NoCut" input="EF_e0_perf_L1EM3_L1_EM3calo" output="EF_e0_perf_L1EM3_L1_EM3calocalib"/>
-		<SEQUENCE algorithm="InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Electron_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Electron_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Electron_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_Electron_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Electron_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_EFID InDet::TrigVxPrimary/TrigVxPrimary_Electron_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_Electron_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Electron_EFID TrigEFTrackHypo/EFTrackHypo_e0_NoCut" input="EF_e0_perf_L1EM3_L1_EM3calocalib" output="EF_e0_perf_L1EM3_L1_EM3id"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_eGamma TrigEFElectronHypo/TrigEFElectronHypo_e0_NoCut" input="EF_e0_perf_L1EM3_L1_EM3id" output="EF_e0_perf_L1EM3_L1_EM3"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_Ringer TrigL2CaloHypo/L2CaloHypo_g_nocut" input="EM3" output="L2_g0_perf_L1EM3_L1_EM3_calo"/>
-		<SEQUENCE algorithm="TrigL2PhotonFex/L2PhotonFex_1 TrigL2PhotonHypo/L2PhotonHypo_g0_NoCut" input="L2_g0_perf_L1EM3_L1_EM3_calo" output="L2_g0_perf_L1EM3_L1_EM3"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_eGamma TrigCaloTowerMaker/TrigCaloTowerMaker_eGamma TrigCaloClusterMaker/TrigCaloClusterMaker_slw" input="L2_g0_perf_L1EM3_L1_EM3" output="EF_g0_perf_L1EM3_L1_EM3_calo"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Photon TrigEFCaloHypo/TrigEFCaloHypo_g0_NoCut" input="EF_g0_perf_L1EM3_L1_EM3_calo" output="EF_g0_perf_L1EM3_L1_EM3_calocalib"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_NoIDEF_eGamma TrigEFPhotonHypo/TrigEFPhotonHypo_g0_NoCut" input="EF_g0_perf_L1EM3_L1_EM3_calocalib" output="EF_g0_perf_L1EM3_L1_EM3"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_eGamma TrigCaloTowerMaker/TrigCaloTowerMaker_eGamma TrigCaloClusterMaker/TrigCaloClusterMaker_slw" input="L2_e3_loose_L1_EM3cl" output="EF_e3_loose_L2EFCalo_L1_EM3calo"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Electron TrigEFCaloHypo/TrigEFCaloHypo_e3_loose" input="EF_e3_loose_L2EFCalo_L1_EM3calo" output="EF_e3_loose_L2EFCalo_L1_EM3calocalib"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_Electron_IDTrig InDet::SCT_TrgClusterization/SCTClustering_Electron_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_Electron_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_eGamma InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_FTF InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Electron_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Electron_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Electron_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_Electron_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Electron_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_EFID InDet::TrigVxPrimary/TrigVxPrimary_Electron_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_Electron_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Electron_EFID TrigEFTrackHypo/EFTrackHypo_e3_loose" input="EF_e3_loose_L2EFCalo_L1_EM3calocalib" output="EF_e3_loose_L2EFCalo_L1_EM3id"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_eGamma TrigEFElectronHypo/TrigEFElectronHypo_e3_loose" input="EF_e3_loose_L2EFCalo_L1_EM3id" output="EF_e3_loose_L2EFCalo_L1_EM3"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_eGamma TrigL2CaloHypo/TrigL2CaloHypo_e3_lhloose" input="EM3" output="L2_e3_lhloose_L1_EM3cl"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_eGamma TrigCaloTowerMaker/TrigCaloTowerMaker_eGamma TrigCaloClusterMaker/TrigCaloClusterMaker_slw" input="L2_e3_lhloose_L1_EM3cl" output="EF_e3_lhloose_L2EFCalo_L1_EM3calo"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Electron TrigEFCaloHypo/TrigEFCaloHypo_e3_lhloose" input="EF_e3_lhloose_L2EFCalo_L1_EM3calo" output="EF_e3_lhloose_L2EFCalo_L1_EM3calocalib"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_Electron_IDTrig InDet::SCT_TrgClusterization/SCTClustering_Electron_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_Electron_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_eGamma InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_FTF InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Electron_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Electron_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Electron_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_Electron_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Electron_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_EFID InDet::TrigVxPrimary/TrigVxPrimary_Electron_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_Electron_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Electron_EFID TrigEFTrackHypo/EFTrackHypo_e3_lhloose" input="EF_e3_lhloose_L2EFCalo_L1_EM3calocalib" output="EF_e3_lhloose_L2EFCalo_L1_EM3id"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_eGamma TrigEFElectronHypo/TrigEFElectronHypo_e3_lhloose" input="EF_e3_lhloose_L2EFCalo_L1_EM3id" output="EF_e3_lhloose_L2EFCalo_L1_EM3"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Electron TrigEFCaloHypo/TrigEFCaloHypo_e3_loose" input="EF_e3_loose_HLTCalo_L1_EM3calo" output="EF_e3_loose_HLTCalo_L1_EM3calocalib"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_Electron_IDTrig InDet::SCT_TrgClusterization/SCTClustering_Electron_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_Electron_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_eGamma InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_FTF InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Electron_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Electron_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Electron_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_Electron_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Electron_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_EFID InDet::TrigVxPrimary/TrigVxPrimary_Electron_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_Electron_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Electron_EFID TrigEFTrackHypo/EFTrackHypo_e3_loose" input="EF_e3_loose_HLTCalo_L1_EM3calocalib" output="EF_e3_loose_HLTCalo_L1_EM3id"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_eGamma TrigEFElectronHypo/TrigEFElectronHypo_e3_loose" input="EF_e3_loose_HLTCalo_L1_EM3id" output="EF_e3_loose_HLTCalo_L1_EM3"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Electron TrigEFCaloHypo/TrigEFCaloHypo_e3_lhloose" input="EF_e3_loose_HLTCalo_L1_EM3calo" output="EF_e3_lhloose_HLTCalo_L1_EM3calocalib"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_Electron_IDTrig InDet::SCT_TrgClusterization/SCTClustering_Electron_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_Electron_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_eGamma InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_FTF InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Electron_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Electron_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Electron_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_Electron_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Electron_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_EFID InDet::TrigVxPrimary/TrigVxPrimary_Electron_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_Electron_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Electron_EFID TrigEFTrackHypo/EFTrackHypo_e3_lhloose" input="EF_e3_lhloose_HLTCalo_L1_EM3calocalib" output="EF_e3_lhloose_HLTCalo_L1_EM3id"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_eGamma TrigEFElectronHypo/TrigEFElectronHypo_e3_lhloose" input="EF_e3_lhloose_HLTCalo_L1_EM3id" output="EF_e3_lhloose_HLTCalo_L1_EM3"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_eGamma TrigL2CaloHypo/TrigL2CaloHypo_e3_loose" input="EM3" output="L2_e3_loose_L1_EM3cl"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_Electron_IDTrig InDet::SCT_TrgClusterization/SCTClustering_Electron_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_Electron_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_eGamma InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_FTF" input="L2_e3_loose_L1_EM3cl" output="L2_e3_loose_L1_EM3id"/>
-		<SEQUENCE algorithm="TrigL2ElectronFex/L2ElectronFex_1 TrigL2ElectronHypo/TrigL2ElectronHypo_e3_loose" input="L2_e3_loose_L1_EM3id" output="L2_e3_loose_L1_EM3"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_eGamma TrigCaloTowerMaker/TrigCaloTowerMaker_eGamma TrigCaloClusterMaker/TrigCaloClusterMaker_slw" input="L2_e3_loose_L1_EM3" output="EF_e3_loose_L1_EM3calo"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Electron TrigEFCaloHypo/TrigEFCaloHypo_e3_loose" input="EF_e3_loose_L1_EM3calo" output="EF_e3_loose_L1_EM3calocalib"/>
-		<SEQUENCE algorithm="InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Electron_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Electron_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Electron_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_Electron_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Electron_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Electron_EFID InDet::TrigVxPrimary/TrigVxPrimary_Electron_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_Electron_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Electron_EFID TrigEFTrackHypo/EFTrackHypo_e3_loose" input="EF_e3_loose_L1_EM3calocalib" output="EF_e3_loose_L1_EM3id"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_eGamma TrigEFElectronHypo/TrigEFElectronHypo_e3_loose_EtIsEM" input="EF_e3_loose_L1_EM3id" output="EF_e3_loose_etisem_L1_EM3"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_eGamma TrigCaloTowerMaker/TrigCaloTowerMaker_eGamma TrigCaloClusterMaker/TrigCaloClusterMaker_slw" input="EM3" output="EF_e3_loose_HLTCalo_L1_EM3calo"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Photon TrigEFCaloHypo/TrigEFCaloHypo_g3_loose" input="EF_e3_loose_HLTCalo_L1_EM3calo" output="EF_g3_loose_HLTCalo_L1_EM3_calocalib"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_NoIDEF_eGamma TrigEFPhotonHypo/EFPhotonHypo_g3_loose" input="EF_g3_loose_HLTCalo_L1_EM3_calocalib" output="EF_g3_loose_HLTCalo_L1_EM3"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_eGamma TrigL2CaloHypo/L2CaloHypo_g7" input="EM3" output="L2_g3_loose_larpeb_L1_EM3_calo"/>
-		<SEQUENCE algorithm="TrigL2PhotonFex/L2PhotonFex_1 TrigL2PhotonHypo/L2PhotonHypo_g3_loose" input="L2_g3_loose_larpeb_L1_EM3_calo" output="L2_g3_loose_larpeb_L1_EM3"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_eGamma TrigCaloTowerMaker/TrigCaloTowerMaker_eGamma TrigCaloClusterMaker/TrigCaloClusterMaker_slw" input="L2_g3_loose_larpeb_L1_EM3" output="EF_g3_loose_larpeb_L1_EM3_calo"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Photon TrigEFCaloHypo/TrigEFCaloHypo_g3_loose" input="EF_g3_loose_larpeb_L1_EM3_calo" output="EF_g3_loose_larpeb_L1_EM3_calocalib"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_NoIDEF_eGamma TrigEFPhotonHypo/EFPhotonHypo_g3_loose" input="EF_g3_loose_larpeb_L1_EM3_calocalib" output="EF_g3_loose_larpeb_L1_EM3"/>
-		<SEQUENCE algorithm="TrigROBListWriter/LArEFROBListWriter_g3_loose_larpeb" input="EF_g3_loose_larpeb_L1_EM3" output="EF_g3_loose_larpeb_L1_EM3_larpeb"/>
-		<SEQUENCE algorithm="TrigL2PhotonFex/L2PhotonFex_1 TrigL2PhotonHypo/L2PhotonHypo_g40_loose" input="L2_g40_loose_larpeb_L1_EM20VHI_calo" output="L2_g40_loose_larpeb_L1_EM20VHI"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_eGamma TrigCaloTowerMaker/TrigCaloTowerMaker_eGamma TrigCaloClusterMaker/TrigCaloClusterMaker_slw" input="L2_g40_loose_larpeb_L1_EM20VHI" output="EF_g40_loose_larpeb_L1_EM20VHI_calo"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Photon TrigEFCaloHypo/TrigEFCaloHypo_g40_loose" input="EF_g40_loose_larpeb_L1_EM20VHI_calo" output="EF_g40_loose_larpeb_L1_EM20VHI_calocalib"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_NoIDEF_eGamma TrigEFPhotonHypo/EFPhotonHypo_g40_loose" input="EF_g40_loose_larpeb_L1_EM20VHI_calocalib" output="EF_g40_loose_larpeb_L1_EM20VHI"/>
-		<SEQUENCE algorithm="TrigROBListWriter/LArEFROBListWriter_g40_loose_larpeb" input="EF_g40_loose_larpeb_L1_EM20VHI" output="EF_g40_loose_larpeb_L1_EM20VHI_larpeb"/>
-		<SEQUENCE algorithm="TrigL2PhotonFex/L2PhotonFex_1 TrigL2PhotonHypo/L2PhotonHypo_g60_loose" input="L2_g40_loose_larpeb_L1_EM20VHI_calo" output="L2_g60_loose_larpeb_L1_EM20VHI"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_eGamma TrigCaloTowerMaker/TrigCaloTowerMaker_eGamma TrigCaloClusterMaker/TrigCaloClusterMaker_slw" input="L2_g60_loose_larpeb_L1_EM20VHI" output="EF_g60_loose_larpeb_L1_EM20VHI_calo"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Photon TrigEFCaloHypo/TrigEFCaloHypo_g60_loose" input="EF_g60_loose_larpeb_L1_EM20VHI_calo" output="EF_g60_loose_larpeb_L1_EM20VHI_calocalib"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_NoIDEF_eGamma TrigEFPhotonHypo/EFPhotonHypo_g60_loose" input="EF_g60_loose_larpeb_L1_EM20VHI_calocalib" output="EF_g60_loose_larpeb_L1_EM20VHI"/>
-		<SEQUENCE algorithm="TrigROBListWriter/LArEFROBListWriter_g60_loose_larpeb" input="EF_g60_loose_larpeb_L1_EM20VHI" output="EF_g60_loose_larpeb_L1_EM20VHI_larpeb"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_eGamma TrigL2CaloHypo/L2CaloHypo_g7" input="EM20VHI" output="L2_g40_loose_larpeb_L1_EM20VHI_calo"/>
-		<SEQUENCE algorithm="TrigL2PhotonFex/L2PhotonFex_1 TrigL2PhotonHypo/L2PhotonHypo_g80_loose" input="L2_g40_loose_larpeb_L1_EM20VHI_calo" output="L2_g80_loose_larpeb_L1_EM20VHI"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_eGamma TrigCaloTowerMaker/TrigCaloTowerMaker_eGamma TrigCaloClusterMaker/TrigCaloClusterMaker_slw" input="L2_g80_loose_larpeb_L1_EM20VHI" output="EF_g80_loose_larpeb_L1_EM20VHI_calo"/>
-		<SEQUENCE algorithm="TrigEFCaloCalibFex/TrigEFCaloCalibFex_Photon TrigEFCaloHypo/TrigEFCaloHypo_g80_loose" input="EF_g80_loose_larpeb_L1_EM20VHI_calo" output="EF_g80_loose_larpeb_L1_EM20VHI_calocalib"/>
-		<SEQUENCE algorithm="TrigEgammaRec/TrigEgammaRec_NoIDEF_eGamma TrigEFPhotonHypo/EFPhotonHypo_g80_loose" input="EF_g80_loose_larpeb_L1_EM20VHI_calocalib" output="EF_g80_loose_larpeb_L1_EM20VHI"/>
-		<SEQUENCE algorithm="TrigROBListWriter/LArEFROBListWriter_g80_loose_larpeb" input="EF_g80_loose_larpeb_L1_EM20VHI" output="EF_g80_loose_larpeb_L1_EM20VHI_larpeb"/>
-		<SEQUENCE algorithm="TrigHLTJetDSSelector/TrigHLTJetDSSelector_0_-1 ScoutingStreamWriter/JetDataScouting" input="EF__8016171073480886587_jetrec_a4tcemsubjesFS" output="EF__6922391918386234222_data_scouting_j0_perf_ds1_L1All"/>
-		<SEQUENCE algorithm="TrigEFJetHypo/EFJetHypo_j0_0eta320_a4_tc_em_subjes_FS" input="EF__8016171073480886587_jetrec_a4tcemsubjesFS" output="EF__6922391918386234222_hypo_1_0eta320_0"/>
-		<SEQUENCE algorithm="TrigHLTJetRecFromCluster/TrigHLTJetRecFromCluster_a4tcemjesFS" input="EF__3325914830429411423_cluster_tcemFS" output="EF__8016171073480886587_jetrec_a4tcemjesFS"/>
-		<SEQUENCE algorithm="TrigEFJetHypo/EFJetHypo_j0_0eta320_a4_tc_em_jes_FS" input="EF__8016171073480886587_jetrec_a4tcemjesFS" output="EF__1729400854165272861_hypo_1_0eta320_0"/>
-		<SEQUENCE algorithm="TrigHLTJetRecFromCluster/TrigHLTJetRecFromCluster_a4tclcwjesFS" input="EF__3325914830429411423_cluster_tclcwFS" output="EF__651768229715482300_jetrec_a4tclcwjesFS"/>
-		<SEQUENCE algorithm="TrigEFJetHypo/EFJetHypo_j0_0eta320_a4_tc_lcw_jes_FS" input="EF__651768229715482300_jetrec_a4tclcwjesFS" output="EF_6225908397320466767_hypo_1_0eta320_0"/>
-		<SEQUENCE algorithm="TrigHLTJetRecFromCluster/TrigHLTJetRecFromCluster_a4tcemsubFS" input="EF__3325914830429411423_cluster_tcemFS" output="EF__8016171073480886587_jetrec_a4tcemsubFS"/>
-		<SEQUENCE algorithm="TrigEFJetHypo/EFJetHypo_j0_0eta320_a4_tc_em_sub_FS" input="EF__8016171073480886587_jetrec_a4tcemsubFS" output="EF__1675356047816783513_hypo_1_0eta320_0"/>
-		<SEQUENCE algorithm="TrigHLTJetRecFromCluster/TrigHLTJetRecFromCluster_a4tcemnojcalibFS" input="EF__3325914830429411423_cluster_tcemFS" output="EF__8016171073480886587_jetrec_a4tcemnojcalibFS"/>
-		<SEQUENCE algorithm="TrigEFJetHypo/EFJetHypo_j0_0eta320_a4_tc_em_nojcalib_FS" input="EF__8016171073480886587_jetrec_a4tcemnojcalibFS" output="EF_6889917156589460318_hypo_1_0eta320_0"/>
-		<SEQUENCE algorithm="PESA::SeededSuperRoiAllTEAlgo/PESA::SeededSuperRoiAllTEAlgo" input="J12" output="EF_8905612443205277500_superroi"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/PS TrigCaloClusterMaker/TrigCaloClusterMaker_topo_tcemPS" input="EF_8905612443205277500_superroi" output="EF_6427773172624540309_cluster_tcemPS"/>
-		<SEQUENCE algorithm="TrigHLTJetRecFromCluster/TrigHLTJetRecFromCluster_a4tcemjesPS" input="EF_6427773172624540309_cluster_tcemPS" output="EF_7894143629408364732_jetrec_a4tcemjesPS"/>
-		<SEQUENCE algorithm="TrigEFJetHypo/EFJetHypo_j0_0eta320_a4_tc_em_jes_PS" input="EF_7894143629408364732_jetrec_a4tcemjesPS" output="EF_4030453875349233577_hypo_1_0eta320_0"/>
-		<SEQUENCE algorithm="TrigHLTJetRecFromCluster/TrigHLTJetRecFromCluster_a10tclcwsubFS" input="EF__3325914830429411423_cluster_tclcwFS" output="EF__651768229715482300_jetrec_a10tclcwsubFS"/>
-		<SEQUENCE algorithm="TrigEFJetHypo/EFJetHypo_j0_0eta320_a10_tc_lcw_sub_FS" input="EF__651768229715482300_jetrec_a10tclcwsubFS" output="EF__330458747320845677_hypo_1_0eta320_0"/>
-		<SEQUENCE algorithm="TrigEFHTHypo/EFHTHypo_0_0eta320" input="EF__8016171073480886587_jetrec_a4tcemsubjesFS" output="EF__6922391918386234222_hypo_HT_0"/>
-		<SEQUENCE algorithm="TrigHLTJetRecFromCluster/TrigHLTJetRecFromCluster_a10tcemnojcalibFS" input="EF__3325914830429411423_cluster_tcemFS" output="EF__8016171073480886587_jetrec_a10tcemnojcalibFS"/>
-		<SEQUENCE algorithm="TrigEFJetHypo/EFJetHypo_j0_0eta320_a10_tc_em_nojcalib_FS" input="EF__8016171073480886587_jetrec_a10tcemnojcalibFS" output="EF__4246256179675365792_hypo_1_0eta320_0"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/FS TrigCaloClusterMaker/TrigCaloClusterMaker_topo_tclcwFS TrigHLTEnergyDensity/TrigHLTEnergyDensity_04tclcwFS" input="EF_full" output="EF__3325914830429411423_cluster_tclcwFS"/>
-		<SEQUENCE algorithm="TrigHLTJetRecFromCluster/TrigHLTJetRecFromCluster_a4tclcwsubFS" input="EF__3325914830429411423_cluster_tclcwFS" output="EF__651768229715482300_jetrec_a4tclcwsubFS"/>
-		<SEQUENCE algorithm="TrigHLTJetRecFromJet/TrigHLTJetRecFromJet_a10r_tclcwsubFS" input="EF__651768229715482300_jetrec_a4tclcwsubFS" output="EF_1386593056297852755_jetrec_a10r_tclcwsubFS"/>
-		<SEQUENCE algorithm="TrigEFJetHypo/EFJetHypo_j0_0eta320_a4_tc_lcw_sub_FS" input="EF_1386593056297852755_jetrec_a10r_tclcwsubFS" output="EF__4420056271614010285_hypo_1_0eta320_0"/>
-		<SEQUENCE algorithm="TrigEFJetHypo/EFJetHypo_j15000_0eta320_a4_tc_em_subjes_FS" input="EF__8016171073480886587_jetrec_a4tcemsubjesFS" output="EF__6922391918386234222_hypo_1_0eta320_15"/>
-		<SEQUENCE algorithm="TrigEFJetHypo/EFJetHypo_j35000_0eta320_a4_tc_em_subjes_FS" input="EF__8016171073480886587_jetrec_a4tcemsubjesFS" output="EF__6922391918386234222_hypo_1_0eta320_35"/>
-		<SEQUENCE algorithm="TrigEFBjetSequenceAllTE/EFBjetSequenceAllTE" input="EF__6922391918386234222_hypo_1_0eta320_35" output="HLT_Bj"/>
-		<SEQUENCE algorithm="TrigBjetEtHypo/EFBjetEtHypo_StartSequence_35GeV" input="HLT_Bj" output="HLT_Bj_EtCut0"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_Bjet_IDTrig InDet::SCT_TrgClusterization/SCTClustering_Bjet_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_Bjet_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_Jet InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Bjet_FTF InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Bjet_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Bjet_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Bjet_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_Bjet_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Bjet_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Bjet_EFID InDet::TrigVxPrimary/TrigVxPrimary_Bjet_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_Bjet_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Bjet_EFID" input="HLT_Bj_EtCut0" output="HLT_Bj_EtCut0_IDTrig"/>
-		<SEQUENCE algorithm="TrigT2HistoPrmVtxAllTE/EFHistoPrmVtxAllTE_Jet" input="HLT_Bj_EtCut0_IDTrig" output="HLT_Bj_EtCut0_AllTEPrmVtx_IDTrig"/>
-		<SEQUENCE algorithm="TrigT2HistoPrmVtxCombo/EFHistoPrmVtxCombo_Jet" input="HLT_Bj_EtCut0_IDTrig HLT_Bj_EtCut0_AllTEPrmVtx_IDTrig" output="HLT_Bj_EtCut0_ComboPrmVtx_IDTrig"/>
-		<SEQUENCE algorithm="InDet::TrigVxSecondary/TrigVxSecondary_Bjet_EF TrigBjetEtHypo/EFBjetEtHypo_Btagging_0GeV" input="HLT_Bj_EtCut0_ComboPrmVtx_IDTrig" output="EF_b0_perf_j0perfbperfL1J12_SecVxBhypo"/>
-		<SEQUENCE algorithm="TrigBjetFex/EFBjetFex_EFID TrigBjetHypo/EFBjetHypoNoCut" input="EF_b0_perf_j0perfbperfL1J12_SecVxBhypo" output="EF_bjet_j0_perf_bperf_L1J12"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_Muon_IDTrig InDet::SCT_TrgClusterization/SCTClustering_Muon_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_Muon_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_Muon InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Muon_FTF muComb/muComb_900GeV_TrigFastTrackFinder_Muon MucombHypo/MucombHypo_900GeV_4GeV" input="L2_mu_SA_900GeV4GeV_v11a_MU11" output="L2_mucomb_mu4cosmicL1MU11EMPTY_MU11"/>
-		<SEQUENCE algorithm="InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Muon_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Muon_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Muon_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_Muon_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Muon_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Muon_EFID InDet::TrigVxPrimary/TrigVxPrimary_Muon_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_Muon_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Muon_EFID" input="L2_mucomb_mu4cosmicL1MU11EMPTY_MU11" output="EF_EFIDInsideOut_mu4_cosmic_L1MU11_EMPTY_MU11"/>
-		<SEQUENCE algorithm="TrigMuSuperEF/TrigMuSuperEF TrigMuonEFCombinerHypo/TrigMuonEFCombinerHypo_Muon_4GeV" input="EF_EFIDInsideOut_mu4_cosmic_L1MU11_EMPTY_MU11" output="EF_SuperEF_mu4_cosmic_L1MU11_EMPTY_MU11"/>
-		<SEQUENCE algorithm="TrigMuSuperEF/TrigMuSuperEF_SAonly TrigMuonEFExtrapolatorHypo/TrigMuonEFExtrapolatorHypo_Muon_4GeV" input="L2_mu_SA_900GeV4GeV_v11a_MU4" output="EF_SuperEF_mu4_msonly_cosmic_L1MU4_EMPTY"/>
-		<SEQUENCE algorithm="MuFastSteering/MuFastSteering_900GeV MufastHypo/MufastHypo_900GeV_4GeV_v11a" input="MU11" output="L2_mu_SA_900GeV4GeV_v11a_MU11"/>
-		<SEQUENCE algorithm="TrigMuSuperEF/TrigMuSuperEF_SAonly TrigMuonEFExtrapolatorHypo/TrigMuonEFExtrapolatorHypo_Muon_4GeV" input="L2_mu_SA_900GeV4GeV_v11a_MU11" output="EF_SuperEF_mu4_msonly_cosmic_L1MU11_EMPTY"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_CosmicsN_EFID InDet::SCT_TrgClusterization/SCTClustering_CosmicsN_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_CosmicsN_EFID InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_CosmicsN_EFID InDet::SiTrigSPSeededTrackFinder/SiTrigTrackFinder_CosmicsN_EFID InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_CosmicsN_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_CosmicsN_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_CosmicsN_EFID InDet::TRT_TrigTrackSegmentsFinder/InDetTrigTRT_TrackSegmentsFinder_CosmicsN_EFID InDet::TRT_TrigStandaloneTrackFinder/InDetTrigTRT_StandaloneTrackFinder_CosmicsN_EFID Trk::TrigTrackCollectionMerger/TrigTrackCollectionMergerIOTRT_CosmicsN_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmerIOTRT_CosmicsN_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnvIOTRT_CosmicsN_EFID InDet::TrigParticleCreator/InDetTrigParticleCreationIOTRT_CosmicsN_EFID InDet::TrigVxPrimary/TrigVxPrimary_CosmicsN_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnvIOTRT_CosmicsN_EFID" input="MU4" output="EF_CosmicsN_mu4_cosmicEF_L1MU4_EMPTY"/>
-		<SEQUENCE algorithm="TrigMuSuperEF/TrigMuSuperEF TrigMuonEFCombinerHypo/TrigMuonEFCombinerHypo_Muon_4GeV" input="EF_CosmicsN_mu4_cosmicEF_L1MU4_EMPTY" output="EF_SuperEF_mu4_cosmicEF_L1MU4_EMPTY"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_CosmicsN_EFID InDet::SCT_TrgClusterization/SCTClustering_CosmicsN_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_CosmicsN_EFID InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_CosmicsN_EFID InDet::SiTrigSPSeededTrackFinder/SiTrigTrackFinder_CosmicsN_EFID InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_CosmicsN_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_CosmicsN_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_CosmicsN_EFID InDet::TRT_TrigTrackSegmentsFinder/InDetTrigTRT_TrackSegmentsFinder_CosmicsN_EFID InDet::TRT_TrigStandaloneTrackFinder/InDetTrigTRT_StandaloneTrackFinder_CosmicsN_EFID Trk::TrigTrackCollectionMerger/TrigTrackCollectionMergerIOTRT_CosmicsN_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmerIOTRT_CosmicsN_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnvIOTRT_CosmicsN_EFID InDet::TrigParticleCreator/InDetTrigParticleCreationIOTRT_CosmicsN_EFID InDet::TrigVxPrimary/TrigVxPrimary_CosmicsN_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnvIOTRT_CosmicsN_EFID" input="MU11" output="EF_CosmicsN_mu4_cosmicEF_L1MU11_EMPTY"/>
-		<SEQUENCE algorithm="TrigMuSuperEF/TrigMuSuperEF TrigMuonEFCombinerHypo/TrigMuonEFCombinerHypo_Muon_4GeV" input="EF_CosmicsN_mu4_cosmicEF_L1MU11_EMPTY" output="EF_SuperEF_mu4_cosmicEF_L1MU11_EMPTY"/>
-		<SEQUENCE algorithm="TrigMuSuperEF/TrigMuSuperEF_SAonly TrigMuonEFExtrapolatorHypo/TrigMuonEFExtrapolatorHypo_Muon_4GeV" input="MU11" output="EF_SuperEF_Extrapolator_mu4_msonly_cosmicEF_L1MU11_EMPTY"/>
-		<SEQUENCE algorithm="TrigMuSuperEF/TrigMuSuperEF_SAonly TrigMuonEFExtrapolatorHypo/TrigMuonEFExtrapolatorHypo_Muon_4GeV" input="MU4" output="EF_SuperEF_Extrapolator_mu4_msonly_cosmicEF_L1MU4_EMPTY"/>
-		<SEQUENCE algorithm="MuFastSteering/MuFastSteering_MuonCalib MufastCALHypo/MufastCALHypo_MuonCal_Reject" input="MU4" output="L2_MuonCalib_MU4"/>
-		<SEQUENCE algorithm="TrigL2BMuMuFex/L2BMuMuFex_DiMu TrigL2BMuMuHypo/L2BMuMuHypo_DiMu" input="L2_mucomb_mu4_MU4 L2_mucomb_mu4_MU4" output="L2_2mu4_bDimu_L1_2MU4"/>
-		<SEQUENCE algorithm="TrigEFBMuMuFex/EFBMuMuFex_DiMu TrigEFBMuMuHypo/EFBMuMuHypo_DiMu" input="EF_SuperEF_mu4_MU4 EF_SuperEF_mu4_MU4" output="EF_2mu4_bDimu"/>
-		<SEQUENCE algorithm="MuFastSteering/MuFastSteering_900GeV MufastHypo/MufastHypo_900GeV_4GeV_v11a" input="MU4" output="L2_mu_SA_900GeV4GeV_v11a_MU4"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_Muon_IDTrig InDet::SCT_TrgClusterization/SCTClustering_Muon_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_Muon_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_Muon InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Muon_FTF muComb/muComb_900GeV_TrigFastTrackFinder_Muon MucombHypo/MucombHypo_900GeV_4GeV" input="L2_mu_SA_900GeV4GeV_v11a_MU4" output="L2_mucomb_mu4_MU4"/>
-		<SEQUENCE algorithm="InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Muon_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Muon_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Muon_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_Muon_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Muon_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Muon_EFID InDet::TrigVxPrimary/TrigVxPrimary_Muon_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_Muon_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Muon_EFID" input="L2_mucomb_mu4_MU4" output="EF_EFIDInsideOut_mu4_MU4"/>
-		<SEQUENCE algorithm="TrigMuSuperEF/TrigMuSuperEF TrigMuonEFCombinerHypo/TrigMuonEFCombinerHypo_Muon_4GeV" input="EF_EFIDInsideOut_mu4_MU4" output="EF_SuperEF_mu4_MU4"/>
-		<SEQUENCE algorithm="TrigL2BMuMuFex/L2BMuMuFex_DiMu_noOS TrigL2BMuMuHypo/L2BMuMuHypo_DiMu_noVtx" input="L2_mucomb_mu4_MU4 L2_mucomb_mu4_MU4" output="L2_2mu4_bDimu_novtx_noos_L1_2MU4"/>
-		<SEQUENCE algorithm="TrigEFBMuMuFex/EFBMuMuFex_DiMu_noOS TrigEFBMuMuHypo/EFBMuMuHypo_DiMu_noVtx" input="EF_SuperEF_mu4_MU4 EF_SuperEF_mu4_MU4" output="EF_2mu4_bDimu_novtx_noos"/>
-		<SEQUENCE algorithm="TrigL2BMuMuFex/L2BMuMuFex_DiMu TrigL2BMuMuHypo/L2BMuMuHypo_DiMu" input="L2_mucomb_mu6_MU6 L2_mucomb_mu6_MU6" output="L2_2mu6_bDimu_L1_2MU6"/>
-		<SEQUENCE algorithm="TrigEFBMuMuFex/EFBMuMuFex_DiMu TrigEFBMuMuHypo/EFBMuMuHypo_DiMu" input="EF_SuperEF_mu6_MU6 EF_SuperEF_mu6_MU6" output="EF_2mu6_bDimu"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_Muon_IDTrig InDet::SCT_TrgClusterization/SCTClustering_Muon_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_Muon_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_Muon InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Muon_FTF muComb/muComb_Muon_TrigFastTrackFinder_Muon MucombHypo/MucombHypo_Muon_6GeV" input="L2_mu_step1" output="L2_mucomb_mu6_MU6"/>
-		<SEQUENCE algorithm="InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Muon_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Muon_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Muon_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_Muon_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Muon_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Muon_EFID InDet::TrigVxPrimary/TrigVxPrimary_Muon_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_Muon_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Muon_EFID" input="L2_mucomb_mu6_MU6" output="EF_EFIDInsideOut_mu6_MU6"/>
-		<SEQUENCE algorithm="TrigMuSuperEF/TrigMuSuperEF TrigMuonEFCombinerHypo/TrigMuonEFCombinerHypo_Muon_6GeV" input="EF_EFIDInsideOut_mu6_MU6" output="EF_SuperEF_mu6_MU6"/>
-		<SEQUENCE algorithm="TrigL2BMuMuFex/L2BMuMuFex_DiMu_noOS TrigL2BMuMuHypo/L2BMuMuHypo_DiMu_noVtx" input="L2_mucomb_mu6_MU6 L2_mucomb_mu6_MU6" output="L2_2mu6_bDimu_novtx_noos_L1_2MU6"/>
-		<SEQUENCE algorithm="TrigEFBMuMuFex/EFBMuMuFex_DiMu_noOS TrigEFBMuMuHypo/EFBMuMuHypo_DiMu_noVtx" input="EF_SuperEF_mu6_MU6 EF_SuperEF_mu6_MU6" output="EF_2mu6_bDimu_novtx_noos"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex_topocl TrigEFMissingETHypo/EFMetHypo_TC_xe0_tcem" input="EF_xe35_tc_em_step1 EF_mu_step2" output="EF_xe0_tc_em_L1All"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex_topoclPS TrigEFMissingETHypo/EFMetHypo_TCPS_xe0_tclcw" input="EF_xe35_pueta_step1 EF_mu_step2" output="EF_xe0_tc_pueta_L1All"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex_topoclPUC TrigEFMissingETHypo/EFMetHypo_TCPUC_xe0_tclcw" input="EF_xe35_pufit_step1 EF_mu_step2" output="EF_xe0_tc_pufit_L1All"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex_Jets TrigEFMissingETHypo/EFMetHypo_Jets_xe0_tclcw" input="EF_xe35_mht_step1 EF_mu_step2" output="EF_xe0_tc_mht_L1All"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/L2CaloTrigMissingETMuon_Fex TrigEFMissingETHypo/L2MetHypo_xe0_FEB" input="L2_xe35_L2FS_step3 EF_mu_step2" output="L2_xe0_L2FS_L1All_step4"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex TrigEFMissingETHypo/EFMetHypo_xe0" input="EF_te20_step1 EF_mu_step2" output="EF_xe0_L1All"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex TrigEFMissingETHypo/EFMetHypo_xe0_wMu" input="EF_te20_step1 EF_mu_step2" output="EF_xe0_l2fsperf_wEFMuFEB_wEFMu_L1All"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex_topocl TrigEFMissingETHypo/EFMetHypo_TC_xe35_tcem" input="EF_xe35_tc_em_step1 EF_mu_step2" output="EF_xe35_tc_em"/>
-		<SEQUENCE algorithm="EFMissingET/EFMissingET_Fex_topoClustersPS" input="EF__3325914830429411423_cluster_tcemFS" output="EF_xe35_pueta_step1"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex_topoclPS TrigEFMissingETHypo/EFMetHypo_TCPS_xe35_tclcw" input="EF_xe35_pueta_step1 EF_mu_step2" output="EF_xe35_pueta"/>
-		<SEQUENCE algorithm="EFMissingET/EFMissingET_Fex_topoClustersPUC" input="EF__3325914830429411423_cluster_tcemFS" output="EF_xe35_pufit_step1"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex_topoclPUC TrigEFMissingETHypo/EFMetHypo_TCPUC_xe35_tclcw" input="EF_xe35_pufit_step1 EF_mu_step2" output="EF_xe35_pufit"/>
-		<SEQUENCE algorithm="EFMissingET/EFMissingET_Fex_Jets" input="EF__8016171073480886587_jetrec_a4tcemsubjesFS" output="EF_xe35_mht_step1"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex_Jets TrigEFMissingETHypo/EFMetHypo_Jets_xe35_tclcw" input="EF_xe35_mht_step1 EF_mu_step2" output="EF_xe35_mht"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/L2CaloTrigMissingETMuon_Fex TrigEFMissingETHypo/L2MetHypo_xe35_FEB" input="L2_xe35_L2FS_step3 EF_mu_step2" output="L2_xe35_L2FS_step4"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex TrigEFMissingETHypo/EFMetHypo_xe35" input="EF_te20_step1 EF_mu_step2" output="EF_xe35"/>
-		<SEQUENCE algorithm="PESA::T2MissingET/L2MissingET_Fex" input="" output="L2_xe35_L2FS_step1"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/L2TrigMissingETMuon_Fex" input="L2_xe35_L2FS_step1 EF_mu_step2" output="L2_xe35_L2FS_step2"/>
-		<SEQUENCE algorithm="T2CaloMissingET/L2CaloMissingET_Fex_ReadL2L1" input="L2_xe35_L2FS_step2" output="L2_xe35_L2FS_step3"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/L2CaloTrigMissingETMuon_Fex" input="L2_xe35_L2FS_step3 EF_mu_step2" output="L2_xe35_l2fsperf_wEFMuFEB_wEFMu_step4"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex TrigEFMissingETHypo/EFMetHypo_xe35_wMu" input="EF_te20_step1 EF_mu_step2" output="EF_xe35_l2fsperf_wEFMuFEB_wEFMu"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex TrigEFMissingETHypo/EFMetHypo_te20" input="EF_te20_step1 EF_mu_step2" output="EF_te20"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex_topocl TrigEFMissingETHypo/EFMetHypo_te20" input="EF_xe35_tc_em_step1 EF_mu_step2" output="EF_te20_tc_lcw"/>
-		<SEQUENCE algorithm="EFMissingET/EFMissingET_Fex_2sidednoiseSupp" input="" output="EF_te20_step1"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex TrigEFMissingETHypo/EFMetHypo_xs_2sided_30" input="EF_te20_step1 EF_mu_step2" output="EF_xs30"/>
-		<SEQUENCE algorithm="MuFastSteering/MuFastSteering_Muon MufastHypo/MufastHypo_Muon_6GeV_v11a" input="MU6" output="L2_mu_step1"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_Muon_IDTrig InDet::SCT_TrgClusterization/SCTClustering_Muon_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_Muon_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_Muon InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Muon_FTF muComb/muComb_Muon_TrigFastTrackFinder_Muon MucombHypo/MucombHypo_Muon_8GeV" input="L2_mu_step1" output="L2_mu_step2"/>
-		<SEQUENCE algorithm="InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Muon_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Muon_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Muon_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_Muon_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Muon_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Muon_EFID InDet::TrigVxPrimary/TrigVxPrimary_Muon_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_Muon_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Muon_EFID" input="L2_mu_step2" output="EF_mu_step1"/>
-		<SEQUENCE algorithm="TrigMuSuperEF/TrigMuSuperEF TrigMuonEFCombinerHypo/TrigMuonEFCombinerHypo_Muon_8GeV" input="EF_mu_step1" output="EF_mu_step2"/>
-		<SEQUENCE algorithm="EFMissingET/EFMissingET_Fex_topoClusters" input="EF__3325914830429411423_cluster_tcemFS" output="EF_xe35_tc_em_step1"/>
-		<SEQUENCE algorithm="TrigMissingETMuon/EFTrigMissingETMuon_Fex_topocl TrigEFMissingETHypo/EFMetHypo_xs_2sided_30" input="EF_xe35_tc_em_step1 EF_mu_step2" output="EF_xs30_tc_lcw"/>
-		<SEQUENCE algorithm="HLTTauGenericHypo/l2calo_tau8_cosmic_track" input="EF_tau8_cosmic_track_calorec" output="EF_tau8_cosmic_track_calopre"/>
-		<SEQUENCE algorithm="PESA::TrigRoiUpdater/IDTrigRoiUpdater_Cosmics_IDTrig InDet::Pixel_TrgClusterization/PixelClustering_IDTrig InDet::SCT_TrgClusterization/SCTClustering_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_Cosmics_IDTrig InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Cosmics_FTF" input="EF_tau8_cosmic_track_calopre" output="EF_tau8_cosmic_track_trfast"/>
-		<SEQUENCE algorithm="HLTTrackPreSelHypo/l2id_tau8_cosmic_track" input="EF_tau8_cosmic_track_trfast" output="EF_tau8_cosmic_track_trackpre"/>
-		<SEQUENCE algorithm="TrigTauRecMerged/TrigTauRecMerged_TauPreselection" input="EF_tau8_cosmic_track_trackpre" output="EF_tau8_cosmic_track_storepre"/>
-		<SEQUENCE algorithm="InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Tau_IDTrig InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Tau_IDTrig InDet::PRD_TrigMultiTruthMaker/InDetTrigPRD_MultiTruthMaker_Tau_IDTrig InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Tau_IDTrig InDet::InDetTrigExtensProcessor/TrigExtProcessor_Tau_IDTrig InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Tau_IDTrig InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Tau_IDTrig InDet::InDetTrigDetailedTrackTruthMaker/InDetTrigDetailedTrackTruthMaker_Tau_IDTrig InDet::TrigVxPrimary/TrigVxPrimary_Tau_IDTrig InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Tau_IDTrig" input="EF_tau8_cosmic_track_storepre" output="EF_tau8_cosmic_track_tr"/>
-		<SEQUENCE algorithm="TrigTauRecMerged/TrigTauRecCosmics_Tau2012 TrigTauDiscriBuilder/TrigTauDiscriminant2015 EFTauMVHypo/ef_tau_perf_r1" input="EF_tau8_cosmic_track_tr" output="EF_tau8_cosmic_track_effinal"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_tau TrigCaloClusterMaker/TrigCaloClusterMaker_topo HLTTauCaloRoiUpdater/HLTTauCaloRoiUpdater" input="HA8" output="EF_tau8_cosmic_track_clf0"/>
-		<SEQUENCE algorithm="TrigTauRecMerged/TrigTauRecMerged_TauCaloOnly" input="EF_tau8_cosmic_track_clf0" output="EF_tau8_cosmic_track_calorec"/>
-		<SEQUENCE algorithm="HLTTauGenericHypo/l2calo_tau8_cosmic_ptonly" input="EF_tau8_cosmic_track_calorec" output="EF_tau8_cosmic_ptonly_calopre"/>
-		<SEQUENCE algorithm="PESA::TrigRoiUpdater/IDTrigRoiUpdater_Tau_IDTrig InDet::Pixel_TrgClusterization/PixelClustering_IDTrig InDet::SCT_TrgClusterization/SCTClustering_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_Tau_IDTrig InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Tau_FTF InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Tau_IDTrig InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Tau_IDTrig InDet::PRD_TrigMultiTruthMaker/InDetTrigPRD_MultiTruthMaker_Tau_IDTrig InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Tau_IDTrig InDet::InDetTrigExtensProcessor/TrigExtProcessor_Tau_IDTrig InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Tau_IDTrig InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Tau_IDTrig InDet::InDetTrigDetailedTrackTruthMaker/InDetTrigDetailedTrackTruthMaker_Tau_IDTrig InDet::TrigVxPrimary/TrigVxPrimary_Tau_IDTrig InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Tau_IDTrig" input="EF_tau8_cosmic_ptonly_calopre" output="EF_tau8_cosmic_ptonly_tr"/>
-		<SEQUENCE algorithm="TrigTauRecMerged/TrigTauRecCosmics_Tau2012 TrigTauDiscriBuilder/TrigTauDiscriminant2015 EFTauMVHypo/ef_tau_perf_r1" input="EF_tau8_cosmic_ptonly_tr" output="EF_tau8_cosmic_ptonly_effinal"/>
-		<SEQUENCE algorithm="HLTTauGenericHypo/l2calo_tau1_cosmic_track" input="EF_tau1_cosmic_track_L1MU4_EMPTY_calorec" output="EF_tau1_cosmic_track_L1MU4_EMPTY_calopre"/>
-		<SEQUENCE algorithm="PESA::TrigRoiUpdater/IDTrigRoiUpdater_Cosmics_IDTrig InDet::Pixel_TrgClusterization/PixelClustering_IDTrig InDet::SCT_TrgClusterization/SCTClustering_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_Cosmics_IDTrig InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Cosmics_FTF" input="EF_tau1_cosmic_track_L1MU4_EMPTY_calopre" output="EF_tau1_cosmic_track_L1MU4_EMPTY_trfast"/>
-		<SEQUENCE algorithm="HLTTrackPreSelHypo/l2id_tau1_cosmic_track" input="EF_tau1_cosmic_track_L1MU4_EMPTY_trfast" output="EF_tau1_cosmic_track_L1MU4_EMPTY_trackpre"/>
-		<SEQUENCE algorithm="TrigTauRecMerged/TrigTauRecMerged_TauPreselection" input="EF_tau1_cosmic_track_L1MU4_EMPTY_trackpre" output="EF_tau1_cosmic_track_L1MU4_EMPTY_storepre"/>
-		<SEQUENCE algorithm="InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Tau_IDTrig InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Tau_IDTrig InDet::PRD_TrigMultiTruthMaker/InDetTrigPRD_MultiTruthMaker_Tau_IDTrig InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Tau_IDTrig InDet::InDetTrigExtensProcessor/TrigExtProcessor_Tau_IDTrig InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Tau_IDTrig InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Tau_IDTrig InDet::InDetTrigDetailedTrackTruthMaker/InDetTrigDetailedTrackTruthMaker_Tau_IDTrig InDet::TrigVxPrimary/TrigVxPrimary_Tau_IDTrig InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Tau_IDTrig" input="EF_tau1_cosmic_track_L1MU4_EMPTY_storepre" output="EF_tau1_cosmic_track_L1MU4_EMPTY_tr"/>
-		<SEQUENCE algorithm="TrigTauRecMerged/TrigTauRecCosmics_Tau2012 TrigTauDiscriBuilder/TrigTauDiscriminant2015 EFTauMVHypo/ef_tau_perf_r" input="EF_tau1_cosmic_track_L1MU4_EMPTY_tr" output="EF_tau1_cosmic_track_L1MU4_EMPTY_effinal"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/TrigCaloCellMaker_tau TrigCaloClusterMaker/TrigCaloClusterMaker_topo HLTTauCaloRoiUpdater/HLTTauCaloRoiUpdater" input="MU4" output="EF_tau1_cosmic_track_L1MU4_EMPTY_clf0"/>
-		<SEQUENCE algorithm="TrigTauRecMerged/TrigTauRecMerged_TauCaloOnly" input="EF_tau1_cosmic_track_L1MU4_EMPTY_clf0" output="EF_tau1_cosmic_track_L1MU4_EMPTY_calorec"/>
-		<SEQUENCE algorithm="HLTTauGenericHypo/l2calo_tau1_cosmic_ptonly" input="EF_tau1_cosmic_track_L1MU4_EMPTY_calorec" output="EF_tau1_cosmic_ptonly_L1MU4_EMPTY_calopre"/>
-		<SEQUENCE algorithm="PESA::TrigRoiUpdater/IDTrigRoiUpdater_Tau_IDTrig InDet::Pixel_TrgClusterization/PixelClustering_IDTrig InDet::SCT_TrgClusterization/SCTClustering_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_Tau_IDTrig InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Tau_FTF InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_Tau_IDTrig InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_Tau_IDTrig InDet::PRD_TrigMultiTruthMaker/InDetTrigPRD_MultiTruthMaker_Tau_IDTrig InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_Tau_IDTrig InDet::InDetTrigExtensProcessor/TrigExtProcessor_Tau_IDTrig InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_Tau_IDTrig InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_Tau_IDTrig InDet::InDetTrigDetailedTrackTruthMaker/InDetTrigDetailedTrackTruthMaker_Tau_IDTrig InDet::TrigVxPrimary/TrigVxPrimary_Tau_IDTrig InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_Tau_IDTrig" input="EF_tau1_cosmic_ptonly_L1MU4_EMPTY_calopre" output="EF_tau1_cosmic_ptonly_L1MU4_EMPTY_tr"/>
-		<SEQUENCE algorithm="TrigTauRecMerged/TrigTauRecCosmics_Tau2012 TrigTauDiscriBuilder/TrigTauDiscriminant2015 EFTauMVHypo/ef_tau_perf_r" input="EF_tau1_cosmic_ptonly_L1MU4_EMPTY_tr" output="EF_tau1_cosmic_ptonly_L1MU4_EMPTY_effinal"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_minBias_EFID InDet::SCT_TrgClusterization/SCTClustering_minBias_EFID InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_minBias_EFID InDet::SiTrigSPSeededTrackFinder/SiTrigTrackFinder_minBias_EFID InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_minBias_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_minBias_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_minBias_EFID InDet::TrigVxPrimary/TrigVxPrimary_minBias_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_minBias_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_minBias_EFID TrigTrackCounter/EFMbTrkFex TrigTrackCounterHypo/EFMbTrkHypo" input="L2_sptrk" output="EF_sptrk"/>
-		<SEQUENCE algorithm="TrigCountSpacePoints/L2MbSpFex_SCTNoiseSup TrigCountSpacePointsHypo/L2MbSpHypo" input="L2_mb_iddataprep" output="L2_sptrk_noisesup"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_minBias_EFID InDet::SCT_TrgClusterization/SCTClustering_minBias_EFID InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_minBias_EFID InDet::SiTrigSPSeededTrackFinder/SiTrigTrackFinder_minBias_EFID InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_minBias_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmer_minBias_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_minBias_EFID InDet::TrigVxPrimary/TrigVxPrimary_minBias_EFID InDet::TrigParticleCreator/InDetTrigParticleCreation_minBias_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnv_minBias_EFID TrigTrackCounter/EFMbTrkFex TrigTrackCounterHypo/EFMbTrkHypo" input="L2_sptrk_noisesup" output="EF_sptrk_noisesup"/>
-		<SEQUENCE algorithm="TrigCountSpacePoints/L2MbSpFex TrigCountSpacePointsHypo/L2MbSpHypo" input="L2_mb_iddataprep" output="L2_sptrk"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_CosmicsN_EFID InDet::SCT_TrgClusterization/SCTClustering_CosmicsN_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_CosmicsN_EFID InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_CosmicsN_EFID InDet::SiTrigSPSeededTrackFinder/SiTrigTrackFinder_CosmicsN_EFID InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_CosmicsN_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_CosmicsN_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_CosmicsN_EFID InDet::TRT_TrigTrackSegmentsFinder/InDetTrigTRT_TrackSegmentsFinder_CosmicsN_EFID InDet::TRT_TrigStandaloneTrackFinder/InDetTrigTRT_StandaloneTrackFinder_CosmicsN_EFID Trk::TrigTrackCollectionMerger/TrigTrackCollectionMergerIOTRT_CosmicsN_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmerIOTRT_CosmicsN_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnvIOTRT_CosmicsN_EFID InDet::TrigParticleCreator/InDetTrigParticleCreationIOTRT_CosmicsN_EFID InDet::TrigVxPrimary/TrigVxPrimary_CosmicsN_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnvIOTRT_CosmicsN_EFID TrigTrackCounter/MbTrkFex_sptrk_costr TrigTrackCounterHypo/MbTrkHypo_sptrk_costr" input="L2_sptrk" output="EF_sptrk_costr"/>
-		<SEQUENCE algorithm="PESA::DummyUnseededAllTEAlgo/MinBiasDummyRoI InDet::Pixel_TrgClusterization/PixelClustering_minBias_IDTrig InDet::SCT_TrgClusterization/SCTClustering_minBias_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_minBias_IDTrig" input="" output="L2_mb_iddataprep"/>
-		<SEQUENCE algorithm="TrigCountSpacePoints/L2MbSpFex_noPix TrigCountSpacePointsHypo/L2MbSpHypo_PT" input="L2_mb_iddataprep" output="L2_sp_perf"/>
-		<SEQUENCE algorithm="T2MbtsFex/L2MbMbtsFex T2MbtsHypo/L2MbMbtsHypo_PT" input="L2_sp_perf" output="L2_mbts_perf"/>
-		<SEQUENCE algorithm="T2MbtsFex/L2MbMbtsFex T2MbtsHypo/L2MbMbtsHypo_1" input="L2_mb_step0" output="L2_mbts_1"/>
-		<SEQUENCE algorithm="T2MbtsFex/L2MbMbtsFex T2MbtsHypo/L2MbMbtsHypo_2" input="L2_mb_step0" output="L2_mbts_2"/>
-		<SEQUENCE algorithm="PESA::DummyUnseededAllTEAlgo/MinBiasDummyRoI" input="" output="L2_mb_step0"/>
-		<SEQUENCE algorithm="T2MbtsFex/L2MbMbtsFex T2MbtsHypo/L2MbMbtsHypo_1_1" input="L2_mb_step0" output="L2_mbts_1_1"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/L2_Cosmictilecalib_laserTileSubDetListWriter" input="CAL2" output="L2_Cosmic_tilecalib_laser_TileSubDetListWriter"/>
-		<SEQUENCE algorithm="DummyFEX/EF_tilecalib_laser" input="L2_Cosmic_tilecalib_laser_TileSubDetListWriter" output="EF_tilecalib_laser"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/CosmicIDSubDetListWriter" input="" output="L2_Calibpixel_beam"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/CosmicSCTNoiseSubDetListWriter" input="" output="L2_Calibsct_noise"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_AllEm TrigL2CaloLayersHypo/TrigL2CaloLayersHypo_larps_L1EM3_EMPTY_080" input="EM3" output="L2_TrigL2CaloLayersHypo_larps_L1EM3_EMPTY_080"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_AllEm TrigL2CaloLayersHypo/TrigL2CaloLayersHypo_larps_L1EM7_EMPTY_080" input="EM7" output="L2_TrigL2CaloLayersHypo_larps_L1EM7_EMPTY_080"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_All TrigL2CaloLayersHypo/TrigL2CaloLayersHypo_larps_L1J12_EMPTY_080" input="J12" output="L2_TrigL2CaloLayersHypo_larps_L1J12_EMPTY_080"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_All TrigL2CaloLayersHypo/TrigL2CaloLayersHypo_larps_L1J30_EMPTY_080" input="J30" output="L2_TrigL2CaloLayersHypo_larps_L1J30_EMPTY_080"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_All TrigL2CaloLayersHypo/TrigL2CaloLayersHypo_larps_L1TAU8_EMPTY_080" input="HA8" output="L2_TrigL2CaloLayersHypo_larps_L1TAU8_EMPTY_080"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_All TrigL2CaloLayersHypo/TrigL2CaloLayersHypo_larps_L1J12_FIRSTEMPTY_080" input="J12" output="L2_TrigL2CaloLayersHypo_larps_L1J12_FIRSTEMPTY_080"/>
-		<SEQUENCE algorithm="T2CaloEgamma/T2CaloEgamma_All TrigL2CaloLayersHypo/TrigL2CaloLayersHypo_larps_L1J30_FIRSTEMPTY_080" input="J30" output="L2_TrigL2CaloLayersHypo_larps_L1J30_FIRSTEMPTY_080"/>
-		<SEQUENCE algorithm="TrigEtaHypo/EtaHypo_HEC_larhec_L1J12_FIRSTEMPTY" input="" output="L2_EtaHypo_HEC_larhec_L1J12_FIRSTEMPTY"/>
-		<SEQUENCE algorithm="TrigROBListWriter/LArL2ROBListWriter_larhec_L1J12_FIRSTEMPTY" input="L2_EtaHypo_HEC_larhec_L1J12_FIRSTEMPTY" output="L2_LArL2ROBListWriter_larhec_L1J12_FIRSTEMPTY"/>
-		<SEQUENCE algorithm="PESA::DummyUnseededAllTEAlgo/Cosmicid_cosmicidAllTEDummy L1InfoHypo/L1InfoHypoid_cosmicid L1InfoHypo/L1InfoHypoRNDMRejectid_cosmicid" input="" output="L2_Cosmic_id_cosmicid_AllTEDummy"/>
-		<SEQUENCE algorithm="InDet::Pixel_TrgClusterization/PixelClustering_CosmicsN_EFID InDet::SCT_TrgClusterization/SCTClustering_CosmicsN_EFID InDet::TRT_TrgRIO_Maker/TRTDriftCircleMaker_CosmicsN_EFID InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_CosmicsN_EFID InDet::SiTrigSPSeededTrackFinder/SiTrigTrackFinder_CosmicsN_EFID InDet::InDetTrigAmbiguitySolver/TrigAmbiguitySolver_CosmicsN_EFID InDet::TRT_TrigTrackExtensionAlg/TRTTrackExtAlg_CosmicsN_EFID InDet::InDetTrigExtensProcessor/TrigExtProcessor_CosmicsN_EFID InDet::TRT_TrigTrackSegmentsFinder/InDetTrigTRT_TrackSegmentsFinder_CosmicsN_EFID InDet::TRT_TrigStandaloneTrackFinder/InDetTrigTRT_StandaloneTrackFinder_CosmicsN_EFID Trk::TrigTrackCollectionMerger/TrigTrackCollectionMergerIOTRT_CosmicsN_EFID InDet::TrigTrackSlimmer/InDetTrigTrackSlimmerIOTRT_CosmicsN_EFID InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnvIOTRT_CosmicsN_EFID InDet::TrigParticleCreator/InDetTrigParticleCreationIOTRT_CosmicsN_EFID InDet::TrigVxPrimary/TrigVxPrimary_CosmicsN_EFID InDet::TrigVertexxAODCnv/InDetTrigVertexxAODCnvIOTRT_CosmicsN_EFID TrigTrackCounter/MbTrkFex_id_cosmicid TrigTrackCounterHypo/MbTrkHypo_id_cosmicid" input="L2_Cosmic_id_cosmicid_AllTEDummy" output="EF_TrigEFIDInsideOut_CosmicsN"/>
-		<SEQUENCE algorithm="PESA::DummyUnseededAllTEAlgo/Cosmicid_cosmicid_trtxkAllTEDummy L1InfoHypo/L1InfoHypoid_cosmicid_trtxk L1InfoHypo/L1InfoHypoRNDMRejectid_cosmicid_trtxk" input="" output="L2_Cosmic_id_cosmicid_trtxk_AllTEDummy"/>
-		<SEQUENCE algorithm="TrigTRTSegFinder/Cosmicid_cosmicid_trtxkTrigTRTSegFinder CosmicTrtHypo/Cosmicid_cosmicid_trtxkTrtHypo" input="L2_Cosmic_id_cosmicid_trtxk_AllTEDummy" output="L2_Cosmic_id_cosmicid_trtxk_TrigTRTSegFinder"/>
-		<SEQUENCE algorithm="PESA::DummyUnseededAllTEAlgo/Cosmicid_cosmicid_trtxk_centralAllTEDummy L1InfoHypo/L1InfoHypoid_cosmicid_trtxk_central L1InfoHypo/L1InfoHypoRNDMRejectid_cosmicid_trtxk_central" input="" output="L2_Cosmic_id_cosmicid_trtxk_central_AllTEDummy"/>
-		<SEQUENCE algorithm="TrigTRTSegFinder/Cosmicid_cosmicid_trtxk_centralTrigTRTSegFinder CosmicTrtHypo/Cosmicid_cosmicid_trtxk_centralTrtHypo" input="L2_Cosmic_id_cosmicid_trtxk_central_AllTEDummy" output="L2_Cosmic_id_cosmicid_trtxk_central_TrigTRTSegFinder"/>
-		<SEQUENCE algorithm="TrigEFJetHypoNoise/EFJetHypoNoiseConfigLoose" input="HLT_full__cluster__jr_antikt0tc_had" output="HLT_full__cluster__jr_antikt0tc_had_noiseHypo_loose"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/CellMakerFullCalo_topo" input="EF_full" output="HLT_full__cluster__jr_antikt0tc_had"/>
-		<SEQUENCE algorithm="TrigEFJetHypoNoise/EFJetHypoNoiseConfig" input="HLT_full__cluster__jr_antikt0tc_had" output="HLT_full__cluster__jr_antikt0tc_had_noiseHypo"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/L1CaloSubDetListWriter" input="" output="L2_l1calocalib"/>
-		<SEQUENCE algorithm="TrigROBListWriter/LArL2ROBListWriter_larcalib_L1EM3_EMPTY TrigROBListWriter/L1CaloTileHackL2ROBListWriter_larcalib_L1EM3_EMPTY" input="EM3" output="L2_Cosmic_larcalib_L1EM3_EMPTY"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/CSCSubDetListWriter_larcalib_L1EM3_EMPTY" input="L2_Cosmic_larcalib_L1EM3_EMPTY" output="L2_Cosmic_larcalib_L1EM3_EMPTYCSCsubdetlistwriter"/>
-		<SEQUENCE algorithm="TrigROBListWriter/LArL2ROBListWriter_larcalib_L1TAU8_EMPTY TrigROBListWriter/L1CaloTileHackL2ROBListWriter_larcalib_L1TAU8_EMPTY" input="HA8" output="L2_Cosmic_larcalib_L1TAU8_EMPTY"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/CSCSubDetListWriter_larcalib_L1TAU8_EMPTY" input="L2_Cosmic_larcalib_L1TAU8_EMPTY" output="L2_Cosmic_larcalib_L1TAU8_EMPTYCSCsubdetlistwriter"/>
-		<SEQUENCE algorithm="TrigROBListWriter/LArL2ROBListWriter_larcalib_L1J12_EMPTY TrigROBListWriter/L1CaloTileHackL2ROBListWriter_larcalib_L1J12_EMPTY" input="J12" output="L2_Cosmic_larcalib_L1J12_EMPTY"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/CSCSubDetListWriter_larcalib_L1J12_EMPTY" input="L2_Cosmic_larcalib_L1J12_EMPTY" output="L2_Cosmic_larcalib_L1J12_EMPTYCSCsubdetlistwriter"/>
-		<SEQUENCE algorithm="TrigROBListWriter/LArL2ROBListWriter_larcalib_L1J3032ETA49_EMPTY TrigROBListWriter/L1CaloTileHackL2ROBListWriter_larcalib_L1J3032ETA49_EMPTY" input="J30.32ETA49" output="L2_Cosmic_larcalib_L1J3032ETA49_EMPTY"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/CSCSubDetListWriter_larcalib_L1J3032ETA49_EMPTY" input="L2_Cosmic_larcalib_L1J3032ETA49_EMPTY" output="L2_Cosmic_larcalib_L1J3032ETA49_EMPTYCSCsubdetlistwriter"/>
-		<SEQUENCE algorithm="TrigROBListWriter/LArL2ROBListWriter_tilelarcalib_L1EM3_EMPTY TrigROBListWriter/L1CaloTileHackL2ROBListWriter_tilelarcalib_L1EM3_EMPTY" input="EM3" output="L2_Cosmic_tilelarcalib_L1EM3_EMPTY"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/CSCSubDetListWriter_tilelarcalib_L1EM3_EMPTY" input="L2_Cosmic_tilelarcalib_L1EM3_EMPTY" output="L2_Cosmic_tilelarcalib_L1EM3_EMPTYCSCsubdetlistwriter"/>
-		<SEQUENCE algorithm="TrigROBListWriter/LArL2ROBListWriter_tilelarcalib_L1TAU8_EMPTY TrigROBListWriter/L1CaloTileHackL2ROBListWriter_tilelarcalib_L1TAU8_EMPTY" input="HA8" output="L2_Cosmic_tilelarcalib_L1TAU8_EMPTY"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/CSCSubDetListWriter_tilelarcalib_L1TAU8_EMPTY" input="L2_Cosmic_tilelarcalib_L1TAU8_EMPTY" output="L2_Cosmic_tilelarcalib_L1TAU8_EMPTYCSCsubdetlistwriter"/>
-		<SEQUENCE algorithm="TrigROBListWriter/LArL2ROBListWriter_tilelarcalib_L1J12_EMPTY TrigROBListWriter/L1CaloTileHackL2ROBListWriter_tilelarcalib_L1J12_EMPTY" input="J12" output="L2_Cosmic_tilelarcalib_L1J12_EMPTY"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/CSCSubDetListWriter_tilelarcalib_L1J12_EMPTY" input="L2_Cosmic_tilelarcalib_L1J12_EMPTY" output="L2_Cosmic_tilelarcalib_L1J12_EMPTYCSCsubdetlistwriter"/>
-		<SEQUENCE algorithm="TrigROBListWriter/LArL2ROBListWriter_tilelarcalib_L1J3032ETA49_EMPTY TrigROBListWriter/L1CaloTileHackL2ROBListWriter_tilelarcalib_L1J3032ETA49_EMPTY" input="J30.32ETA49" output="L2_Cosmic_tilelarcalib_L1J3032ETA49_EMPTY"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/CSCSubDetListWriter_tilelarcalib_L1J3032ETA49_EMPTY" input="L2_Cosmic_tilelarcalib_L1J3032ETA49_EMPTY" output="L2_Cosmic_tilelarcalib_L1J3032ETA49_EMPTYCSCsubdetlistwriter"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/IBLSubDetListWriter" input="" output="L2_ibllumi"/>
-		<SEQUENCE algorithm="PESA::DummyUnseededAllTEAlgo/RoiCreator" input="" output="EF_full"/>
-		<SEQUENCE algorithm="TrigCaloCellMaker/FS TrigCaloClusterMaker/TrigCaloClusterMaker_topo_tcemFS TrigHLTEnergyDensity/TrigHLTEnergyDensity_04tcemFS" input="EF_full" output="EF__3325914830429411423_cluster_tcemFS"/>
-		<SEQUENCE algorithm="TrigHLTJetRecFromCluster/TrigHLTJetRecFromCluster_a4tcemsubjesFS" input="EF__3325914830429411423_cluster_tcemFS" output="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-		<SEQUENCE algorithm="TrigEFJetHypo/EFJetHypo_j40000_0eta320_a4_tc_em_subjes_FS" input="EF__8016171073480886587_jetrec_a4tcemsubjesFS" output="EF__6922391918386234222_hypo_1_0eta320_40"/>
-		<SEQUENCE algorithm="TimeBurner/DummyTimeBurner" input="" output="L2_DummyTimeBurner"/>
-		<SEQUENCE algorithm="ROBRequestAlgo/DummyROBRequest" input="" output="L2_DummyROBRequest"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/TDAQ_HLTSubDetListWriter" input="" output="HLT_costmonitor_peb"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/CSCSubDetListWriter_cscmon_L1MU10" input="" output="L2_CSCSubDetListWriter_cscmon_L1MU10"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/CSCSubDetListWriter_cscmon_L1EM3" input="" output="L2_CSCSubDetListWriter_cscmon_L1EM3"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/CSCSubDetListWriter_cscmon_L1J12" input="" output="L2_CSCSubDetListWriter_cscmon_L1J12"/>
-		<SEQUENCE algorithm="PESA::DummyUnseededAllTEAlgo/L2DummyAlgo TrigL2SiTrackFinder/TrigL2SiTrackFinder_BeamSpotB" input="" output="L2_beamspot_allTE_L2StarB_L1RDO_FILLED_BeamSpottracks"/>
-		<SEQUENCE algorithm="PESA::T2VertexBeamSpot/T2VertexBeamSpot_activeAllTE_L2StarB" input="L2_beamspot_allTE_L2StarB_L1RDO_FILLED_BeamSpottracks" output="L2_beamspot_allTE_L2StarB_L1RDO_FILLED_fex"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/IDSubDetListWriter" input="L2_beamspot_allTE_L2StarB_L1RDO_FILLED_fex" output="L2_beamspot_allTE_L2StarB_L1RDO_FILLED"/>
-		<SEQUENCE algorithm="PESA::DummyUnseededAllTEAlgo/L2DummyAlgo InDet::Pixel_TrgClusterization/PixelClustering_IDTrig InDet::SCT_TrgClusterization/SCTClustering_IDTrig InDet::SiTrigSpacePointFinder/SiTrigSpacePointFinder_IDTrig TrigFastTrackFinder/TrigFastTrackFinder_BeamSpot_IDTrig InDet::TrigTrackingxAODCnv/InDetTrigTrackingxAODCnv_BeamSpot_FTF" input="" output="L2_beamspot_allTE_trkfast_L1RDO_FILLED_BeamSpottracks"/>
-		<SEQUENCE algorithm="PESA::T2VertexBeamSpot/T2VertexBeamSpot_activeAllTE_FTF" input="L2_beamspot_allTE_trkfast_L1RDO_FILLED_BeamSpottracks" output="L2_beamspot_allTE_trkfast_L1RDO_FILLED_fex"/>
-		<SEQUENCE algorithm="TrigSubDetListWriter/IDSubDetListWriter" input="L2_beamspot_allTE_trkfast_L1RDO_FILLED_fex" output="L2_beamspot_allTE_trkfast_L1RDO_FILLED"/>
-		<SEQUENCE algorithm="PESA::DummyUnseededAllTEAlgo/EF_DummyFEX_empty L1InfoHypo/EF_Hypo_empty" input="" output="EF_eb_empty_L1RD0_EMPTY"/>
-	</SEQUENCE_LIST>
-	<CHAIN_LIST>
-		<CHAIN EBstep="-1" chain_counter="1" chain_name="HLT_g0_perf_L1EM3HI" level="HLT" lower_chain_name="L1_EM3HI" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SinglePhoton"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_g0_perf_L1EM3HI_L1_EM3HI_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_g0_perf_L1EM3HI_L1_EM3HI"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_g0_perf_L1EM3HI_L1_EM3HI_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_g0_perf_L1EM3HI_L1_EM3HI_calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_g0_perf_L1EM3HI_L1_EM3HI"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="2" chain_name="HLT_e0_perf_L1EM3HI" level="HLT" lower_chain_name="L1_EM3HI" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleElectron"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_e0_perf_L1EM3HI_L1_EM3HIcl"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_e0_perf_L1EM3HI_L1_EM3HIid"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_e0_perf_L1EM3HI_L1_EM3HI"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_e0_perf_L1EM3HI_L1_EM3HIcalo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_e0_perf_L1EM3HI_L1_EM3HIcalocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_e0_perf_L1EM3HI_L1_EM3HIid"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="7">
-					<TRIGGERELEMENT te_name="EF_e0_perf_L1EM3HI_L1_EM3HI"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="3" chain_name="HLT_e3_loose" level="HLT" lower_chain_name="L1_EM3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleElectron"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_e3_loose_L1_EM3cl"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_e3_loose_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_e3_loose_L1_EM3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_e3_loose_L1_EM3calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_e3_loose_L1_EM3calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_e3_loose_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="7">
-					<TRIGGERELEMENT te_name="EF_e3_loose_L1_EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="4" chain_name="HLT_e3_lhloose" level="HLT" lower_chain_name="L1_EM3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleElectron"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_e3_lhloose_L1_EM3cl"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_e3_lhloose_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_e3_lhloose_L1_EM3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_e3_lhloose_L1_EM3calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_e3_lhloose_L1_EM3calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_e3_lhloose_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="7">
-					<TRIGGERELEMENT te_name="EF_e3_lhloose_L1_EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="5" chain_name="HLT_e3_etcut" level="HLT" lower_chain_name="L1_EM3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleElectron"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_e3_etcut_L1_EM3cl"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_e3_etcut_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_e3_etcut_L1_EM3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_e3_etcut_L1_EM3calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_e3_etcut_L1_EM3calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_e3_etcut_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="7">
-					<TRIGGERELEMENT te_name="EF_e3_etcut_L1_EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="6" chain_name="HLT_e3_etcut_L1EM3_EMPTY" level="HLT" lower_chain_name="L1_EM3_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleElectron"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_e3_etcut_L1_EM3cl"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_e3_etcut_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_e3_etcut_L1_EM3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_e3_etcut_L1_EM3calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_e3_etcut_L1_EM3calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_e3_etcut_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="7">
-					<TRIGGERELEMENT te_name="EF_e3_etcut_L1_EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="7" chain_name="HLT_g3_etcut" level="HLT" lower_chain_name="L1_EM3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SinglePhoton"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_g3_etcut_L1_EM3_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_g3_etcut_L1_EM3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_g3_etcut_L1_EM3_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_g3_etcut_L1_EM3_calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_g3_etcut_L1_EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="8" chain_name="HLT_g3_etcut_L1EM3_EMPTY" level="HLT" lower_chain_name="L1_EM3_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SinglePhoton"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_g3_etcut_L1_EM3_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_g3_etcut_L1_EM3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_g3_etcut_L1_EM3_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_g3_etcut_L1_EM3_calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_g3_etcut_L1_EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="9" chain_name="HLT_e0_perf_L1EM3" level="HLT" lower_chain_name="L1_EM3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleElectron"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_e0_perf_L1EM3_L1_EM3cl"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_e0_perf_L1EM3_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_e0_perf_L1EM3_L1_EM3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_e0_perf_L1EM3_L1_EM3calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_e0_perf_L1EM3_L1_EM3calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_e0_perf_L1EM3_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="7">
-					<TRIGGERELEMENT te_name="EF_e0_perf_L1EM3_L1_EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="10" chain_name="HLT_e0_L2Star_perf_L1EM3" level="HLT" lower_chain_name="L1_EM3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleElectron"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_e0_perf_L1EM3_L1_EM3cl"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_e0_perf_L1EM3_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_e0_perf_L1EM3_L1_EM3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_e0_perf_L1EM3_L1_EM3calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_e0_perf_L1EM3_L1_EM3calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_e0_perf_L1EM3_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="7">
-					<TRIGGERELEMENT te_name="EF_e0_perf_L1EM3_L1_EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="11" chain_name="HLT_g0_perf_L1EM3" level="HLT" lower_chain_name="L1_EM3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SinglePhoton"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_g0_perf_L1EM3_L1_EM3_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_g0_perf_L1EM3_L1_EM3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_g0_perf_L1EM3_L1_EM3_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_g0_perf_L1EM3_L1_EM3_calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_g0_perf_L1EM3_L1_EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="12" chain_name="HLT_e3_loose_L2EFCalo" level="HLT" lower_chain_name="L1_EM3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleElectron"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_e3_loose_L1_EM3cl"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_e3_loose_L2EFCalo_L1_EM3calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_e3_loose_L2EFCalo_L1_EM3calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_e3_loose_L2EFCalo_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_e3_loose_L2EFCalo_L1_EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="13" chain_name="HLT_e3_lhloose_L2EFCalo" level="HLT" lower_chain_name="L1_EM3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleElectron"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_e3_lhloose_L1_EM3cl"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_e3_lhloose_L2EFCalo_L1_EM3calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_e3_lhloose_L2EFCalo_L1_EM3calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_e3_lhloose_L2EFCalo_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_e3_lhloose_L2EFCalo_L1_EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="14" chain_name="HLT_e3_loose_HLTCalo" level="HLT" lower_chain_name="L1_EM3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleElectron"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_e3_loose_HLTCalo_L1_EM3calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_e3_loose_HLTCalo_L1_EM3calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_e3_loose_HLTCalo_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_e3_loose_HLTCalo_L1_EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="15" chain_name="HLT_e3_lhloose_HLTCalo" level="HLT" lower_chain_name="L1_EM3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleElectron"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_e3_loose_HLTCalo_L1_EM3calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_e3_lhloose_HLTCalo_L1_EM3calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_e3_lhloose_HLTCalo_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_e3_lhloose_HLTCalo_L1_EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="16" chain_name="HLT_e3_loose_etisem" level="HLT" lower_chain_name="L1_EM3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleElectron"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_e3_loose_L1_EM3cl"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_e3_loose_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_e3_loose_L1_EM3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_e3_loose_L1_EM3calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_e3_loose_L1_EM3calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_e3_loose_L1_EM3id"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="7">
-					<TRIGGERELEMENT te_name="EF_e3_loose_etisem_L1_EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="17" chain_name="HLT_g3_loose_HLTCalo" level="HLT" lower_chain_name="L1_EM3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SinglePhoton"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_e3_loose_HLTCalo_L1_EM3calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_g3_loose_HLTCalo_L1_EM3_calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_g3_loose_HLTCalo_L1_EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="18" chain_name="HLT_g3_loose_larpeb" level="HLT" lower_chain_name="L1_EM3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArCells" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SinglePhoton"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_g3_loose_larpeb_L1_EM3_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_g3_loose_larpeb_L1_EM3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_g3_loose_larpeb_L1_EM3_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_g3_loose_larpeb_L1_EM3_calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_g3_loose_larpeb_L1_EM3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_g3_loose_larpeb_L1_EM3_larpeb"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="19" chain_name="HLT_g40_loose_larpeb" level="HLT" lower_chain_name="L1_EM20VHI" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArCells" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SinglePhoton"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_g40_loose_larpeb_L1_EM20VHI_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_g40_loose_larpeb_L1_EM20VHI"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_g40_loose_larpeb_L1_EM20VHI_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_g40_loose_larpeb_L1_EM20VHI_calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_g40_loose_larpeb_L1_EM20VHI"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_g40_loose_larpeb_L1_EM20VHI_larpeb"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="20" chain_name="HLT_g60_loose_larpeb" level="HLT" lower_chain_name="L1_EM20VHI" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArCells" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SinglePhoton"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_g40_loose_larpeb_L1_EM20VHI_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_g60_loose_larpeb_L1_EM20VHI"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_g60_loose_larpeb_L1_EM20VHI_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_g60_loose_larpeb_L1_EM20VHI_calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_g60_loose_larpeb_L1_EM20VHI"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_g60_loose_larpeb_L1_EM20VHI_larpeb"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="21" chain_name="HLT_g80_loose_larpeb" level="HLT" lower_chain_name="L1_EM20VHI" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArCells" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SinglePhoton"/>
-				<GROUP name="BW:Egamma"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_g40_loose_larpeb_L1_EM20VHI_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_g80_loose_larpeb_L1_EM20VHI"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_g80_loose_larpeb_L1_EM20VHI_calo"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_g80_loose_larpeb_L1_EM20VHI_calocalib"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_g80_loose_larpeb_L1_EM20VHI"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_g80_loose_larpeb_L1_EM20VHI_larpeb"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="22" chain_name="HLT_j0_perf_ds1_L1All" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="DataScouting_05_Jets" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_Jets_DS"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF__6922391918386234222_data_scouting_j0_perf_ds1_L1All"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="23" chain_name="HLT_j0_perf_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="24" chain_name="HLT_j0_perf_L1MU10" level="HLT" lower_chain_name="L1_MU10" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="25" chain_name="HLT_j0_perf_L1J12" level="HLT" lower_chain_name="L1_J12" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="26" chain_name="HLT_ht0_perf_L1J12" level="HLT" lower_chain_name="L1_J12" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="27" chain_name="HLT_j0_L1J12" level="HLT" lower_chain_name="L1_J12" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF__6922391918386234222_hypo_1_0eta320_0"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="28" chain_name="HLT_j0_jes_L1J12" level="HLT" lower_chain_name="L1_J12" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemjesFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF__1729400854165272861_hypo_1_0eta320_0"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="29" chain_name="HLT_j0_lcw_jes_L1J12" level="HLT" lower_chain_name="L1_J12" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tclcwFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__651768229715482300_jetrec_a4tclcwjesFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_6225908397320466767_hypo_1_0eta320_0"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="30" chain_name="HLT_j0_sub_L1J12" level="HLT" lower_chain_name="L1_J12" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF__1675356047816783513_hypo_1_0eta320_0"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="31" chain_name="HLT_j0_nojcalib_L1J12" level="HLT" lower_chain_name="L1_J12" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemnojcalibFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_6889917156589460318_hypo_1_0eta320_0"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="32" chain_name="HLT_j0_jes_PS_L1J12" level="HLT" lower_chain_name="L1_J12" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_8905612443205277500_superroi"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_6427773172624540309_cluster_tcemPS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_7894143629408364732_jetrec_a4tcemjesPS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_4030453875349233577_hypo_1_0eta320_0"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="33" chain_name="HLT_j0_a10_nojcalib_L1J12" level="HLT" lower_chain_name="L1_J12" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a10tcemnojcalibFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF__4246256179675365792_hypo_1_0eta320_0"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="34" chain_name="HLT_j0_a10_lcw_sub_L1J12" level="HLT" lower_chain_name="L1_J12" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tclcwFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__651768229715482300_jetrec_a10tclcwsubFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF__330458747320845677_hypo_1_0eta320_0"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="35" chain_name="HLT_j0_a10r_lcw_sub_L1J12" level="HLT" lower_chain_name="L1_J12" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tclcwFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__651768229715482300_jetrec_a4tclcwsubFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_1386593056297852755_jetrec_a10r_tclcwsubFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF__4420056271614010285_hypo_1_0eta320_0"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="36" chain_name="HLT_ht0_L1J12" level="HLT" lower_chain_name="L1_J12" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF__6922391918386234222_hypo_HT_0"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="37" chain_name="HLT_j0_a10_nojcalib_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a10tcemnojcalibFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF__4246256179675365792_hypo_1_0eta320_0"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="38" chain_name="HLT_j0_a10r_lcw_sub_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tclcwFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__651768229715482300_jetrec_a4tclcwsubFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_1386593056297852755_jetrec_a10r_tclcwsubFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF__4420056271614010285_hypo_1_0eta320_0"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="39" chain_name="HLT_j15_L1J12" level="HLT" lower_chain_name="L1_J12" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF__6922391918386234222_hypo_1_0eta320_15"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="40" chain_name="HLT_j0_perf_bperf_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleBJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="7">
-					<TRIGGERELEMENT te_name="EF__6922391918386234222_hypo_1_0eta320_35"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="8">
-					<TRIGGERELEMENT te_name="EF_bjet_j0_perf_bperf_L1J12"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="41" chain_name="HLT_j0_perf_bperf_L1MU10" level="HLT" lower_chain_name="L1_MU10" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleBJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="7">
-					<TRIGGERELEMENT te_name="EF__6922391918386234222_hypo_1_0eta320_35"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="8">
-					<TRIGGERELEMENT te_name="EF_bjet_j0_perf_bperf_L1J12"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="42" chain_name="HLT_j0_perf_bperf_L1J12" level="HLT" lower_chain_name="L1_J12" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleBJet"/>
-				<GROUP name="BW:Jets"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="7">
-					<TRIGGERELEMENT te_name="EF__6922391918386234222_hypo_1_0eta320_35"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="8">
-					<TRIGGERELEMENT te_name="EF_bjet_j0_perf_bperf_L1J12"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="43" chain_name="HLT_mu4_cosmic_L1MU4_EMPTY" level="HLT" lower_chain_name="L1_MU4_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicMuons" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_Muon"/>
-				<GROUP name="BW:Muon"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mu_SA_900GeV4GeV_v11a_MU4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_mucomb_mu4_MU4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_EFIDInsideOut_mu4_MU4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_SuperEF_mu4_MU4"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="44" chain_name="HLT_mu4_cosmic_L1MU11_EMPTY" level="HLT" lower_chain_name="L1_MU11_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicMuons" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_Muon"/>
-				<GROUP name="BW:Muon"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mu_SA_900GeV4GeV_v11a_MU11"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_mucomb_mu4cosmicL1MU11EMPTY_MU11"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_EFIDInsideOut_mu4_cosmic_L1MU11_EMPTY_MU11"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_SuperEF_mu4_cosmic_L1MU11_EMPTY_MU11"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="45" chain_name="HLT_mu4_msonly_cosmic_L1MU4_EMPTY" level="HLT" lower_chain_name="L1_MU4_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicMuons" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_Muon"/>
-				<GROUP name="BW:Muon"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mu_SA_900GeV4GeV_v11a_MU4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_SuperEF_mu4_msonly_cosmic_L1MU4_EMPTY"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="46" chain_name="HLT_mu4_msonly_cosmic_L1MU11_EMPTY" level="HLT" lower_chain_name="L1_MU11_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicMuons" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_Muon"/>
-				<GROUP name="BW:Muon"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mu_SA_900GeV4GeV_v11a_MU11"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_SuperEF_mu4_msonly_cosmic_L1MU11_EMPTY"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="47" chain_name="HLT_mu4_cosmicEF_L1MU4_EMPTY" level="HLT" lower_chain_name="L1_MU4_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicMuons" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_Muon"/>
-				<GROUP name="BW:Muon"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_CosmicsN_mu4_cosmicEF_L1MU4_EMPTY"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_SuperEF_mu4_cosmicEF_L1MU4_EMPTY"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="48" chain_name="HLT_mu4_cosmicEF_L1MU11_EMPTY" level="HLT" lower_chain_name="L1_MU11_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicMuons" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_Muon"/>
-				<GROUP name="BW:Muon"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_CosmicsN_mu4_cosmicEF_L1MU11_EMPTY"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_SuperEF_mu4_cosmicEF_L1MU11_EMPTY"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="49" chain_name="HLT_mu4_msonly_cosmicEF_L1MU11_EMPTY" level="HLT" lower_chain_name="L1_MU11_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicMuons" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_Muon"/>
-				<GROUP name="BW:Muon"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_SuperEF_Extrapolator_mu4_msonly_cosmicEF_L1MU11_EMPTY"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="50" chain_name="HLT_mu4_msonly_cosmicEF_L1MU4_EMPTY" level="HLT" lower_chain_name="L1_MU4_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicMuons" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_Muon"/>
-				<GROUP name="BW:Muon"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_SuperEF_Extrapolator_mu4_msonly_cosmicEF_L1MU4_EMPTY"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="51" chain_name="HLT_mu0_muoncalib" level="HLT" lower_chain_name="L1_MU4" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="Muon_Calibration" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="BW:Muon"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_MuonCalib_MU4"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="52" chain_name="HLT_2mu4_bDimu" level="HLT" lower_chain_name="L1_2MU4" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Bphysics"/>
-				<GROUP name="BW:Bphys"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mu_SA_900GeV4GeV_v11a_MU4"/>
-					<TRIGGERELEMENT te_name="L2_mu_SA_900GeV4GeV_v11a_MU4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_mucomb_mu4_MU4"/>
-					<TRIGGERELEMENT te_name="L2_mucomb_mu4_MU4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_2mu4_bDimu_L1_2MU4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_EFIDInsideOut_mu4_MU4"/>
-					<TRIGGERELEMENT te_name="EF_EFIDInsideOut_mu4_MU4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_SuperEF_mu4_MU4"/>
-					<TRIGGERELEMENT te_name="EF_SuperEF_mu4_MU4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_2mu4_bDimu"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="53" chain_name="HLT_2mu4_bDimu_novtx_noos" level="HLT" lower_chain_name="L1_2MU4" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Bphysics"/>
-				<GROUP name="BW:Bphys"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mu_SA_900GeV4GeV_v11a_MU4"/>
-					<TRIGGERELEMENT te_name="L2_mu_SA_900GeV4GeV_v11a_MU4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_mucomb_mu4_MU4"/>
-					<TRIGGERELEMENT te_name="L2_mucomb_mu4_MU4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_2mu4_bDimu_novtx_noos_L1_2MU4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_EFIDInsideOut_mu4_MU4"/>
-					<TRIGGERELEMENT te_name="EF_EFIDInsideOut_mu4_MU4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_SuperEF_mu4_MU4"/>
-					<TRIGGERELEMENT te_name="EF_SuperEF_mu4_MU4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_2mu4_bDimu_novtx_noos"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="54" chain_name="HLT_2mu6_bDimu" level="HLT" lower_chain_name="L1_2MU6" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Bphysics"/>
-				<GROUP name="BW:Bphys"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mu_step1"/>
-					<TRIGGERELEMENT te_name="L2_mu_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_mucomb_mu6_MU6"/>
-					<TRIGGERELEMENT te_name="L2_mucomb_mu6_MU6"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_2mu6_bDimu_L1_2MU6"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_EFIDInsideOut_mu6_MU6"/>
-					<TRIGGERELEMENT te_name="EF_EFIDInsideOut_mu6_MU6"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_SuperEF_mu6_MU6"/>
-					<TRIGGERELEMENT te_name="EF_SuperEF_mu6_MU6"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_2mu6_bDimu"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="55" chain_name="HLT_2mu6_bDimu_novtx_noos" level="HLT" lower_chain_name="L1_2MU6" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Bphysics"/>
-				<GROUP name="BW:Bphys"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mu_step1"/>
-					<TRIGGERELEMENT te_name="L2_mu_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_mucomb_mu6_MU6"/>
-					<TRIGGERELEMENT te_name="L2_mucomb_mu6_MU6"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_2mu6_bDimu_novtx_noos_L1_2MU6"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_EFIDInsideOut_mu6_MU6"/>
-					<TRIGGERELEMENT te_name="EF_EFIDInsideOut_mu6_MU6"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_SuperEF_mu6_MU6"/>
-					<TRIGGERELEMENT te_name="EF_SuperEF_mu6_MU6"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_2mu6_bDimu_novtx_noos"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="56" chain_name="HLT_xe0_L1All" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_te20_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xe0_L1All"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="57" chain_name="HLT_xe0_L1XE35" level="HLT" lower_chain_name="L1_XE35" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_te20_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xe0_L1All"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="58" chain_name="HLT_xe0_tc_em_L1All" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_xe35_tc_em_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xe0_tc_em_L1All"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="59" chain_name="HLT_xe0_tc_em_L1XE35" level="HLT" lower_chain_name="L1_XE35" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_xe35_tc_em_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xe0_tc_em_L1All"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="60" chain_name="HLT_xe0_tc_pueta_L1All" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_xe35_pueta_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xe0_tc_pueta_L1All"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="61" chain_name="HLT_xe0_tc_pueta_L1XE35" level="HLT" lower_chain_name="L1_XE35" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_xe35_pueta_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xe0_tc_pueta_L1All"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="62" chain_name="HLT_xe0_tc_pufit_L1All" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_xe35_pufit_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xe0_tc_pufit_L1All"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="63" chain_name="HLT_xe0_tc_pufit_L1XE35" level="HLT" lower_chain_name="L1_XE35" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_xe35_pufit_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xe0_tc_pufit_L1All"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="64" chain_name="HLT_xe0_tc_mht_L1All" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_xe35_mht_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xe0_tc_mht_L1All"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="65" chain_name="HLT_xe0_tc_mht_L1XE35" level="HLT" lower_chain_name="L1_XE35" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_xe35_mht_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xe0_tc_mht_L1All"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="66" chain_name="HLT_xe0_L2FS_L1All" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step2"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="L2_xe0_L2FS_L1All_step4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_te20_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_xe0_L1All"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="67" chain_name="HLT_xe0_L2FS_L1XE35" level="HLT" lower_chain_name="L1_XE35" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step2"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="L2_xe0_L2FS_L1All_step4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_te20_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_xe0_L1All"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="68" chain_name="HLT_xe0_l2fsperf_wEFMuFEB_wEFMu_L1All" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step2"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="L2_xe35_l2fsperf_wEFMuFEB_wEFMu_step4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_te20_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_xe0_l2fsperf_wEFMuFEB_wEFMu_L1All"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="69" chain_name="HLT_xe0_l2fsperf_wEFMuFEB_wEFMu_L1XE35" level="HLT" lower_chain_name="L1_XE35" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step2"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="L2_xe35_l2fsperf_wEFMuFEB_wEFMu_step4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_te20_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_xe0_l2fsperf_wEFMuFEB_wEFMu_L1All"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="70" chain_name="HLT_xe35" level="HLT" lower_chain_name="L1_XE35" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_te20_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xe35"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="71" chain_name="HLT_xe35_tc_em" level="HLT" lower_chain_name="L1_XE35" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_xe35_tc_em_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xe35_tc_em"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="72" chain_name="HLT_xe35_pueta" level="HLT" lower_chain_name="L1_XE35" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_xe35_pueta_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xe35_pueta"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="73" chain_name="HLT_xe35_pufit" level="HLT" lower_chain_name="L1_XE35" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_xe35_pufit_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xe35_pufit"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="74" chain_name="HLT_xe35_mht" level="HLT" lower_chain_name="L1_XE35" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_xe35_mht_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xe35_mht"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="75" chain_name="HLT_xe35_L2FS" level="HLT" lower_chain_name="L1_XE35" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step2"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_te20_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_xe35"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="76" chain_name="HLT_xe35_l2fsperf_wEFMuFEB_wEFMu" level="HLT" lower_chain_name="L1_XE35" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step2"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_xe35_L2FS_step3"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="L2_xe35_l2fsperf_wEFMuFEB_wEFMu_step4"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_te20_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_xe35_l2fsperf_wEFMuFEB_wEFMu"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="77" chain_name="HLT_te20" level="HLT" lower_chain_name="L1_TE20" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_te20_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_te20"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="78" chain_name="HLT_te20_tc_lcw" level="HLT" lower_chain_name="L1_TE20" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_xe35_tc_em_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_te20_tc_lcw"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="79" chain_name="HLT_xs30" level="HLT" lower_chain_name="L1_XS30" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_te20_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xs30"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="80" chain_name="HLT_xs30_tc_lcw" level="HLT" lower_chain_name="L1_XS30" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MET"/>
-				<GROUP name="BW:MET"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_xe35_tc_em_step1"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_xs30_tc_lcw"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="81" chain_name="HLT_tau8_cosmic_track" level="HLT" lower_chain_name="L1_TAU8_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleTau"/>
-				<GROUP name="BW:Tau"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_tau8_cosmic_track_clf0"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_tau8_cosmic_track_calorec"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_tau8_cosmic_track_calopre"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_tau8_cosmic_track_trfast"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_tau8_cosmic_track_trackpre"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_tau8_cosmic_track_storepre"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="7">
-					<TRIGGERELEMENT te_name="EF_tau8_cosmic_track_tr"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="8">
-					<TRIGGERELEMENT te_name="EF_tau8_cosmic_track_effinal"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="82" chain_name="HLT_tau8_cosmic_ptonly" level="HLT" lower_chain_name="L1_TAU8_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleTau"/>
-				<GROUP name="BW:Tau"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_tau8_cosmic_track_clf0"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_tau8_cosmic_track_calorec"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_tau8_cosmic_ptonly_calopre"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_tau8_cosmic_ptonly_tr"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_tau8_cosmic_ptonly_effinal"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="83" chain_name="HLT_tau1_cosmic_track_L1MU4_EMPTY" level="HLT" lower_chain_name="L1_MU4_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleTau"/>
-				<GROUP name="BW:Tau"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_tau1_cosmic_track_L1MU4_EMPTY_clf0"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_tau1_cosmic_track_L1MU4_EMPTY_calorec"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_tau1_cosmic_track_L1MU4_EMPTY_calopre"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_tau1_cosmic_track_L1MU4_EMPTY_trfast"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_tau1_cosmic_track_L1MU4_EMPTY_trackpre"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="6">
-					<TRIGGERELEMENT te_name="EF_tau1_cosmic_track_L1MU4_EMPTY_storepre"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="7">
-					<TRIGGERELEMENT te_name="EF_tau1_cosmic_track_L1MU4_EMPTY_tr"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="8">
-					<TRIGGERELEMENT te_name="EF_tau1_cosmic_track_L1MU4_EMPTY_effinal"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="84" chain_name="HLT_tau1_cosmic_ptonly_L1MU4_EMPTY" level="HLT" lower_chain_name="L1_MU4_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SingleTau"/>
-				<GROUP name="BW:Tau"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_tau1_cosmic_track_L1MU4_EMPTY_clf0"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_tau1_cosmic_track_L1MU4_EMPTY_calorec"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_tau1_cosmic_ptonly_L1MU4_EMPTY_calopre"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF_tau1_cosmic_ptonly_L1MU4_EMPTY_tr"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="5">
-					<TRIGGERELEMENT te_name="EF_tau1_cosmic_ptonly_L1MU4_EMPTY_effinal"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="85" chain_name="HLT_mb_sptrk" level="HLT" lower_chain_name="L1_RD0_FILLED" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_iddataprep"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_sptrk"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_sptrk"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="86" chain_name="HLT_mb_sptrk_L1RD0_UNPAIRED_ISO" level="HLT" lower_chain_name="L1_RD0_UNPAIRED_ISO" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_iddataprep"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_sptrk"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_sptrk"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="87" chain_name="HLT_mb_sptrk_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_Minbias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_iddataprep"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_sptrk"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_sptrk"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="88" chain_name="HLT_mb_sptrk_noisesup" level="HLT" lower_chain_name="L1_RD0_FILLED" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_iddataprep"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_sptrk_noisesup"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_sptrk_noisesup"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="89" chain_name="HLT_mb_sptrk_noisesup_L1RD0_UNPAIRED_ISO" level="HLT" lower_chain_name="L1_RD0_UNPAIRED_ISO" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_iddataprep"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_sptrk_noisesup"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_sptrk_noisesup"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="90" chain_name="HLT_mb_sptrk_noisesup_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_iddataprep"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_sptrk_noisesup"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_sptrk_noisesup"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="91" chain_name="HLT_mb_perf_L1LUCID_UNPAIRED_ISO" level="HLT" lower_chain_name="L1_LUCID_UNPAIRED_ISO" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_iddataprep"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_sp_perf"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_mbts_perf"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="92" chain_name="HLT_mb_perf_L1LUCID_EMPTY" level="HLT" lower_chain_name="L1_LUCID_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_Minbias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_iddataprep"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_sp_perf"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_mbts_perf"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="93" chain_name="HLT_mb_perf_L1LUCID" level="HLT" lower_chain_name="L1_LUCID" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_iddataprep"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_sp_perf"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_mbts_perf"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="94" chain_name="HLT_mb_sptrk_costr" level="HLT" lower_chain_name="L1_RD0_FILLED" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_iddataprep"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_sptrk"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_sptrk_costr"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="95" chain_name="HLT_mb_sptrk_costr_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_iddataprep"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_sptrk"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF_sptrk_costr"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="96" chain_name="HLT_mb_perf_L1MBTS_2" level="HLT" lower_chain_name="L1_MBTS_2" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_iddataprep"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_sp_perf"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_mbts_perf"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="97" chain_name="HLT_mb_perf_L1RD1_FILLED" level="HLT" lower_chain_name="L1_RD1_FILLED" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_iddataprep"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_sp_perf"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_mbts_perf"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="98" chain_name="HLT_mb_mbts_L1MBTS_1" level="HLT" lower_chain_name="L1_MBTS_1" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_step0"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_mbts_1"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="99" chain_name="HLT_mb_mbts_L1MBTS_2" level="HLT" lower_chain_name="L1_MBTS_2" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_step0"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_mbts_2"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="100" chain_name="HLT_mb_mbts_L1MBTS_1_1" level="HLT" lower_chain_name="L1_MBTS_1_1" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_step0"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_mbts_1_1"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="101" chain_name="HLT_mb_mbts_L1MBTS_1_EMPTY" level="HLT" lower_chain_name="L1_MBTS_1_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_step0"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_mbts_1"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="102" chain_name="HLT_mb_mbts_L1MBTS_2_EMPTY" level="HLT" lower_chain_name="L1_MBTS_2_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_step0"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_mbts_2"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="103" chain_name="HLT_mb_mbts_L1MBTS_1_1_EMPTY" level="HLT" lower_chain_name="L1_MBTS_1_1_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_step0"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_mbts_1_1"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="104" chain_name="HLT_mb_mbts_L1MBTS_1_UNPAIRED_ISO" level="HLT" lower_chain_name="L1_MBTS_1_UNPAIRED_ISO" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_step0"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_mbts_1"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="105" chain_name="HLT_mb_mbts_L1MBTS_2_UNPAIRED_ISO" level="HLT" lower_chain_name="L1_MBTS_2_UNPAIRED_ISO" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_step0"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_mbts_2"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="106" chain_name="HLT_mb_mbts_L1MBTS_1_1_UNPAIRED_ISO" level="HLT" lower_chain_name="L1_MBTS_1_1_UNPAIRED_ISO" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_mb_step0"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_mbts_1_1"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="107" chain_name="HLT_tilecalib_laser" level="HLT" lower_chain_name="L1_CALREQ2" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="Tile" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="RATE:Cosmic_TileCalibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Cosmic_tilecalib_laser_TileSubDetListWriter"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_tilecalib_laser"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="108" chain_name="HLT_pixel_noise" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="PixelNoise" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="RATE:PixelCalibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Calibpixel_beam"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="109" chain_name="HLT_pixel_beam" level="HLT" lower_chain_name="L1_RD0_FILLED" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="PixelBeam" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="RATE:PixelBeamCalibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Calibpixel_beam"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="110" chain_name="HLT_sct_noise" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="SCTNoise" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="RATE:SCTCalibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Calibsct_noise"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="111" chain_name="HLT_larps_L1EM3_EMPTY" level="HLT" lower_chain_name="L1_EM3_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicCalo" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:CosmicSlice"/>
-				<GROUP name="RATE:Cosmic_LArCalibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_TrigL2CaloLayersHypo_larps_L1EM3_EMPTY_080"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="112" chain_name="HLT_larps_L1EM7_EMPTY" level="HLT" lower_chain_name="L1_EM7_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicCalo" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:CosmicSlice"/>
-				<GROUP name="RATE:Cosmic_LArCalibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_TrigL2CaloLayersHypo_larps_L1EM7_EMPTY_080"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="113" chain_name="HLT_larps_L1J12_EMPTY" level="HLT" lower_chain_name="L1_J12_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicCalo" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:CosmicSlice"/>
-				<GROUP name="RATE:Cosmic_LArCalibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_TrigL2CaloLayersHypo_larps_L1J12_EMPTY_080"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="114" chain_name="HLT_larps_L1J30_EMPTY" level="HLT" lower_chain_name="L1_J30_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicCalo" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:CosmicSlice"/>
-				<GROUP name="RATE:Cosmic_LArCalibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_TrigL2CaloLayersHypo_larps_L1J30_EMPTY_080"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="115" chain_name="HLT_larps_L1TAU8_EMPTY" level="HLT" lower_chain_name="L1_TAU8_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicCalo" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:CosmicSlice"/>
-				<GROUP name="RATE:Cosmic_LArCalibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_TrigL2CaloLayersHypo_larps_L1TAU8_EMPTY_080"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="116" chain_name="HLT_larps_L1J12_FIRSTEMPTY" level="HLT" lower_chain_name="L1_J12_FIRSTEMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArCellsEmpty" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:CosmicSlice"/>
-				<GROUP name="RATE:Cosmic_LArCalibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_TrigL2CaloLayersHypo_larps_L1J12_FIRSTEMPTY_080"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="117" chain_name="HLT_larps_L1J30_FIRSTEMPTY" level="HLT" lower_chain_name="L1_J30_FIRSTEMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArCellsEmpty" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:CosmicSlice"/>
-				<GROUP name="RATE:Cosmic_LArCalibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_TrigL2CaloLayersHypo_larps_L1J30_FIRSTEMPTY_080"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="118" chain_name="HLT_larhec_L1J12_FIRSTEMPTY" level="HLT" lower_chain_name="L1_J12_FIRSTEMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArCellsEmpty" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:CosmicSlice"/>
-				<GROUP name="RATE:Cosmic_LArCalibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_EtaHypo_HEC_larhec_L1J12_FIRSTEMPTY"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_LArL2ROBListWriter_larhec_L1J12_FIRSTEMPTY"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="119" chain_name="HLT_id_cosmicid_L1MU4" level="HLT" lower_chain_name="L1_MU4" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="HLT_IDCosmic" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:CosmicSlice"/>
-				<GROUP name="RATE:Cosmic_Tracking"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Cosmic_id_cosmicid_AllTEDummy"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_TrigEFIDInsideOut_CosmicsN"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="120" chain_name="HLT_id_cosmicid_L1MU11" level="HLT" lower_chain_name="L1_MU11" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="HLT_IDCosmic" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:CosmicSlice"/>
-				<GROUP name="RATE:Cosmic_Tracking"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Cosmic_id_cosmicid_AllTEDummy"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_TrigEFIDInsideOut_CosmicsN"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="121" chain_name="HLT_id_cosmicid" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="HLT_IDCosmic" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:CosmicSlice"/>
-				<GROUP name="RATE:Cosmic_Tracking"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Cosmic_id_cosmicid_AllTEDummy"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF_TrigEFIDInsideOut_CosmicsN"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="122" chain_name="HLT_id_cosmicid_trtxk" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="HLT_IDCosmic" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:CosmicSlice"/>
-				<GROUP name="RATE:Cosmic_Tracking"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Cosmic_id_cosmicid_trtxk_AllTEDummy"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_Cosmic_id_cosmicid_trtxk_TrigTRTSegFinder"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="123" chain_name="HLT_id_cosmicid_trtxk_central" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="HLT_IDCosmic" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:CosmicSlice"/>
-				<GROUP name="RATE:Cosmic_Tracking"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Cosmic_id_cosmicid_trtxk_central_AllTEDummy"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_Cosmic_id_cosmicid_trtxk_central_TrigTRTSegFinder"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="124" chain_name="HLT_larnoiseburst_L1All" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArNoiseBurst" type="calibration"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicCalo" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="HLT_full__cluster__jr_antikt0tc_had"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="HLT_full__cluster__jr_antikt0tc_had_noiseHypo"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="125" chain_name="HLT_larnoiseburst_loose_L1All" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArNoiseBurst" type="calibration"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicCalo" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="HLT_full__cluster__jr_antikt0tc_had"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="HLT_full__cluster__jr_antikt0tc_had_noiseHypo_loose"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="126" chain_name="HLT_larnoiseburst_loose_rerun_L1All" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArNoiseBurst" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="HLT_full__cluster__jr_antikt0tc_had"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="HLT_full__cluster__jr_antikt0tc_had_noiseHypo_loose"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="127" chain_name="HLT_larnoiseburst_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArNoiseBurst" type="calibration"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicCalo" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="HLT_full__cluster__jr_antikt0tc_had"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="HLT_full__cluster__jr_antikt0tc_had_noiseHypo"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="128" chain_name="HLT_larnoiseburst_rerun" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArNoiseBurst" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="HLT_full__cluster__jr_antikt0tc_had"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="HLT_full__cluster__jr_antikt0tc_had_noiseHypo"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="129" chain_name="HLT_l1calocalib" level="HLT" lower_chain_name="L1_RD0_FILLED" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="L1CaloCalib" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="RATE:L1CaloCalib"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_l1calocalib"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="130" chain_name="HLT_l1calocalib_L1BGRP7" level="HLT" lower_chain_name="L1_BGRP7" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="L1CaloCalib" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="RATE:L1CaloCalib"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_l1calocalib"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="131" chain_name="HLT_larcalib_L1EM3_EMPTY" level="HLT" lower_chain_name="L1_EM3_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArCellsEmpty" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Cosmic_larcalib_L1EM3_EMPTY"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_Cosmic_larcalib_L1EM3_EMPTYCSCsubdetlistwriter"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="132" chain_name="HLT_larcalib_L1TAU8_EMPTY" level="HLT" lower_chain_name="L1_TAU8_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArCellsEmpty" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Cosmic_larcalib_L1TAU8_EMPTY"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_Cosmic_larcalib_L1TAU8_EMPTYCSCsubdetlistwriter"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="133" chain_name="HLT_larcalib_L1J12_EMPTY" level="HLT" lower_chain_name="L1_J12_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArCellsEmpty" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Cosmic_larcalib_L1J12_EMPTY"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_Cosmic_larcalib_L1J12_EMPTYCSCsubdetlistwriter"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="134" chain_name="HLT_larcalib_L1J3032ETA49_EMPTY" level="HLT" lower_chain_name="L1_J30.32ETA49_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArCellsEmpty" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Cosmic_larcalib_L1J3032ETA49_EMPTY"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_Cosmic_larcalib_L1J3032ETA49_EMPTYCSCsubdetlistwriter"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="135" chain_name="HLT_tilelarcalib_L1EM3_EMPTY" level="HLT" lower_chain_name="L1_EM3_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArCellsEmpty" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Cosmic_tilelarcalib_L1EM3_EMPTY"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_Cosmic_tilelarcalib_L1EM3_EMPTYCSCsubdetlistwriter"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="136" chain_name="HLT_tilelarcalib_L1TAU8_EMPTY" level="HLT" lower_chain_name="L1_TAU8_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArCellsEmpty" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Cosmic_tilelarcalib_L1TAU8_EMPTY"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_Cosmic_tilelarcalib_L1TAU8_EMPTYCSCsubdetlistwriter"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="137" chain_name="HLT_tilelarcalib_L1J12_EMPTY" level="HLT" lower_chain_name="L1_J12_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArCellsEmpty" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Cosmic_tilelarcalib_L1J12_EMPTY"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_Cosmic_tilelarcalib_L1J12_EMPTYCSCsubdetlistwriter"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="138" chain_name="HLT_tilelarcalib_L1J3032ETA49_EMPTY" level="HLT" lower_chain_name="L1_J30.32ETA49_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="LArCellsEmpty" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_Cosmic_tilelarcalib_L1J3032ETA49_EMPTY"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_Cosmic_tilelarcalib_L1J3032ETA49_EMPTYCSCsubdetlistwriter"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="139" chain_name="HLT_ibllumi_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="IBLLumi" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:IBLLumi"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_ibllumi"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="140" chain_name="HLT_ibllumi_L1RD0_FILLED" level="HLT" lower_chain_name="L1_RD0_FILLED" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="IBLLumi" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:IBLLumi"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_ibllumi"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="141" chain_name="HLT_ibllumi_L1RD0_UNPAIRED_ISO" level="HLT" lower_chain_name="L1_RD0_UNPAIRED_ISO" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="IBLLumi" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:IBLLumi"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_ibllumi"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="142" chain_name="HLT_noalg_L1CALREQ2" level="HLT" lower_chain_name="L1_CALREQ2" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="Tile" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Calibration"/>
-				<GROUP name="RATE:Cosmic_TileCalibration"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="143" chain_name="HLT_noalg_L1EM20A" level="HLT" lower_chain_name="L1_EM20A" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="144" chain_name="HLT_noalg_L1EM20C" level="HLT" lower_chain_name="L1_EM20C" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="145" chain_name="HLT_noalg_L1J75A" level="HLT" lower_chain_name="L1_J75A" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="146" chain_name="HLT_noalg_L1J75C" level="HLT" lower_chain_name="L1_J75C" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="147" chain_name="HLT_noalg_L1TAU20A" level="HLT" lower_chain_name="L1_TAU20A" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="148" chain_name="HLT_noalg_L1TAU20C" level="HLT" lower_chain_name="L1_TAU20C" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="149" chain_name="HLT_noalg_L1ALFA_ANY" level="HLT" lower_chain_name="L1_ALFA_ANY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="ALFACalib" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SeededStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="150" chain_name="HLT_noalg_dcmmon_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="monitoring_random" type="monitoring"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:DISCARD"/>
-				<GROUP name="BW:DISCARD"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="151" chain_name="HLT_noalg_bkg_L1Bkg" level="HLT" lower_chain_name="L1_BCM_AC_ABORTGAPNOTCALIB,L1_BCM_AC_CALIB,L1_BCM_AC_CA_BGRP0,L1_BCM_AC_UNPAIRED_ISO,L1_BCM_AC_UNPAIRED_NONISO,L1_BCM_CA_ABORTGAPNOTCALIB,L1_BCM_CA_CALIB,L1_BCM_CA_UNPAIRED_ISO,L1_BCM_CA_UNPAIRED_NONISO,L1_BCM_Wide_ABORTGAPNOTCALIB,L1_BCM_Wide_CALIB,L1_BCM_Wide_EMPTY,L1_BCM_Wide_UNPAIRED_ISO,L1_BCM_Wide_UNPAIRED_NONISO,L1_J12_ABORTGAPNOTCALIB,L1_J12_UNPAIRED_ISO,L1_J12_UNPAIRED_NONISO,L1_J30.32ETA49_UNPAIRED_ISO,L1_J30.32ETA49_UNPAIRED_NONISO,L1_J50_ABORTGAPNOTCALIB,L1_J50_UNPAIRED_ISO,L1_J50_UNPAIRED_NONISO,L1_MU4_UNPAIRED_ISO" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="Background" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SeededStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="152" chain_name="HLT_noalg_bkg_L1RD0_UNPAIRED_ISO" level="HLT" lower_chain_name="L1_RD0_UNPAIRED_ISO" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="Background" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SeededStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="153" chain_name="HLT_noalg_bkg_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="Background" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SeededStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="154" chain_name="HLT_noalg_bkg_L1RD1_FILLED" level="HLT" lower_chain_name="L1_RD1_FILLED" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="Background" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SeededStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="155" chain_name="HLT_noalg_L1Standby" level="HLT" lower_chain_name="L1_2EM10VH,L1_2EM15,L1_2EM15VH,L1_2EM3,L1_2EM7,L1_2EM8VH,L1_2EM8VH_MU10,L1_2J15_XE55,L1_2MU10,L1_2MU4,L1_2MU6,L1_3J15,L1_3J15.0ETA24,L1_3J20,L1_3J25.0ETA23,L1_3J40,L1_3J50,L1_3MU4,L1_3MU6,L1_4J15,L1_4J15.0ETA24,L1_4J20,L1_4J30,L1_5J15.0ETA24,L1_6J15,L1_BCM_AC_ABORTGAPNOTCALIB,L1_BCM_AC_CALIB,L1_BCM_AC_CA_BGRP0,L1_BCM_AC_CA_UNPAIRED_ISO,L1_BCM_AC_UNPAIRED_ISO,L1_BCM_AC_UNPAIRED_NONISO,L1_BCM_CA_ABORTGAPNOTCALIB,L1_BCM_CA_CALIB,L1_BCM_CA_UNPAIRED_ISO,L1_BCM_CA_UNPAIRED_NONISO,L1_BCM_Wide_ABORTGAPNOTCALIB,L1_BCM_Wide_BGRP0,L1_BCM_Wide_CALIB,L1_BCM_Wide_UNPAIRED_ISO,L1_BCM_Wide_UNPAIRED_NONISO,L1_BGRP7,L1_EM10VH,L1_EM12,L1_EM12_2EM3,L1_EM15,L1_EM15HI,L1_EM15HI_2TAU12,L1_EM15HI_2TAU12IL_XE35,L1_EM15HI_2TAU12IM,L1_EM15HI_2TAU12IM_J25_3J12,L1_EM15HI_2TAU12IM_XE35,L1_EM15HI_2TAU12_J25_3J12,L1_EM15HI_2TAU12_XE35,L1_EM15HI_TAU40_2TAU15,L1_EM15I,L1_EM15VH,L1_EM15VH_3EM7,L1_EM15VH_JJ15.23ETA49,L1_EM15VH_MU10,L1_EM15_MU4,L1_EM18VH,L1_EM20A,L1_EM20C,L1_EM20VH,L1_EM20VHI,L1_EM3,L1_EM3HI,L1_EM3_UNPAIRED_ISO,L1_EM7,L1_EM7_2EM3,L1_EM7_MU10,L1_EM8I,L1_EM8VH,L1_J100,L1_J100.32ETA49,L1_J12,L1_J12_ABORTGAPNOTCALIB,L1_J12_FIRSTEMPTY,L1_J12_UNPAIRED_ISO,L1_J12_UNPAIRED_NONISO,L1_J15,L1_J15.29ETA32,L1_J15.32ETA49,L1_J20,L1_J20.29ETA32,L1_J20.32ETA49,L1_J25,L1_J30,L1_J30.0ETA49_2J20.0ETA49,L1_J30.32ETA49,L1_J30.32ETA49_FIRSTEMPTY,L1_J30.32ETA49_UNPAIRED_ISO,L1_J30.32ETA49_UNPAIRED_NONISO,L1_J30_FIRSTEMPTY,L1_J40,L1_J40_XE50,L1_J50,L1_J50.32ETA49,L1_J50_ABORTGAPNOTCALIB,L1_J50_UNPAIRED_ISO,L1_J50_UNPAIRED_NONISO,L1_J75.32ETA49,L1_J75A,L1_J75C,L1_J85,L1_LUCID,L1_LUCID_A_C_UNPAIRED_ISO,L1_LUCID_A_C_UNPAIRED_NONISO,L1_LUCID_UNPAIRED_ISO,L1_MBTSA0,L1_MBTSA1,L1_MBTSA10,L1_MBTSA12,L1_MBTSA14,L1_MBTSA2,L1_MBTSA3,L1_MBTSA4,L1_MBTSA5,L1_MBTSA6,L1_MBTSA7,L1_MBTSA8,L1_MBTSC0,L1_MBTSC1,L1_MBTSC10,L1_MBTSC12,L1_MBTSC14,L1_MBTSC2,L1_MBTSC3,L1_MBTSC4,L1_MBTSC5,L1_MBTSC6,L1_MBTSC7,L1_MBTSC8,L1_MBTS_1,L1_MBTS_1_1,L1_MBTS_1_1_UNPAIRED_ISO,L1_MBTS_1_UNPAIRED_ISO,L1_MBTS_2,L1_MBTS_2_UNPAIRED_ISO,L1_MBTS_4_A,L1_MBTS_4_C,L1_MU10,L1_MU10_2MU4,L1_MU10_2MU6,L1_MU10_TAU12,L1_MU10_TAU12IL_J25_2J12,L1_MU10_TAU12IL_XE35,L1_MU10_TAU12IM,L1_MU10_TAU12IM_J25_2J12,L1_MU10_TAU12IM_XE35,L1_MU10_TAU12IM_XE40,L1_MU10_TAU12IT_XE35,L1_MU10_TAU12_J25_2J12,L1_MU10_TAU12_XE35,L1_MU10_TAU20,L1_MU10_TAU20IM,L1_MU11,L1_MU11_2MU6,L1_MU15,L1_MU20,L1_MU4,L1_MU4_3J20,L1_MU4_FIRSTEMPTY,L1_MU4_J12,L1_MU4_UNPAIRED_ISO,L1_MU6,L1_MU6_2MU4,L1_MU6_J20,L1_MU6_J40,L1_RD0_FILLED,L1_RD0_FIRSTEMPTY,L1_RD0_UNPAIRED_ISO,L1_RD1_FILLED,L1_RD2_FILLED,L1_RD3_FILLED,L1_TAU12,L1_TAU12IL,L1_TAU12IM,L1_TAU12IT,L1_TAU20,L1_TAU20A,L1_TAU20C,L1_TAU20IL,L1_TAU20IL_2TAU12IL_J25_2J20_3J12,L1_TAU20IL_2TAU12IL_XE35,L1_TAU20IM,L1_TAU20IM_2J20_XE45,L1_TAU20IM_2J20_XE50,L1_TAU20IM_2TAU12IM,L1_TAU20IM_2TAU12IM_J25_2J20_3J12,L1_TAU20IM_2TAU12IM_XE35,L1_TAU20IM_2TAU12IM_XE40,L1_TAU20IT,L1_TAU20IT_2TAU12IT_XE35,L1_TAU20_2J20_XE45,L1_TAU20_2TAU12,L1_TAU20_2TAU12_J25_2J20_3J12,L1_TAU20_2TAU12_XE35,L1_TAU25IT_2TAU12IT_2J25_3J12,L1_TAU25_2J20_XE45,L1_TAU40,L1_TAU8,L1_TE20,L1_TE30,L1_TE30.0ETA24,L1_TE40,L1_TE50,L1_TRT,L1_TRT_FILLED,L1_XE35,L1_XE40,L1_XE45,L1_XE50,L1_XE55,L1_XE60,L1_XE70,L1_XE80,L1_XS20,L1_XS30,L1_XS40,L1_XS45,L1_XS50,L1_XS55,L1_XS60,L1_XS65" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Standby" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SeededStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="156" chain_name="HLT_noalg_idcosmic_L1TRT" level="HLT" lower_chain_name="L1_TRT" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="IDCosmic" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SeededStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="157" chain_name="HLT_noalg_idcosmic_L1TRT_FILLED" level="HLT" lower_chain_name="L1_TRT_FILLED" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="IDCosmic" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SeededStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="158" chain_name="HLT_noalg_idcosmic_L1TRT_EMPTY" level="HLT" lower_chain_name="L1_TRT_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="IDCosmic" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SeededStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="159" chain_name="HLT_noalg_L1Calo" level="HLT" lower_chain_name="L1_2EM10VH,L1_2EM15,L1_2EM15VH,L1_2EM3,L1_2EM7,L1_2EM8VH,L1_2J15_XE55,L1_3J15,L1_3J15.0ETA24,L1_3J20,L1_3J25.0ETA23,L1_3J40,L1_3J50,L1_4J15,L1_4J15.0ETA24,L1_4J20,L1_4J30,L1_5J15.0ETA24,L1_6J15,L1_EM10VH,L1_EM12,L1_EM12_2EM3,L1_EM15,L1_EM15HI,L1_EM15HI_2TAU12,L1_EM15HI_2TAU12IL_XE35,L1_EM15HI_2TAU12IM,L1_EM15HI_2TAU12IM_J25_3J12,L1_EM15HI_2TAU12IM_XE35,L1_EM15HI_2TAU12_J25_3J12,L1_EM15HI_2TAU12_XE35,L1_EM15HI_TAU40_2TAU15,L1_EM15I,L1_EM15VH,L1_EM15VH_3EM7,L1_EM15VH_JJ15.23ETA49,L1_EM18VH,L1_EM20A,L1_EM20C,L1_EM20VH,L1_EM20VHI,L1_EM3,L1_EM3HI,L1_EM3_UNPAIRED_ISO,L1_EM7,L1_EM7_2EM3,L1_EM8I,L1_EM8VH,L1_J100,L1_J100.32ETA49,L1_J12,L1_J12_ABORTGAPNOTCALIB,L1_J12_FIRSTEMPTY,L1_J12_UNPAIRED_ISO,L1_J12_UNPAIRED_NONISO,L1_J15,L1_J15.29ETA32,L1_J15.32ETA49,L1_J20,L1_J20.29ETA32,L1_J20.32ETA49,L1_J25,L1_J30,L1_J30.0ETA49_2J20.0ETA49,L1_J30.32ETA49,L1_J30.32ETA49_FIRSTEMPTY,L1_J30.32ETA49_UNPAIRED_ISO,L1_J30.32ETA49_UNPAIRED_NONISO,L1_J30_FIRSTEMPTY,L1_J40,L1_J40_XE50,L1_J50,L1_J50.32ETA49,L1_J50_ABORTGAPNOTCALIB,L1_J50_UNPAIRED_ISO,L1_J50_UNPAIRED_NONISO,L1_J75.32ETA49,L1_J75A,L1_J75C,L1_J85,L1_MU10_TAU12,L1_MU10_TAU12IL_J25_2J12,L1_MU10_TAU12IL_XE35,L1_MU10_TAU12IM,L1_MU10_TAU12IM_J25_2J12,L1_MU10_TAU12IM_XE35,L1_MU10_TAU12IM_XE40,L1_MU10_TAU12IT_XE35,L1_MU10_TAU12_J25_2J12,L1_MU10_TAU12_XE35,L1_MU10_TAU20,L1_MU10_TAU20IM,L1_MU4_3J20,L1_MU4_J12,L1_MU6_J20,L1_MU6_J40,L1_TAU12,L1_TAU12IL,L1_TAU12IM,L1_TAU12IT,L1_TAU20,L1_TAU20A,L1_TAU20C,L1_TAU20IL,L1_TAU20IL_2TAU12IL_J25_2J20_3J12,L1_TAU20IL_2TAU12IL_XE35,L1_TAU20IM,L1_TAU20IM_2J20_XE45,L1_TAU20IM_2J20_XE50,L1_TAU20IM_2TAU12IM,L1_TAU20IM_2TAU12IM_J25_2J20_3J12,L1_TAU20IM_2TAU12IM_XE35,L1_TAU20IM_2TAU12IM_XE40,L1_TAU20IT,L1_TAU20IT_2TAU12IT_XE35,L1_TAU20_2J20_XE45,L1_TAU20_2TAU12,L1_TAU20_2TAU12_J25_2J20_3J12,L1_TAU20_2TAU12_XE35,L1_TAU25IT_2TAU12IT_2J25_3J12,L1_TAU25_2J20_XE45,L1_TAU40,L1_TAU8,L1_TE20,L1_TE30,L1_TE30.0ETA24,L1_TE40,L1_TE50,L1_XE35,L1_XE40,L1_XE45,L1_XE50,L1_XE55,L1_XE60,L1_XE70,L1_XE80,L1_XS20,L1_XS30,L1_XS40,L1_XS45,L1_XS50,L1_XS55,L1_XS60,L1_XS65" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="L1Calo" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SeededStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="160" chain_name="HLT_noalg_L1MinBias" level="HLT" lower_chain_name="L1_BCM_AC_ABORTGAPNOTCALIB,L1_BCM_AC_CALIB,L1_BCM_AC_CA_BGRP0,L1_BCM_AC_CA_UNPAIRED_ISO,L1_BCM_AC_UNPAIRED_ISO,L1_BCM_AC_UNPAIRED_NONISO,L1_BCM_CA_ABORTGAPNOTCALIB,L1_BCM_CA_CALIB,L1_BCM_CA_UNPAIRED_ISO,L1_BCM_CA_UNPAIRED_NONISO,L1_BCM_Wide_ABORTGAPNOTCALIB,L1_BCM_Wide_BGRP0,L1_BCM_Wide_CALIB,L1_BCM_Wide_EMPTY,L1_BCM_Wide_UNPAIRED_ISO,L1_BCM_Wide_UNPAIRED_NONISO,L1_LUCID,L1_LUCID_A_C_EMPTY,L1_LUCID_A_C_UNPAIRED_ISO,L1_LUCID_A_C_UNPAIRED_NONISO,L1_LUCID_EMPTY,L1_LUCID_UNPAIRED_ISO,L1_MBTSA0,L1_MBTSA1,L1_MBTSA10,L1_MBTSA12,L1_MBTSA14,L1_MBTSA2,L1_MBTSA3,L1_MBTSA4,L1_MBTSA5,L1_MBTSA6,L1_MBTSA7,L1_MBTSA8,L1_MBTSC0,L1_MBTSC1,L1_MBTSC10,L1_MBTSC12,L1_MBTSC14,L1_MBTSC2,L1_MBTSC3,L1_MBTSC4,L1_MBTSC5,L1_MBTSC6,L1_MBTSC7,L1_MBTSC8,L1_MBTS_1,L1_MBTS_1_1,L1_MBTS_1_1_EMPTY,L1_MBTS_1_1_UNPAIRED_ISO,L1_MBTS_1_EMPTY,L1_MBTS_1_UNPAIRED_ISO,L1_MBTS_2,L1_MBTS_2_EMPTY,L1_MBTS_2_UNPAIRED_ISO,L1_MBTS_4_A,L1_MBTS_4_C" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="L1MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SeededStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="161" chain_name="HLT_noalg_L1Calo_EMPTY" level="HLT" lower_chain_name="L1_EM3_EMPTY,L1_EM7_EMPTY,L1_J12_EMPTY,L1_J30.32ETA49_EMPTY,L1_J30_EMPTY,L1_TAU8_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="L1Calo" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SeededStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="162" chain_name="HLT_noalg_mb_L1MBTS_1" level="HLT" lower_chain_name="L1_MBTS_1" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="163" chain_name="HLT_noalg_mb_L1MBTS_1_EMPTY" level="HLT" lower_chain_name="L1_MBTS_1_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="164" chain_name="HLT_noalg_mb_L1MBTS_1_UNPAIRED_ISO" level="HLT" lower_chain_name="L1_MBTS_1_UNPAIRED_ISO" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="165" chain_name="HLT_noalg_mb_L1MBTS_2" level="HLT" lower_chain_name="L1_MBTS_2" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="166" chain_name="HLT_noalg_mb_L1MBTS_2_EMPTY" level="HLT" lower_chain_name="L1_MBTS_2_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="167" chain_name="HLT_noalg_mb_L1MBTS_2_UNPAIRED_ISO" level="HLT" lower_chain_name="L1_MBTS_2_UNPAIRED_ISO" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="168" chain_name="HLT_noalg_mb_L1MBTS_1_1" level="HLT" lower_chain_name="L1_MBTS_1_1" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="169" chain_name="HLT_noalg_mb_L1MBTS_1_1_EMPTY" level="HLT" lower_chain_name="L1_MBTS_1_1_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="170" chain_name="HLT_noalg_mb_L1MBTS_1_1_UNPAIRED_ISO" level="HLT" lower_chain_name="L1_MBTS_1_1_UNPAIRED_ISO" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="171" chain_name="HLT_noalg_mb_L1MBTS_4_A" level="HLT" lower_chain_name="L1_MBTS_4_A" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="172" chain_name="HLT_noalg_mb_L1MBTS_4_C" level="HLT" lower_chain_name="L1_MBTS_4_C" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="173" chain_name="HLT_noalg_mb_L1LUCID" level="HLT" lower_chain_name="L1_LUCID" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="174" chain_name="HLT_noalg_mb_L1LUCID_EMPTY" level="HLT" lower_chain_name="L1_LUCID_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="175" chain_name="HLT_noalg_mb_L1LUCID_UNPAIRED_ISO" level="HLT" lower_chain_name="L1_LUCID_UNPAIRED_ISO" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:MinBias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="176" chain_name="HLT_noalg_mb_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_Minbias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="177" chain_name="HLT_noalg_mb_L1RD0_FILLED" level="HLT" lower_chain_name="L1_RD0_FILLED" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Minbias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="178" chain_name="HLT_noalg_mb_L1RD0_UNPAIRED_ISO" level="HLT" lower_chain_name="L1_RD0_UNPAIRED_ISO" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Minbias"/>
-				<GROUP name="BW:Minbias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="179" chain_name="HLT_noalg_mb_L1RD1_EMPTY" level="HLT" lower_chain_name="L1_RD1_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_Minbias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="180" chain_name="HLT_noalg_mb_L1RD1_FILLED" level="HLT" lower_chain_name="L1_RD1_FILLED" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="MinBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Minbias"/>
-				<GROUP name="BW:MinBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="181" chain_name="HLT_noalg_zb_L1ZB" level="HLT" lower_chain_name="L1_ZB" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="ZeroBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="BW:ZeroBias"/>
-				<GROUP name="RATE:ZeroBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="182" chain_name="HLT_j40_L1ZB" level="HLT" lower_chain_name="L1_ZB" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="ZeroBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="BW:ZeroBias"/>
-				<GROUP name="RATE:ZeroBias"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_full"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="EF__3325914830429411423_cluster_tcemFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="EF__8016171073480886587_jetrec_a4tcemsubjesFS"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="4">
-					<TRIGGERELEMENT te_name="EF__6922391918386234222_hypo_1_0eta320_40"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="183" chain_name="HLT_noalg_cosmiccalo_L1EM3_EMPTY" level="HLT" lower_chain_name="L1_EM3_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicCalo" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="BW:MinBias"/>
-				<GROUP name="RATE:Cosmic_Calo"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="184" chain_name="HLT_noalg_cosmiccalo_L1RD1_EMPTY" level="HLT" lower_chain_name="L1_RD1_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicCalo" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="BW:MinBias"/>
-				<GROUP name="RATE:Cosmic_Calo"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="185" chain_name="HLT_noalg_cosmiccalo_L1J3032ETA49_EMPTY" level="HLT" lower_chain_name="L1_J30.32ETA49_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicCalo" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="BW:Jets"/>
-				<GROUP name="RATE:Cosmic_Calo"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="186" chain_name="HLT_noalg_cosmiccalo_L1J12_EMPTY" level="HLT" lower_chain_name="L1_J12_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicCalo" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="BW:Jets"/>
-				<GROUP name="RATE:Cosmic_Calo"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="187" chain_name="HLT_noalg_cosmiccalo_L1J30_EMPTY" level="HLT" lower_chain_name="L1_J30_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicCalo" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="BW:Jets"/>
-				<GROUP name="RATE:Cosmic_Calo"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="188" chain_name="HLT_noalg_cosmiccalo_L1J12_FIRSTEMPTY" level="HLT" lower_chain_name="L1_J12_FIRSTEMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicCalo" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="BW:Jets"/>
-				<GROUP name="RATE:Cosmic_Calo"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="189" chain_name="HLT_noalg_cosmiccalo_L1J30_FIRSTEMPTY" level="HLT" lower_chain_name="L1_J30_FIRSTEMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicCalo" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="BW:Jets"/>
-				<GROUP name="RATE:Cosmic_Calo"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="190" chain_name="HLT_noalg_L1All" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="HLTPassthrough" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:SeededStreamers"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="191" chain_name="HLT_noalg_eb_L1BGRP7" level="HLT" lower_chain_name="L1_BGRP7" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="EnhancedBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:EnhancedBias"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="192" chain_name="HLT_noalg_eb_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="EnhancedBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:EnhancedBias"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="193" chain_name="HLT_noalg_idmon_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="IDMonitoring" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Monitoring"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="194" chain_name="HLT_noalg_idmon_L1RD0_FILLED" level="HLT" lower_chain_name="L1_RD0_FILLED" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="IDMonitoring" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Monitoring"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="195" chain_name="HLT_noalg_idmon_L1RD0_UNPAIRED_ISO" level="HLT" lower_chain_name="L1_RD0_UNPAIRED_ISO" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="IDMonitoring" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Monitoring"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="196" chain_name="HLT_noalg_cosmicmuons_L1MU4_EMPTY" level="HLT" lower_chain_name="L1_MU4_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicMuons" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_Muon"/>
-				<GROUP name="BW:Muon"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="197" chain_name="HLT_noalg_cosmicmuons_L1MU11_EMPTY" level="HLT" lower_chain_name="L1_MU11_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CosmicMuons" type="physics"/>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="express" type="express"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Cosmic_Muon"/>
-				<GROUP name="BW:Muon"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="198" chain_name="HLT_noalg_L1MJJ-4" level="HLT" lower_chain_name="L1_MJJ-4" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="199" chain_name="HLT_noalg_L1MJJ-3" level="HLT" lower_chain_name="L1_MJJ-3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="200" chain_name="HLT_noalg_L1MJJ-2" level="HLT" lower_chain_name="L1_MJJ-2" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="201" chain_name="HLT_noalg_L1MJJ-1" level="HLT" lower_chain_name="L1_MJJ-1" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="202" chain_name="HLT_noalg_L1MJJ-350-0" level="HLT" lower_chain_name="L1_MJJ-350-0" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="203" chain_name="HLT_noalg_L1MJJ-300-0" level="HLT" lower_chain_name="L1_MJJ-300-0" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="204" chain_name="HLT_noalg_L1MJJ-250-0" level="HLT" lower_chain_name="L1_MJJ-250-0" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="205" chain_name="HLT_noalg_L1MJJ-200-0" level="HLT" lower_chain_name="L1_MJJ-200-0" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="206" chain_name="HLT_noalg_L1HT200-J20s5.ETA49" level="HLT" lower_chain_name="L1_HT200-J20s5.ETA49" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="207" chain_name="HLT_noalg_L1HT190-J20s5.ETA49" level="HLT" lower_chain_name="L1_HT190-J20s5.ETA49" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="208" chain_name="HLT_noalg_L1HT1-J0.ETA49" level="HLT" lower_chain_name="L1_HT1-J0.ETA49" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="209" chain_name="HLT_noalg_L1JPSI-1M5-EMs" level="HLT" lower_chain_name="L1_JPSI-1M5-EMs" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="210" chain_name="HLT_noalg_L1JPSI-1M5-EM6s" level="HLT" lower_chain_name="L1_JPSI-1M5-EM6s" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="211" chain_name="HLT_noalg_L1JPSI-1M5-EM12s" level="HLT" lower_chain_name="L1_JPSI-1M5-EM12s" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="212" chain_name="HLT_noalg_L1DETA-JJ" level="HLT" lower_chain_name="L1_DETA-JJ" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="213" chain_name="HLT_noalg_L1LFV-MU" level="HLT" lower_chain_name="L1_LFV-MU" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="214" chain_name="HLT_noalg_L1DY-DR-2MU4" level="HLT" lower_chain_name="L1_DY-DR-2MU4" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="215" chain_name="HLT_noalg_L1BPH-DR-2MU4" level="HLT" lower_chain_name="L1_BPH-DR-2MU4" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="216" chain_name="HLT_noalg_L1BPH-DR-2MU6" level="HLT" lower_chain_name="L1_BPH-DR-2MU6" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="217" chain_name="HLT_noalg_L1BPH-DR-MU6MU4" level="HLT" lower_chain_name="L1_BPH-DR-MU6MU4" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="218" chain_name="HLT_noalg_L1BPH-2M-2MU4" level="HLT" lower_chain_name="L1_BPH-2M-2MU4" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="219" chain_name="HLT_noalg_L1BPH-2M-2MU6" level="HLT" lower_chain_name="L1_BPH-2M-2MU6" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="220" chain_name="HLT_noalg_L1BPH-2M-MU6MU4" level="HLT" lower_chain_name="L1_BPH-2M-MU6MU4" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="221" chain_name="HLT_noalg_L1BPH-4M8-2MU4" level="HLT" lower_chain_name="L1_BPH-4M8-2MU4" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="222" chain_name="HLT_noalg_L1BPH-4M8-2MU6" level="HLT" lower_chain_name="L1_BPH-4M8-2MU6" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="223" chain_name="HLT_noalg_L1BPH-4M8-MU6MU4" level="HLT" lower_chain_name="L1_BPH-4M8-MU6MU4" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="224" chain_name="HLT_noalg_L1DY-BOX-2MU4" level="HLT" lower_chain_name="L1_DY-BOX-2MU4" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="225" chain_name="HLT_noalg_L1DY-BOX-MU6MU4" level="HLT" lower_chain_name="L1_DY-BOX-MU6MU4" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="226" chain_name="HLT_noalg_L1DY-BOX-2MU6" level="HLT" lower_chain_name="L1_DY-BOX-2MU6" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="227" chain_name="HLT_noalg_L1DR-TAU20ITAU12I" level="HLT" lower_chain_name="L1_DR-TAU20ITAU12I" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="228" chain_name="HLT_noalg_L1DR-MU10TAU12I" level="HLT" lower_chain_name="L1_DR-MU10TAU12I" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:L1TopoStreamers"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST/>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="229" chain_name="HLT_timeburner" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="DISCARD" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:DISCARD"/>
-				<GROUP name="BW:DISCARD"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_DummyTimeBurner"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="230" chain_name="HLT_robrequest" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="DISCARD" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:DISCARD"/>
-				<GROUP name="BW:DISCARD"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_DummyROBRequest"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="231" chain_name="HLT_robrequest_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="DISCARD" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:DISCARD"/>
-				<GROUP name="BW:DISCARD"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_DummyROBRequest"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="1" chain_counter="232" chain_name="HLT_costmonitor" level="HLT" lower_chain_name="" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="no" prescale="1" stream="CostMonitoring" type="calibration"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Monitoring"/>
-				<GROUP name="BW:Other"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="HLT_costmonitor_peb"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="233" chain_name="HLT_cscmon_L1MU10" level="HLT" lower_chain_name="L1_MU10" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CSC" type="monitoring"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Monitoring"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_CSCSubDetListWriter_cscmon_L1MU10"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="234" chain_name="HLT_cscmon_L1EM3" level="HLT" lower_chain_name="L1_EM3" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CSC" type="monitoring"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Monitoring"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_CSCSubDetListWriter_cscmon_L1EM3"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="235" chain_name="HLT_cscmon_L1J12" level="HLT" lower_chain_name="L1_J12" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="CSC" type="monitoring"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:Monitoring"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_CSCSubDetListWriter_cscmon_L1J12"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="236" chain_name="HLT_beamspot_allTE_L2StarB_L1RDO_FILLED" level="HLT" lower_chain_name="L1_RD0_FILLED" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:BeamSpot"/>
-				<GROUP name="BW:BeamSpot"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_beamspot_allTE_L2StarB_L1RDO_FILLED_BeamSpottracks"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_beamspot_allTE_L2StarB_L1RDO_FILLED_fex"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_beamspot_allTE_L2StarB_L1RDO_FILLED"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="237" chain_name="HLT_beamspot_allTE_trkfast_L1RDO_FILLED" level="HLT" lower_chain_name="L1_RD0_FILLED" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="Main" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:BeamSpot"/>
-				<GROUP name="BW:BeamSpot"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="L2_beamspot_allTE_trkfast_L1RDO_FILLED_BeamSpottracks"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="2">
-					<TRIGGERELEMENT te_name="L2_beamspot_allTE_trkfast_L1RDO_FILLED_fex"/>
-				</SIGNATURE>
-				<SIGNATURE logic="1" signature_counter="3">
-					<TRIGGERELEMENT te_name="L2_beamspot_allTE_trkfast_L1RDO_FILLED"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-		<CHAIN EBstep="-1" chain_counter="238" chain_name="HLT_eb_empty_L1RD0_EMPTY" level="HLT" lower_chain_name="L1_RD0_EMPTY" pass_through="0" prescale="1" rerun_prescale="-1">
-			<TRIGGERTYPE_LIST/>
-			<STREAMTAG_LIST>
-				<STREAMTAG obeyLB="yes" prescale="1" stream="EnhancedBias" type="physics"/>
-			</STREAMTAG_LIST>
-			<GROUP_LIST>
-				<GROUP name="RATE:EnhancedBias"/>
-				<GROUP name="BW:Detector"/>
-			</GROUP_LIST>
-			<SIGNATURE_LIST>
-				<SIGNATURE logic="1" signature_counter="1">
-					<TRIGGERELEMENT te_name="EF_eb_empty_L1RD0_EMPTY"/>
-				</SIGNATURE>
-			</SIGNATURE_LIST>
-		</CHAIN>
-	</CHAIN_LIST>
-</HLT_MENU>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/L1MenuM9_beamsplash_20.1.3.2.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/L1MenuM9_beamsplash_20.1.3.2.xml
deleted file mode 100644
index 4bf292185091b85f8df40aea168986d1a41a0d0f..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/L1MenuM9_beamsplash_20.1.3.2.xml
+++ /dev/null
@@ -1,5111 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE LVL1Config SYSTEM "LVL1config.dtd">
-<LVL1Config name="Physics_pp_v5" ctpVersion="4" l1Version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1 thresholds defined: 172-->
-  <!--No. L1 items defined: 278-->
-  <TriggerMenu name="Physics_pp_v5" phase="lumi">
-    <TriggerItem ctpid="0" partition="1" name="L1_EM3" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="TBP">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="1" partition="1" name="L1_EM7" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="TBP">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="2" partition="1" name="L1_EM12" complex_deadtime="0" definition="(EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="TBP|TAP">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="3" partition="1" name="L1_EM8VH" complex_deadtime="0" definition="(EM8VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="TAP|TAV">
-      <AND>
-        <TriggerCondition multi="1" name="EM8VH_x1" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="4" partition="1" name="L1_EM3HI" complex_deadtime="0" definition="(EM3HI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM3HI_x1" triggerthreshold="EM3HI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="5" partition="1" name="L1_EM10VH" complex_deadtime="0" definition="(EM10VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="TAP|TAV">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="6" partition="1" name="L1_EM20C" complex_deadtime="0" definition="(EM20C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM20C_x1" triggerthreshold="EM20C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="7" partition="1" name="L1_EM8I" complex_deadtime="0" definition="(EM8I[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="TBP|TAP|TAV">
-      <AND>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="8" partition="1" name="L1_EM15" complex_deadtime="0" definition="(EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="TBP|TAP">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="9" partition="1" name="L1_EM15I" complex_deadtime="0" definition="(EM15I[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="TBP|TAP|TAV">
-      <AND>
-        <TriggerCondition multi="1" name="EM15I_x1" triggerthreshold="EM15I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="10" partition="1" name="L1_EM15HI" complex_deadtime="0" definition="(EM15HI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="11" partition="1" name="L1_EM15VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="TBP|TAP|TAV">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="12" partition="1" name="L1_EM18VH" complex_deadtime="0" definition="(EM18VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="TBP|TAP|TAV">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="13" partition="1" name="L1_EM20VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="14" partition="1" name="L1_EM20VHI" complex_deadtime="0" definition="(EM20VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="15" partition="1" name="L1_EM20A" complex_deadtime="0" definition="(EM20A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM20A_x1" triggerthreshold="EM20A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="16" partition="1" name="L1_EM3_EMPTY" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="17" partition="1" name="L1_EM7_EMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="18" partition="1" name="L1_EM3_UNPAIRED_ISO" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="19" partition="1" name="L1_MU4" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="20" partition="1" name="L1_MU6" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="21" partition="1" name="L1_MU10" complex_deadtime="0" definition="(MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="22" partition="1" name="L1_MU11" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="23" partition="1" name="L1_MU15" complex_deadtime="0" definition="(MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="24" partition="1" name="L1_MU20" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="25" partition="1" name="L1_MU4_EMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="26" partition="1" name="L1_MU4_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="27" partition="1" name="L1_MU11_EMPTY" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="28" partition="1" name="L1_MU4_UNPAIRED_ISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="29" partition="1" name="L1_2EM3" complex_deadtime="0" definition="(EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="30" partition="1" name="L1_2EM7" complex_deadtime="0" definition="(EM7[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="31" partition="1" name="L1_2EM8VH" complex_deadtime="0" definition="(EM8VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="32" partition="1" name="L1_2EM10VH" complex_deadtime="0" definition="(EM10VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="33" partition="1" name="L1_2EM15" complex_deadtime="0" definition="(EM15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="2" name="EM15_x2" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="34" partition="1" name="L1_2EM15VH" complex_deadtime="0" definition="(EM15VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="2" name="EM15VH_x2" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="35" partition="1" name="L1_EM7_2EM3" complex_deadtime="0" definition="(EM7[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="36" partition="1" name="L1_EM12_2EM3" complex_deadtime="0" definition="(EM12[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="37" partition="1" name="L1_EM15VH_3EM7" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="38" partition="1" name="L1_2MU4" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="39" partition="1" name="L1_2MU6" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="40" partition="1" name="L1_2MU10" complex_deadtime="0" definition="(MU10[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="41" partition="1" name="L1_MU10_2MU6" complex_deadtime="0" definition="(MU10[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="42" partition="1" name="L1_MU11_2MU6" complex_deadtime="0" definition="(MU11[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="43" partition="1" name="L1_MU10_2MU4" complex_deadtime="0" definition="(MU10[x1]&amp;MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="44" partition="1" name="L1_3MU4" complex_deadtime="0" definition="(MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="45" partition="1" name="L1_MU6_2MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="46" partition="1" name="L1_3MU6" complex_deadtime="0" definition="(MU6[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="47" partition="1" name="L1_EM7_MU10" complex_deadtime="0" definition="(EM7[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="48" partition="1" name="L1_EM15_MU4" complex_deadtime="0" definition="(EM15[x1]&amp;MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="49" partition="1" name="L1_2EM8VH_MU10" complex_deadtime="0" definition="(EM8VH[x2]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="50" partition="1" name="L1_EM15VH_MU10" complex_deadtime="0" definition="(EM15VH[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="51" partition="1" name="L1_TAU12" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="52" partition="1" name="L1_TAU12IL" complex_deadtime="0" definition="(HA12IL[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IL_x1" triggerthreshold="HA12IL"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="53" partition="1" name="L1_TAU12IM" complex_deadtime="0" definition="(HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="54" partition="1" name="L1_TAU12IT" complex_deadtime="0" definition="(HA12IT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IT_x1" triggerthreshold="HA12IT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="55" partition="1" name="L1_TAU20" complex_deadtime="0" definition="(HA20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="56" partition="1" name="L1_TAU20IL" complex_deadtime="0" definition="(HA20IL[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IL_x1" triggerthreshold="HA20IL"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="57" partition="1" name="L1_TAU20IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="58" partition="1" name="L1_TAU20IT" complex_deadtime="0" definition="(HA20IT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IT_x1" triggerthreshold="HA20IT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="59" partition="1" name="L1_TAU20A" complex_deadtime="0" definition="(HA20A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20A_x1" triggerthreshold="HA20A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="60" partition="1" name="L1_TAU40" complex_deadtime="0" definition="(HA40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="61" partition="1" name="L1_TAU20C" complex_deadtime="0" definition="(HA20C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20C_x1" triggerthreshold="HA20C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="62" partition="1" name="L1_TAU8" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="63" partition="1" name="L1_TAU8_EMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="64" partition="1" name="L1_TAU20IM_2TAU12IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="65" partition="1" name="L1_TAU20_2TAU12" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="66" partition="1" name="L1_EM15HI_2TAU12" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="67" partition="1" name="L1_EM15HI_2TAU12IM" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="68" partition="1" name="L1_EM15HI_2TAU12IM_J25_3J12" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="69" partition="1" name="L1_EM15HI_2TAU12_J25_3J12" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12[x2]&amp;J25[x1]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="70" partition="1" name="L1_EM15HI_TAU40_2TAU15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA40[x1]&amp;HA15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="71" partition="1" name="L1_MU10_TAU12" complex_deadtime="0" definition="(MU10[x1]&amp;HA12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="72" partition="1" name="L1_MU10_TAU12IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="73" partition="1" name="L1_MU10_TAU12IM_J25_2J12" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;J25[x1]&amp;J12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J12_x2" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="74" partition="1" name="L1_MU10_TAU12IL_J25_2J12" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IL[x1]&amp;J25[x1]&amp;J12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IL_x1" triggerthreshold="HA12IL"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J12_x2" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="75" partition="1" name="L1_MU10_TAU12_J25_2J12" complex_deadtime="0" definition="(MU10[x1]&amp;HA12[x1]&amp;J25[x1]&amp;J12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J12_x2" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="76" partition="1" name="L1_MU10_TAU20" complex_deadtime="0" definition="(MU10[x1]&amp;HA20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="77" partition="1" name="L1_MU10_TAU20IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="78" partition="1" name="L1_TRT" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0)" trigger_type="11000000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="79" partition="1" name="L1_TAU25IT_2TAU12IT_2J25_3J12" complex_deadtime="0" definition="(HA25IT[x1]&amp;HA12IT[x2]&amp;J25[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA25IT_x1" triggerthreshold="HA25IT"/>
-        <TriggerCondition multi="2" name="HA12IT_x2" triggerthreshold="HA12IT"/>
-        <TriggerCondition multi="2" name="J25_x2" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="80" partition="1" name="L1_TAU20IL_2TAU12IL_J25_2J20_3J12" complex_deadtime="0" definition="(HA20IL[x1]&amp;HA12IL[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IL_x1" triggerthreshold="HA20IL"/>
-        <TriggerCondition multi="2" name="HA12IL_x2" triggerthreshold="HA12IL"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="81" partition="1" name="L1_TAU20IM_2TAU12IM_J25_2J20_3J12" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="82" partition="1" name="L1_TAU20_2TAU12_J25_2J20_3J12" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="83" partition="1" name="L1_TAU20IM_2J20_XE45" complex_deadtime="0" definition="(HA20IM[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="84" partition="1" name="L1_TAU20_2J20_XE45" complex_deadtime="0" definition="(HA20[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="85" partition="1" name="L1_TAU25_2J20_XE45" complex_deadtime="0" definition="(HA25[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA25_x1" triggerthreshold="HA25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="86" partition="1" name="L1_TAU20IM_2J20_XE50" complex_deadtime="0" definition="(HA20IM[x1]&amp;J20[x2]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="87" partition="1" name="L1_EM15HI_2TAU12IM_XE35" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="88" partition="1" name="L1_EM15HI_2TAU12IL_XE35" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IL[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IL_x2" triggerthreshold="HA12IL"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="89" partition="1" name="L1_EM15HI_2TAU12_XE35" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="90" partition="1" name="L1_MU10_TAU12_XE35" complex_deadtime="0" definition="(MU10[x1]&amp;HA12[x1]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="91" partition="1" name="L1_MU10_TAU12IM_XE35" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="92" partition="1" name="L1_MU10_TAU12IL_XE35" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IL[x1]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IL_x1" triggerthreshold="HA12IL"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="93" partition="1" name="L1_MU10_TAU12IT_XE35" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IT[x1]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IT_x1" triggerthreshold="HA12IT"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="94" partition="1" name="L1_MU10_TAU12IM_XE40" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="95" partition="1" name="L1_TAU20IM_2TAU12IM_XE35" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="96" partition="1" name="L1_TAU20IL_2TAU12IL_XE35" complex_deadtime="0" definition="(HA20IL[x1]&amp;HA12IL[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IL_x1" triggerthreshold="HA20IL"/>
-        <TriggerCondition multi="2" name="HA12IL_x2" triggerthreshold="HA12IL"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="97" partition="1" name="L1_TAU20IT_2TAU12IT_XE35" complex_deadtime="0" definition="(HA20IT[x1]&amp;HA12IT[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IT_x1" triggerthreshold="HA20IT"/>
-        <TriggerCondition multi="2" name="HA12IT_x2" triggerthreshold="HA12IT"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="98" partition="1" name="L1_TAU20_2TAU12_XE35" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="99" partition="1" name="L1_TAU20IM_2TAU12IM_XE40" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="100" partition="1" name="L1_EM15VH_JJ15.23ETA49" complex_deadtime="0" definition="(EM15VH[x1]&amp;JJ15.23ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="JJ15.23ETA49_x1" triggerthreshold="JJ15.23ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="101" partition="1" name="L1_MU4_J12" complex_deadtime="0" definition="(MU4[x1]&amp;J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="102" partition="1" name="L1_MU6_J20" complex_deadtime="0" definition="(MU6[x1]&amp;J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="103" partition="1" name="L1_MU6_J40" complex_deadtime="0" definition="(MU6[x1]&amp;J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="104" partition="1" name="L1_MU4_3J20" complex_deadtime="0" definition="(MU4[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="105" partition="1" name="L1_J12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="106" partition="1" name="L1_J15" complex_deadtime="0" definition="(J15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="107" partition="1" name="L1_J20" complex_deadtime="0" definition="(J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="108" partition="1" name="L1_J25" complex_deadtime="0" definition="(J25[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="109" partition="1" name="L1_J30" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="110" partition="1" name="L1_J40" complex_deadtime="0" definition="(J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="111" partition="1" name="L1_J50" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="112" partition="1" name="L1_J75A" complex_deadtime="0" definition="(J75A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J75A_x1" triggerthreshold="J75A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="113" partition="1" name="L1_J85" complex_deadtime="0" definition="(J85[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J85_x1" triggerthreshold="J85"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="114" partition="1" name="L1_J100" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="115" partition="1" name="L1_J75C" complex_deadtime="0" definition="(J75C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J75C_x1" triggerthreshold="J75C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="116" partition="1" name="L1_J20.32ETA49" complex_deadtime="0" definition="(J20.32ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J20.32ETA49_x1" triggerthreshold="J20.32ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="117" partition="1" name="L1_J30.32ETA49" complex_deadtime="0" definition="(J30.32ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J30.32ETA49_x1" triggerthreshold="J30.32ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="118" partition="1" name="L1_J50.32ETA49" complex_deadtime="0" definition="(J50.32ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J50.32ETA49_x1" triggerthreshold="J50.32ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="119" partition="1" name="L1_J75.32ETA49" complex_deadtime="0" definition="(J75.32ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J75.32ETA49_x1" triggerthreshold="J75.32ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="120" partition="1" name="L1_J100.32ETA49" complex_deadtime="0" definition="(J100.32ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J100.32ETA49_x1" triggerthreshold="J100.32ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="121" partition="1" name="L1_J15.29ETA32" complex_deadtime="0" definition="(J15.29ETA32[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J15.29ETA32_x1" triggerthreshold="J15.29ETA32"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="122" partition="1" name="L1_J15.32ETA49" complex_deadtime="0" definition="(J15.32ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J15.32ETA49_x1" triggerthreshold="J15.32ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="123" partition="1" name="L1_J20.29ETA32" complex_deadtime="0" definition="(J20.29ETA32[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J20.29ETA32_x1" triggerthreshold="J20.29ETA32"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="124" partition="1" name="L1_J12_EMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="125" partition="1" name="L1_J12_FIRSTEMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="126" partition="1" name="L1_J12_UNPAIRED_ISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="127" partition="1" name="L1_J12_UNPAIRED_NONISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="128" partition="1" name="L1_J12_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="129" partition="1" name="L1_J30_EMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="130" partition="1" name="L1_J30_FIRSTEMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="131" partition="1" name="L1_J30.32ETA49_EMPTY" complex_deadtime="0" definition="(J30.32ETA49[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J30.32ETA49_x1" triggerthreshold="J30.32ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="132" partition="1" name="L1_J30.32ETA49_FIRSTEMPTY" complex_deadtime="0" definition="(J30.32ETA49[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J30.32ETA49_x1" triggerthreshold="J30.32ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="133" partition="1" name="L1_J30.32ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J30.32ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J30.32ETA49_x1" triggerthreshold="J30.32ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="134" partition="1" name="L1_J30.32ETA49_UNPAIRED_NONISO" complex_deadtime="0" definition="(J30.32ETA49[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J30.32ETA49_x1" triggerthreshold="J30.32ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="135" partition="1" name="L1_J50_UNPAIRED_ISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="136" partition="1" name="L1_J50_UNPAIRED_NONISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="137" partition="1" name="L1_J50_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="138" partition="1" name="L1_3J15" complex_deadtime="0" definition="(J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="139" partition="1" name="L1_3J20" complex_deadtime="0" definition="(J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="140" partition="1" name="L1_3J40" complex_deadtime="0" definition="(J40[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="3" name="J40_x3" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="141" partition="1" name="L1_3J15.0ETA24" complex_deadtime="0" definition="(J15.0ETA24[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="3" name="J15.0ETA24_x3" triggerthreshold="J15.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="142" partition="1" name="L1_3J50" complex_deadtime="0" definition="(J50[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="143" partition="1" name="L1_4J15" complex_deadtime="0" definition="(J15[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="144" partition="1" name="L1_4J20" complex_deadtime="0" definition="(J20[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="145" partition="1" name="L1_4J30" complex_deadtime="0" definition="(J30[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="4" name="J30_x4" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="146" partition="1" name="L1_6J15" complex_deadtime="0" definition="(J15[x6]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="6" name="J15_x6" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="147" partition="1" name="L1_J30.0ETA49_2J20.0ETA49" complex_deadtime="0" definition="(J30.0ETA49[x1]&amp;J20.0ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J30.0ETA49_x1" triggerthreshold="J30.0ETA49"/>
-        <TriggerCondition multi="2" name="J20.0ETA49_x2" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="148" partition="1" name="L1_3J25.0ETA23" complex_deadtime="0" definition="(J25.0ETA23[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="3" name="J25.0ETA23_x3" triggerthreshold="J25.0ETA23"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="149" partition="1" name="L1_4J15.0ETA24" complex_deadtime="0" definition="(J15.0ETA24[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="4" name="J15.0ETA24_x4" triggerthreshold="J15.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="150" partition="1" name="L1_5J15.0ETA24" complex_deadtime="0" definition="(J15.0ETA24[x5]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="5" name="J15.0ETA24_x5" triggerthreshold="J15.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="151" partition="1" name="L1_2J15_XE55" complex_deadtime="0" definition="(J15[x2]&amp;XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="152" partition="1" name="L1_J40_XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="153" partition="1" name="L1_XE35" complex_deadtime="0" definition="(XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="154" partition="1" name="L1_XE40" complex_deadtime="0" definition="(XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="155" partition="1" name="L1_XE45" complex_deadtime="0" definition="(XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="156" partition="1" name="L1_XE50" complex_deadtime="0" definition="(XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="157" partition="1" name="L1_XE55" complex_deadtime="0" definition="(XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="158" partition="1" name="L1_XE60" complex_deadtime="0" definition="(XE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="159" partition="1" name="L1_XE70" complex_deadtime="0" definition="(XE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XE70_x1" triggerthreshold="XE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="160" partition="1" name="L1_XE80" complex_deadtime="0" definition="(XE80[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XE80_x1" triggerthreshold="XE80"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="161" partition="1" name="L1_XS20" complex_deadtime="0" definition="(XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="162" partition="1" name="L1_XS30" complex_deadtime="0" definition="(XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="163" partition="1" name="L1_XS40" complex_deadtime="0" definition="(XS40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="164" partition="1" name="L1_XS45" complex_deadtime="0" definition="(XS45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="165" partition="1" name="L1_XS50" complex_deadtime="0" definition="(XS50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="166" partition="1" name="L1_XS55" complex_deadtime="0" definition="(XS55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XS55_x1" triggerthreshold="XS55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="167" partition="1" name="L1_XS60" complex_deadtime="0" definition="(XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="168" partition="1" name="L1_XS65" complex_deadtime="0" definition="(XS65[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="XS65_x1" triggerthreshold="XS65"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="169" partition="1" name="L1_TE20" complex_deadtime="0" definition="(TE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="170" partition="1" name="L1_TE30" complex_deadtime="0" definition="(TE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="TE30_x1" triggerthreshold="TE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="171" partition="1" name="L1_TE40" complex_deadtime="0" definition="(TE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="TE40_x1" triggerthreshold="TE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="172" partition="1" name="L1_TE50" complex_deadtime="0" definition="(TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="173" partition="1" name="L1_TE30.0ETA24" complex_deadtime="0" definition="(TE30.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100">
-      <AND>
-        <TriggerCondition multi="1" name="TE30.0ETA24_x1" triggerthreshold="TE30.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="174" partition="1" name="L1_MBTS_1" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="175" partition="1" name="L1_MBTS_2" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="176" partition="1" name="L1_MBTS_1_1" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="177" partition="1" name="L1_MBTS_1_EMPTY" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="178" partition="1" name="L1_MBTS_1_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="179" partition="1" name="L1_MBTS_2_EMPTY" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="180" partition="1" name="L1_MBTS_2_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="181" partition="1" name="L1_MBTS_1_1_EMPTY" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="182" partition="1" name="L1_MBTS_1_1_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="183" partition="1" name="L1_MBTSA0" complex_deadtime="0" definition="(MBTS_A0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A0_x1" triggerthreshold="MBTS_A0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="184" partition="1" name="L1_MBTSA1" complex_deadtime="0" definition="(MBTS_A1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A1_x1" triggerthreshold="MBTS_A1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="185" partition="1" name="L1_MBTSA2" complex_deadtime="0" definition="(MBTS_A2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A2_x1" triggerthreshold="MBTS_A2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="186" partition="1" name="L1_MBTSA3" complex_deadtime="0" definition="(MBTS_A3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A3_x1" triggerthreshold="MBTS_A3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="187" partition="1" name="L1_MBTSA4" complex_deadtime="0" definition="(MBTS_A4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A4_x1" triggerthreshold="MBTS_A4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="188" partition="1" name="L1_MBTSA5" complex_deadtime="0" definition="(MBTS_A5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A5_x1" triggerthreshold="MBTS_A5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="189" partition="1" name="L1_MBTSA6" complex_deadtime="0" definition="(MBTS_A6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A6_x1" triggerthreshold="MBTS_A6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="190" partition="1" name="L1_MBTSA7" complex_deadtime="0" definition="(MBTS_A7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A7_x1" triggerthreshold="MBTS_A7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="191" partition="1" name="L1_MBTSA8" complex_deadtime="0" definition="(MBTS_A8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A8_x1" triggerthreshold="MBTS_A8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="192" partition="1" name="L1_MBTSA10" complex_deadtime="0" definition="(MBTS_A10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A10_x1" triggerthreshold="MBTS_A10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="193" partition="1" name="L1_MBTSA12" complex_deadtime="0" definition="(MBTS_A12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A12_x1" triggerthreshold="MBTS_A12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="194" partition="1" name="L1_MBTSA14" complex_deadtime="0" definition="(MBTS_A14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A14_x1" triggerthreshold="MBTS_A14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="195" partition="1" name="L1_MBTSC0" complex_deadtime="0" definition="(MBTS_C0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C0_x1" triggerthreshold="MBTS_C0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="196" partition="1" name="L1_MBTSC1" complex_deadtime="0" definition="(MBTS_C1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C1_x1" triggerthreshold="MBTS_C1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="197" partition="1" name="L1_MBTSC2" complex_deadtime="0" definition="(MBTS_C2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C2_x1" triggerthreshold="MBTS_C2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="198" partition="1" name="L1_MBTSC3" complex_deadtime="0" definition="(MBTS_C3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C3_x1" triggerthreshold="MBTS_C3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="199" partition="1" name="L1_MBTSC4" complex_deadtime="0" definition="(MBTS_C4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C4_x1" triggerthreshold="MBTS_C4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="200" partition="1" name="L1_MBTSC5" complex_deadtime="0" definition="(MBTS_C5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C5_x1" triggerthreshold="MBTS_C5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="201" partition="1" name="L1_MBTSC6" complex_deadtime="0" definition="(MBTS_C6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C6_x1" triggerthreshold="MBTS_C6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="202" partition="1" name="L1_MBTSC7" complex_deadtime="0" definition="(MBTS_C7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C7_x1" triggerthreshold="MBTS_C7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="203" partition="1" name="L1_MBTSC8" complex_deadtime="0" definition="(MBTS_C8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C8_x1" triggerthreshold="MBTS_C8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="204" partition="1" name="L1_MBTSC10" complex_deadtime="0" definition="(MBTS_C10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C10_x1" triggerthreshold="MBTS_C10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="205" partition="1" name="L1_MBTSC12" complex_deadtime="0" definition="(MBTS_C12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C12_x1" triggerthreshold="MBTS_C12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="206" partition="1" name="L1_MBTSC14" complex_deadtime="0" definition="(MBTS_C14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C14_x1" triggerthreshold="MBTS_C14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="207" partition="1" name="L1_MBTS_4_A" complex_deadtime="0" definition="(MBTS_A[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="208" partition="1" name="L1_MBTS_4_C" complex_deadtime="0" definition="(MBTS_C[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="209" partition="1" name="L1_RD0_FILLED" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP1)" trigger_type="10000001">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="210" partition="1" name="L1_RD0_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP4)" trigger_type="10000001">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="211" partition="1" name="L1_RD0_EMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP3)" trigger_type="10000001">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="212" partition="1" name="L1_RD1_FILLED" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP1)" trigger_type="10000001">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="213" partition="1" name="L1_RD1_EMPTY" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP3)" trigger_type="10000010">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="214" partition="1" name="L1_RD2_FILLED" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP1)" trigger_type="10000001">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="215" partition="1" name="L1_RD2_EMPTY" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP3)" trigger_type="10000001">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="216" partition="1" name="L1_RD3_FILLED" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP1)" trigger_type="10000001">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="217" partition="1" name="L1_RD3_EMPTY" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP3)" trigger_type="10000001">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="218" partition="1" name="L1_RD0_FIRSTEMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP6)" trigger_type="10000001">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="219" partition="1" name="L1_LUCID" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="220" partition="1" name="L1_LUCID_EMPTY" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="221" partition="1" name="L1_LUCID_UNPAIRED_ISO" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="222" partition="1" name="L1_LUCID_A_C_EMPTY" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="223" partition="1" name="L1_LUCID_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="224" partition="1" name="L1_LUCID_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="225" partition="1" name="L1_BGRP7" complex_deadtime="0" definition="(BGRP0&amp;BGRP7)" trigger_type="10000001">
-      <AND>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="226" partition="1" name="L1_TRT_FILLED" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="227" partition="1" name="L1_TRT_EMPTY" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="228" partition="1" name="L1_BCM_Wide_BGRP0" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="229" partition="1" name="L1_BCM_AC_CA_BGRP0" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" trigger_type="10100000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="230" partition="1" name="L1_BCM_Wide_EMPTY" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="231" partition="1" name="L1_BCM_Wide_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="232" partition="1" name="L1_BCM_Wide_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="233" partition="1" name="L1_BCM_AC_CA_UNPAIRED_ISO" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="234" partition="1" name="L1_BCM_AC_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="235" partition="1" name="L1_BCM_CA_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="236" partition="1" name="L1_BCM_AC_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="237" partition="1" name="L1_BCM_CA_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="238" partition="1" name="L1_BCM_AC_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="239" partition="1" name="L1_BCM_CA_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="240" partition="1" name="L1_ZB" complex_deadtime="0" definition="(ZB_EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM15_x1" triggerthreshold="ZB_EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="241" partition="1" name="L1_BCM_Wide_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="242" partition="1" name="L1_BCM_AC_CALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="243" partition="1" name="L1_BCM_CA_CALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="244" partition="1" name="L1_BCM_Wide_CALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="245" partition="1" name="L1_ALFA_ANY" complex_deadtime="0" definition="((ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1]|ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="246" partition="1" name="L1_HT200-J20s5.ETA49" complex_deadtime="0" definition="(HT200-AJ20s5.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="HT200-AJ20s5.ETA49_x1" triggerthreshold="HT200-AJ20s5.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="247" partition="1" name="L1_HT1-J0.ETA49" complex_deadtime="0" definition="(HT1-AJ0all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="HT1-AJ0all.ETA49_x1" triggerthreshold="HT1-AJ0all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="248" partition="1" name="L1_HT190-J20s5.ETA49" complex_deadtime="0" definition="(HT190-AJ20s5.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-AJ20s5.ETA49_x1" triggerthreshold="HT190-AJ20s5.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="249" partition="1" name="L1_JPSI-1M5-EMs" complex_deadtime="0" definition="(1INVM5-EMs2-EMs[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EMs2-EMs_x1" triggerthreshold="1INVM5-EMs2-EMs"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="250" partition="1" name="L1_JPSI-1M5-EM6s" complex_deadtime="0" definition="(1INVM5-EM6s2-EMs[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM6s2-EMs_x1" triggerthreshold="1INVM5-EM6s2-EMs"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="251" partition="1" name="L1_JPSI-1M5-EM12s" complex_deadtime="0" definition="(1INVM5-EM12s2-EMs[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM12s2-EMs_x1" triggerthreshold="1INVM5-EM12s2-EMs"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="252" partition="1" name="L1_BPH-DR-2MU4" complex_deadtime="0" definition="(2DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU4ab_x1" triggerthreshold="2DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="253" partition="1" name="L1_BPH-2M-2MU4" complex_deadtime="0" definition="(2INVM999-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-2MU4ab_x1" triggerthreshold="2INVM999-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="254" partition="1" name="L1_BPH-4M8-2MU4" complex_deadtime="0" definition="(4INVM8-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-2MU4ab_x1" triggerthreshold="4INVM8-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="255" partition="1" name="L1_BPH-DR-2MU6" complex_deadtime="0" definition="(2DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="256" partition="1" name="L1_BPH-2M-2MU6" complex_deadtime="0" definition="(2INVM999-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-2MU6ab_x1" triggerthreshold="2INVM999-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="257" partition="1" name="L1_BPH-4M8-2MU6" complex_deadtime="0" definition="(4INVM8-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-2MU6ab_x1" triggerthreshold="4INVM8-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="258" partition="1" name="L1_BPH-2M-MU6MU4" complex_deadtime="0" definition="(2INVM999-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-MU6ab-MU4ab_x1" triggerthreshold="2INVM999-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="259" partition="1" name="L1_BPH-4M8-MU6MU4" complex_deadtime="0" definition="(4INVM8-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-MU6ab-MU4ab_x1" triggerthreshold="4INVM8-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="260" partition="1" name="L1_DY-DR-2MU4" complex_deadtime="0" definition="(2DR99-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR99-2MU4ab_x1" triggerthreshold="2DR99-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="261" partition="1" name="L1_DY-BOX-2MU4" complex_deadtime="0" definition="(5DETA99-5DPHI99-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-2MU4ab_x1" triggerthreshold="5DETA99-5DPHI99-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="262" partition="1" name="L1_DY-BOX-MU6MU4" complex_deadtime="0" definition="(5DETA99-5DPHI99-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-MU6ab-MU4ab_x1" triggerthreshold="5DETA99-5DPHI99-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="263" partition="1" name="L1_DY-BOX-2MU6" complex_deadtime="0" definition="(5DETA99-5DPHI99-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-2MU6ab_x1" triggerthreshold="5DETA99-5DPHI99-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="264" partition="1" name="L1_LFV-MU" complex_deadtime="0" definition="(0DR10-MU10ab-MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR10-MU10ab-MU6ab_x1" triggerthreshold="0DR10-MU10ab-MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="265" partition="1" name="L1_MJJ-4" complex_deadtime="0" definition="(4INVM9999-AJ0s6-AJ0s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM9999-AJ0s6-AJ0s6_x1" triggerthreshold="4INVM9999-AJ0s6-AJ0s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="266" partition="1" name="L1_MJJ-3" complex_deadtime="0" definition="(3INVM9999-AJ0s6-AJ0s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="3INVM9999-AJ0s6-AJ0s6_x1" triggerthreshold="3INVM9999-AJ0s6-AJ0s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="267" partition="1" name="L1_MJJ-2" complex_deadtime="0" definition="(2INVM9999-AJ0s6-AJ0s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9999-AJ0s6-AJ0s6_x1" triggerthreshold="2INVM9999-AJ0s6-AJ0s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="268" partition="1" name="L1_MJJ-1" complex_deadtime="0" definition="(1INVM9999-AJ0s6-AJ0s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM9999-AJ0s6-AJ0s6_x1" triggerthreshold="1INVM9999-AJ0s6-AJ0s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="269" partition="1" name="L1_MJJ-350-0" complex_deadtime="0" definition="(350INVM9999-J30s6-J20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="350INVM9999-J30s6-J20s6_x1" triggerthreshold="350INVM9999-J30s6-J20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="270" partition="1" name="L1_MJJ-300-0" complex_deadtime="0" definition="(300INVM9999-J30s6-J20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="300INVM9999-J30s6-J20s6_x1" triggerthreshold="300INVM9999-J30s6-J20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="271" partition="1" name="L1_MJJ-250-0" complex_deadtime="0" definition="(250INVM9999-J30s6-J20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="250INVM9999-J30s6-J20s6_x1" triggerthreshold="250INVM9999-J30s6-J20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="272" partition="1" name="L1_MJJ-200-0" complex_deadtime="0" definition="(200INVM9999-J30s6-J20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="200INVM9999-J30s6-J20s6_x1" triggerthreshold="200INVM9999-J30s6-J20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="273" partition="1" name="L1_DETA-JJ" complex_deadtime="0" definition="(0DETA10-Js1-Js2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA10-Js1-Js2_x1" triggerthreshold="0DETA10-Js1-Js2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="274" partition="1" name="L1_DR-MU10TAU12I" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="275" partition="1" name="L1_DR-TAU20ITAU12I" complex_deadtime="0" definition="(0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="276" partition="1" name="L1_BPH-DR-MU6MU4" complex_deadtime="0" definition="(2DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-MU6ab-MU4ab_x1" triggerthreshold="2DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="511" partition="1" name="L1_CALREQ2" complex_deadtime="0" definition="(CAL2[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="00110100">
-      <AND>
-        <TriggerCondition multi="1" name="CAL2_x1" triggerthreshold="CAL2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="Physics_pp_v5_default_prescale" type="Physics" menuPartition="0">
-    <Prescale ctpid="0" cut="000001" value="1"/>
-    <Prescale ctpid="1" cut="000001" value="1"/>
-    <Prescale ctpid="2" cut="000001" value="1"/>
-    <Prescale ctpid="3" cut="000001" value="1"/>
-    <Prescale ctpid="4" cut="000001" value="1"/>
-    <Prescale ctpid="5" cut="000001" value="1"/>
-    <Prescale ctpid="6" cut="000001" value="1"/>
-    <Prescale ctpid="7" cut="000001" value="1"/>
-    <Prescale ctpid="8" cut="000001" value="1"/>
-    <Prescale ctpid="9" cut="000001" value="1"/>
-    <Prescale ctpid="10" cut="000001" value="1"/>
-    <Prescale ctpid="11" cut="000001" value="1"/>
-    <Prescale ctpid="12" cut="000001" value="1"/>
-    <Prescale ctpid="13" cut="000001" value="1"/>
-    <Prescale ctpid="14" cut="000001" value="1"/>
-    <Prescale ctpid="15" cut="000001" value="1"/>
-    <Prescale ctpid="16" cut="000001" value="1"/>
-    <Prescale ctpid="17" cut="000001" value="1"/>
-    <Prescale ctpid="18" cut="000001" value="1"/>
-    <Prescale ctpid="19" cut="000001" value="1"/>
-    <Prescale ctpid="20" cut="000001" value="1"/>
-    <Prescale ctpid="21" cut="000001" value="1"/>
-    <Prescale ctpid="22" cut="000001" value="1"/>
-    <Prescale ctpid="23" cut="000001" value="1"/>
-    <Prescale ctpid="24" cut="000001" value="1"/>
-    <Prescale ctpid="25" cut="000001" value="1"/>
-    <Prescale ctpid="26" cut="000001" value="1"/>
-    <Prescale ctpid="27" cut="000001" value="1"/>
-    <Prescale ctpid="28" cut="000001" value="1"/>
-    <Prescale ctpid="29" cut="000001" value="1"/>
-    <Prescale ctpid="30" cut="000001" value="1"/>
-    <Prescale ctpid="31" cut="000001" value="1"/>
-    <Prescale ctpid="32" cut="000001" value="1"/>
-    <Prescale ctpid="33" cut="000001" value="1"/>
-    <Prescale ctpid="34" cut="000001" value="1"/>
-    <Prescale ctpid="35" cut="000001" value="1"/>
-    <Prescale ctpid="36" cut="000001" value="1"/>
-    <Prescale ctpid="37" cut="000001" value="1"/>
-    <Prescale ctpid="38" cut="000001" value="1"/>
-    <Prescale ctpid="39" cut="000001" value="1"/>
-    <Prescale ctpid="40" cut="000001" value="1"/>
-    <Prescale ctpid="41" cut="000001" value="1"/>
-    <Prescale ctpid="42" cut="000001" value="1"/>
-    <Prescale ctpid="43" cut="000001" value="1"/>
-    <Prescale ctpid="44" cut="000001" value="1"/>
-    <Prescale ctpid="45" cut="000001" value="1"/>
-    <Prescale ctpid="46" cut="000001" value="1"/>
-    <Prescale ctpid="47" cut="000001" value="1"/>
-    <Prescale ctpid="48" cut="000001" value="1"/>
-    <Prescale ctpid="49" cut="000001" value="1"/>
-    <Prescale ctpid="50" cut="000001" value="1"/>
-    <Prescale ctpid="51" cut="000001" value="1"/>
-    <Prescale ctpid="52" cut="000001" value="1"/>
-    <Prescale ctpid="53" cut="000001" value="1"/>
-    <Prescale ctpid="54" cut="000001" value="1"/>
-    <Prescale ctpid="55" cut="000001" value="1"/>
-    <Prescale ctpid="56" cut="000001" value="1"/>
-    <Prescale ctpid="57" cut="000001" value="1"/>
-    <Prescale ctpid="58" cut="000001" value="1"/>
-    <Prescale ctpid="59" cut="000001" value="1"/>
-    <Prescale ctpid="60" cut="000001" value="1"/>
-    <Prescale ctpid="61" cut="000001" value="1"/>
-    <Prescale ctpid="62" cut="000001" value="1"/>
-    <Prescale ctpid="63" cut="000001" value="1"/>
-    <Prescale ctpid="64" cut="000001" value="1"/>
-    <Prescale ctpid="65" cut="000001" value="1"/>
-    <Prescale ctpid="66" cut="000001" value="1"/>
-    <Prescale ctpid="67" cut="000001" value="1"/>
-    <Prescale ctpid="68" cut="000001" value="1"/>
-    <Prescale ctpid="69" cut="000001" value="1"/>
-    <Prescale ctpid="70" cut="000001" value="1"/>
-    <Prescale ctpid="71" cut="000001" value="1"/>
-    <Prescale ctpid="72" cut="000001" value="1"/>
-    <Prescale ctpid="73" cut="000001" value="1"/>
-    <Prescale ctpid="74" cut="000001" value="1"/>
-    <Prescale ctpid="75" cut="000001" value="1"/>
-    <Prescale ctpid="76" cut="000001" value="1"/>
-    <Prescale ctpid="77" cut="000001" value="1"/>
-    <Prescale ctpid="78" cut="000001" value="1"/>
-    <Prescale ctpid="79" cut="000001" value="1"/>
-    <Prescale ctpid="80" cut="000001" value="1"/>
-    <Prescale ctpid="81" cut="000001" value="1"/>
-    <Prescale ctpid="82" cut="000001" value="1"/>
-    <Prescale ctpid="83" cut="000001" value="1"/>
-    <Prescale ctpid="84" cut="000001" value="1"/>
-    <Prescale ctpid="85" cut="000001" value="1"/>
-    <Prescale ctpid="86" cut="000001" value="1"/>
-    <Prescale ctpid="87" cut="000001" value="1"/>
-    <Prescale ctpid="88" cut="000001" value="1"/>
-    <Prescale ctpid="89" cut="000001" value="1"/>
-    <Prescale ctpid="90" cut="000001" value="1"/>
-    <Prescale ctpid="91" cut="000001" value="1"/>
-    <Prescale ctpid="92" cut="000001" value="1"/>
-    <Prescale ctpid="93" cut="000001" value="1"/>
-    <Prescale ctpid="94" cut="000001" value="1"/>
-    <Prescale ctpid="95" cut="000001" value="1"/>
-    <Prescale ctpid="96" cut="000001" value="1"/>
-    <Prescale ctpid="97" cut="000001" value="1"/>
-    <Prescale ctpid="98" cut="000001" value="1"/>
-    <Prescale ctpid="99" cut="000001" value="1"/>
-    <Prescale ctpid="100" cut="000001" value="1"/>
-    <Prescale ctpid="101" cut="000001" value="1"/>
-    <Prescale ctpid="102" cut="000001" value="1"/>
-    <Prescale ctpid="103" cut="000001" value="1"/>
-    <Prescale ctpid="104" cut="000001" value="1"/>
-    <Prescale ctpid="105" cut="000001" value="1"/>
-    <Prescale ctpid="106" cut="000001" value="1"/>
-    <Prescale ctpid="107" cut="000001" value="1"/>
-    <Prescale ctpid="108" cut="000001" value="1"/>
-    <Prescale ctpid="109" cut="000001" value="1"/>
-    <Prescale ctpid="110" cut="000001" value="1"/>
-    <Prescale ctpid="111" cut="000001" value="1"/>
-    <Prescale ctpid="112" cut="000001" value="1"/>
-    <Prescale ctpid="113" cut="000001" value="1"/>
-    <Prescale ctpid="114" cut="000001" value="1"/>
-    <Prescale ctpid="115" cut="000001" value="1"/>
-    <Prescale ctpid="116" cut="000001" value="1"/>
-    <Prescale ctpid="117" cut="000001" value="1"/>
-    <Prescale ctpid="118" cut="000001" value="1"/>
-    <Prescale ctpid="119" cut="000001" value="1"/>
-    <Prescale ctpid="120" cut="000001" value="1"/>
-    <Prescale ctpid="121" cut="000001" value="1"/>
-    <Prescale ctpid="122" cut="000001" value="1"/>
-    <Prescale ctpid="123" cut="000001" value="1"/>
-    <Prescale ctpid="124" cut="000001" value="1"/>
-    <Prescale ctpid="125" cut="000001" value="1"/>
-    <Prescale ctpid="126" cut="000001" value="1"/>
-    <Prescale ctpid="127" cut="000001" value="1"/>
-    <Prescale ctpid="128" cut="000001" value="1"/>
-    <Prescale ctpid="129" cut="000001" value="1"/>
-    <Prescale ctpid="130" cut="000001" value="1"/>
-    <Prescale ctpid="131" cut="000001" value="1"/>
-    <Prescale ctpid="132" cut="000001" value="1"/>
-    <Prescale ctpid="133" cut="000001" value="1"/>
-    <Prescale ctpid="134" cut="000001" value="1"/>
-    <Prescale ctpid="135" cut="000001" value="1"/>
-    <Prescale ctpid="136" cut="000001" value="1"/>
-    <Prescale ctpid="137" cut="000001" value="1"/>
-    <Prescale ctpid="138" cut="000001" value="1"/>
-    <Prescale ctpid="139" cut="000001" value="1"/>
-    <Prescale ctpid="140" cut="000001" value="1"/>
-    <Prescale ctpid="141" cut="000001" value="1"/>
-    <Prescale ctpid="142" cut="000001" value="1"/>
-    <Prescale ctpid="143" cut="000001" value="1"/>
-    <Prescale ctpid="144" cut="000001" value="1"/>
-    <Prescale ctpid="145" cut="000001" value="1"/>
-    <Prescale ctpid="146" cut="000001" value="1"/>
-    <Prescale ctpid="147" cut="000001" value="1"/>
-    <Prescale ctpid="148" cut="000001" value="1"/>
-    <Prescale ctpid="149" cut="000001" value="1"/>
-    <Prescale ctpid="150" cut="000001" value="1"/>
-    <Prescale ctpid="151" cut="000001" value="1"/>
-    <Prescale ctpid="152" cut="000001" value="1"/>
-    <Prescale ctpid="153" cut="000001" value="1"/>
-    <Prescale ctpid="154" cut="000001" value="1"/>
-    <Prescale ctpid="155" cut="000001" value="1"/>
-    <Prescale ctpid="156" cut="000001" value="1"/>
-    <Prescale ctpid="157" cut="000001" value="1"/>
-    <Prescale ctpid="158" cut="000001" value="1"/>
-    <Prescale ctpid="159" cut="000001" value="1"/>
-    <Prescale ctpid="160" cut="000001" value="1"/>
-    <Prescale ctpid="161" cut="000001" value="1"/>
-    <Prescale ctpid="162" cut="000001" value="1"/>
-    <Prescale ctpid="163" cut="000001" value="1"/>
-    <Prescale ctpid="164" cut="000001" value="1"/>
-    <Prescale ctpid="165" cut="000001" value="1"/>
-    <Prescale ctpid="166" cut="000001" value="1"/>
-    <Prescale ctpid="167" cut="000001" value="1"/>
-    <Prescale ctpid="168" cut="000001" value="1"/>
-    <Prescale ctpid="169" cut="000001" value="1"/>
-    <Prescale ctpid="170" cut="000001" value="1"/>
-    <Prescale ctpid="171" cut="000001" value="1"/>
-    <Prescale ctpid="172" cut="000001" value="1"/>
-    <Prescale ctpid="173" cut="000001" value="1"/>
-    <Prescale ctpid="174" cut="000001" value="1"/>
-    <Prescale ctpid="175" cut="000001" value="1"/>
-    <Prescale ctpid="176" cut="000001" value="1"/>
-    <Prescale ctpid="177" cut="000001" value="1"/>
-    <Prescale ctpid="178" cut="000001" value="1"/>
-    <Prescale ctpid="179" cut="000001" value="1"/>
-    <Prescale ctpid="180" cut="000001" value="1"/>
-    <Prescale ctpid="181" cut="000001" value="1"/>
-    <Prescale ctpid="182" cut="000001" value="1"/>
-    <Prescale ctpid="183" cut="000001" value="1"/>
-    <Prescale ctpid="184" cut="000001" value="1"/>
-    <Prescale ctpid="185" cut="000001" value="1"/>
-    <Prescale ctpid="186" cut="000001" value="1"/>
-    <Prescale ctpid="187" cut="000001" value="1"/>
-    <Prescale ctpid="188" cut="000001" value="1"/>
-    <Prescale ctpid="189" cut="000001" value="1"/>
-    <Prescale ctpid="190" cut="000001" value="1"/>
-    <Prescale ctpid="191" cut="000001" value="1"/>
-    <Prescale ctpid="192" cut="000001" value="1"/>
-    <Prescale ctpid="193" cut="000001" value="1"/>
-    <Prescale ctpid="194" cut="000001" value="1"/>
-    <Prescale ctpid="195" cut="000001" value="1"/>
-    <Prescale ctpid="196" cut="000001" value="1"/>
-    <Prescale ctpid="197" cut="000001" value="1"/>
-    <Prescale ctpid="198" cut="000001" value="1"/>
-    <Prescale ctpid="199" cut="000001" value="1"/>
-    <Prescale ctpid="200" cut="000001" value="1"/>
-    <Prescale ctpid="201" cut="000001" value="1"/>
-    <Prescale ctpid="202" cut="000001" value="1"/>
-    <Prescale ctpid="203" cut="000001" value="1"/>
-    <Prescale ctpid="204" cut="000001" value="1"/>
-    <Prescale ctpid="205" cut="000001" value="1"/>
-    <Prescale ctpid="206" cut="000001" value="1"/>
-    <Prescale ctpid="207" cut="000001" value="1"/>
-    <Prescale ctpid="208" cut="000001" value="1"/>
-    <Prescale ctpid="209" cut="000001" value="1"/>
-    <Prescale ctpid="210" cut="000001" value="1"/>
-    <Prescale ctpid="211" cut="000001" value="1"/>
-    <Prescale ctpid="212" cut="000001" value="1"/>
-    <Prescale ctpid="213" cut="000001" value="1"/>
-    <Prescale ctpid="214" cut="000001" value="1"/>
-    <Prescale ctpid="215" cut="000001" value="1"/>
-    <Prescale ctpid="216" cut="000001" value="1"/>
-    <Prescale ctpid="217" cut="000001" value="1"/>
-    <Prescale ctpid="218" cut="000001" value="1"/>
-    <Prescale ctpid="219" cut="000001" value="1"/>
-    <Prescale ctpid="220" cut="000001" value="1"/>
-    <Prescale ctpid="221" cut="000001" value="1"/>
-    <Prescale ctpid="222" cut="000001" value="1"/>
-    <Prescale ctpid="223" cut="000001" value="1"/>
-    <Prescale ctpid="224" cut="000001" value="1"/>
-    <Prescale ctpid="225" cut="000001" value="1"/>
-    <Prescale ctpid="226" cut="000001" value="1"/>
-    <Prescale ctpid="227" cut="000001" value="1"/>
-    <Prescale ctpid="228" cut="000001" value="1"/>
-    <Prescale ctpid="229" cut="000001" value="1"/>
-    <Prescale ctpid="230" cut="000001" value="1"/>
-    <Prescale ctpid="231" cut="000001" value="1"/>
-    <Prescale ctpid="232" cut="000001" value="1"/>
-    <Prescale ctpid="233" cut="000001" value="1"/>
-    <Prescale ctpid="234" cut="000001" value="1"/>
-    <Prescale ctpid="235" cut="000001" value="1"/>
-    <Prescale ctpid="236" cut="000001" value="1"/>
-    <Prescale ctpid="237" cut="000001" value="1"/>
-    <Prescale ctpid="238" cut="000001" value="1"/>
-    <Prescale ctpid="239" cut="000001" value="1"/>
-    <Prescale ctpid="240" cut="000001" value="1"/>
-    <Prescale ctpid="241" cut="000001" value="1"/>
-    <Prescale ctpid="242" cut="000001" value="1"/>
-    <Prescale ctpid="243" cut="000001" value="1"/>
-    <Prescale ctpid="244" cut="000001" value="1"/>
-    <Prescale ctpid="245" cut="000001" value="1"/>
-    <Prescale ctpid="246" cut="000001" value="1"/>
-    <Prescale ctpid="247" cut="000001" value="1"/>
-    <Prescale ctpid="248" cut="000001" value="1"/>
-    <Prescale ctpid="249" cut="000001" value="1"/>
-    <Prescale ctpid="250" cut="000001" value="1"/>
-    <Prescale ctpid="251" cut="000001" value="1"/>
-    <Prescale ctpid="252" cut="000001" value="1"/>
-    <Prescale ctpid="253" cut="000001" value="1"/>
-    <Prescale ctpid="254" cut="000001" value="1"/>
-    <Prescale ctpid="255" cut="000001" value="1"/>
-    <Prescale ctpid="256" cut="000001" value="1"/>
-    <Prescale ctpid="257" cut="000001" value="1"/>
-    <Prescale ctpid="258" cut="000001" value="1"/>
-    <Prescale ctpid="259" cut="000001" value="1"/>
-    <Prescale ctpid="260" cut="000001" value="1"/>
-    <Prescale ctpid="261" cut="000001" value="1"/>
-    <Prescale ctpid="262" cut="000001" value="1"/>
-    <Prescale ctpid="263" cut="000001" value="1"/>
-    <Prescale ctpid="264" cut="000001" value="1"/>
-    <Prescale ctpid="265" cut="000001" value="1"/>
-    <Prescale ctpid="266" cut="000001" value="1"/>
-    <Prescale ctpid="267" cut="000001" value="1"/>
-    <Prescale ctpid="268" cut="000001" value="1"/>
-    <Prescale ctpid="269" cut="000001" value="1"/>
-    <Prescale ctpid="270" cut="000001" value="1"/>
-    <Prescale ctpid="271" cut="000001" value="1"/>
-    <Prescale ctpid="272" cut="000001" value="1"/>
-    <Prescale ctpid="273" cut="000001" value="1"/>
-    <Prescale ctpid="274" cut="000001" value="1"/>
-    <Prescale ctpid="275" cut="000001" value="1"/>
-    <Prescale ctpid="276" cut="000001" value="1"/>
-    <Prescale ctpid="277" cut="-000001" value="-1"/>
-    <Prescale ctpid="278" cut="-000001" value="-1"/>
-    <Prescale ctpid="279" cut="-000001" value="-1"/>
-    <Prescale ctpid="280" cut="-000001" value="-1"/>
-    <Prescale ctpid="281" cut="-000001" value="-1"/>
-    <Prescale ctpid="282" cut="-000001" value="-1"/>
-    <Prescale ctpid="283" cut="-000001" value="-1"/>
-    <Prescale ctpid="284" cut="-000001" value="-1"/>
-    <Prescale ctpid="285" cut="-000001" value="-1"/>
-    <Prescale ctpid="286" cut="-000001" value="-1"/>
-    <Prescale ctpid="287" cut="-000001" value="-1"/>
-    <Prescale ctpid="288" cut="-000001" value="-1"/>
-    <Prescale ctpid="289" cut="-000001" value="-1"/>
-    <Prescale ctpid="290" cut="-000001" value="-1"/>
-    <Prescale ctpid="291" cut="-000001" value="-1"/>
-    <Prescale ctpid="292" cut="-000001" value="-1"/>
-    <Prescale ctpid="293" cut="-000001" value="-1"/>
-    <Prescale ctpid="294" cut="-000001" value="-1"/>
-    <Prescale ctpid="295" cut="-000001" value="-1"/>
-    <Prescale ctpid="296" cut="-000001" value="-1"/>
-    <Prescale ctpid="297" cut="-000001" value="-1"/>
-    <Prescale ctpid="298" cut="-000001" value="-1"/>
-    <Prescale ctpid="299" cut="-000001" value="-1"/>
-    <Prescale ctpid="300" cut="-000001" value="-1"/>
-    <Prescale ctpid="301" cut="-000001" value="-1"/>
-    <Prescale ctpid="302" cut="-000001" value="-1"/>
-    <Prescale ctpid="303" cut="-000001" value="-1"/>
-    <Prescale ctpid="304" cut="-000001" value="-1"/>
-    <Prescale ctpid="305" cut="-000001" value="-1"/>
-    <Prescale ctpid="306" cut="-000001" value="-1"/>
-    <Prescale ctpid="307" cut="-000001" value="-1"/>
-    <Prescale ctpid="308" cut="-000001" value="-1"/>
-    <Prescale ctpid="309" cut="-000001" value="-1"/>
-    <Prescale ctpid="310" cut="-000001" value="-1"/>
-    <Prescale ctpid="311" cut="-000001" value="-1"/>
-    <Prescale ctpid="312" cut="-000001" value="-1"/>
-    <Prescale ctpid="313" cut="-000001" value="-1"/>
-    <Prescale ctpid="314" cut="-000001" value="-1"/>
-    <Prescale ctpid="315" cut="-000001" value="-1"/>
-    <Prescale ctpid="316" cut="-000001" value="-1"/>
-    <Prescale ctpid="317" cut="-000001" value="-1"/>
-    <Prescale ctpid="318" cut="-000001" value="-1"/>
-    <Prescale ctpid="319" cut="-000001" value="-1"/>
-    <Prescale ctpid="320" cut="-000001" value="-1"/>
-    <Prescale ctpid="321" cut="-000001" value="-1"/>
-    <Prescale ctpid="322" cut="-000001" value="-1"/>
-    <Prescale ctpid="323" cut="-000001" value="-1"/>
-    <Prescale ctpid="324" cut="-000001" value="-1"/>
-    <Prescale ctpid="325" cut="-000001" value="-1"/>
-    <Prescale ctpid="326" cut="-000001" value="-1"/>
-    <Prescale ctpid="327" cut="-000001" value="-1"/>
-    <Prescale ctpid="328" cut="-000001" value="-1"/>
-    <Prescale ctpid="329" cut="-000001" value="-1"/>
-    <Prescale ctpid="330" cut="-000001" value="-1"/>
-    <Prescale ctpid="331" cut="-000001" value="-1"/>
-    <Prescale ctpid="332" cut="-000001" value="-1"/>
-    <Prescale ctpid="333" cut="-000001" value="-1"/>
-    <Prescale ctpid="334" cut="-000001" value="-1"/>
-    <Prescale ctpid="335" cut="-000001" value="-1"/>
-    <Prescale ctpid="336" cut="-000001" value="-1"/>
-    <Prescale ctpid="337" cut="-000001" value="-1"/>
-    <Prescale ctpid="338" cut="-000001" value="-1"/>
-    <Prescale ctpid="339" cut="-000001" value="-1"/>
-    <Prescale ctpid="340" cut="-000001" value="-1"/>
-    <Prescale ctpid="341" cut="-000001" value="-1"/>
-    <Prescale ctpid="342" cut="-000001" value="-1"/>
-    <Prescale ctpid="343" cut="-000001" value="-1"/>
-    <Prescale ctpid="344" cut="-000001" value="-1"/>
-    <Prescale ctpid="345" cut="-000001" value="-1"/>
-    <Prescale ctpid="346" cut="-000001" value="-1"/>
-    <Prescale ctpid="347" cut="-000001" value="-1"/>
-    <Prescale ctpid="348" cut="-000001" value="-1"/>
-    <Prescale ctpid="349" cut="-000001" value="-1"/>
-    <Prescale ctpid="350" cut="-000001" value="-1"/>
-    <Prescale ctpid="351" cut="-000001" value="-1"/>
-    <Prescale ctpid="352" cut="-000001" value="-1"/>
-    <Prescale ctpid="353" cut="-000001" value="-1"/>
-    <Prescale ctpid="354" cut="-000001" value="-1"/>
-    <Prescale ctpid="355" cut="-000001" value="-1"/>
-    <Prescale ctpid="356" cut="-000001" value="-1"/>
-    <Prescale ctpid="357" cut="-000001" value="-1"/>
-    <Prescale ctpid="358" cut="-000001" value="-1"/>
-    <Prescale ctpid="359" cut="-000001" value="-1"/>
-    <Prescale ctpid="360" cut="-000001" value="-1"/>
-    <Prescale ctpid="361" cut="-000001" value="-1"/>
-    <Prescale ctpid="362" cut="-000001" value="-1"/>
-    <Prescale ctpid="363" cut="-000001" value="-1"/>
-    <Prescale ctpid="364" cut="-000001" value="-1"/>
-    <Prescale ctpid="365" cut="-000001" value="-1"/>
-    <Prescale ctpid="366" cut="-000001" value="-1"/>
-    <Prescale ctpid="367" cut="-000001" value="-1"/>
-    <Prescale ctpid="368" cut="-000001" value="-1"/>
-    <Prescale ctpid="369" cut="-000001" value="-1"/>
-    <Prescale ctpid="370" cut="-000001" value="-1"/>
-    <Prescale ctpid="371" cut="-000001" value="-1"/>
-    <Prescale ctpid="372" cut="-000001" value="-1"/>
-    <Prescale ctpid="373" cut="-000001" value="-1"/>
-    <Prescale ctpid="374" cut="-000001" value="-1"/>
-    <Prescale ctpid="375" cut="-000001" value="-1"/>
-    <Prescale ctpid="376" cut="-000001" value="-1"/>
-    <Prescale ctpid="377" cut="-000001" value="-1"/>
-    <Prescale ctpid="378" cut="-000001" value="-1"/>
-    <Prescale ctpid="379" cut="-000001" value="-1"/>
-    <Prescale ctpid="380" cut="-000001" value="-1"/>
-    <Prescale ctpid="381" cut="-000001" value="-1"/>
-    <Prescale ctpid="382" cut="-000001" value="-1"/>
-    <Prescale ctpid="383" cut="-000001" value="-1"/>
-    <Prescale ctpid="384" cut="-000001" value="-1"/>
-    <Prescale ctpid="385" cut="-000001" value="-1"/>
-    <Prescale ctpid="386" cut="-000001" value="-1"/>
-    <Prescale ctpid="387" cut="-000001" value="-1"/>
-    <Prescale ctpid="388" cut="-000001" value="-1"/>
-    <Prescale ctpid="389" cut="-000001" value="-1"/>
-    <Prescale ctpid="390" cut="-000001" value="-1"/>
-    <Prescale ctpid="391" cut="-000001" value="-1"/>
-    <Prescale ctpid="392" cut="-000001" value="-1"/>
-    <Prescale ctpid="393" cut="-000001" value="-1"/>
-    <Prescale ctpid="394" cut="-000001" value="-1"/>
-    <Prescale ctpid="395" cut="-000001" value="-1"/>
-    <Prescale ctpid="396" cut="-000001" value="-1"/>
-    <Prescale ctpid="397" cut="-000001" value="-1"/>
-    <Prescale ctpid="398" cut="-000001" value="-1"/>
-    <Prescale ctpid="399" cut="-000001" value="-1"/>
-    <Prescale ctpid="400" cut="-000001" value="-1"/>
-    <Prescale ctpid="401" cut="-000001" value="-1"/>
-    <Prescale ctpid="402" cut="-000001" value="-1"/>
-    <Prescale ctpid="403" cut="-000001" value="-1"/>
-    <Prescale ctpid="404" cut="-000001" value="-1"/>
-    <Prescale ctpid="405" cut="-000001" value="-1"/>
-    <Prescale ctpid="406" cut="-000001" value="-1"/>
-    <Prescale ctpid="407" cut="-000001" value="-1"/>
-    <Prescale ctpid="408" cut="-000001" value="-1"/>
-    <Prescale ctpid="409" cut="-000001" value="-1"/>
-    <Prescale ctpid="410" cut="-000001" value="-1"/>
-    <Prescale ctpid="411" cut="-000001" value="-1"/>
-    <Prescale ctpid="412" cut="-000001" value="-1"/>
-    <Prescale ctpid="413" cut="-000001" value="-1"/>
-    <Prescale ctpid="414" cut="-000001" value="-1"/>
-    <Prescale ctpid="415" cut="-000001" value="-1"/>
-    <Prescale ctpid="416" cut="-000001" value="-1"/>
-    <Prescale ctpid="417" cut="-000001" value="-1"/>
-    <Prescale ctpid="418" cut="-000001" value="-1"/>
-    <Prescale ctpid="419" cut="-000001" value="-1"/>
-    <Prescale ctpid="420" cut="-000001" value="-1"/>
-    <Prescale ctpid="421" cut="-000001" value="-1"/>
-    <Prescale ctpid="422" cut="-000001" value="-1"/>
-    <Prescale ctpid="423" cut="-000001" value="-1"/>
-    <Prescale ctpid="424" cut="-000001" value="-1"/>
-    <Prescale ctpid="425" cut="-000001" value="-1"/>
-    <Prescale ctpid="426" cut="-000001" value="-1"/>
-    <Prescale ctpid="427" cut="-000001" value="-1"/>
-    <Prescale ctpid="428" cut="-000001" value="-1"/>
-    <Prescale ctpid="429" cut="-000001" value="-1"/>
-    <Prescale ctpid="430" cut="-000001" value="-1"/>
-    <Prescale ctpid="431" cut="-000001" value="-1"/>
-    <Prescale ctpid="432" cut="-000001" value="-1"/>
-    <Prescale ctpid="433" cut="-000001" value="-1"/>
-    <Prescale ctpid="434" cut="-000001" value="-1"/>
-    <Prescale ctpid="435" cut="-000001" value="-1"/>
-    <Prescale ctpid="436" cut="-000001" value="-1"/>
-    <Prescale ctpid="437" cut="-000001" value="-1"/>
-    <Prescale ctpid="438" cut="-000001" value="-1"/>
-    <Prescale ctpid="439" cut="-000001" value="-1"/>
-    <Prescale ctpid="440" cut="-000001" value="-1"/>
-    <Prescale ctpid="441" cut="-000001" value="-1"/>
-    <Prescale ctpid="442" cut="-000001" value="-1"/>
-    <Prescale ctpid="443" cut="-000001" value="-1"/>
-    <Prescale ctpid="444" cut="-000001" value="-1"/>
-    <Prescale ctpid="445" cut="-000001" value="-1"/>
-    <Prescale ctpid="446" cut="-000001" value="-1"/>
-    <Prescale ctpid="447" cut="-000001" value="-1"/>
-    <Prescale ctpid="448" cut="-000001" value="-1"/>
-    <Prescale ctpid="449" cut="-000001" value="-1"/>
-    <Prescale ctpid="450" cut="-000001" value="-1"/>
-    <Prescale ctpid="451" cut="-000001" value="-1"/>
-    <Prescale ctpid="452" cut="-000001" value="-1"/>
-    <Prescale ctpid="453" cut="-000001" value="-1"/>
-    <Prescale ctpid="454" cut="-000001" value="-1"/>
-    <Prescale ctpid="455" cut="-000001" value="-1"/>
-    <Prescale ctpid="456" cut="-000001" value="-1"/>
-    <Prescale ctpid="457" cut="-000001" value="-1"/>
-    <Prescale ctpid="458" cut="-000001" value="-1"/>
-    <Prescale ctpid="459" cut="-000001" value="-1"/>
-    <Prescale ctpid="460" cut="-000001" value="-1"/>
-    <Prescale ctpid="461" cut="-000001" value="-1"/>
-    <Prescale ctpid="462" cut="-000001" value="-1"/>
-    <Prescale ctpid="463" cut="-000001" value="-1"/>
-    <Prescale ctpid="464" cut="-000001" value="-1"/>
-    <Prescale ctpid="465" cut="-000001" value="-1"/>
-    <Prescale ctpid="466" cut="-000001" value="-1"/>
-    <Prescale ctpid="467" cut="-000001" value="-1"/>
-    <Prescale ctpid="468" cut="-000001" value="-1"/>
-    <Prescale ctpid="469" cut="-000001" value="-1"/>
-    <Prescale ctpid="470" cut="-000001" value="-1"/>
-    <Prescale ctpid="471" cut="-000001" value="-1"/>
-    <Prescale ctpid="472" cut="-000001" value="-1"/>
-    <Prescale ctpid="473" cut="-000001" value="-1"/>
-    <Prescale ctpid="474" cut="-000001" value="-1"/>
-    <Prescale ctpid="475" cut="-000001" value="-1"/>
-    <Prescale ctpid="476" cut="-000001" value="-1"/>
-    <Prescale ctpid="477" cut="-000001" value="-1"/>
-    <Prescale ctpid="478" cut="-000001" value="-1"/>
-    <Prescale ctpid="479" cut="-000001" value="-1"/>
-    <Prescale ctpid="480" cut="-000001" value="-1"/>
-    <Prescale ctpid="481" cut="-000001" value="-1"/>
-    <Prescale ctpid="482" cut="-000001" value="-1"/>
-    <Prescale ctpid="483" cut="-000001" value="-1"/>
-    <Prescale ctpid="484" cut="-000001" value="-1"/>
-    <Prescale ctpid="485" cut="-000001" value="-1"/>
-    <Prescale ctpid="486" cut="-000001" value="-1"/>
-    <Prescale ctpid="487" cut="-000001" value="-1"/>
-    <Prescale ctpid="488" cut="-000001" value="-1"/>
-    <Prescale ctpid="489" cut="-000001" value="-1"/>
-    <Prescale ctpid="490" cut="-000001" value="-1"/>
-    <Prescale ctpid="491" cut="-000001" value="-1"/>
-    <Prescale ctpid="492" cut="-000001" value="-1"/>
-    <Prescale ctpid="493" cut="-000001" value="-1"/>
-    <Prescale ctpid="494" cut="-000001" value="-1"/>
-    <Prescale ctpid="495" cut="-000001" value="-1"/>
-    <Prescale ctpid="496" cut="-000001" value="-1"/>
-    <Prescale ctpid="497" cut="-000001" value="-1"/>
-    <Prescale ctpid="498" cut="-000001" value="-1"/>
-    <Prescale ctpid="499" cut="-000001" value="-1"/>
-    <Prescale ctpid="500" cut="-000001" value="-1"/>
-    <Prescale ctpid="501" cut="-000001" value="-1"/>
-    <Prescale ctpid="502" cut="-000001" value="-1"/>
-    <Prescale ctpid="503" cut="-000001" value="-1"/>
-    <Prescale ctpid="504" cut="-000001" value="-1"/>
-    <Prescale ctpid="505" cut="-000001" value="-1"/>
-    <Prescale ctpid="506" cut="-000001" value="-1"/>
-    <Prescale ctpid="507" cut="-000001" value="-1"/>
-    <Prescale ctpid="508" cut="-000001" value="-1"/>
-    <Prescale ctpid="509" cut="-000001" value="-1"/>
-    <Prescale ctpid="510" cut="-000001" value="-1"/>
-    <Prescale ctpid="511" cut="000001" value="1"/>
-  </PrescaleSet>
-  <TriggerCounterList>
-    <TriggerCounter name="1BCM_AtoC" type="CTPIN">
-      <TriggerCondition name="1BCM_AtoC" triggerthreshold="BCM_AtoC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Comb" type="CTPIN">
-      <TriggerCondition name="1BCM_Comb" triggerthreshold="BCM_Comb" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2BCM_Comb" type="CTPIN">
-      <TriggerCondition name="2BCM_Comb" triggerthreshold="BCM_Comb" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3BCM_Comb" type="CTPIN">
-      <TriggerCondition name="3BCM_Comb" triggerthreshold="BCM_Comb" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4BCM_Comb" type="CTPIN">
-      <TriggerCondition name="4BCM_Comb" triggerthreshold="BCM_Comb" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5BCM_Comb" type="CTPIN">
-      <TriggerCondition name="5BCM_Comb" triggerthreshold="BCM_Comb" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6BCM_Comb" type="CTPIN">
-      <TriggerCondition name="6BCM_Comb" triggerthreshold="BCM_Comb" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7BCM_Comb" type="CTPIN">
-      <TriggerCondition name="7BCM_Comb" triggerthreshold="BCM_Comb" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_CtoA" type="CTPIN">
-      <TriggerCondition name="1BCM_CtoA" triggerthreshold="BCM_CtoA" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Wide" type="CTPIN">
-      <TriggerCondition name="1BCM_Wide" triggerthreshold="BCM_Wide" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL0" type="CTPIN">
-      <TriggerCondition name="1CAL0" triggerthreshold="CAL0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL1" type="CTPIN">
-      <TriggerCondition name="1CAL1" triggerthreshold="CAL1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL2" type="CTPIN">
-      <TriggerCondition name="1CAL2" triggerthreshold="CAL2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10VH" type="CTPIN">
-      <TriggerCondition name="1EM10VH" triggerthreshold="EM10VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10VH" type="CTPIN">
-      <TriggerCondition name="2EM10VH" triggerthreshold="EM10VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10VH" type="CTPIN">
-      <TriggerCondition name="3EM10VH" triggerthreshold="EM10VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10VH" type="CTPIN">
-      <TriggerCondition name="4EM10VH" triggerthreshold="EM10VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10VH" type="CTPIN">
-      <TriggerCondition name="5EM10VH" triggerthreshold="EM10VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10VH" type="CTPIN">
-      <TriggerCondition name="6EM10VH" triggerthreshold="EM10VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10VH" type="CTPIN">
-      <TriggerCondition name="7EM10VH" triggerthreshold="EM10VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM12" type="CTPIN">
-      <TriggerCondition name="1EM12" triggerthreshold="EM12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM12" type="CTPIN">
-      <TriggerCondition name="2EM12" triggerthreshold="EM12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM12" type="CTPIN">
-      <TriggerCondition name="3EM12" triggerthreshold="EM12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM12" type="CTPIN">
-      <TriggerCondition name="4EM12" triggerthreshold="EM12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM12" type="CTPIN">
-      <TriggerCondition name="5EM12" triggerthreshold="EM12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM12" type="CTPIN">
-      <TriggerCondition name="6EM12" triggerthreshold="EM12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM12" type="CTPIN">
-      <TriggerCondition name="7EM12" triggerthreshold="EM12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15" type="CTPIN">
-      <TriggerCondition name="1EM15" triggerthreshold="EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15" type="CTPIN">
-      <TriggerCondition name="2EM15" triggerthreshold="EM15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15" type="CTPIN">
-      <TriggerCondition name="3EM15" triggerthreshold="EM15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15" type="CTPIN">
-      <TriggerCondition name="4EM15" triggerthreshold="EM15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15" type="CTPIN">
-      <TriggerCondition name="5EM15" triggerthreshold="EM15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15" type="CTPIN">
-      <TriggerCondition name="6EM15" triggerthreshold="EM15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15" type="CTPIN">
-      <TriggerCondition name="7EM15" triggerthreshold="EM15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15HI" type="CTPIN">
-      <TriggerCondition name="1EM15HI" triggerthreshold="EM15HI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15HI" type="CTPIN">
-      <TriggerCondition name="2EM15HI" triggerthreshold="EM15HI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15HI" type="CTPIN">
-      <TriggerCondition name="3EM15HI" triggerthreshold="EM15HI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15HI" type="CTPIN">
-      <TriggerCondition name="4EM15HI" triggerthreshold="EM15HI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15HI" type="CTPIN">
-      <TriggerCondition name="5EM15HI" triggerthreshold="EM15HI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15HI" type="CTPIN">
-      <TriggerCondition name="6EM15HI" triggerthreshold="EM15HI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15HI" type="CTPIN">
-      <TriggerCondition name="7EM15HI" triggerthreshold="EM15HI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15I" type="CTPIN">
-      <TriggerCondition name="1EM15I" triggerthreshold="EM15I" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15I" type="CTPIN">
-      <TriggerCondition name="2EM15I" triggerthreshold="EM15I" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15I" type="CTPIN">
-      <TriggerCondition name="3EM15I" triggerthreshold="EM15I" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15I" type="CTPIN">
-      <TriggerCondition name="4EM15I" triggerthreshold="EM15I" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15I" type="CTPIN">
-      <TriggerCondition name="5EM15I" triggerthreshold="EM15I" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15I" type="CTPIN">
-      <TriggerCondition name="6EM15I" triggerthreshold="EM15I" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15I" type="CTPIN">
-      <TriggerCondition name="7EM15I" triggerthreshold="EM15I" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15VH" type="CTPIN">
-      <TriggerCondition name="1EM15VH" triggerthreshold="EM15VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15VH" type="CTPIN">
-      <TriggerCondition name="2EM15VH" triggerthreshold="EM15VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15VH" type="CTPIN">
-      <TriggerCondition name="3EM15VH" triggerthreshold="EM15VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15VH" type="CTPIN">
-      <TriggerCondition name="4EM15VH" triggerthreshold="EM15VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15VH" type="CTPIN">
-      <TriggerCondition name="5EM15VH" triggerthreshold="EM15VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15VH" type="CTPIN">
-      <TriggerCondition name="6EM15VH" triggerthreshold="EM15VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15VH" type="CTPIN">
-      <TriggerCondition name="7EM15VH" triggerthreshold="EM15VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM18VH" type="CTPIN">
-      <TriggerCondition name="1EM18VH" triggerthreshold="EM18VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM18VH" type="CTPIN">
-      <TriggerCondition name="2EM18VH" triggerthreshold="EM18VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM18VH" type="CTPIN">
-      <TriggerCondition name="3EM18VH" triggerthreshold="EM18VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM18VH" type="CTPIN">
-      <TriggerCondition name="4EM18VH" triggerthreshold="EM18VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM18VH" type="CTPIN">
-      <TriggerCondition name="5EM18VH" triggerthreshold="EM18VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM18VH" type="CTPIN">
-      <TriggerCondition name="6EM18VH" triggerthreshold="EM18VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM18VH" type="CTPIN">
-      <TriggerCondition name="7EM18VH" triggerthreshold="EM18VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20A" type="CTPIN">
-      <TriggerCondition name="1EM20A" triggerthreshold="EM20A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20A" type="CTPIN">
-      <TriggerCondition name="2EM20A" triggerthreshold="EM20A" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20A" type="CTPIN">
-      <TriggerCondition name="3EM20A" triggerthreshold="EM20A" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20A" type="CTPIN">
-      <TriggerCondition name="4EM20A" triggerthreshold="EM20A" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20A" type="CTPIN">
-      <TriggerCondition name="5EM20A" triggerthreshold="EM20A" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20A" type="CTPIN">
-      <TriggerCondition name="6EM20A" triggerthreshold="EM20A" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20A" type="CTPIN">
-      <TriggerCondition name="7EM20A" triggerthreshold="EM20A" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20C" type="CTPIN">
-      <TriggerCondition name="1EM20C" triggerthreshold="EM20C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20C" type="CTPIN">
-      <TriggerCondition name="2EM20C" triggerthreshold="EM20C" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20C" type="CTPIN">
-      <TriggerCondition name="3EM20C" triggerthreshold="EM20C" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20C" type="CTPIN">
-      <TriggerCondition name="4EM20C" triggerthreshold="EM20C" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20C" type="CTPIN">
-      <TriggerCondition name="5EM20C" triggerthreshold="EM20C" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20C" type="CTPIN">
-      <TriggerCondition name="6EM20C" triggerthreshold="EM20C" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20C" type="CTPIN">
-      <TriggerCondition name="7EM20C" triggerthreshold="EM20C" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VH" type="CTPIN">
-      <TriggerCondition name="1EM20VH" triggerthreshold="EM20VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VH" type="CTPIN">
-      <TriggerCondition name="2EM20VH" triggerthreshold="EM20VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VH" type="CTPIN">
-      <TriggerCondition name="3EM20VH" triggerthreshold="EM20VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VH" type="CTPIN">
-      <TriggerCondition name="4EM20VH" triggerthreshold="EM20VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VH" type="CTPIN">
-      <TriggerCondition name="5EM20VH" triggerthreshold="EM20VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VH" type="CTPIN">
-      <TriggerCondition name="6EM20VH" triggerthreshold="EM20VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VH" type="CTPIN">
-      <TriggerCondition name="7EM20VH" triggerthreshold="EM20VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VHI" type="CTPIN">
-      <TriggerCondition name="1EM20VHI" triggerthreshold="EM20VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VHI" type="CTPIN">
-      <TriggerCondition name="2EM20VHI" triggerthreshold="EM20VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VHI" type="CTPIN">
-      <TriggerCondition name="3EM20VHI" triggerthreshold="EM20VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VHI" type="CTPIN">
-      <TriggerCondition name="4EM20VHI" triggerthreshold="EM20VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VHI" type="CTPIN">
-      <TriggerCondition name="5EM20VHI" triggerthreshold="EM20VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VHI" type="CTPIN">
-      <TriggerCondition name="6EM20VHI" triggerthreshold="EM20VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VHI" type="CTPIN">
-      <TriggerCondition name="7EM20VHI" triggerthreshold="EM20VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPIN">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPMON">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM3" type="CTPIN">
-      <TriggerCondition name="2EM3" triggerthreshold="EM3" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM3" type="CTPIN">
-      <TriggerCondition name="3EM3" triggerthreshold="EM3" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM3" type="CTPIN">
-      <TriggerCondition name="4EM3" triggerthreshold="EM3" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM3" type="CTPIN">
-      <TriggerCondition name="5EM3" triggerthreshold="EM3" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM3" type="CTPIN">
-      <TriggerCondition name="6EM3" triggerthreshold="EM3" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM3" type="CTPIN">
-      <TriggerCondition name="7EM3" triggerthreshold="EM3" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3HI" type="CTPIN">
-      <TriggerCondition name="1EM3HI" triggerthreshold="EM3HI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM3HI" type="CTPIN">
-      <TriggerCondition name="2EM3HI" triggerthreshold="EM3HI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM3HI" type="CTPIN">
-      <TriggerCondition name="3EM3HI" triggerthreshold="EM3HI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM3HI" type="CTPIN">
-      <TriggerCondition name="4EM3HI" triggerthreshold="EM3HI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM3HI" type="CTPIN">
-      <TriggerCondition name="5EM3HI" triggerthreshold="EM3HI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM3HI" type="CTPIN">
-      <TriggerCondition name="6EM3HI" triggerthreshold="EM3HI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM3HI" type="CTPIN">
-      <TriggerCondition name="7EM3HI" triggerthreshold="EM3HI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM7" type="CTPIN">
-      <TriggerCondition name="1EM7" triggerthreshold="EM7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM7" type="CTPIN">
-      <TriggerCondition name="2EM7" triggerthreshold="EM7" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM7" type="CTPIN">
-      <TriggerCondition name="3EM7" triggerthreshold="EM7" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM7" type="CTPIN">
-      <TriggerCondition name="4EM7" triggerthreshold="EM7" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM7" type="CTPIN">
-      <TriggerCondition name="5EM7" triggerthreshold="EM7" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM7" type="CTPIN">
-      <TriggerCondition name="6EM7" triggerthreshold="EM7" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM7" type="CTPIN">
-      <TriggerCondition name="7EM7" triggerthreshold="EM7" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8I" type="CTPIN">
-      <TriggerCondition name="1EM8I" triggerthreshold="EM8I" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8I" type="CTPIN">
-      <TriggerCondition name="2EM8I" triggerthreshold="EM8I" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8I" type="CTPIN">
-      <TriggerCondition name="3EM8I" triggerthreshold="EM8I" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8I" type="CTPIN">
-      <TriggerCondition name="4EM8I" triggerthreshold="EM8I" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8I" type="CTPIN">
-      <TriggerCondition name="5EM8I" triggerthreshold="EM8I" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8I" type="CTPIN">
-      <TriggerCondition name="6EM8I" triggerthreshold="EM8I" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8I" type="CTPIN">
-      <TriggerCondition name="7EM8I" triggerthreshold="EM8I" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8VH" type="CTPIN">
-      <TriggerCondition name="1EM8VH" triggerthreshold="EM8VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8VH" type="CTPIN">
-      <TriggerCondition name="2EM8VH" triggerthreshold="EM8VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8VH" type="CTPIN">
-      <TriggerCondition name="3EM8VH" triggerthreshold="EM8VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8VH" type="CTPIN">
-      <TriggerCondition name="4EM8VH" triggerthreshold="EM8VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8VH" type="CTPIN">
-      <TriggerCondition name="5EM8VH" triggerthreshold="EM8VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8VH" type="CTPIN">
-      <TriggerCondition name="6EM8VH" triggerthreshold="EM8VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8VH" type="CTPIN">
-      <TriggerCondition name="7EM8VH" triggerthreshold="EM8VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA10IM" type="CTPIN">
-      <TriggerCondition name="1HA10IM" triggerthreshold="HA10IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA10IM" type="CTPIN">
-      <TriggerCondition name="2HA10IM" triggerthreshold="HA10IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA10IM" type="CTPIN">
-      <TriggerCondition name="3HA10IM" triggerthreshold="HA10IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA10IM" type="CTPIN">
-      <TriggerCondition name="4HA10IM" triggerthreshold="HA10IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA10IM" type="CTPIN">
-      <TriggerCondition name="5HA10IM" triggerthreshold="HA10IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA10IM" type="CTPIN">
-      <TriggerCondition name="6HA10IM" triggerthreshold="HA10IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA10IM" type="CTPIN">
-      <TriggerCondition name="7HA10IM" triggerthreshold="HA10IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12" type="CTPIN">
-      <TriggerCondition name="1HA12" triggerthreshold="HA12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12" type="CTPIN">
-      <TriggerCondition name="2HA12" triggerthreshold="HA12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12" type="CTPIN">
-      <TriggerCondition name="3HA12" triggerthreshold="HA12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12" type="CTPIN">
-      <TriggerCondition name="4HA12" triggerthreshold="HA12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12" type="CTPIN">
-      <TriggerCondition name="5HA12" triggerthreshold="HA12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12" type="CTPIN">
-      <TriggerCondition name="6HA12" triggerthreshold="HA12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12" type="CTPIN">
-      <TriggerCondition name="7HA12" triggerthreshold="HA12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IL" type="CTPIN">
-      <TriggerCondition name="1HA12IL" triggerthreshold="HA12IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IL" type="CTPIN">
-      <TriggerCondition name="2HA12IL" triggerthreshold="HA12IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IL" type="CTPIN">
-      <TriggerCondition name="3HA12IL" triggerthreshold="HA12IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IL" type="CTPIN">
-      <TriggerCondition name="4HA12IL" triggerthreshold="HA12IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IL" type="CTPIN">
-      <TriggerCondition name="5HA12IL" triggerthreshold="HA12IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IL" type="CTPIN">
-      <TriggerCondition name="6HA12IL" triggerthreshold="HA12IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IL" type="CTPIN">
-      <TriggerCondition name="7HA12IL" triggerthreshold="HA12IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IM" type="CTPIN">
-      <TriggerCondition name="1HA12IM" triggerthreshold="HA12IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IM" type="CTPIN">
-      <TriggerCondition name="2HA12IM" triggerthreshold="HA12IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IM" type="CTPIN">
-      <TriggerCondition name="3HA12IM" triggerthreshold="HA12IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IM" type="CTPIN">
-      <TriggerCondition name="4HA12IM" triggerthreshold="HA12IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IM" type="CTPIN">
-      <TriggerCondition name="5HA12IM" triggerthreshold="HA12IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IM" type="CTPIN">
-      <TriggerCondition name="6HA12IM" triggerthreshold="HA12IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IM" type="CTPIN">
-      <TriggerCondition name="7HA12IM" triggerthreshold="HA12IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IT" type="CTPIN">
-      <TriggerCondition name="1HA12IT" triggerthreshold="HA12IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IT" type="CTPIN">
-      <TriggerCondition name="2HA12IT" triggerthreshold="HA12IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IT" type="CTPIN">
-      <TriggerCondition name="3HA12IT" triggerthreshold="HA12IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IT" type="CTPIN">
-      <TriggerCondition name="4HA12IT" triggerthreshold="HA12IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IT" type="CTPIN">
-      <TriggerCondition name="5HA12IT" triggerthreshold="HA12IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IT" type="CTPIN">
-      <TriggerCondition name="6HA12IT" triggerthreshold="HA12IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IT" type="CTPIN">
-      <TriggerCondition name="7HA12IT" triggerthreshold="HA12IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA15" type="CTPIN">
-      <TriggerCondition name="1HA15" triggerthreshold="HA15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA15" type="CTPIN">
-      <TriggerCondition name="2HA15" triggerthreshold="HA15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA15" type="CTPIN">
-      <TriggerCondition name="3HA15" triggerthreshold="HA15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA15" type="CTPIN">
-      <TriggerCondition name="4HA15" triggerthreshold="HA15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA15" type="CTPIN">
-      <TriggerCondition name="5HA15" triggerthreshold="HA15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA15" type="CTPIN">
-      <TriggerCondition name="6HA15" triggerthreshold="HA15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA15" type="CTPIN">
-      <TriggerCondition name="7HA15" triggerthreshold="HA15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20" type="CTPIN">
-      <TriggerCondition name="1HA20" triggerthreshold="HA20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20" type="CTPIN">
-      <TriggerCondition name="2HA20" triggerthreshold="HA20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20" type="CTPIN">
-      <TriggerCondition name="3HA20" triggerthreshold="HA20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20" type="CTPIN">
-      <TriggerCondition name="4HA20" triggerthreshold="HA20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20" type="CTPIN">
-      <TriggerCondition name="5HA20" triggerthreshold="HA20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20" type="CTPIN">
-      <TriggerCondition name="6HA20" triggerthreshold="HA20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20" type="CTPIN">
-      <TriggerCondition name="7HA20" triggerthreshold="HA20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20A" type="CTPIN">
-      <TriggerCondition name="1HA20A" triggerthreshold="HA20A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20A" type="CTPIN">
-      <TriggerCondition name="2HA20A" triggerthreshold="HA20A" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20A" type="CTPIN">
-      <TriggerCondition name="3HA20A" triggerthreshold="HA20A" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20A" type="CTPIN">
-      <TriggerCondition name="4HA20A" triggerthreshold="HA20A" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20A" type="CTPIN">
-      <TriggerCondition name="5HA20A" triggerthreshold="HA20A" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20A" type="CTPIN">
-      <TriggerCondition name="6HA20A" triggerthreshold="HA20A" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20A" type="CTPIN">
-      <TriggerCondition name="7HA20A" triggerthreshold="HA20A" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20C" type="CTPIN">
-      <TriggerCondition name="1HA20C" triggerthreshold="HA20C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20C" type="CTPIN">
-      <TriggerCondition name="2HA20C" triggerthreshold="HA20C" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20C" type="CTPIN">
-      <TriggerCondition name="3HA20C" triggerthreshold="HA20C" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20C" type="CTPIN">
-      <TriggerCondition name="4HA20C" triggerthreshold="HA20C" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20C" type="CTPIN">
-      <TriggerCondition name="5HA20C" triggerthreshold="HA20C" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20C" type="CTPIN">
-      <TriggerCondition name="6HA20C" triggerthreshold="HA20C" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20C" type="CTPIN">
-      <TriggerCondition name="7HA20C" triggerthreshold="HA20C" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IL" type="CTPIN">
-      <TriggerCondition name="1HA20IL" triggerthreshold="HA20IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IL" type="CTPIN">
-      <TriggerCondition name="2HA20IL" triggerthreshold="HA20IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IL" type="CTPIN">
-      <TriggerCondition name="3HA20IL" triggerthreshold="HA20IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IL" type="CTPIN">
-      <TriggerCondition name="4HA20IL" triggerthreshold="HA20IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IL" type="CTPIN">
-      <TriggerCondition name="5HA20IL" triggerthreshold="HA20IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IL" type="CTPIN">
-      <TriggerCondition name="6HA20IL" triggerthreshold="HA20IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IL" type="CTPIN">
-      <TriggerCondition name="7HA20IL" triggerthreshold="HA20IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IM" type="CTPIN">
-      <TriggerCondition name="1HA20IM" triggerthreshold="HA20IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IM" type="CTPIN">
-      <TriggerCondition name="2HA20IM" triggerthreshold="HA20IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IM" type="CTPIN">
-      <TriggerCondition name="3HA20IM" triggerthreshold="HA20IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IM" type="CTPIN">
-      <TriggerCondition name="4HA20IM" triggerthreshold="HA20IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IM" type="CTPIN">
-      <TriggerCondition name="5HA20IM" triggerthreshold="HA20IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IM" type="CTPIN">
-      <TriggerCondition name="6HA20IM" triggerthreshold="HA20IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IM" type="CTPIN">
-      <TriggerCondition name="7HA20IM" triggerthreshold="HA20IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IT" type="CTPIN">
-      <TriggerCondition name="1HA20IT" triggerthreshold="HA20IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IT" type="CTPIN">
-      <TriggerCondition name="2HA20IT" triggerthreshold="HA20IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IT" type="CTPIN">
-      <TriggerCondition name="3HA20IT" triggerthreshold="HA20IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IT" type="CTPIN">
-      <TriggerCondition name="4HA20IT" triggerthreshold="HA20IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IT" type="CTPIN">
-      <TriggerCondition name="5HA20IT" triggerthreshold="HA20IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IT" type="CTPIN">
-      <TriggerCondition name="6HA20IT" triggerthreshold="HA20IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IT" type="CTPIN">
-      <TriggerCondition name="7HA20IT" triggerthreshold="HA20IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25" type="CTPIN">
-      <TriggerCondition name="1HA25" triggerthreshold="HA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25" type="CTPIN">
-      <TriggerCondition name="2HA25" triggerthreshold="HA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25" type="CTPIN">
-      <TriggerCondition name="3HA25" triggerthreshold="HA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25" type="CTPIN">
-      <TriggerCondition name="4HA25" triggerthreshold="HA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25" type="CTPIN">
-      <TriggerCondition name="5HA25" triggerthreshold="HA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25" type="CTPIN">
-      <TriggerCondition name="6HA25" triggerthreshold="HA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25" type="CTPIN">
-      <TriggerCondition name="7HA25" triggerthreshold="HA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25IT" type="CTPIN">
-      <TriggerCondition name="1HA25IT" triggerthreshold="HA25IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25IT" type="CTPIN">
-      <TriggerCondition name="2HA25IT" triggerthreshold="HA25IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25IT" type="CTPIN">
-      <TriggerCondition name="3HA25IT" triggerthreshold="HA25IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25IT" type="CTPIN">
-      <TriggerCondition name="4HA25IT" triggerthreshold="HA25IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25IT" type="CTPIN">
-      <TriggerCondition name="5HA25IT" triggerthreshold="HA25IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25IT" type="CTPIN">
-      <TriggerCondition name="6HA25IT" triggerthreshold="HA25IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25IT" type="CTPIN">
-      <TriggerCondition name="7HA25IT" triggerthreshold="HA25IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA40" type="CTPIN">
-      <TriggerCondition name="1HA40" triggerthreshold="HA40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA40" type="CTPIN">
-      <TriggerCondition name="2HA40" triggerthreshold="HA40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA40" type="CTPIN">
-      <TriggerCondition name="3HA40" triggerthreshold="HA40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA40" type="CTPIN">
-      <TriggerCondition name="4HA40" triggerthreshold="HA40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA40" type="CTPIN">
-      <TriggerCondition name="5HA40" triggerthreshold="HA40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA40" type="CTPIN">
-      <TriggerCondition name="6HA40" triggerthreshold="HA40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA40" type="CTPIN">
-      <TriggerCondition name="7HA40" triggerthreshold="HA40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA8" type="CTPIN">
-      <TriggerCondition name="1HA8" triggerthreshold="HA8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA8" type="CTPIN">
-      <TriggerCondition name="2HA8" triggerthreshold="HA8" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA8" type="CTPIN">
-      <TriggerCondition name="3HA8" triggerthreshold="HA8" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA8" type="CTPIN">
-      <TriggerCondition name="4HA8" triggerthreshold="HA8" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA8" type="CTPIN">
-      <TriggerCondition name="5HA8" triggerthreshold="HA8" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA8" type="CTPIN">
-      <TriggerCondition name="6HA8" triggerthreshold="HA8" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA8" type="CTPIN">
-      <TriggerCondition name="7HA8" triggerthreshold="HA8" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100" type="CTPIN">
-      <TriggerCondition name="1J100" triggerthreshold="J100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100" type="CTPIN">
-      <TriggerCondition name="2J100" triggerthreshold="J100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100" type="CTPIN">
-      <TriggerCondition name="3J100" triggerthreshold="J100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100.32ETA49" type="CTPIN">
-      <TriggerCondition name="1J100.32ETA49" triggerthreshold="J100.32ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100.32ETA49" type="CTPIN">
-      <TriggerCondition name="2J100.32ETA49" triggerthreshold="J100.32ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100.32ETA49" type="CTPIN">
-      <TriggerCondition name="3J100.32ETA49" triggerthreshold="J100.32ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J12" type="CTPIN">
-      <TriggerCondition name="1J12" triggerthreshold="J12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J12" type="CTPIN">
-      <TriggerCondition name="2J12" triggerthreshold="J12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J12" type="CTPIN">
-      <TriggerCondition name="3J12" triggerthreshold="J12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J12" type="CTPIN">
-      <TriggerCondition name="4J12" triggerthreshold="J12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J12" type="CTPIN">
-      <TriggerCondition name="5J12" triggerthreshold="J12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J12" type="CTPIN">
-      <TriggerCondition name="6J12" triggerthreshold="J12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J12" type="CTPIN">
-      <TriggerCondition name="7J12" triggerthreshold="J12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15" type="CTPIN">
-      <TriggerCondition name="1J15" triggerthreshold="J15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15" type="CTPIN">
-      <TriggerCondition name="2J15" triggerthreshold="J15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15" type="CTPIN">
-      <TriggerCondition name="3J15" triggerthreshold="J15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15" type="CTPIN">
-      <TriggerCondition name="4J15" triggerthreshold="J15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15" type="CTPIN">
-      <TriggerCondition name="5J15" triggerthreshold="J15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15" type="CTPIN">
-      <TriggerCondition name="6J15" triggerthreshold="J15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15" type="CTPIN">
-      <TriggerCondition name="7J15" triggerthreshold="J15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.0ETA24" type="CTPIN">
-      <TriggerCondition name="1J15.0ETA24" triggerthreshold="J15.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.0ETA24" type="CTPIN">
-      <TriggerCondition name="2J15.0ETA24" triggerthreshold="J15.0ETA24" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.0ETA24" type="CTPIN">
-      <TriggerCondition name="3J15.0ETA24" triggerthreshold="J15.0ETA24" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15.0ETA24" type="CTPIN">
-      <TriggerCondition name="4J15.0ETA24" triggerthreshold="J15.0ETA24" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15.0ETA24" type="CTPIN">
-      <TriggerCondition name="5J15.0ETA24" triggerthreshold="J15.0ETA24" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15.0ETA24" type="CTPIN">
-      <TriggerCondition name="6J15.0ETA24" triggerthreshold="J15.0ETA24" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15.0ETA24" type="CTPIN">
-      <TriggerCondition name="7J15.0ETA24" triggerthreshold="J15.0ETA24" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.29ETA32" type="CTPIN">
-      <TriggerCondition name="1J15.29ETA32" triggerthreshold="J15.29ETA32" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.29ETA32" type="CTPIN">
-      <TriggerCondition name="2J15.29ETA32" triggerthreshold="J15.29ETA32" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.29ETA32" type="CTPIN">
-      <TriggerCondition name="3J15.29ETA32" triggerthreshold="J15.29ETA32" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.32ETA49" type="CTPIN">
-      <TriggerCondition name="1J15.32ETA49" triggerthreshold="J15.32ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.32ETA49" type="CTPIN">
-      <TriggerCondition name="2J15.32ETA49" triggerthreshold="J15.32ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.32ETA49" type="CTPIN">
-      <TriggerCondition name="3J15.32ETA49" triggerthreshold="J15.32ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20" type="CTPIN">
-      <TriggerCondition name="1J20" triggerthreshold="J20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20" type="CTPIN">
-      <TriggerCondition name="2J20" triggerthreshold="J20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20" type="CTPIN">
-      <TriggerCondition name="3J20" triggerthreshold="J20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J20" type="CTPIN">
-      <TriggerCondition name="4J20" triggerthreshold="J20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J20" type="CTPIN">
-      <TriggerCondition name="5J20" triggerthreshold="J20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J20" type="CTPIN">
-      <TriggerCondition name="6J20" triggerthreshold="J20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J20" type="CTPIN">
-      <TriggerCondition name="7J20" triggerthreshold="J20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.29ETA32" type="CTPIN">
-      <TriggerCondition name="1J20.29ETA32" triggerthreshold="J20.29ETA32" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.29ETA32" type="CTPIN">
-      <TriggerCondition name="2J20.29ETA32" triggerthreshold="J20.29ETA32" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.29ETA32" type="CTPIN">
-      <TriggerCondition name="3J20.29ETA32" triggerthreshold="J20.29ETA32" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.32ETA49" type="CTPIN">
-      <TriggerCondition name="1J20.32ETA49" triggerthreshold="J20.32ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.32ETA49" type="CTPIN">
-      <TriggerCondition name="2J20.32ETA49" triggerthreshold="J20.32ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.32ETA49" type="CTPIN">
-      <TriggerCondition name="3J20.32ETA49" triggerthreshold="J20.32ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25" type="CTPIN">
-      <TriggerCondition name="1J25" triggerthreshold="J25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25" type="CTPIN">
-      <TriggerCondition name="2J25" triggerthreshold="J25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25" type="CTPIN">
-      <TriggerCondition name="3J25" triggerthreshold="J25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25" type="CTPIN">
-      <TriggerCondition name="4J25" triggerthreshold="J25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25" type="CTPIN">
-      <TriggerCondition name="5J25" triggerthreshold="J25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25" type="CTPIN">
-      <TriggerCondition name="6J25" triggerthreshold="J25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25" type="CTPIN">
-      <TriggerCondition name="7J25" triggerthreshold="J25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J25.0ETA23" triggerthreshold="J25.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J25.0ETA23" triggerthreshold="J25.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J25.0ETA23" triggerthreshold="J25.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="4J25.0ETA23" triggerthreshold="J25.0ETA23" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="5J25.0ETA23" triggerthreshold="J25.0ETA23" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="6J25.0ETA23" triggerthreshold="J25.0ETA23" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="7J25.0ETA23" triggerthreshold="J25.0ETA23" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30" type="CTPIN">
-      <TriggerCondition name="1J30" triggerthreshold="J30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30" type="CTPIN">
-      <TriggerCondition name="2J30" triggerthreshold="J30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30" type="CTPIN">
-      <TriggerCondition name="3J30" triggerthreshold="J30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J30" type="CTPIN">
-      <TriggerCondition name="4J30" triggerthreshold="J30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J30" type="CTPIN">
-      <TriggerCondition name="5J30" triggerthreshold="J30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J30" type="CTPIN">
-      <TriggerCondition name="6J30" triggerthreshold="J30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J30" type="CTPIN">
-      <TriggerCondition name="7J30" triggerthreshold="J30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30.32ETA49" type="CTPIN">
-      <TriggerCondition name="1J30.32ETA49" triggerthreshold="J30.32ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30.32ETA49" type="CTPIN">
-      <TriggerCondition name="2J30.32ETA49" triggerthreshold="J30.32ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30.32ETA49" type="CTPIN">
-      <TriggerCondition name="3J30.32ETA49" triggerthreshold="J30.32ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40" type="CTPIN">
-      <TriggerCondition name="1J40" triggerthreshold="J40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40" type="CTPIN">
-      <TriggerCondition name="2J40" triggerthreshold="J40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40" type="CTPIN">
-      <TriggerCondition name="3J40" triggerthreshold="J40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J5" type="CTPIN">
-      <TriggerCondition name="1J5" triggerthreshold="J5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J5" type="CTPIN">
-      <TriggerCondition name="2J5" triggerthreshold="J5" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J5" type="CTPIN">
-      <TriggerCondition name="3J5" triggerthreshold="J5" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J5" type="CTPIN">
-      <TriggerCondition name="4J5" triggerthreshold="J5" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J5" type="CTPIN">
-      <TriggerCondition name="5J5" triggerthreshold="J5" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J5" type="CTPIN">
-      <TriggerCondition name="6J5" triggerthreshold="J5" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J5" type="CTPIN">
-      <TriggerCondition name="7J5" triggerthreshold="J5" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50" type="CTPIN">
-      <TriggerCondition name="1J50" triggerthreshold="J50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50" type="CTPIN">
-      <TriggerCondition name="2J50" triggerthreshold="J50" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50" type="CTPIN">
-      <TriggerCondition name="3J50" triggerthreshold="J50" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50.32ETA49" type="CTPIN">
-      <TriggerCondition name="1J50.32ETA49" triggerthreshold="J50.32ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50.32ETA49" type="CTPIN">
-      <TriggerCondition name="2J50.32ETA49" triggerthreshold="J50.32ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50.32ETA49" type="CTPIN">
-      <TriggerCondition name="3J50.32ETA49" triggerthreshold="J50.32ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75.32ETA49" type="CTPIN">
-      <TriggerCondition name="1J75.32ETA49" triggerthreshold="J75.32ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75.32ETA49" type="CTPIN">
-      <TriggerCondition name="2J75.32ETA49" triggerthreshold="J75.32ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75.32ETA49" type="CTPIN">
-      <TriggerCondition name="3J75.32ETA49" triggerthreshold="J75.32ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75A" type="CTPIN">
-      <TriggerCondition name="1J75A" triggerthreshold="J75A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75A" type="CTPIN">
-      <TriggerCondition name="2J75A" triggerthreshold="J75A" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75A" type="CTPIN">
-      <TriggerCondition name="3J75A" triggerthreshold="J75A" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75C" type="CTPIN">
-      <TriggerCondition name="1J75C" triggerthreshold="J75C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75C" type="CTPIN">
-      <TriggerCondition name="2J75C" triggerthreshold="J75C" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75C" type="CTPIN">
-      <TriggerCondition name="3J75C" triggerthreshold="J75C" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J85" type="CTPIN">
-      <TriggerCondition name="1J85" triggerthreshold="J85" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J85" type="CTPIN">
-      <TriggerCondition name="2J85" triggerthreshold="J85" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J85" type="CTPIN">
-      <TriggerCondition name="3J85" triggerthreshold="J85" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="1JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="2JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="3JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_A" type="CTPIN">
-      <TriggerCondition name="1LUCID_A" triggerthreshold="LUCID_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_C" type="CTPIN">
-      <TriggerCondition name="1LUCID_C" triggerthreshold="LUCID_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPIN">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPMON">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_A" type="CTPIN">
-      <TriggerCondition name="2MBTS_A" triggerthreshold="MBTS_A" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_A" type="CTPIN">
-      <TriggerCondition name="3MBTS_A" triggerthreshold="MBTS_A" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_A" type="CTPIN">
-      <TriggerCondition name="4MBTS_A" triggerthreshold="MBTS_A" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_A" type="CTPIN">
-      <TriggerCondition name="5MBTS_A" triggerthreshold="MBTS_A" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_A" type="CTPIN">
-      <TriggerCondition name="6MBTS_A" triggerthreshold="MBTS_A" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_A" type="CTPIN">
-      <TriggerCondition name="7MBTS_A" triggerthreshold="MBTS_A" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A0" type="CTPIN">
-      <TriggerCondition name="1MBTS_A0" triggerthreshold="MBTS_A0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A1" type="CTPIN">
-      <TriggerCondition name="1MBTS_A1" triggerthreshold="MBTS_A1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A10" type="CTPIN">
-      <TriggerCondition name="1MBTS_A10" triggerthreshold="MBTS_A10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A12" type="CTPIN">
-      <TriggerCondition name="1MBTS_A12" triggerthreshold="MBTS_A12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A14" type="CTPIN">
-      <TriggerCondition name="1MBTS_A14" triggerthreshold="MBTS_A14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A2" type="CTPIN">
-      <TriggerCondition name="1MBTS_A2" triggerthreshold="MBTS_A2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A3" type="CTPIN">
-      <TriggerCondition name="1MBTS_A3" triggerthreshold="MBTS_A3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A4" type="CTPIN">
-      <TriggerCondition name="1MBTS_A4" triggerthreshold="MBTS_A4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A5" type="CTPIN">
-      <TriggerCondition name="1MBTS_A5" triggerthreshold="MBTS_A5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A6" type="CTPIN">
-      <TriggerCondition name="1MBTS_A6" triggerthreshold="MBTS_A6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A7" type="CTPIN">
-      <TriggerCondition name="1MBTS_A7" triggerthreshold="MBTS_A7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A8" type="CTPIN">
-      <TriggerCondition name="1MBTS_A8" triggerthreshold="MBTS_A8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPIN">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPMON">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_C" type="CTPIN">
-      <TriggerCondition name="2MBTS_C" triggerthreshold="MBTS_C" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_C" type="CTPIN">
-      <TriggerCondition name="3MBTS_C" triggerthreshold="MBTS_C" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_C" type="CTPIN">
-      <TriggerCondition name="4MBTS_C" triggerthreshold="MBTS_C" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_C" type="CTPIN">
-      <TriggerCondition name="5MBTS_C" triggerthreshold="MBTS_C" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_C" type="CTPIN">
-      <TriggerCondition name="6MBTS_C" triggerthreshold="MBTS_C" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_C" type="CTPIN">
-      <TriggerCondition name="7MBTS_C" triggerthreshold="MBTS_C" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C0" type="CTPIN">
-      <TriggerCondition name="1MBTS_C0" triggerthreshold="MBTS_C0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C1" type="CTPIN">
-      <TriggerCondition name="1MBTS_C1" triggerthreshold="MBTS_C1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C10" type="CTPIN">
-      <TriggerCondition name="1MBTS_C10" triggerthreshold="MBTS_C10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C12" type="CTPIN">
-      <TriggerCondition name="1MBTS_C12" triggerthreshold="MBTS_C12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C14" type="CTPIN">
-      <TriggerCondition name="1MBTS_C14" triggerthreshold="MBTS_C14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C2" type="CTPIN">
-      <TriggerCondition name="1MBTS_C2" triggerthreshold="MBTS_C2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C3" type="CTPIN">
-      <TriggerCondition name="1MBTS_C3" triggerthreshold="MBTS_C3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C4" type="CTPIN">
-      <TriggerCondition name="1MBTS_C4" triggerthreshold="MBTS_C4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C5" type="CTPIN">
-      <TriggerCondition name="1MBTS_C5" triggerthreshold="MBTS_C5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C6" type="CTPIN">
-      <TriggerCondition name="1MBTS_C6" triggerthreshold="MBTS_C6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C7" type="CTPIN">
-      <TriggerCondition name="1MBTS_C7" triggerthreshold="MBTS_C7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C8" type="CTPIN">
-      <TriggerCondition name="1MBTS_C8" triggerthreshold="MBTS_C8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU10" type="CTPIN">
-      <TriggerCondition name="1MU10" triggerthreshold="MU10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU10" type="CTPIN">
-      <TriggerCondition name="2MU10" triggerthreshold="MU10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU10" type="CTPIN">
-      <TriggerCondition name="3MU10" triggerthreshold="MU10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU10" type="CTPIN">
-      <TriggerCondition name="4MU10" triggerthreshold="MU10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU10" type="CTPIN">
-      <TriggerCondition name="5MU10" triggerthreshold="MU10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU10" type="CTPIN">
-      <TriggerCondition name="6MU10" triggerthreshold="MU10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU10" type="CTPIN">
-      <TriggerCondition name="7MU10" triggerthreshold="MU10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU11" type="CTPIN">
-      <TriggerCondition name="1MU11" triggerthreshold="MU11" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU11" type="CTPIN">
-      <TriggerCondition name="2MU11" triggerthreshold="MU11" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU11" type="CTPIN">
-      <TriggerCondition name="3MU11" triggerthreshold="MU11" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU11" type="CTPIN">
-      <TriggerCondition name="4MU11" triggerthreshold="MU11" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU11" type="CTPIN">
-      <TriggerCondition name="5MU11" triggerthreshold="MU11" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU11" type="CTPIN">
-      <TriggerCondition name="6MU11" triggerthreshold="MU11" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU11" type="CTPIN">
-      <TriggerCondition name="7MU11" triggerthreshold="MU11" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU15" type="CTPIN">
-      <TriggerCondition name="1MU15" triggerthreshold="MU15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU15" type="CTPIN">
-      <TriggerCondition name="2MU15" triggerthreshold="MU15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU15" type="CTPIN">
-      <TriggerCondition name="3MU15" triggerthreshold="MU15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU15" type="CTPIN">
-      <TriggerCondition name="4MU15" triggerthreshold="MU15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU15" type="CTPIN">
-      <TriggerCondition name="5MU15" triggerthreshold="MU15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU15" type="CTPIN">
-      <TriggerCondition name="6MU15" triggerthreshold="MU15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU15" type="CTPIN">
-      <TriggerCondition name="7MU15" triggerthreshold="MU15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU20" type="CTPIN">
-      <TriggerCondition name="1MU20" triggerthreshold="MU20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU20" type="CTPIN">
-      <TriggerCondition name="2MU20" triggerthreshold="MU20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU20" type="CTPIN">
-      <TriggerCondition name="3MU20" triggerthreshold="MU20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU20" type="CTPIN">
-      <TriggerCondition name="4MU20" triggerthreshold="MU20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU20" type="CTPIN">
-      <TriggerCondition name="5MU20" triggerthreshold="MU20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU20" type="CTPIN">
-      <TriggerCondition name="6MU20" triggerthreshold="MU20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU20" type="CTPIN">
-      <TriggerCondition name="7MU20" triggerthreshold="MU20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU4" type="CTPIN">
-      <TriggerCondition name="1MU4" triggerthreshold="MU4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU4" type="CTPIN">
-      <TriggerCondition name="2MU4" triggerthreshold="MU4" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU4" type="CTPIN">
-      <TriggerCondition name="3MU4" triggerthreshold="MU4" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU4" type="CTPIN">
-      <TriggerCondition name="4MU4" triggerthreshold="MU4" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU4" type="CTPIN">
-      <TriggerCondition name="5MU4" triggerthreshold="MU4" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU4" type="CTPIN">
-      <TriggerCondition name="6MU4" triggerthreshold="MU4" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU4" type="CTPIN">
-      <TriggerCondition name="7MU4" triggerthreshold="MU4" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU6" type="CTPIN">
-      <TriggerCondition name="1MU6" triggerthreshold="MU6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU6" type="CTPIN">
-      <TriggerCondition name="2MU6" triggerthreshold="MU6" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU6" type="CTPIN">
-      <TriggerCondition name="3MU6" triggerthreshold="MU6" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU6" type="CTPIN">
-      <TriggerCondition name="4MU6" triggerthreshold="MU6" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU6" type="CTPIN">
-      <TriggerCondition name="5MU6" triggerthreshold="MU6" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU6" type="CTPIN">
-      <TriggerCondition name="6MU6" triggerthreshold="MU6" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU6" type="CTPIN">
-      <TriggerCondition name="7MU6" triggerthreshold="MU6" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMLHCF" type="CTPIN">
-      <TriggerCondition name="1NIMLHCF" triggerthreshold="NIMLHCF" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTRT" type="CTPIN">
-      <TriggerCondition name="1NIMTRT" triggerthreshold="NIMTRT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20" type="CTPIN">
-      <TriggerCondition name="1TE20" triggerthreshold="TE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30" type="CTPIN">
-      <TriggerCondition name="1TE30" triggerthreshold="TE30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE30.0ETA24" triggerthreshold="TE30.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40" type="CTPIN">
-      <TriggerCondition name="1TE40" triggerthreshold="TE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5" type="CTPIN">
-      <TriggerCondition name="1TE5" triggerthreshold="TE5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE50" type="CTPIN">
-      <TriggerCondition name="1TE50" triggerthreshold="TE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35" type="CTPIN">
-      <TriggerCondition name="1XE35" triggerthreshold="XE35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40" type="CTPIN">
-      <TriggerCondition name="1XE40" triggerthreshold="XE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45" type="CTPIN">
-      <TriggerCondition name="1XE45" triggerthreshold="XE45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50" type="CTPIN">
-      <TriggerCondition name="1XE50" triggerthreshold="XE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55" type="CTPIN">
-      <TriggerCondition name="1XE55" triggerthreshold="XE55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60" type="CTPIN">
-      <TriggerCondition name="1XE60" triggerthreshold="XE60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70" type="CTPIN">
-      <TriggerCondition name="1XE70" triggerthreshold="XE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80" type="CTPIN">
-      <TriggerCondition name="1XE80" triggerthreshold="XE80" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS20" type="CTPIN">
-      <TriggerCondition name="1XS20" triggerthreshold="XS20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS30" type="CTPIN">
-      <TriggerCondition name="1XS30" triggerthreshold="XS30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS40" type="CTPIN">
-      <TriggerCondition name="1XS40" triggerthreshold="XS40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS45" type="CTPIN">
-      <TriggerCondition name="1XS45" triggerthreshold="XS45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS50" type="CTPIN">
-      <TriggerCondition name="1XS50" triggerthreshold="XS50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS55" type="CTPIN">
-      <TriggerCondition name="1XS55" triggerthreshold="XS55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS60" type="CTPIN">
-      <TriggerCondition name="1XS60" triggerthreshold="XS60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS65" type="CTPIN">
-      <TriggerCondition name="1XS65" triggerthreshold="XS65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZB_EM15" type="CTPIN">
-      <TriggerCondition name="1ZB_EM15" triggerthreshold="ZB_EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_A" type="CTPIN">
-      <TriggerCondition name="1ZDC_A" triggerthreshold="ZDC_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_C" type="CTPIN">
-      <TriggerCondition name="1ZDC_C" triggerthreshold="ZDC_C" multi="1"/>
-    </TriggerCounter>
-  </TriggerCounterList>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="4" name="ALFA_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="5" name="ALFA_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="6" name="ALFA_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="7" name="ALFA_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="16" name="ALFA_B7R1L_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="17" name="ALFA_A7R1L_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="18" name="ALFA_A7L1L_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="19" name="ALFA_B7L1L_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="36" name="ALFA_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="37" name="ALFA_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="38" name="ALFA_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="39" name="ALFA_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="48" name="ALFA_B7R1U_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="49" name="ALFA_A7R1U_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="50" name="ALFA_A7L1U_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="18" range_end="18" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="51" name="ALFA_B7L1U_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="19" range_end="19" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="0" name="BCM_AtoC" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="1" name="BCM_CtoA" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="2" name="BCM_Wide" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="20" mapping="0" name="BCM_Comb" type="BCMCMB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="0" name="CAL0" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="1" name="CAL1" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="2" name="CAL2" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL2full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="24" mapping="0" name="EM3" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM3full" phimin="0" phimax="64" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="25" mapping="1" name="EM3HI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM3HIfull" phimin="0" phimax="64" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="26" mapping="2" name="EM7" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM7full" phimin="0" phimax="64" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="27" mapping="3" name="EM8VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="1" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="20" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="28" mapping="4" name="EM8I" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="EM8Ifull" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="29" mapping="5" name="EM10VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="20" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="30" mapping="6" name="EM12" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="31" mapping="7" name="EM15" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="32" mapping="8" name="EM15VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="1" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-16" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-16" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="16" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="16" etamax="20" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="33" mapping="9" name="EM15I" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="EM15Ifull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="34" mapping="10" name="EM15HI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM15HIfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="35" mapping="11" name="EM18VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-16" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-16" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="16" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="16" etamax="20" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="36" mapping="12" name="EM20A" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM20Afull" phimin="0" phimax="64" priority="1" thresholdval="255" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="16" etamax="20" had_isolation="63" had_veto="99" isobits="00000" name="EM20Afull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="37" mapping="13" name="EM20C" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM20Cfull" phimin="0" phimax="64" priority="1" thresholdval="255" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-16" had_isolation="63" had_veto="99" isobits="00000" name="EM20Cfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="38" mapping="14" name="EM20VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-16" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-16" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="16" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="16" etamax="20" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="39" mapping="15" name="EM20VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-16" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-16" etamax="-12" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="12" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="16" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="16" etamax="20" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="40" mapping="0" name="J5" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J5full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-32" etamax="32" had_isolation="63" had_veto="63" name="J5full" phimin="0" phimax="64" priority="1" thresholdval="5" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="41" mapping="1" name="J12" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-32" etamax="32" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="42" mapping="2" name="J15" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-32" etamax="32" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="43" mapping="3" name="J15.0ETA24" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="J15.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="44" mapping="4" name="J20" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-32" etamax="32" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="45" mapping="5" name="J25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-32" etamax="32" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="46" mapping="6" name="J25.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="47" mapping="7" name="J30" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-32" etamax="32" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="48" mapping="8" name="J20.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="0" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="24" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="49" mapping="9" name="J30.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="0" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="27" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="50" mapping="10" name="JJ15.23ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="4" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-23" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="4" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="23" etamax="49" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="4" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="51" mapping="11" name="J15.29ETA32" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.29ETA32full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-32" etamax="-29" had_isolation="63" had_veto="63" name="J15.29ETA32full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="29" etamax="32" had_isolation="63" had_veto="63" name="J15.29ETA32full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="52" mapping="12" name="J20.29ETA32" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.29ETA32full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-32" etamax="-29" had_isolation="63" had_veto="63" name="J20.29ETA32full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="29" etamax="32" had_isolation="63" had_veto="63" name="J20.29ETA32full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="53" mapping="13" name="J40" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-32" etamax="32" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="54" mapping="14" name="J50" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-32" etamax="32" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="55" mapping="15" name="J75A" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75Afull" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="16" etamax="24" had_isolation="63" had_veto="63" name="J75Afull" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="56" mapping="16" name="J75C" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75Cfull" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="-16" had_isolation="63" had_veto="63" name="J75Cfull" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="57" mapping="17" name="J85" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-32" etamax="32" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="1" thresholdval="85" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="58" mapping="18" name="J100" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-32" etamax="32" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="16" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="59" mapping="19" name="J15.32ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.32ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-32" had_isolation="63" had_veto="63" name="J15.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="32" etamax="49" had_isolation="63" had_veto="63" name="J15.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="18" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="60" mapping="20" name="J20.32ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.32ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-32" had_isolation="63" had_veto="63" name="J20.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="32" etamax="49" had_isolation="63" had_veto="63" name="J20.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="20" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="61" mapping="21" name="J30.32ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.32ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-32" had_isolation="63" had_veto="63" name="J30.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="32" etamax="49" had_isolation="63" had_veto="63" name="J30.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="22" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="62" mapping="22" name="J50.32ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50.32ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-32" had_isolation="63" had_veto="63" name="J50.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="32" etamax="49" had_isolation="63" had_veto="63" name="J50.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="24" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="63" mapping="23" name="J75.32ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75.32ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-32" had_isolation="63" had_veto="63" name="J75.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="32" etamax="49" had_isolation="63" had_veto="63" name="J75.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="26" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="64" mapping="24" name="J100.32ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100.32ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-32" had_isolation="63" had_veto="63" name="J100.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="32" etamax="49" had_isolation="63" had_veto="63" name="J100.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="28" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="0" name="LUCID_A" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="66" mapping="1" name="LUCID_C" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="67" mapping="0" name="MBTS_A" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="68" mapping="1" name="MBTS_C" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="69" mapping="0" name="MBTS_A0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="70" mapping="1" name="MBTS_A1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="71" mapping="2" name="MBTS_A2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="72" mapping="3" name="MBTS_A3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="73" mapping="4" name="MBTS_A4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="74" mapping="5" name="MBTS_A5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="75" mapping="6" name="MBTS_A6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="76" mapping="7" name="MBTS_A7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="77" mapping="8" name="MBTS_A8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="9" name="MBTS_A10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="79" mapping="10" name="MBTS_A12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="80" mapping="11" name="MBTS_A14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="81" mapping="12" name="MBTS_C0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="82" mapping="13" name="MBTS_C1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="83" mapping="14" name="MBTS_C2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="84" mapping="15" name="MBTS_C3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="16" name="MBTS_C4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="86" mapping="17" name="MBTS_C5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="18" name="MBTS_C6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="19" name="MBTS_C7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="20" name="MBTS_C8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="21" name="MBTS_C10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="22" name="MBTS_C12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="23" name="MBTS_C14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="93" mapping="0" name="MU4" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU4full" phimin="0" phimax="64" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="94" mapping="1" name="MU6" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU6full" phimin="0" phimax="64" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="95" mapping="2" name="MU10" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="96" mapping="3" name="MU11" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU11full" phimin="0" phimax="64" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="97" mapping="4" name="MU15" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="98" mapping="5" name="MU20" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="1" name="NIMLHCF" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMLHCFfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="14" name="NIMTRT" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTRTfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="101" mapping="0" name="HA8" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="102" mapping="1" name="HA10IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA10IMfull" phimin="0" phimax="64" priority="1" thresholdval="10" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="103" mapping="2" name="HA12" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="104" mapping="3" name="HA12IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA12ILfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="105" mapping="4" name="HA12IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA12IMfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="106" mapping="5" name="HA12IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA12ITfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="107" mapping="6" name="HA15" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="108" mapping="7" name="HA20A" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA20Afull" phimin="0" phimax="64" priority="1" thresholdval="255" type="TAU" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="16" had_isolation="63" had_veto="99" isobits="00000" name="HA20Afull" phimin="0" phimax="64" priority="2" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="109" mapping="8" name="HA20C" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA20Cfull" phimin="0" phimax="64" priority="1" thresholdval="255" type="TAU" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-16" etamax="-12" had_isolation="63" had_veto="99" isobits="00000" name="HA20Cfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="110" mapping="9" name="HA20" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="111" mapping="10" name="HA20IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA20ILfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="11" name="HA20IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA20IMfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="113" mapping="12" name="HA20IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA20ITfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="13" name="HA25" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="115" mapping="14" name="HA25IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA25ITfull" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="116" mapping="15" name="HA40" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="0" name="TE5" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5full" phimin="0" phimax="64" priority="0" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="1" name="TE20" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="2" name="TE30" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="3" name="TE40" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="4" name="TE50" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="5" name="TE30.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="30" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="0" name="4INVM9999-AJ0s6-AJ0s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="124" mapping="1" name="3INVM9999-AJ0s6-AJ0s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="125" mapping="2" name="2INVM9999-AJ0s6-AJ0s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="126" mapping="3" name="1INVM9999-AJ0s6-AJ0s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="127" mapping="4" name="350INVM9999-J30s6-J20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="128" mapping="5" name="300INVM9999-J30s6-J20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="129" mapping="6" name="250INVM9999-J30s6-J20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="130" mapping="7" name="200INVM9999-J30s6-J20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="131" mapping="8" name="HT200-AJ20s5.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="132" mapping="9" name="HT190-AJ20s5.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="133" mapping="10" name="HT1-AJ0all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="134" mapping="11" name="1INVM5-EMs2-EMs" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="135" mapping="12" name="1INVM5-EM6s2-EMs" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="12" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="136" mapping="13" name="1INVM5-EM12s2-EMs" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="137" mapping="14" name="0DETA10-Js1-Js2" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="138" mapping="16" name="2INVM999-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="139" mapping="17" name="2INVM999-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="140" mapping="18" name="2INVM999-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="141" mapping="19" name="4INVM8-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="142" mapping="20" name="4INVM8-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="143" mapping="21" name="4INVM8-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="144" mapping="22" name="2DR99-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="145" mapping="23" name="0DR10-MU10ab-MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="146" mapping="24" name="2DR15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="147" mapping="25" name="2DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="148" mapping="26" name="2DR15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="149" mapping="27" name="5DETA99-5DPHI99-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="150" mapping="28" name="5DETA99-5DPHI99-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="28" range_end="28" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="151" mapping="29" name="5DETA99-5DPHI99-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="152" mapping="30" name="0DR28-MU10ab-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="30" range_end="30" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="153" mapping="31" name="0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="154" mapping="0" name="XE35" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="155" mapping="1" name="XE40" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="156" mapping="2" name="XE45" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="157" mapping="3" name="XE50" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="158" mapping="4" name="XE55" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="159" mapping="5" name="XE60" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="160" mapping="6" name="XE70" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="161" mapping="7" name="XE80" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80full" phimin="0" phimax="64" priority="0" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="162" mapping="0" name="XS20" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="163" mapping="1" name="XS30" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="164" mapping="2" name="XS40" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="165" mapping="3" name="XS45" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="166" mapping="4" name="XS50" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="167" mapping="5" name="XS55" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="168" mapping="6" name="XS60" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="169" mapping="7" name="XS65" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="170" mapping="0" name="ZB_EM15" type="ZB" input="ctpin" seed="EM15" seed_multi="1" bcdelay="3564" version="1">
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="171" mapping="0" name="ZDC_A" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="172" mapping="1" name="ZDC_C" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name0="Random0" cut0="1" name1="Random1" cut1="1" name2="Random2" cut2="1" name3="Random3" cut3="1"/>
-  <BunchGroupSet name="Physics" menuPartition="0">
-    <BunchGroup internalNumber="0" name="BCRVeto">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="Calib"/>
-    <BunchGroup internalNumber="3" name="Empty"/>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1"/>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2"/>
-    <BunchGroup internalNumber="6" name="FirstEmpty"/>
-    <BunchGroup internalNumber="7" name="InTrain">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="8" name="NotUsed"/>
-    <BunchGroup internalNumber="9" name="NotUsed"/>
-    <BunchGroup internalNumber="10" name="NotUsed"/>
-    <BunchGroup internalNumber="11" name="NotUsed"/>
-    <BunchGroup internalNumber="12" name="NotUsed"/>
-    <BunchGroup internalNumber="13" name="NotUsed"/>
-    <BunchGroup internalNumber="14" name="NotUsed"/>
-    <BunchGroup internalNumber="15" name="NotUsed"/>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01"/>
-  <CaloInfo name="CaloInfo" global_em_scale="2" global_jet_scale="1">
-    <METSignificance xeMin="11" xeMax="63" teSqrtMin="4" teSqrtMax="63" xsSigmaScale="1150" xsSigmaOffset="1640"/>
-    <Isolation thrtype="HAIsoForEMthr">
-      <Parametrization isobit="1" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForEMthr">
-      <Parametrization isobit="2" offset="-18" slope="80" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-18" slope="80" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-18" slope="80" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForTAUthr">
-      <Parametrization isobit="1" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="20" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="15" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="40" slope="0" mincut="0" upperlimit="255" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <MinimumTOBPt thrtype="EM" ptmin="3" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="TAU" ptmin="4" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETS" window="4" ptmin="8" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETL" window="8" ptmin="5" etamin="-49" etamax="49" priority="0"/>
-  </CaloInfo>
-  <MuctpiInfo name="muctpi" low_pt="1" high_pt="1" max_cand="13"/>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_MC_HI_v3.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_MC_HI_v3.xml
deleted file mode 100644
index 1e78b277391e485e7cf0cfd29793287a3d66f384..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_MC_HI_v3.xml
+++ /dev/null
@@ -1,2072 +0,0 @@
-<?xml version="1.0" ?>
-<TOPO_MENU menu_name="Topo_pp_vX" menu_version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1Topo algos defined: 81-->
-  <OutputList>
-    <Output algname="INVM_AJ_HighMass" triggerline="900INVM9999-AJ30s6-AJ20s6,800INVM9999-AJ30s6-AJ20s6,700INVM9999-AJ30s6-AJ20s6,500INVM9999-AJ30s6-AJ20s6" algoId="0" module="0" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="INVM_AJ_LowMass" triggerline="400INVM9999-AJ30s6-AJ20s6,300INVM9999-AJ30s6-AJ20s6,200INVM9999-AJ30s6-AJ20s6,100INVM9999-AJ30s6-AJ20s6" algoId="1" module="0" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="HT150-J20s5.ETA31" triggerline="HT150-J20s5.ETA31" algoId="18" module="0" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="HT190-J15s5.ETA21" triggerline="HT190-J15s5.ETA21" algoId="19" module="0" fpga="0" firstbit="10" clock="0"/>
-    <Output algname="05MINDPHI-EM12s6-XE0" triggerline="05MINDPHI-EM12s6-XE0" algoId="28" module="0" fpga="0" firstbit="14" clock="0"/>
-    <Output algname="10MINDPHI-EM12s6-XE0" triggerline="10MINDPHI-EM12s6-XE0" algoId="29" module="0" fpga="0" firstbit="15" clock="0"/>
-    <Output algname="05MINDPHI-EM15s6-XE0" triggerline="05MINDPHI-EM15s6-XE0" algoId="30" module="0" fpga="0" firstbit="0" clock="1"/>
-    <Output algname="25MT-EM12s6-XE0" triggerline="25MT-EM12s6-XE0" algoId="31" module="0" fpga="0" firstbit="1" clock="1"/>
-    <Output algname="30MT-EM12s6-XE0" triggerline="30MT-EM12s6-XE0" algoId="32" module="0" fpga="0" firstbit="2" clock="1"/>
-    <Output algname="35MT-EM15s6-XE0" triggerline="35MT-EM15s6-XE0" algoId="33" module="0" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="0DETA10-Js1-Js2" triggerline="0DETA10-Js1-Js2" algoId="34" module="0" fpga="0" firstbit="4" clock="1"/>
-    <Output algname="10MINDPHI-Js2-XE50" triggerline="10MINDPHI-Js2-XE50" algoId="35" module="0" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE50" triggerline="10MINDPHI-J20s2-XE50" algoId="36" module="0" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="NOT-0MATCH-TAU30si2-EMall" triggerline="NOT-0MATCH-TAU30si2-EMall" algoId="67" module="0" fpga="0" firstbit="8" clock="1"/>
-    <Output algname="LAR-EM50s1" triggerline="LAR-EM50s1" algoId="78" module="0" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LAR-J100s1" triggerline="LAR-J100s1" algoId="79" module="0" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="NOT-02MATCH-EM10s1-AJj15all.ETA49" triggerline="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="60" module="0" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49" triggerline="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49" algoId="61" module="0" fpga="0" firstbit="12" clock="1"/>
-    <Output algname="1DISAMB-TAU20ab-J20ab" triggerline="1DISAMB-TAU20ab-J20ab" algoId="72" module="0" fpga="1" firstbit="0" clock="0"/>
-    <Output algname="DISAMB-EM15abhi-TAU12abi" triggerline="DISAMB-EM15abhi-TAU12abi" algoId="73" module="0" fpga="1" firstbit="1" clock="0"/>
-    <Output algname="1DISAMB-EM15his2-TAU12abi-J25ab" triggerline="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="74" module="0" fpga="1" firstbit="2" clock="0"/>
-    <Output algname="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="76" module="0" fpga="1" firstbit="3" clock="0"/>
-    <Output algname="2INVM9-2MU6ab" triggerline="2INVM9-2MU6ab" algoId="7" module="0" fpga="1" firstbit="4" clock="0"/>
-    <Output algname="2INVM8-ONEBARREL-MU6ab-MU4ab" triggerline="2INVM8-ONEBARREL-MU6ab-MU4ab" algoId="48" module="0" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-2MU4ab" triggerline="5DETA99-5DPHI99-2MU4ab" algoId="13" module="0" fpga="1" firstbit="7" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-MU6ab-MU4ab" triggerline="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="14" module="0" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-2MU6ab" triggerline="5DETA99-5DPHI99-2MU6ab" algoId="15" module="0" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="1DISAMB-TAU20abi-TAU12abi-J25ab" triggerline="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="75" module="0" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="0DR28-MU10ab-TAU12abi" triggerline="0DR28-MU10ab-TAU12abi" algoId="16" module="0" fpga="1" firstbit="11" clock="0"/>
-    <Output algname="0DETA20-0DPHI20-TAU20abi-TAU12abi" triggerline="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="58" module="0" fpga="1" firstbit="12" clock="0"/>
-    <Output algname="DISAMB-EM15abhi-TAU40ab" triggerline="DISAMB-EM15abhi-TAU40ab" algoId="71" module="0" fpga="1" firstbit="13" clock="0"/>
-    <Output algname="05MINDPHI-AJj10s6-XE0" triggerline="05MINDPHI-AJj10s6-XE0" algoId="25" module="1" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="10MINDPHI-AJj10s6-XE0" triggerline="10MINDPHI-AJj10s6-XE0" algoId="26" module="1" fpga="0" firstbit="1" clock="0"/>
-    <Output algname="15MINDPHI-AJj10s6-XE0" triggerline="15MINDPHI-AJj10s6-XE0" algoId="27" module="1" fpga="0" firstbit="2" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ15ab" triggerline="0DR04-MU4ab-CJ15ab" algoId="39" module="1" fpga="0" firstbit="3" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ20ab" triggerline="0DR04-MU4ab-CJ20ab" algoId="43" module="1" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ30ab" triggerline="0DR04-MU4ab-CJ30ab" algoId="40" module="1" fpga="0" firstbit="5" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ20ab" triggerline="0DR04-MU6ab-CJ20ab" algoId="41" module="1" fpga="0" firstbit="6" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ25ab" triggerline="0DR04-MU6ab-CJ25ab" algoId="42" module="1" fpga="0" firstbit="7" clock="0"/>
-    <Output algname="10MINDPHI-CJ20ab-XE50" triggerline="10MINDPHI-CJ20ab-XE50" algoId="38" module="1" fpga="0" firstbit="8" clock="0"/>
-    <Output algname="0DR24-2CMU4ab" triggerline="0DR24-2CMU4ab" algoId="52" module="1" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="MULT-CMU4ab" triggerline="MULT-CMU4ab[0],MULT-CMU4ab[1]" algoId="68" module="1" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="MULT-CMU6ab" triggerline="MULT-CMU6ab[0],MULT-CMU6ab[1]" algoId="69" module="1" fpga="0" firstbit="13" clock="0"/>
-    <Output algname="1INVM19-2CMU4ab" triggerline="1INVM19-2CMU4ab" algoId="46" module="1" fpga="0" firstbit="15" clock="0"/>
-    <Output algname="2INVM8-2CMU4ab" triggerline="2INVM8-2CMU4ab" algoId="47" module="1" fpga="0" firstbit="1" clock="1"/>
-    <Output algname="0DETA04-0DPHI03-EM8abi-MU10ab" triggerline="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="56" module="1" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="0DETA04-0DPHI03-EM15abi-MUab" triggerline="0DETA04-0DPHI03-EM15abi-MUab" algoId="57" module="1" fpga="0" firstbit="4" clock="1"/>
-    <Output algname="0DR24-CMU4ab-MU4ab" triggerline="0DR24-CMU4ab-MU4ab" algoId="53" module="1" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="1INVM19-CMU4ab-MU4ab" triggerline="1INVM19-CMU4ab-MU4ab" algoId="44" module="1" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="2INVM8-CMU4ab-MU4ab" triggerline="2INVM8-CMU4ab-MU4ab" algoId="45" module="1" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="KF-XE-AJall" triggerline="KF-XE35-AJall,KF-XE45-AJall,KF-XE55-AJall,KF-XE60-AJall,KF-XE65-AJall,KF-XE75-AJall" algoId="80" module="1" fpga="1" firstbit="0" clock="0"/>
-    <Output algname="0MATCH-4AJ20.ETA31-4AJj15.ETA31" triggerline="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="59" module="1" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="HT190-AJ15all.ETA21" triggerline="HT190-AJ15all.ETA21" algoId="20" module="1" fpga="1" firstbit="7" clock="0"/>
-    <Output algname="HT150-AJ20all.ETA31" triggerline="HT150-AJ20all.ETA31" algoId="21" module="1" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="HT150-AJj15all.ETA49" triggerline="HT150-AJj15all.ETA49" algoId="22" module="1" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="HT20-AJj15all.ETA49" triggerline="HT20-AJj15all.ETA49" algoId="23" module="1" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="05RATIO-XE0-HT0-AJj15all.ETA49" triggerline="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="62" module="1" fpga="1" firstbit="13" clock="0"/>
-    <Output algname="08RATIO-XE0-HT0-AJj15all.ETA49" triggerline="08RATIO-XE0-HT0-AJj15all.ETA49" algoId="63" module="1" fpga="1" firstbit="14" clock="0"/>
-    <Output algname="90RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="64" module="1" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="250RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="65" module="1" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="10MINDPHI-J20ab-XE50" triggerline="10MINDPHI-J20ab-XE50" algoId="37" module="1" fpga="1" firstbit="1" clock="1"/>
-    <Output algname="0DR28-TAU20abi-TAU12abi" triggerline="0DR28-TAU20abi-TAU12abi" algoId="17" module="1" fpga="1" firstbit="2" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="77" module="1" fpga="1" firstbit="3" clock="1"/>
-    <Output algname="1DISAMB-TAU12abi-J25ab" triggerline="1DISAMB-TAU12abi-J25ab" algoId="70" module="1" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="0DR10-MU10ab-MU6ab" triggerline="0DR10-MU10ab-MU6ab" algoId="9" module="1" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="2DR99-2MU4ab" triggerline="2DR99-2MU4ab" algoId="8" module="1" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="0DR34-2MU4ab" triggerline="0DR34-2MU4ab" algoId="12" module="1" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="2DR15-2MU6ab" triggerline="2DR15-2MU6ab" algoId="10" module="1" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="0DR15-MU6ab-MU4ab" triggerline="0DR15-MU6ab-MU4ab" algoId="11" module="1" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="1INVM19-2MU4ab" triggerline="1INVM19-2MU4ab" algoId="2" module="1" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="8INVM15-MU6ab-MU4ab" triggerline="8INVM15-MU6ab-MU4ab" algoId="4" module="1" fpga="1" firstbit="12" clock="1"/>
-    <Output algname="8INVM15-2MU6ab" triggerline="8INVM15-2MU6ab" algoId="6" module="1" fpga="1" firstbit="13" clock="1"/>
-    <Output algname="2INVM8-2MU4ab" triggerline="2INVM8-2MU4ab" algoId="3" module="1" fpga="1" firstbit="14" clock="1"/>
-    <Output algname="2INVM8-MU6ab-MU4ab" triggerline="2INVM8-MU6ab-MU4ab" algoId="5" module="1" fpga="1" firstbit="15" clock="1"/>
-    <Output algname="2DR15-CMU6ab-CMU4ab" triggerline="2DR15-CMU6ab-CMU4ab" algoId="54" module="1" fpga="0" firstbit="10" clock="0"/>
-    <Output algname="4INVM8-ONEBARREL-MU6ab-MU4ab" triggerline="4INVM8-ONEBARREL-MU6ab-MU4ab" algoId="49" module="0" fpga="1" firstbit="5" clock="0"/>
-    <Output algname="2DR15-ONEBARREL-MU6ab-MU4ab" triggerline="2DR15-ONEBARREL-MU6ab-MU4ab" algoId="55" module="1" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="2INVM999-CMU6ab-CMU4ab" triggerline="2INVM999-CMU6ab-CMU4ab" algoId="50" module="1" fpga="0" firstbit="0" clock="1"/>
-    <Output algname="4INVM8-CMU6ab-CMU4ab" triggerline="4INVM8-CMU6ab-CMU4ab" algoId="51" module="1" fpga="0" firstbit="2" clock="1"/>
-    <Output algname="INVM_EMall" triggerline="1INVM5-EMs1-EMall,1INVM5-EM7s1-EMall,1INVM5-EM12s1-EMall" algoId="24" module="0" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="210RATIO-0MATCH-TAU30si2-EMall" triggerline="210RATIO-0MATCH-TAU30si2-EMall" algoId="66" module="0" fpga="0" firstbit="7" clock="1"/>
-  </OutputList>
-
-  <TopoConfig>
-  </TopoConfig>
-
-  <SortAlgo type="ClusterNoSort" name="EMall" output="EMall" algoId="0">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMall"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="OutputWidth" value=":InputWidthEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUabi" output="TAUabi" algoId="1">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUabi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="EMabi" output="EMabi" algoId="2">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMabi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="16"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="EMabhi" output="EMabhi" algoId="3">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMabhi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="16"/>
-      <Parameter pos="1" name="IsoMask" value="3"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUab" output="TAUab" algoId="4">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUab"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="0"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMs" output="EMs" algoId="5">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMs"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMshi" output="EMshi" algoId="6">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMshi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="TAUsi" output="TAUsi" algoId="7">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUsi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="2"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJall" output="AJall" algoId="8">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value=":DefaultJetSize:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJjall" output="AJjall" algoId="9">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="1"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSortMatch" name="AJMatchall" output="AJMatchall" algoId="10">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJMatchall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="15"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="Jab" output="Jab" algoId="11">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Jab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="CJab" output="CJab" algoId="12">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="CJab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="26"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJjs" output="AJjs" algoId="13">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJs" output="AJs" algoId="14">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="Js" output="Js" algoId="15">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Js"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="METNoSort" name="XENoSort" output="XENoSort" algoId="16">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XENoSort"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MetSort" name="XE" output="XE" algoId="17">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XE"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="MUab" output="MUab" algoId="18">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="MUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="CMUab" output="CMUab" algoId="19">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="CMUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="10"/>
-    </Variable>
-  </SortAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_HighMass" algoId="0">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="900INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="800INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="700INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="500INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="810000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="640000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="490000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="250000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_LowMass" algoId="1">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="400INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="300INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="200INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="100INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="90000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="40000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="10000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-J20s5.ETA31" algoId="18">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-J20s5.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-J15s5.ETA21" algoId="19">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-J15s5.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM12s6-XE0" algoId="28">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-EM12s6-XE0" algoId="29">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM15s6-XE0" algoId="30">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="25MT-EM12s6-XE0" algoId="31">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="25MT-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="30MT-EM12s6-XE0" algoId="32">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="30MT-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="900"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM15s6-XE0" algoId="33">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaIncl1" name="0DETA10-Js1-Js2" algoId="34">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA10-Js1-Js2"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="0"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-Js2-XE50" algoId="35">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-Js2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="0"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE50" algoId="36">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-0MATCH-TAU30si2-EMall" algoId="67">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-EM50s1" algoId="78">
-    <Fixed>
-      <Input name="Tob" value="EMs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-EM50s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="40"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="15"/>
-      <Parameter pos="3" name="PhiMin" value="16"/>
-      <Parameter pos="4" name="PhiMax" value="23"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-J100s1" algoId="79">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-J100s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="100"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="14"/>
-      <Parameter pos="3" name="PhiMin" value="16"/>
-      <Parameter pos="4" name="PhiMax" value="23"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="60">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="15"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="RatioSum" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49" algoId="61">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Input name="Tob3" value="EMs" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob3" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="UseCluster05Granularity" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin2" value="0"/>
-      <Parameter pos="2" name="EtaMax2" value="49"/>
-      <Parameter pos="3" name="MinET3" value="20"/>
-      <Parameter pos="4" name="EtaMin3" value="0"/>
-      <Parameter pos="5" name="EtaMax3" value="49"/>
-      <Parameter pos="6" name="MinMET" value="0"/>
-      <Parameter pos="7" name="HT" value="0"/>
-      <Parameter pos="8" name="SUM" value="0"/>
-      <Parameter pos="9" name="Ratio" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="1DISAMB-TAU20ab-J20ab" algoId="72">
-    <Fixed>
-      <Input name="Tob1" value="TAUab" position="0"/>
-      <Input name="Tob2" value="Jab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU20ab-J20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="0"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="DISAMB-EM15abhi-TAU12abi" algoId="73">
-    <Fixed>
-      <Input name="Tob1" value="EMabhi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-EM15abhi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="74">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="76">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-2MU6ab" algoId="7">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-ONEBARREL-MU6ab-MU4ab" algoId="48">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-2MU4ab" algoId="13">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-2MU4ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="14">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-2MU6ab" algoId="15">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-2MU6ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="75">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR28-MU10ab-TAU12abi" algoId="16">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-MU10ab-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="9"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="58">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="20"/>
-      <Parameter pos="4" name="MinDeltaPhi" selection="0" value="0"/>
-      <Parameter pos="5" name="MaxDeltaPhi" selection="0" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="DISAMB-EM15abhi-TAU40ab" algoId="71">
-    <Fixed>
-      <Input name="Tob1" value="EMabhi" position="0"/>
-      <Input name="Tob2" value="TAUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-EM15abhi-TAU40ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="80"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-AJj10s6-XE0" algoId="25">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJj10s6-XE0" algoId="26">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-AJj10s6-XE0" algoId="27">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ15ab" algoId="39">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ15ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="15"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ20ab" algoId="43">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ30ab" algoId="40">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ30ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="30"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ20ab" algoId="41">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ25ab" algoId="42">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="25"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-CJ20ab-XE50" algoId="38">
-    <Fixed>
-      <Input name="Tob1" value="CJab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-CJ20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR24-2CMU4ab" algoId="52">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU4ab" algoId="68">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU4ab[0]"/>
-        <Bit selection="1" name="MULT-CMU4ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="2"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU6ab" algoId="69">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU6ab[0]"/>
-        <Bit selection="1" name="MULT-CMU6ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="1INVM19-2CMU4ab" algoId="46">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1INVM19-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="1"/>
-      <Parameter pos="3" name="MaxMSqr" value="361"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-2CMU4ab" algoId="47">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="56">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM8abi-MU10ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="16"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="9"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM15abi-MUab" algoId="57">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM15abi-MUab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR24-CMU4ab-MU4ab" algoId="53">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="1INVM19-CMU4ab-MU4ab" algoId="44">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1INVM19-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="1"/>
-      <Parameter pos="3" name="MaxMSqr" value="361"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="2INVM8-CMU4ab-MU4ab" algoId="45">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="KalmanMETCorrection" name="KF-XE-AJall" algoId="80">
-    <Fixed>
-      <Input name="Tob1" value="XENoSort" position="0"/>
-      <Input name="Tob2" value="AJall" position="1"/>
-      <Output name="Results" bits="6">
-        <Bit selection="0" name="KF-XE35-AJall"/>
-        <Bit selection="1" name="KF-XE45-AJall"/>
-        <Bit selection="2" name="KF-XE55-AJall"/>
-        <Bit selection="3" name="KF-XE60-AJall"/>
-        <Bit selection="4" name="KF-XE65-AJall"/>
-        <Bit selection="5" name="KF-XE75-AJall"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="6"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="KFXE" selection="0" value="35"/>
-      <Parameter pos="2" name="KFXE" selection="1" value="45"/>
-      <Parameter pos="3" name="KFXE" selection="2" value="55"/>
-      <Parameter pos="4" name="KFXE" selection="3" value="60"/>
-      <Parameter pos="5" name="KFXE" selection="4" value="65"/>
-      <Parameter pos="6" name="KFXE" selection="5" value="75"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MultiplicityCustom" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="59">
-    <Fixed>
-      <Input name="Tob" value="AJMatchall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinMultiplicity" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-AJ15all.ETA21" algoId="20">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-AJ15all.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJ20all.ETA31" algoId="21">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJ20all.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJj15all.ETA49" algoId="22">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT20-AJj15all.ETA49" algoId="23">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT20-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="62">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="08RATIO-XE0-HT0-AJj15all.ETA49" algoId="63">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="08RATIO-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="8"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="64">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="90"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="65">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="250"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20ab-XE50" algoId="37">
-    <Fixed>
-      <Input name="Tob1" value="Jab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR28-TAU20abi-TAU12abi" algoId="17">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="77">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="1DISAMB-TAU12abi-J25ab" algoId="70">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="Jab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="0"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="25"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR10-MU10ab-MU6ab" algoId="9">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR10-MU10ab-MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="9"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR99-2MU4ab" algoId="8">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR99-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="9801"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR34-2MU4ab" algoId="12">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR34-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="1156"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2MU6ab" algoId="10">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-MU6ab-MU4ab" algoId="11">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="1INVM19-2MU4ab" algoId="2">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1INVM19-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="1"/>
-      <Parameter pos="3" name="MaxMSqr" value="361"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="8INVM15-MU6ab-MU4ab" algoId="4">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="8INVM15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="64"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="8INVM15-2MU6ab" algoId="6">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="8INVM15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="64"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-2MU4ab" algoId="3">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-MU6ab-MU4ab" algoId="5">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-CMU6ab-CMU4ab" algoId="54">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-CMU6ab-CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-ONEBARREL-MU6ab-MU4ab" algoId="49">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-ONEBARREL-MU6ab-MU4ab" algoId="55">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-CMU6ab-CMU4ab" algoId="50">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-CMU6ab-CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-CMU6ab-CMU4ab" algoId="51">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-CMU6ab-CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="INVM_EMall" algoId="24">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="3">
-        <Bit selection="0" name="1INVM5-EMs1-EMall"/>
-        <Bit selection="1" name="1INVM5-EM7s1-EMall"/>
-        <Bit selection="2" name="1INVM5-EM12s1-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="3"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="0"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="100"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="14"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="0"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="4"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="100"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="24"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="0"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="4"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="RatioMatch" name="210RATIO-0MATCH-TAU30si2-EMall" algoId="66">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="210RATIO-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="Ratio" selection="0" value="210"/>
-    </Variable>
-  </DecisionAlgo>
-
-</TOPO_MENU>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_MC_HI_v4.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_MC_HI_v4.xml
deleted file mode 100644
index d3091270f561ba23e640e9cd594d1eafb06b9941..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_MC_HI_v4.xml
+++ /dev/null
@@ -1,2100 +0,0 @@
-<?xml version="1.0" ?>
-<TOPO_MENU menu_name="Topo_pp_vX" menu_version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1Topo algos defined: 83-->
-  <OutputList>
-    <Output algname="INVM_AJ_HighMass" triggerline="900INVM9999-AJ30s6-AJ20s6,800INVM9999-AJ30s6-AJ20s6,700INVM9999-AJ30s6-AJ20s6,500INVM9999-AJ30s6-AJ20s6" algoId="0" module="0" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="INVM_AJ_LowMass" triggerline="400INVM9999-AJ30s6-AJ20s6,300INVM9999-AJ30s6-AJ20s6,200INVM9999-AJ30s6-AJ20s6,100INVM9999-AJ30s6-AJ20s6" algoId="1" module="0" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="HT150-J20s5.ETA31" triggerline="HT150-J20s5.ETA31" algoId="25" module="0" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="HT190-J15s5.ETA21" triggerline="HT190-J15s5.ETA21" algoId="26" module="0" fpga="0" firstbit="10" clock="0"/>
-    <Output algname="05MINDPHI-EM12s6-XE0" triggerline="05MINDPHI-EM12s6-XE0" algoId="35" module="0" fpga="0" firstbit="14" clock="0"/>
-    <Output algname="05MINDPHI-EM15s6-XE0" triggerline="05MINDPHI-EM15s6-XE0" algoId="36" module="0" fpga="0" firstbit="0" clock="1"/>
-    <Output algname="25MT-EM12s6-XE0" triggerline="25MT-EM12s6-XE0" algoId="37" module="0" fpga="0" firstbit="1" clock="1"/>
-    <Output algname="35MT-EM15s6-XE0" triggerline="35MT-EM15s6-XE0" algoId="38" module="0" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE50" triggerline="10MINDPHI-J20s2-XE50" algoId="39" module="0" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="100RATIO-0MATCH-TAU30si2-EMall" triggerline="100RATIO-0MATCH-TAU30si2-EMall" algoId="60" module="0" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="NOT-0MATCH-TAU30si2-EMall" triggerline="NOT-0MATCH-TAU30si2-EMall" algoId="61" module="0" fpga="0" firstbit="8" clock="1"/>
-    <Output algname="LAR-EM50s1" triggerline="LAR-EM50s1" algoId="70" module="0" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LAR-J100s1" triggerline="LAR-J100s1" algoId="71" module="0" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="NOT-02MATCH-EM10s1-AJj15all.ETA49" triggerline="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="56" module="0" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="15MINDPHI-EM12s6-XE0" triggerline="15MINDPHI-EM12s6-XE0" algoId="73" module="0" fpga="0" firstbit="14" clock="1"/>
-    <Output algname="15MINDPHI-EM15s6-XE0" triggerline="15MINDPHI-EM15s6-XE0" algoId="74" module="0" fpga="0" firstbit="15" clock="1"/>
-    <Output algname="35MT-EM12s6-XE0" triggerline="35MT-EM12s6-XE0" algoId="75" module="0" fpga="0" firstbit="13" clock="1"/>
-    <Output algname="1DISAMB-EM15his2-TAU12abi-J25ab" triggerline="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="65" module="0" fpga="1" firstbit="2" clock="0"/>
-    <Output algname="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="67" module="0" fpga="1" firstbit="3" clock="0"/>
-    <Output algname="2INVM9-2MU6ab" triggerline="2INVM9-2MU6ab" algoId="8" module="0" fpga="1" firstbit="4" clock="0"/>
-    <Output algname="2INVM8-ONEBARREL-MU6ab-MU4ab" triggerline="2INVM8-ONEBARREL-MU6ab-MU4ab" algoId="49" module="0" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-MU6ab-MU4ab" triggerline="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="20" module="0" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-2MU6ab" triggerline="5DETA99-5DPHI99-2MU6ab" algoId="21" module="0" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="1DISAMB-TAU20abi-TAU12abi-J25ab" triggerline="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="66" module="0" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="0DR28-MU10ab-TAU12abi" triggerline="0DR28-MU10ab-TAU12abi" algoId="22" module="0" fpga="1" firstbit="11" clock="0"/>
-    <Output algname="0DETA20-0DPHI20-TAU20abi-TAU12abi" triggerline="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="54" module="0" fpga="1" firstbit="12" clock="0"/>
-    <Output algname="DISAMB-0DR28-EM15his2-TAU12abi" triggerline="DISAMB-0DR28-EM15his2-TAU12abi" algoId="76" module="0" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="DISAMB-30INVM-EM20his2-TAU12ab" triggerline="DISAMB-30INVM-EM20his2-TAU12ab" algoId="81" module="0" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" triggerline="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" algoId="82" module="0" fpga="0" firstbit="15" clock="0"/>
-    <Output algname="0DR22-2MU6ab" triggerline="0DR22-2MU6ab" algoId="17" module="0" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="7INVM15-2MU4ab" triggerline="7INVM15-2MU4ab" algoId="9" module="0" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="0DR22-MU6ab-MU4ab" triggerline="0DR22-MU6ab-MU4ab" algoId="18" module="0" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="0DR15-2MU4ab" triggerline="0DR15-2MU4ab" algoId="13" module="0" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="0DR24-2MU4ab" triggerline="0DR24-2MU4ab" algoId="16" module="0" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="0DR15-2MU6ab" triggerline="0DR15-2MU6ab" algoId="19" module="0" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="2INVM9-2MU4ab" triggerline="2INVM9-2MU4ab" algoId="3" module="0" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="2INVM9-MU6ab-MU4ab" triggerline="2INVM9-MU6ab-MU4ab" algoId="6" module="0" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="INVM_EMs6" triggerline="1INVM5-EMs1-EMs6,1INVM5-EM7s1-EMs6,1INVM5-EM12s1-EMs6" algoId="31" module="0" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="05MINDPHI-AJj10s6-XE0" triggerline="05MINDPHI-AJj10s6-XE0" algoId="32" module="1" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="10MINDPHI-AJj10s6-XE0" triggerline="10MINDPHI-AJj10s6-XE0" algoId="33" module="1" fpga="0" firstbit="1" clock="0"/>
-    <Output algname="15MINDPHI-AJj10s6-XE0" triggerline="15MINDPHI-AJj10s6-XE0" algoId="34" module="1" fpga="0" firstbit="2" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ15ab" triggerline="0DR04-MU4ab-CJ15ab" algoId="43" module="1" fpga="0" firstbit="3" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ20ab" triggerline="0DR04-MU4ab-CJ20ab" algoId="47" module="1" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ30ab" triggerline="0DR04-MU4ab-CJ30ab" algoId="44" module="1" fpga="0" firstbit="5" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ20ab" triggerline="0DR04-MU6ab-CJ20ab" algoId="45" module="1" fpga="0" firstbit="6" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ25ab" triggerline="0DR04-MU6ab-CJ25ab" algoId="46" module="1" fpga="0" firstbit="7" clock="0"/>
-    <Output algname="10MINDPHI-CJ20ab-XE50" triggerline="10MINDPHI-CJ20ab-XE50" algoId="41" module="1" fpga="0" firstbit="8" clock="0"/>
-    <Output algname="0DR24-2CMU4ab" triggerline="0DR24-2CMU4ab" algoId="50" module="1" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="MULT-CMU4ab" triggerline="MULT-CMU4ab[0],MULT-CMU4ab[1]" algoId="62" module="1" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="MULT-CMU6ab" triggerline="MULT-CMU6ab[0],MULT-CMU6ab[1]" algoId="63" module="1" fpga="0" firstbit="13" clock="0"/>
-    <Output algname="0DETA04-0DPHI03-EM8abi-MU10ab" triggerline="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="52" module="1" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="0DETA04-0DPHI03-EM15abi-MUab" triggerline="0DETA04-0DPHI03-EM15abi-MUab" algoId="53" module="1" fpga="0" firstbit="4" clock="1"/>
-    <Output algname="0DR24-CMU4ab-MU4ab" triggerline="0DR24-CMU4ab-MU4ab" algoId="51" module="1" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="2INVM8-CMU4ab-MU4ab" triggerline="2INVM8-CMU4ab-MU4ab" algoId="48" module="1" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="0DR25-TAU20abi-TAU12abi" triggerline="0DR25-TAU20abi-TAU12abi" algoId="24" module="1" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="10MINDPHI-AJ20s2-XE50" triggerline="10MINDPHI-AJ20s2-XE50" algoId="77" module="1" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LATE-MU10s1" triggerline="LATE-MU10s1" algoId="78" module="1" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" algoId="69" module="1" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE30" triggerline="10MINDPHI-J20s2-XE30" algoId="42" module="0" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="KF-XE-AJall" triggerline="KF-XE40-AJall,KF-XE50-AJall,KF-XE55-AJall,KF-XE60-AJall,KF-XE65-AJall,KF-XE75-AJall" algoId="72" module="1" fpga="1" firstbit="0" clock="0"/>
-    <Output algname="0MATCH-4AJ20.ETA31-4AJj15.ETA31" triggerline="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="55" module="1" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="HT190-AJ15all.ETA21" triggerline="HT190-AJ15all.ETA21" algoId="27" module="1" fpga="1" firstbit="7" clock="0"/>
-    <Output algname="HT150-AJ20all.ETA31" triggerline="HT150-AJ20all.ETA31" algoId="28" module="1" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="HT150-AJj15all.ETA49" triggerline="HT150-AJj15all.ETA49" algoId="29" module="1" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="HT20-AJj15all.ETA49" triggerline="HT20-AJj15all.ETA49" algoId="30" module="1" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="SC111-CJ15ab.ETA26" triggerline="SC111-CJ15ab.ETA26" algoId="79" module="1" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="SC85-CJ15ab.ETA26" triggerline="SC85-CJ15ab.ETA26" algoId="80" module="1" fpga="0" firstbit="12" clock="1"/>
-    <Output algname="05RATIO-XE0-HT0-AJj15all.ETA49" triggerline="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="57" module="1" fpga="1" firstbit="13" clock="0"/>
-    <Output algname="90RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="58" module="1" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="250RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="59" module="1" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="10MINDPHI-J20ab-XE50" triggerline="10MINDPHI-J20ab-XE50" algoId="40" module="1" fpga="1" firstbit="1" clock="1"/>
-    <Output algname="0DR28-TAU20abi-TAU12abi" triggerline="0DR28-TAU20abi-TAU12abi" algoId="23" module="1" fpga="1" firstbit="2" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="68" module="1" fpga="1" firstbit="3" clock="1"/>
-    <Output algname="1DISAMB-TAU12abi-J25ab" triggerline="1DISAMB-TAU12abi-J25ab" algoId="64" module="1" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="0DR10-MU10ab-MU6ab" triggerline="0DR10-MU10ab-MU6ab" algoId="11" module="1" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="2DR99-2MU4ab" triggerline="2DR99-2MU4ab" algoId="10" module="1" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="0DR34-2MU4ab" triggerline="0DR34-2MU4ab" algoId="15" module="1" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="2DR15-2MU6ab" triggerline="2DR15-2MU6ab" algoId="12" module="1" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="0DR15-MU6ab-MU4ab" triggerline="0DR15-MU6ab-MU4ab" algoId="14" module="1" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="8INVM15-MU6ab-MU4ab" triggerline="8INVM15-MU6ab-MU4ab" algoId="4" module="1" fpga="1" firstbit="12" clock="1"/>
-    <Output algname="8INVM15-2MU6ab" triggerline="8INVM15-2MU6ab" algoId="7" module="1" fpga="1" firstbit="13" clock="1"/>
-    <Output algname="2INVM8-2MU4ab" triggerline="2INVM8-2MU4ab" algoId="2" module="1" fpga="1" firstbit="14" clock="1"/>
-    <Output algname="2INVM8-MU6ab-MU4ab" triggerline="2INVM8-MU6ab-MU4ab" algoId="5" module="1" fpga="1" firstbit="15" clock="1"/>
-  </OutputList>
-
-  <TopoConfig>
-  </TopoConfig>
-
-  <SortAlgo type="ClusterNoSort" name="EMall" output="EMall" algoId="0">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMall"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="OutputWidth" value=":InputWidthEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUabi" output="TAUabi" algoId="1">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUabi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="EMabi" output="EMabi" algoId="2">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMabi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectEM:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="16"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUab" output="TAUab" algoId="4">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUab"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="DoIsoCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="0"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMs" output="EMs" algoId="5">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMs"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="DoIsoCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMshi" output="EMshi" algoId="6">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMshi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="TAUsi" output="TAUsi" algoId="7">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUsi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortTAU:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="2"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJall" output="AJall" algoId="8">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value=":DefaultJetSize:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJjall" output="AJjall" algoId="9">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="1"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSortMatch" name="AJMatchall" output="AJMatchall" algoId="10">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJMatchall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="15"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="Jab" output="Jab" algoId="11">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Jab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="CJab" output="CJab" algoId="12">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="CJab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="26"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJjs" output="AJjs" algoId="13">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="1"/>
-      <Generic name="DoEtaCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJs" output="AJs" algoId="14">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="Js" output="Js" algoId="15">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Js"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="METNoSort" name="XENoSort" output="XENoSort" algoId="16">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XENoSort"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MetSort" name="XE" output="XE" algoId="17">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XE"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="MUab" output="MUab" algoId="18">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="MUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="CMUab" output="CMUab" algoId="19">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="CMUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="10"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSort_1BC" name="LMUs" output="LMUs" algoId="20">
-    <Fixed>
-      <Input name="LateMuonTobArray" value="LateMuonTobArray"/>
-      <Output name="TobArrayOut" value="LMUs"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortMU:"/>
-      <Generic name="nDelayedMuons" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_HighMass" algoId="0">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="900INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="800INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="700INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="500INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="810000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="640000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="490000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="250000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_LowMass" algoId="1">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="400INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="300INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="200INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="100INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="90000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="40000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="10000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-J20s5.ETA31" algoId="25">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-J20s5.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-J15s5.ETA21" algoId="26">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-J15s5.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM12s6-XE0" algoId="35">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM15s6-XE0" algoId="36">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="25MT-EM12s6-XE0" algoId="37">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="25MT-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM15s6-XE0" algoId="38">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE50" algoId="39">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="RatioMatch" name="100RATIO-0MATCH-TAU30si2-EMall" algoId="60">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="100RATIO-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="Ratio" selection="0" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-0MATCH-TAU30si2-EMall" algoId="61">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-EM50s1" algoId="70">
-    <Fixed>
-      <Input name="Tob" value="EMs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-EM50s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="40"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="15"/>
-      <Parameter pos="3" name="PhiMin" value="16"/>
-      <Parameter pos="4" name="PhiMax" value="23"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-J100s1" algoId="71">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-J100s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="100"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="14"/>
-      <Parameter pos="3" name="PhiMin" value="16"/>
-      <Parameter pos="4" name="PhiMax" value="23"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="56">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="15"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-EM12s6-XE0" algoId="73">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-EM15s6-XE0" algoId="74">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM12s6-XE0" algoId="75">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="65">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="67">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-2MU6ab" algoId="8">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-ONEBARREL-MU6ab-MU4ab" algoId="49">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="20">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-2MU6ab" algoId="21">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-2MU6ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="66">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR28-MU10ab-TAU12abi" algoId="22">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-MU10ab-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="9"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="54">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="20"/>
-      <Parameter pos="4" name="MinDeltaPhi" selection="0" value="0"/>
-      <Parameter pos="5" name="MaxDeltaPhi" selection="0" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl2" name="DISAMB-0DR28-EM15his2-TAU12abi" algoId="76">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DisambDRSqrMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationInvmIncl2" name="DISAMB-30INVM-EM20his2-TAU12ab" algoId="81">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-30INVM-EM20his2-TAU12ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="MinMSqr" value="900"/>
-      <Parameter pos="3" name="MaxMSqr" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" algoId="82">
-    <Fixed>
-      <Input name="Tob1" value="AJs" position="0"/>
-      <Input name="Tob2" value="AJs" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-      <Parameter pos="2" name="MinMSqr" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" value="99980001"/>
-      <Parameter pos="4" name="MinEta1" value="0"/>
-      <Parameter pos="5" name="MaxEta1" value="31"/>
-      <Parameter pos="6" name="MinEta2" value="31"/>
-      <Parameter pos="7" name="MaxEta2" value="49"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR22-2MU6ab" algoId="17">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR22-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="484"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="7INVM15-2MU4ab" algoId="9">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="7INVM15-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="49"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR22-MU6ab-MU4ab" algoId="18">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR22-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="484"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-2MU4ab" algoId="13">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR24-2MU4ab" algoId="16">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-2MU6ab" algoId="19">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-2MU4ab" algoId="3">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-MU6ab-MU4ab" algoId="6">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="INVM_EMs6" algoId="31">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="EMs" position="1"/>
-      <Output name="Results" bits="3">
-        <Bit selection="0" name="1INVM5-EMs1-EMs6"/>
-        <Bit selection="1" name="1INVM5-EM7s1-EMs6"/>
-        <Bit selection="2" name="1INVM5-EM12s1-EMs6"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":OutputWidthSortEM:"/>
-      <Generic name="NumResultBits" value="3"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="0"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="100"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="14"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="0"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="4"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="100"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="24"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="0"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="4"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-AJj10s6-XE0" algoId="32">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJj10s6-XE0" algoId="33">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-AJj10s6-XE0" algoId="34">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ15ab" algoId="43">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ15ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="15"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ20ab" algoId="47">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ30ab" algoId="44">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ30ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="30"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ20ab" algoId="45">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ25ab" algoId="46">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="25"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-CJ20ab-XE50" algoId="41">
-    <Fixed>
-      <Input name="Tob1" value="CJab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-CJ20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR24-2CMU4ab" algoId="50">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU4ab" algoId="62">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU4ab[0]"/>
-        <Bit selection="1" name="MULT-CMU4ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="2"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU6ab" algoId="63">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU6ab[0]"/>
-        <Bit selection="1" name="MULT-CMU6ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="52">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM8abi-MU10ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="16"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="9"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM15abi-MUab" algoId="53">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM15abi-MUab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR24-CMU4ab-MU4ab" algoId="51">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="2INVM8-CMU4ab-MU4ab" algoId="48">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR25-TAU20abi-TAU12abi" algoId="24">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR25-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJ20s2-XE50" algoId="77">
-    <Fixed>
-      <Input name="Tob1" value="AJs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJ20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="EtCut" name="LATE-MU10s1" algoId="78">
-    <Fixed>
-      <Input name="Tob" value="LMUs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LATE-MU10s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":NumberOfDelayedMuons:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="9"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" algoId="69">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="625"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE30" algoId="42">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE30"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="30"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="KalmanMETCorrection" name="KF-XE-AJall" algoId="72">
-    <Fixed>
-      <Input name="Tob1" value="XENoSort" position="0"/>
-      <Input name="Tob2" value="AJall" position="1"/>
-      <Output name="Results" bits="6">
-        <Bit selection="0" name="KF-XE40-AJall"/>
-        <Bit selection="1" name="KF-XE50-AJall"/>
-        <Bit selection="2" name="KF-XE55-AJall"/>
-        <Bit selection="3" name="KF-XE60-AJall"/>
-        <Bit selection="4" name="KF-XE65-AJall"/>
-        <Bit selection="5" name="KF-XE75-AJall"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="6"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="KFXE" selection="0" value="40"/>
-      <Parameter pos="2" name="KFXE" selection="1" value="50"/>
-      <Parameter pos="3" name="KFXE" selection="2" value="55"/>
-      <Parameter pos="4" name="KFXE" selection="3" value="60"/>
-      <Parameter pos="5" name="KFXE" selection="4" value="65"/>
-      <Parameter pos="6" name="KFXE" selection="5" value="75"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MultiplicityCustom" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="55">
-    <Fixed>
-      <Input name="Tob" value="AJMatchall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinMultiplicity" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-AJ15all.ETA21" algoId="27">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-AJ15all.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJ20all.ETA31" algoId="28">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJ20all.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJj15all.ETA49" algoId="29">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT20-AJj15all.ETA49" algoId="30">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT20-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="SimpleCone" name="SC111-CJ15ab.ETA26" algoId="79">
-    <Fixed>
-      <Input name="Tob" value="CJab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="SC111-CJ15ab.ETA26"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectJET:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinSumET" value="111"/>
-      <Parameter pos="2" name="MaxRSqr" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="SimpleCone" name="SC85-CJ15ab.ETA26" algoId="80">
-    <Fixed>
-      <Input name="Tob" value="CJab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="SC85-CJ15ab.ETA26"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectJET:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinSumET" value="85"/>
-      <Parameter pos="2" name="MaxRSqr" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="57">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="58">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="90"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="59">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="250"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20ab-XE50" algoId="40">
-    <Fixed>
-      <Input name="Tob1" value="Jab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR28-TAU20abi-TAU12abi" algoId="23">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="68">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="1DISAMB-TAU12abi-J25ab" algoId="64">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="Jab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="0"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="25"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR10-MU10ab-MU6ab" algoId="11">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR10-MU10ab-MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="9"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR99-2MU4ab" algoId="10">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR99-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="9801"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR34-2MU4ab" algoId="15">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR34-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="1156"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2MU6ab" algoId="12">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-MU6ab-MU4ab" algoId="14">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="8INVM15-MU6ab-MU4ab" algoId="4">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="8INVM15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="64"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="8INVM15-2MU6ab" algoId="7">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="8INVM15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="64"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-2MU4ab" algoId="2">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-MU6ab-MU4ab" algoId="5">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-</TOPO_MENU>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_MC_pp_v5.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_MC_pp_v5.xml
deleted file mode 100644
index 1c70780efeb34b7822bf669b2dc5793f3720e860..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_MC_pp_v5.xml
+++ /dev/null
@@ -1,2072 +0,0 @@
-<?xml version="1.0" ?>
-<TOPO_MENU menu_name="Topo_pp_vX" menu_version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1Topo algos defined: 81-->
-  <OutputList>
-    <Output algname="INVM_AJ_HighMass" triggerline="900INVM9999-AJ30s6-AJ20s6,800INVM9999-AJ30s6-AJ20s6,700INVM9999-AJ30s6-AJ20s6,500INVM9999-AJ30s6-AJ20s6" algoId="0" module="0" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="INVM_AJ_LowMass" triggerline="400INVM9999-AJ30s6-AJ20s6,300INVM9999-AJ30s6-AJ20s6,200INVM9999-AJ30s6-AJ20s6,100INVM9999-AJ30s6-AJ20s6" algoId="1" module="0" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="HT150-J20s5.ETA31" triggerline="HT150-J20s5.ETA31" algoId="18" module="0" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="HT190-J15s5.ETA21" triggerline="HT190-J15s5.ETA21" algoId="19" module="0" fpga="0" firstbit="10" clock="0"/>
-    <Output algname="INVM_EMall" triggerline="1INVM5-EMs1-EMall,1INVM5-EM7s1-EMall,1INVM5-EM12s1-EMall" algoId="24" module="0" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="10MINDPHI-EM10s6-XE0" triggerline="10MINDPHI-EM10s6-XE0" algoId="28" module="0" fpga="0" firstbit="14" clock="0"/>
-    <Output algname="15MINDPHI-EM10s6-XE0" triggerline="15MINDPHI-EM10s6-XE0" algoId="29" module="0" fpga="0" firstbit="15" clock="0"/>
-    <Output algname="05MINDPHI-EM15s6-XE0" triggerline="05MINDPHI-EM15s6-XE0" algoId="30" module="0" fpga="0" firstbit="0" clock="1"/>
-    <Output algname="25MT-EM10s6-XE0" triggerline="25MT-EM10s6-XE0" algoId="31" module="0" fpga="0" firstbit="1" clock="1"/>
-    <Output algname="30MT-EM10s6-XE0" triggerline="30MT-EM10s6-XE0" algoId="32" module="0" fpga="0" firstbit="2" clock="1"/>
-    <Output algname="35MT-EM15s6-XE0" triggerline="35MT-EM15s6-XE0" algoId="33" module="0" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="0DETA10-Js1-Js2" triggerline="0DETA10-Js1-Js2" algoId="34" module="0" fpga="0" firstbit="4" clock="1"/>
-    <Output algname="10MINDPHI-Js2-XE50" triggerline="10MINDPHI-Js2-XE50" algoId="35" module="0" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE50" triggerline="10MINDPHI-J20s2-XE50" algoId="36" module="0" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="210RATIO-0MATCH-TAU30si2-EMall" triggerline="210RATIO-0MATCH-TAU30si2-EMall" algoId="66" module="0" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="NOT-0MATCH-TAU30si2-EMall" triggerline="NOT-0MATCH-TAU30si2-EMall" algoId="67" module="0" fpga="0" firstbit="8" clock="1"/>
-    <Output algname="LAR-EM50s1" triggerline="LAR-EM50s1" algoId="78" module="0" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LAR-J100s1" triggerline="LAR-J100s1" algoId="79" module="0" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="NOT-02MATCH-EM10s1-AJj15all.ETA49" triggerline="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="60" module="0" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49" triggerline="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49" algoId="61" module="0" fpga="0" firstbit="12" clock="1"/>
-    <Output algname="1DISAMB-TAU20ab-J20ab" triggerline="1DISAMB-TAU20ab-J20ab" algoId="72" module="0" fpga="1" firstbit="0" clock="0"/>
-    <Output algname="DISAMB-EM15abhi-TAU12abi" triggerline="DISAMB-EM15abhi-TAU12abi" algoId="73" module="0" fpga="1" firstbit="1" clock="0"/>
-    <Output algname="1DISAMB-EM15his2-TAU12abi-J25ab" triggerline="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="74" module="0" fpga="1" firstbit="2" clock="0"/>
-    <Output algname="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="76" module="0" fpga="1" firstbit="3" clock="0"/>
-    <Output algname="4INVM8-2MU6ab" triggerline="4INVM8-2MU6ab" algoId="7" module="0" fpga="1" firstbit="4" clock="0"/>
-    <Output algname="2INVM999-ONEBARREL-MU6ab-MU4ab" triggerline="2INVM999-ONEBARREL-MU6ab-MU4ab" algoId="46" module="0" fpga="1" firstbit="5" clock="0"/>
-    <Output algname="4INVM8-ONEBARREL-MU6ab-MU4ab" triggerline="4INVM8-ONEBARREL-MU6ab-MU4ab" algoId="50" module="0" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-2MU4ab" triggerline="5DETA99-5DPHI99-2MU4ab" algoId="13" module="0" fpga="1" firstbit="7" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-MU6ab-MU4ab" triggerline="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="14" module="0" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-2MU6ab" triggerline="5DETA99-5DPHI99-2MU6ab" algoId="15" module="0" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="1DISAMB-TAU20abi-TAU12abi-J25ab" triggerline="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="75" module="0" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="0DR28-MU10ab-TAU12abi" triggerline="0DR28-MU10ab-TAU12abi" algoId="16" module="0" fpga="1" firstbit="11" clock="0"/>
-    <Output algname="0DETA20-0DPHI20-TAU20abi-TAU12abi" triggerline="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="58" module="0" fpga="1" firstbit="12" clock="0"/>
-    <Output algname="DISAMB-EM15abhi-TAU40ab" triggerline="DISAMB-EM15abhi-TAU40ab" algoId="71" module="0" fpga="1" firstbit="13" clock="0"/>
-    <Output algname="05MINDPHI-AJj20s6-XE0" triggerline="05MINDPHI-AJj20s6-XE0" algoId="25" module="1" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="10MINDPHI-AJj20s6-XE0" triggerline="10MINDPHI-AJj20s6-XE0" algoId="26" module="1" fpga="0" firstbit="1" clock="0"/>
-    <Output algname="15MINDPHI-AJj20s6-XE0" triggerline="15MINDPHI-AJj20s6-XE0" algoId="27" module="1" fpga="0" firstbit="2" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ15ab" triggerline="0DR04-MU4ab-CJ15ab" algoId="39" module="1" fpga="0" firstbit="3" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ20ab" triggerline="0DR04-MU4ab-CJ20ab" algoId="43" module="1" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ30ab" triggerline="0DR04-MU4ab-CJ30ab" algoId="40" module="1" fpga="0" firstbit="5" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ20ab" triggerline="0DR04-MU6ab-CJ20ab" algoId="41" module="1" fpga="0" firstbit="6" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ25ab" triggerline="0DR04-MU6ab-CJ25ab" algoId="42" module="1" fpga="0" firstbit="7" clock="0"/>
-    <Output algname="10MINDPHI-CJ20ab-XE50" triggerline="10MINDPHI-CJ20ab-XE50" algoId="38" module="1" fpga="0" firstbit="8" clock="0"/>
-    <Output algname="2DR15-2CMU4ab" triggerline="2DR15-2CMU4ab" algoId="53" module="1" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="2DR15-CMU6ab-CMU4ab" triggerline="2DR15-CMU6ab-CMU4ab" algoId="55" module="1" fpga="0" firstbit="10" clock="0"/>
-    <Output algname="MULT-CMU4ab" triggerline="MULT-CMU4ab[0],MULT-CMU4ab[1]" algoId="68" module="1" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="MULT-CMU6ab" triggerline="MULT-CMU6ab[0],MULT-CMU6ab[1]" algoId="69" module="1" fpga="0" firstbit="13" clock="0"/>
-    <Output algname="2INVM999-2CMU4ab" triggerline="2INVM999-2CMU4ab" algoId="44" module="1" fpga="0" firstbit="15" clock="0"/>
-    <Output algname="2INVM999-CMU6ab-CMU4ab" triggerline="2INVM999-CMU6ab-CMU4ab" algoId="47" module="1" fpga="0" firstbit="0" clock="1"/>
-    <Output algname="4INVM8-2CMU4ab" triggerline="4INVM8-2CMU4ab" algoId="48" module="1" fpga="0" firstbit="1" clock="1"/>
-    <Output algname="4INVM8-CMU6ab-CMU4ab" triggerline="4INVM8-CMU6ab-CMU4ab" algoId="51" module="1" fpga="0" firstbit="2" clock="1"/>
-    <Output algname="0DETA04-0DPHI03-EM8abi-MU10ab" triggerline="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="56" module="1" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="0DETA04-0DPHI03-EM15abi-MUab" triggerline="0DETA04-0DPHI03-EM15abi-MUab" algoId="57" module="1" fpga="0" firstbit="4" clock="1"/>
-    <Output algname="2DR15-CMU4ab-MU4ab" triggerline="2DR15-CMU4ab-MU4ab" algoId="52" module="1" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="2INVM999-CMU4ab-MU4ab" triggerline="2INVM999-CMU4ab-MU4ab" algoId="45" module="1" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="4INVM8-CMU4ab-MU4ab" triggerline="4INVM8-CMU4ab-MU4ab" algoId="49" module="1" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="KF-XE-AJall" triggerline="KF-XE35-AJall,KF-XE45-AJall,KF-XE55-AJall,KF-XE60-AJall,KF-XE65-AJall,KF-XE75-AJall" algoId="80" module="1" fpga="1" firstbit="0" clock="0"/>
-    <Output algname="0MATCH-4AJ20.ETA31-4AJj15.ETA31" triggerline="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="59" module="1" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="HT190-AJ15all.ETA21" triggerline="HT190-AJ15all.ETA21" algoId="20" module="1" fpga="1" firstbit="7" clock="0"/>
-    <Output algname="HT150-AJ20all.ETA31" triggerline="HT150-AJ20all.ETA31" algoId="21" module="1" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="HT150-AJj15all.ETA49" triggerline="HT150-AJj15all.ETA49" algoId="22" module="1" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="HT20-AJj15all.ETA49" triggerline="HT20-AJj15all.ETA49" algoId="23" module="1" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="05RATIO-XE0-HT0-AJj15all.ETA49" triggerline="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="62" module="1" fpga="1" firstbit="13" clock="0"/>
-    <Output algname="08RATIO-XE0-HT0-AJj15all.ETA49" triggerline="08RATIO-XE0-HT0-AJj15all.ETA49" algoId="63" module="1" fpga="1" firstbit="14" clock="0"/>
-    <Output algname="90RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="64" module="1" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="250RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="65" module="1" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="10MINDPHI-J20ab-XE50" triggerline="10MINDPHI-J20ab-XE50" algoId="37" module="1" fpga="1" firstbit="1" clock="1"/>
-    <Output algname="0DR28-TAU20abi-TAU12abi" triggerline="0DR28-TAU20abi-TAU12abi" algoId="17" module="1" fpga="1" firstbit="2" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="77" module="1" fpga="1" firstbit="3" clock="1"/>
-    <Output algname="1DISAMB-TAU12abi-J25ab" triggerline="1DISAMB-TAU12abi-J25ab" algoId="70" module="1" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="0DR10-MU10ab-MU6ab" triggerline="0DR10-MU10ab-MU6ab" algoId="9" module="1" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="2DR99-2MU4ab" triggerline="2DR99-2MU4ab" algoId="8" module="1" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="2DR15-2MU4ab" triggerline="2DR15-2MU4ab" algoId="10" module="1" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="2DR15-2MU6ab" triggerline="2DR15-2MU6ab" algoId="11" module="1" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="2DR15-MU6ab-MU4ab" triggerline="2DR15-MU6ab-MU4ab" algoId="12" module="1" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="2DR15-ONEBARREL-MU6ab-MU4ab" triggerline="2DR15-ONEBARREL-MU6ab-MU4ab" algoId="54" module="1" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="2INVM999-2MU4ab" triggerline="2INVM999-2MU4ab" algoId="2" module="1" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="2INVM999-MU6ab-MU4ab" triggerline="2INVM999-MU6ab-MU4ab" algoId="3" module="1" fpga="1" firstbit="12" clock="1"/>
-    <Output algname="2INVM999-2MU6ab" triggerline="2INVM999-2MU6ab" algoId="4" module="1" fpga="1" firstbit="13" clock="1"/>
-    <Output algname="4INVM8-2MU4ab" triggerline="4INVM8-2MU4ab" algoId="5" module="1" fpga="1" firstbit="14" clock="1"/>
-    <Output algname="4INVM8-MU6ab-MU4ab" triggerline="4INVM8-MU6ab-MU4ab" algoId="6" module="1" fpga="1" firstbit="15" clock="1"/>
-  </OutputList>
-
-  <TopoConfig>
-  </TopoConfig>
-
-  <SortAlgo type="ClusterNoSort" name="EMall" output="EMall" algoId="0">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMall"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="OutputWidth" value=":InputWidthEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUabi" output="TAUabi" algoId="1">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUabi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="EMabi" output="EMabi" algoId="2">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMabi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="16"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="EMabhi" output="EMabhi" algoId="3">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMabhi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="16"/>
-      <Parameter pos="1" name="IsoMask" value="3"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUab" output="TAUab" algoId="4">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUab"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="0"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMs" output="EMs" algoId="5">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMs"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMshi" output="EMshi" algoId="6">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMshi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="TAUsi" output="TAUsi" algoId="7">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUsi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="2"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJall" output="AJall" algoId="8">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value=":DefaultJetSize:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJjall" output="AJjall" algoId="9">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="1"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSortMatch" name="AJMatchall" output="AJMatchall" algoId="10">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJMatchall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="15"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="Jab" output="Jab" algoId="11">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Jab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="CJab" output="CJab" algoId="12">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="CJab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="26"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJjs" output="AJjs" algoId="13">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJs" output="AJs" algoId="14">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="Js" output="Js" algoId="15">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Js"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="METNoSort" name="XENoSort" output="XENoSort" algoId="16">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XENoSort"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MetSort" name="XE" output="XE" algoId="17">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XE"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="MUab" output="MUab" algoId="18">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="MUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="CMUab" output="CMUab" algoId="19">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="CMUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="10"/>
-    </Variable>
-  </SortAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_HighMass" algoId="0">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="900INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="800INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="700INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="500INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="810000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="640000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="490000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="250000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_LowMass" algoId="1">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="400INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="300INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="200INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="100INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="90000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="40000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="10000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-J20s5.ETA31" algoId="18">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-J20s5.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-J15s5.ETA21" algoId="19">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-J15s5.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="INVM_EMall" algoId="24">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="3">
-        <Bit selection="0" name="1INVM5-EMs1-EMall"/>
-        <Bit selection="1" name="1INVM5-EM7s1-EMall"/>
-        <Bit selection="2" name="1INVM5-EM12s1-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="3"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="0"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="100"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="14"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="0"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="4"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="100"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="24"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="0"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="4"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-EM10s6-XE0" algoId="28">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-EM10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-EM10s6-XE0" algoId="29">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-EM10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM15s6-XE0" algoId="30">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="25MT-EM10s6-XE0" algoId="31">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="25MT-EM10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="30MT-EM10s6-XE0" algoId="32">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="30MT-EM10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="900"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM15s6-XE0" algoId="33">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaIncl1" name="0DETA10-Js1-Js2" algoId="34">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA10-Js1-Js2"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="0"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-Js2-XE50" algoId="35">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-Js2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="0"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE50" algoId="36">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="RatioMatch" name="210RATIO-0MATCH-TAU30si2-EMall" algoId="66">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="210RATIO-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="Ratio" selection="0" value="210"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-0MATCH-TAU30si2-EMall" algoId="67">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-EM50s1" algoId="78">
-    <Fixed>
-      <Input name="Tob" value="EMs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-EM50s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="40"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="15"/>
-      <Parameter pos="3" name="PhiMin" value="15"/>
-      <Parameter pos="4" name="PhiMax" value="22"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-J100s1" algoId="79">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-J100s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="100"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="14"/>
-      <Parameter pos="3" name="PhiMin" value="15"/>
-      <Parameter pos="4" name="PhiMax" value="22"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="60">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="15"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="RatioSum" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49" algoId="61">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Input name="Tob3" value="EMs" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob3" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="UseCluster05Granularity" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin2" value="0"/>
-      <Parameter pos="2" name="EtaMax2" value="49"/>
-      <Parameter pos="3" name="MinET3" value="20"/>
-      <Parameter pos="4" name="EtaMin3" value="0"/>
-      <Parameter pos="5" name="EtaMax3" value="49"/>
-      <Parameter pos="6" name="MinMET" value="0"/>
-      <Parameter pos="7" name="HT" value="0"/>
-      <Parameter pos="8" name="SUM" value="0"/>
-      <Parameter pos="9" name="Ratio" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="1DISAMB-TAU20ab-J20ab" algoId="72">
-    <Fixed>
-      <Input name="Tob1" value="TAUab" position="0"/>
-      <Input name="Tob2" value="Jab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU20ab-J20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="0"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="DISAMB-EM15abhi-TAU12abi" algoId="73">
-    <Fixed>
-      <Input name="Tob1" value="EMabhi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-EM15abhi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="74">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="76">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-2MU6ab" algoId="7">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-ONEBARREL-MU6ab-MU4ab" algoId="46">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-ONEBARREL-MU6ab-MU4ab" algoId="50">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-2MU4ab" algoId="13">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-2MU4ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="14">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-2MU6ab" algoId="15">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-2MU6ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="75">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR28-MU10ab-TAU12abi" algoId="16">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-MU10ab-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="9"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="58">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="20"/>
-      <Parameter pos="4" name="MinDeltaPhi" selection="0" value="0"/>
-      <Parameter pos="5" name="MaxDeltaPhi" selection="0" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="DISAMB-EM15abhi-TAU40ab" algoId="71">
-    <Fixed>
-      <Input name="Tob1" value="EMabhi" position="0"/>
-      <Input name="Tob2" value="TAUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-EM15abhi-TAU40ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="80"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-AJj20s6-XE0" algoId="25">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-AJj20s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJj20s6-XE0" algoId="26">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJj20s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-AJj20s6-XE0" algoId="27">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-AJj20s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ15ab" algoId="39">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ15ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="15"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ20ab" algoId="43">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ30ab" algoId="40">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ30ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="30"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ20ab" algoId="41">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ25ab" algoId="42">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="25"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-CJ20ab-XE50" algoId="38">
-    <Fixed>
-      <Input name="Tob1" value="CJab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-CJ20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2CMU4ab" algoId="53">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-CMU6ab-CMU4ab" algoId="55">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-CMU6ab-CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU4ab" algoId="68">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU4ab[0]"/>
-        <Bit selection="1" name="MULT-CMU4ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="2"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU6ab" algoId="69">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU6ab[0]"/>
-        <Bit selection="1" name="MULT-CMU6ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-2CMU4ab" algoId="44">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-CMU6ab-CMU4ab" algoId="47">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-CMU6ab-CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-2CMU4ab" algoId="48">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-CMU6ab-CMU4ab" algoId="51">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-CMU6ab-CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="56">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM8abi-MU10ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="16"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="9"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM15abi-MUab" algoId="57">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM15abi-MUab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="2DR15-CMU4ab-MU4ab" algoId="52">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="2INVM999-CMU4ab-MU4ab" algoId="45">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="4INVM8-CMU4ab-MU4ab" algoId="49">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="KalmanMETCorrection" name="KF-XE-AJall" algoId="80">
-    <Fixed>
-      <Input name="Tob1" value="XENoSort" position="0"/>
-      <Input name="Tob2" value="AJall" position="1"/>
-      <Output name="Results" bits="6">
-        <Bit selection="0" name="KF-XE35-AJall"/>
-        <Bit selection="1" name="KF-XE45-AJall"/>
-        <Bit selection="2" name="KF-XE55-AJall"/>
-        <Bit selection="3" name="KF-XE60-AJall"/>
-        <Bit selection="4" name="KF-XE65-AJall"/>
-        <Bit selection="5" name="KF-XE75-AJall"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="6"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="KFXE" selection="0" value="35"/>
-      <Parameter pos="2" name="KFXE" selection="1" value="45"/>
-      <Parameter pos="3" name="KFXE" selection="2" value="55"/>
-      <Parameter pos="4" name="KFXE" selection="3" value="60"/>
-      <Parameter pos="5" name="KFXE" selection="4" value="65"/>
-      <Parameter pos="6" name="KFXE" selection="5" value="75"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MultiplicityCustom" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="59">
-    <Fixed>
-      <Input name="Tob" value="AJMatchall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinMultiplicity" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-AJ15all.ETA21" algoId="20">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-AJ15all.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJ20all.ETA31" algoId="21">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJ20all.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJj15all.ETA49" algoId="22">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT20-AJj15all.ETA49" algoId="23">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT20-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="62">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="08RATIO-XE0-HT0-AJj15all.ETA49" algoId="63">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="08RATIO-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="8"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="64">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="90"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="65">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="250"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20ab-XE50" algoId="37">
-    <Fixed>
-      <Input name="Tob1" value="Jab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR28-TAU20abi-TAU12abi" algoId="17">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="77">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="1DISAMB-TAU12abi-J25ab" algoId="70">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="Jab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="0"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="25"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR10-MU10ab-MU6ab" algoId="9">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR10-MU10ab-MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="9"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR99-2MU4ab" algoId="8">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR99-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="9801"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2MU4ab" algoId="10">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2MU6ab" algoId="11">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-MU6ab-MU4ab" algoId="12">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-ONEBARREL-MU6ab-MU4ab" algoId="54">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-2MU4ab" algoId="2">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-MU6ab-MU4ab" algoId="3">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-2MU6ab" algoId="4">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-2MU4ab" algoId="5">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-MU6ab-MU4ab" algoId="6">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-</TOPO_MENU>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_MC_pp_v6.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_MC_pp_v6.xml
deleted file mode 100644
index d3091270f561ba23e640e9cd594d1eafb06b9941..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_MC_pp_v6.xml
+++ /dev/null
@@ -1,2100 +0,0 @@
-<?xml version="1.0" ?>
-<TOPO_MENU menu_name="Topo_pp_vX" menu_version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1Topo algos defined: 83-->
-  <OutputList>
-    <Output algname="INVM_AJ_HighMass" triggerline="900INVM9999-AJ30s6-AJ20s6,800INVM9999-AJ30s6-AJ20s6,700INVM9999-AJ30s6-AJ20s6,500INVM9999-AJ30s6-AJ20s6" algoId="0" module="0" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="INVM_AJ_LowMass" triggerline="400INVM9999-AJ30s6-AJ20s6,300INVM9999-AJ30s6-AJ20s6,200INVM9999-AJ30s6-AJ20s6,100INVM9999-AJ30s6-AJ20s6" algoId="1" module="0" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="HT150-J20s5.ETA31" triggerline="HT150-J20s5.ETA31" algoId="25" module="0" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="HT190-J15s5.ETA21" triggerline="HT190-J15s5.ETA21" algoId="26" module="0" fpga="0" firstbit="10" clock="0"/>
-    <Output algname="05MINDPHI-EM12s6-XE0" triggerline="05MINDPHI-EM12s6-XE0" algoId="35" module="0" fpga="0" firstbit="14" clock="0"/>
-    <Output algname="05MINDPHI-EM15s6-XE0" triggerline="05MINDPHI-EM15s6-XE0" algoId="36" module="0" fpga="0" firstbit="0" clock="1"/>
-    <Output algname="25MT-EM12s6-XE0" triggerline="25MT-EM12s6-XE0" algoId="37" module="0" fpga="0" firstbit="1" clock="1"/>
-    <Output algname="35MT-EM15s6-XE0" triggerline="35MT-EM15s6-XE0" algoId="38" module="0" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE50" triggerline="10MINDPHI-J20s2-XE50" algoId="39" module="0" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="100RATIO-0MATCH-TAU30si2-EMall" triggerline="100RATIO-0MATCH-TAU30si2-EMall" algoId="60" module="0" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="NOT-0MATCH-TAU30si2-EMall" triggerline="NOT-0MATCH-TAU30si2-EMall" algoId="61" module="0" fpga="0" firstbit="8" clock="1"/>
-    <Output algname="LAR-EM50s1" triggerline="LAR-EM50s1" algoId="70" module="0" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LAR-J100s1" triggerline="LAR-J100s1" algoId="71" module="0" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="NOT-02MATCH-EM10s1-AJj15all.ETA49" triggerline="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="56" module="0" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="15MINDPHI-EM12s6-XE0" triggerline="15MINDPHI-EM12s6-XE0" algoId="73" module="0" fpga="0" firstbit="14" clock="1"/>
-    <Output algname="15MINDPHI-EM15s6-XE0" triggerline="15MINDPHI-EM15s6-XE0" algoId="74" module="0" fpga="0" firstbit="15" clock="1"/>
-    <Output algname="35MT-EM12s6-XE0" triggerline="35MT-EM12s6-XE0" algoId="75" module="0" fpga="0" firstbit="13" clock="1"/>
-    <Output algname="1DISAMB-EM15his2-TAU12abi-J25ab" triggerline="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="65" module="0" fpga="1" firstbit="2" clock="0"/>
-    <Output algname="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="67" module="0" fpga="1" firstbit="3" clock="0"/>
-    <Output algname="2INVM9-2MU6ab" triggerline="2INVM9-2MU6ab" algoId="8" module="0" fpga="1" firstbit="4" clock="0"/>
-    <Output algname="2INVM8-ONEBARREL-MU6ab-MU4ab" triggerline="2INVM8-ONEBARREL-MU6ab-MU4ab" algoId="49" module="0" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-MU6ab-MU4ab" triggerline="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="20" module="0" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-2MU6ab" triggerline="5DETA99-5DPHI99-2MU6ab" algoId="21" module="0" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="1DISAMB-TAU20abi-TAU12abi-J25ab" triggerline="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="66" module="0" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="0DR28-MU10ab-TAU12abi" triggerline="0DR28-MU10ab-TAU12abi" algoId="22" module="0" fpga="1" firstbit="11" clock="0"/>
-    <Output algname="0DETA20-0DPHI20-TAU20abi-TAU12abi" triggerline="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="54" module="0" fpga="1" firstbit="12" clock="0"/>
-    <Output algname="DISAMB-0DR28-EM15his2-TAU12abi" triggerline="DISAMB-0DR28-EM15his2-TAU12abi" algoId="76" module="0" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="DISAMB-30INVM-EM20his2-TAU12ab" triggerline="DISAMB-30INVM-EM20his2-TAU12ab" algoId="81" module="0" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" triggerline="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" algoId="82" module="0" fpga="0" firstbit="15" clock="0"/>
-    <Output algname="0DR22-2MU6ab" triggerline="0DR22-2MU6ab" algoId="17" module="0" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="7INVM15-2MU4ab" triggerline="7INVM15-2MU4ab" algoId="9" module="0" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="0DR22-MU6ab-MU4ab" triggerline="0DR22-MU6ab-MU4ab" algoId="18" module="0" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="0DR15-2MU4ab" triggerline="0DR15-2MU4ab" algoId="13" module="0" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="0DR24-2MU4ab" triggerline="0DR24-2MU4ab" algoId="16" module="0" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="0DR15-2MU6ab" triggerline="0DR15-2MU6ab" algoId="19" module="0" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="2INVM9-2MU4ab" triggerline="2INVM9-2MU4ab" algoId="3" module="0" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="2INVM9-MU6ab-MU4ab" triggerline="2INVM9-MU6ab-MU4ab" algoId="6" module="0" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="INVM_EMs6" triggerline="1INVM5-EMs1-EMs6,1INVM5-EM7s1-EMs6,1INVM5-EM12s1-EMs6" algoId="31" module="0" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="05MINDPHI-AJj10s6-XE0" triggerline="05MINDPHI-AJj10s6-XE0" algoId="32" module="1" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="10MINDPHI-AJj10s6-XE0" triggerline="10MINDPHI-AJj10s6-XE0" algoId="33" module="1" fpga="0" firstbit="1" clock="0"/>
-    <Output algname="15MINDPHI-AJj10s6-XE0" triggerline="15MINDPHI-AJj10s6-XE0" algoId="34" module="1" fpga="0" firstbit="2" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ15ab" triggerline="0DR04-MU4ab-CJ15ab" algoId="43" module="1" fpga="0" firstbit="3" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ20ab" triggerline="0DR04-MU4ab-CJ20ab" algoId="47" module="1" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ30ab" triggerline="0DR04-MU4ab-CJ30ab" algoId="44" module="1" fpga="0" firstbit="5" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ20ab" triggerline="0DR04-MU6ab-CJ20ab" algoId="45" module="1" fpga="0" firstbit="6" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ25ab" triggerline="0DR04-MU6ab-CJ25ab" algoId="46" module="1" fpga="0" firstbit="7" clock="0"/>
-    <Output algname="10MINDPHI-CJ20ab-XE50" triggerline="10MINDPHI-CJ20ab-XE50" algoId="41" module="1" fpga="0" firstbit="8" clock="0"/>
-    <Output algname="0DR24-2CMU4ab" triggerline="0DR24-2CMU4ab" algoId="50" module="1" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="MULT-CMU4ab" triggerline="MULT-CMU4ab[0],MULT-CMU4ab[1]" algoId="62" module="1" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="MULT-CMU6ab" triggerline="MULT-CMU6ab[0],MULT-CMU6ab[1]" algoId="63" module="1" fpga="0" firstbit="13" clock="0"/>
-    <Output algname="0DETA04-0DPHI03-EM8abi-MU10ab" triggerline="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="52" module="1" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="0DETA04-0DPHI03-EM15abi-MUab" triggerline="0DETA04-0DPHI03-EM15abi-MUab" algoId="53" module="1" fpga="0" firstbit="4" clock="1"/>
-    <Output algname="0DR24-CMU4ab-MU4ab" triggerline="0DR24-CMU4ab-MU4ab" algoId="51" module="1" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="2INVM8-CMU4ab-MU4ab" triggerline="2INVM8-CMU4ab-MU4ab" algoId="48" module="1" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="0DR25-TAU20abi-TAU12abi" triggerline="0DR25-TAU20abi-TAU12abi" algoId="24" module="1" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="10MINDPHI-AJ20s2-XE50" triggerline="10MINDPHI-AJ20s2-XE50" algoId="77" module="1" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LATE-MU10s1" triggerline="LATE-MU10s1" algoId="78" module="1" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" algoId="69" module="1" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE30" triggerline="10MINDPHI-J20s2-XE30" algoId="42" module="0" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="KF-XE-AJall" triggerline="KF-XE40-AJall,KF-XE50-AJall,KF-XE55-AJall,KF-XE60-AJall,KF-XE65-AJall,KF-XE75-AJall" algoId="72" module="1" fpga="1" firstbit="0" clock="0"/>
-    <Output algname="0MATCH-4AJ20.ETA31-4AJj15.ETA31" triggerline="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="55" module="1" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="HT190-AJ15all.ETA21" triggerline="HT190-AJ15all.ETA21" algoId="27" module="1" fpga="1" firstbit="7" clock="0"/>
-    <Output algname="HT150-AJ20all.ETA31" triggerline="HT150-AJ20all.ETA31" algoId="28" module="1" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="HT150-AJj15all.ETA49" triggerline="HT150-AJj15all.ETA49" algoId="29" module="1" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="HT20-AJj15all.ETA49" triggerline="HT20-AJj15all.ETA49" algoId="30" module="1" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="SC111-CJ15ab.ETA26" triggerline="SC111-CJ15ab.ETA26" algoId="79" module="1" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="SC85-CJ15ab.ETA26" triggerline="SC85-CJ15ab.ETA26" algoId="80" module="1" fpga="0" firstbit="12" clock="1"/>
-    <Output algname="05RATIO-XE0-HT0-AJj15all.ETA49" triggerline="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="57" module="1" fpga="1" firstbit="13" clock="0"/>
-    <Output algname="90RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="58" module="1" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="250RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="59" module="1" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="10MINDPHI-J20ab-XE50" triggerline="10MINDPHI-J20ab-XE50" algoId="40" module="1" fpga="1" firstbit="1" clock="1"/>
-    <Output algname="0DR28-TAU20abi-TAU12abi" triggerline="0DR28-TAU20abi-TAU12abi" algoId="23" module="1" fpga="1" firstbit="2" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="68" module="1" fpga="1" firstbit="3" clock="1"/>
-    <Output algname="1DISAMB-TAU12abi-J25ab" triggerline="1DISAMB-TAU12abi-J25ab" algoId="64" module="1" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="0DR10-MU10ab-MU6ab" triggerline="0DR10-MU10ab-MU6ab" algoId="11" module="1" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="2DR99-2MU4ab" triggerline="2DR99-2MU4ab" algoId="10" module="1" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="0DR34-2MU4ab" triggerline="0DR34-2MU4ab" algoId="15" module="1" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="2DR15-2MU6ab" triggerline="2DR15-2MU6ab" algoId="12" module="1" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="0DR15-MU6ab-MU4ab" triggerline="0DR15-MU6ab-MU4ab" algoId="14" module="1" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="8INVM15-MU6ab-MU4ab" triggerline="8INVM15-MU6ab-MU4ab" algoId="4" module="1" fpga="1" firstbit="12" clock="1"/>
-    <Output algname="8INVM15-2MU6ab" triggerline="8INVM15-2MU6ab" algoId="7" module="1" fpga="1" firstbit="13" clock="1"/>
-    <Output algname="2INVM8-2MU4ab" triggerline="2INVM8-2MU4ab" algoId="2" module="1" fpga="1" firstbit="14" clock="1"/>
-    <Output algname="2INVM8-MU6ab-MU4ab" triggerline="2INVM8-MU6ab-MU4ab" algoId="5" module="1" fpga="1" firstbit="15" clock="1"/>
-  </OutputList>
-
-  <TopoConfig>
-  </TopoConfig>
-
-  <SortAlgo type="ClusterNoSort" name="EMall" output="EMall" algoId="0">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMall"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="OutputWidth" value=":InputWidthEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUabi" output="TAUabi" algoId="1">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUabi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="EMabi" output="EMabi" algoId="2">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMabi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectEM:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="16"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUab" output="TAUab" algoId="4">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUab"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="DoIsoCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="0"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMs" output="EMs" algoId="5">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMs"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="DoIsoCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMshi" output="EMshi" algoId="6">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMshi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="TAUsi" output="TAUsi" algoId="7">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUsi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortTAU:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="2"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJall" output="AJall" algoId="8">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value=":DefaultJetSize:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJjall" output="AJjall" algoId="9">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="1"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSortMatch" name="AJMatchall" output="AJMatchall" algoId="10">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJMatchall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="15"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="Jab" output="Jab" algoId="11">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Jab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="CJab" output="CJab" algoId="12">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="CJab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="26"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJjs" output="AJjs" algoId="13">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="1"/>
-      <Generic name="DoEtaCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJs" output="AJs" algoId="14">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="Js" output="Js" algoId="15">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Js"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="METNoSort" name="XENoSort" output="XENoSort" algoId="16">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XENoSort"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MetSort" name="XE" output="XE" algoId="17">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XE"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="MUab" output="MUab" algoId="18">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="MUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="CMUab" output="CMUab" algoId="19">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="CMUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="10"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSort_1BC" name="LMUs" output="LMUs" algoId="20">
-    <Fixed>
-      <Input name="LateMuonTobArray" value="LateMuonTobArray"/>
-      <Output name="TobArrayOut" value="LMUs"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortMU:"/>
-      <Generic name="nDelayedMuons" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_HighMass" algoId="0">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="900INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="800INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="700INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="500INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="810000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="640000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="490000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="250000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_LowMass" algoId="1">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="400INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="300INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="200INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="100INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="90000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="40000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="10000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-J20s5.ETA31" algoId="25">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-J20s5.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-J15s5.ETA21" algoId="26">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-J15s5.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM12s6-XE0" algoId="35">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM15s6-XE0" algoId="36">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="25MT-EM12s6-XE0" algoId="37">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="25MT-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM15s6-XE0" algoId="38">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE50" algoId="39">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="RatioMatch" name="100RATIO-0MATCH-TAU30si2-EMall" algoId="60">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="100RATIO-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="Ratio" selection="0" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-0MATCH-TAU30si2-EMall" algoId="61">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-EM50s1" algoId="70">
-    <Fixed>
-      <Input name="Tob" value="EMs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-EM50s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="40"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="15"/>
-      <Parameter pos="3" name="PhiMin" value="16"/>
-      <Parameter pos="4" name="PhiMax" value="23"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-J100s1" algoId="71">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-J100s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="100"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="14"/>
-      <Parameter pos="3" name="PhiMin" value="16"/>
-      <Parameter pos="4" name="PhiMax" value="23"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="56">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="15"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-EM12s6-XE0" algoId="73">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-EM15s6-XE0" algoId="74">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM12s6-XE0" algoId="75">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="65">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="67">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-2MU6ab" algoId="8">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-ONEBARREL-MU6ab-MU4ab" algoId="49">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="20">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-2MU6ab" algoId="21">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-2MU6ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="66">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR28-MU10ab-TAU12abi" algoId="22">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-MU10ab-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="9"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="54">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="20"/>
-      <Parameter pos="4" name="MinDeltaPhi" selection="0" value="0"/>
-      <Parameter pos="5" name="MaxDeltaPhi" selection="0" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl2" name="DISAMB-0DR28-EM15his2-TAU12abi" algoId="76">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DisambDRSqrMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationInvmIncl2" name="DISAMB-30INVM-EM20his2-TAU12ab" algoId="81">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-30INVM-EM20his2-TAU12ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="MinMSqr" value="900"/>
-      <Parameter pos="3" name="MaxMSqr" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" algoId="82">
-    <Fixed>
-      <Input name="Tob1" value="AJs" position="0"/>
-      <Input name="Tob2" value="AJs" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-      <Parameter pos="2" name="MinMSqr" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" value="99980001"/>
-      <Parameter pos="4" name="MinEta1" value="0"/>
-      <Parameter pos="5" name="MaxEta1" value="31"/>
-      <Parameter pos="6" name="MinEta2" value="31"/>
-      <Parameter pos="7" name="MaxEta2" value="49"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR22-2MU6ab" algoId="17">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR22-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="484"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="7INVM15-2MU4ab" algoId="9">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="7INVM15-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="49"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR22-MU6ab-MU4ab" algoId="18">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR22-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="484"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-2MU4ab" algoId="13">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR24-2MU4ab" algoId="16">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-2MU6ab" algoId="19">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-2MU4ab" algoId="3">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-MU6ab-MU4ab" algoId="6">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="INVM_EMs6" algoId="31">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="EMs" position="1"/>
-      <Output name="Results" bits="3">
-        <Bit selection="0" name="1INVM5-EMs1-EMs6"/>
-        <Bit selection="1" name="1INVM5-EM7s1-EMs6"/>
-        <Bit selection="2" name="1INVM5-EM12s1-EMs6"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":OutputWidthSortEM:"/>
-      <Generic name="NumResultBits" value="3"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="0"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="100"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="14"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="0"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="4"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="100"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="24"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="0"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="4"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-AJj10s6-XE0" algoId="32">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJj10s6-XE0" algoId="33">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-AJj10s6-XE0" algoId="34">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ15ab" algoId="43">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ15ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="15"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ20ab" algoId="47">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ30ab" algoId="44">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ30ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="30"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ20ab" algoId="45">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ25ab" algoId="46">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="25"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-CJ20ab-XE50" algoId="41">
-    <Fixed>
-      <Input name="Tob1" value="CJab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-CJ20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR24-2CMU4ab" algoId="50">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU4ab" algoId="62">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU4ab[0]"/>
-        <Bit selection="1" name="MULT-CMU4ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="2"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU6ab" algoId="63">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU6ab[0]"/>
-        <Bit selection="1" name="MULT-CMU6ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="52">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM8abi-MU10ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="16"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="9"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM15abi-MUab" algoId="53">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM15abi-MUab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR24-CMU4ab-MU4ab" algoId="51">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="2INVM8-CMU4ab-MU4ab" algoId="48">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR25-TAU20abi-TAU12abi" algoId="24">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR25-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJ20s2-XE50" algoId="77">
-    <Fixed>
-      <Input name="Tob1" value="AJs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJ20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="EtCut" name="LATE-MU10s1" algoId="78">
-    <Fixed>
-      <Input name="Tob" value="LMUs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LATE-MU10s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":NumberOfDelayedMuons:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="9"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" algoId="69">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="625"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE30" algoId="42">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE30"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="30"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="KalmanMETCorrection" name="KF-XE-AJall" algoId="72">
-    <Fixed>
-      <Input name="Tob1" value="XENoSort" position="0"/>
-      <Input name="Tob2" value="AJall" position="1"/>
-      <Output name="Results" bits="6">
-        <Bit selection="0" name="KF-XE40-AJall"/>
-        <Bit selection="1" name="KF-XE50-AJall"/>
-        <Bit selection="2" name="KF-XE55-AJall"/>
-        <Bit selection="3" name="KF-XE60-AJall"/>
-        <Bit selection="4" name="KF-XE65-AJall"/>
-        <Bit selection="5" name="KF-XE75-AJall"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="6"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="KFXE" selection="0" value="40"/>
-      <Parameter pos="2" name="KFXE" selection="1" value="50"/>
-      <Parameter pos="3" name="KFXE" selection="2" value="55"/>
-      <Parameter pos="4" name="KFXE" selection="3" value="60"/>
-      <Parameter pos="5" name="KFXE" selection="4" value="65"/>
-      <Parameter pos="6" name="KFXE" selection="5" value="75"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MultiplicityCustom" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="55">
-    <Fixed>
-      <Input name="Tob" value="AJMatchall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinMultiplicity" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-AJ15all.ETA21" algoId="27">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-AJ15all.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJ20all.ETA31" algoId="28">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJ20all.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJj15all.ETA49" algoId="29">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT20-AJj15all.ETA49" algoId="30">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT20-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="SimpleCone" name="SC111-CJ15ab.ETA26" algoId="79">
-    <Fixed>
-      <Input name="Tob" value="CJab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="SC111-CJ15ab.ETA26"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectJET:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinSumET" value="111"/>
-      <Parameter pos="2" name="MaxRSqr" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="SimpleCone" name="SC85-CJ15ab.ETA26" algoId="80">
-    <Fixed>
-      <Input name="Tob" value="CJab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="SC85-CJ15ab.ETA26"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectJET:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinSumET" value="85"/>
-      <Parameter pos="2" name="MaxRSqr" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="57">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="58">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="90"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="59">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="250"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20ab-XE50" algoId="40">
-    <Fixed>
-      <Input name="Tob1" value="Jab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR28-TAU20abi-TAU12abi" algoId="23">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="68">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="1DISAMB-TAU12abi-J25ab" algoId="64">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="Jab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="0"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="25"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR10-MU10ab-MU6ab" algoId="11">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR10-MU10ab-MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="9"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR99-2MU4ab" algoId="10">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR99-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="9801"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR34-2MU4ab" algoId="15">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR34-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="1156"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2MU6ab" algoId="12">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-MU6ab-MU4ab" algoId="14">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="8INVM15-MU6ab-MU4ab" algoId="4">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="8INVM15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="64"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="8INVM15-2MU6ab" algoId="7">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="8INVM15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="64"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-2MU4ab" algoId="2">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-MU6ab-MU4ab" algoId="5">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-</TOPO_MENU>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_MC_pp_v7.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_MC_pp_v7.xml
deleted file mode 100644
index e7eeb1eb916e964d04dc9e0a6a04becb09e534fd..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_MC_pp_v7.xml
+++ /dev/null
@@ -1,2140 +0,0 @@
-<?xml version="1.0" ?>
-<TOPO_MENU menu_name="Topo_pp_vX" menu_version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1Topo algos defined: 85-->
-  <OutputList>
-    <Output algname="INVM_AJ_HighMass" triggerline="900INVM9999-AJ30s6-AJ20s6,800INVM9999-AJ30s6-AJ20s6,700INVM9999-AJ30s6-AJ20s6,500INVM9999-AJ30s6-AJ20s6" algoId="0" module="0" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="INVM_AJ_LowMass" triggerline="400INVM9999-AJ30s6-AJ20s6,300INVM9999-AJ30s6-AJ20s6,200INVM9999-AJ30s6-AJ20s6,100INVM9999-AJ30s6-AJ20s6" algoId="1" module="0" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="HT150-J20s5.ETA31" triggerline="HT150-J20s5.ETA31" algoId="25" module="0" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="HT190-J15s5.ETA21" triggerline="HT190-J15s5.ETA21" algoId="26" module="0" fpga="0" firstbit="10" clock="0"/>
-    <Output algname="05MINDPHI-EM12s6-XE0" triggerline="05MINDPHI-EM12s6-XE0" algoId="35" module="0" fpga="0" firstbit="14" clock="0"/>
-    <Output algname="05MINDPHI-EM15s6-XE0" triggerline="05MINDPHI-EM15s6-XE0" algoId="36" module="0" fpga="0" firstbit="0" clock="1"/>
-    <Output algname="25MT-EM12s6-XE0" triggerline="25MT-EM12s6-XE0" algoId="37" module="0" fpga="0" firstbit="1" clock="1"/>
-    <Output algname="35MT-EM15s6-XE0" triggerline="35MT-EM15s6-XE0" algoId="38" module="0" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE50" triggerline="10MINDPHI-J20s2-XE50" algoId="39" module="0" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="100RATIO-0MATCH-TAU30si2-EMall" triggerline="100RATIO-0MATCH-TAU30si2-EMall" algoId="62" module="0" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="NOT-0MATCH-TAU30si2-EMall" triggerline="NOT-0MATCH-TAU30si2-EMall" algoId="63" module="0" fpga="0" firstbit="8" clock="1"/>
-    <Output algname="LAR-EM50s1" triggerline="LAR-EM50s1" algoId="72" module="0" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LAR-J100s1" triggerline="LAR-J100s1" algoId="73" module="0" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="NOT-02MATCH-EM10s1-AJj15all.ETA49" triggerline="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="58" module="0" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="15MINDPHI-EM12s6-XE0" triggerline="15MINDPHI-EM12s6-XE0" algoId="75" module="0" fpga="0" firstbit="14" clock="1"/>
-    <Output algname="15MINDPHI-EM15s6-XE0" triggerline="15MINDPHI-EM15s6-XE0" algoId="76" module="0" fpga="0" firstbit="15" clock="1"/>
-    <Output algname="35MT-EM12s6-XE0" triggerline="35MT-EM12s6-XE0" algoId="77" module="0" fpga="0" firstbit="13" clock="1"/>
-    <Output algname="1DISAMB-EM15his2-TAU12abi-J25ab" triggerline="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="67" module="0" fpga="1" firstbit="2" clock="0"/>
-    <Output algname="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="69" module="0" fpga="1" firstbit="3" clock="0"/>
-    <Output algname="2INVM9-2MU6ab" triggerline="2INVM9-2MU6ab" algoId="8" module="0" fpga="1" firstbit="4" clock="0"/>
-    <Output algname="2INVM8-ONEBARREL-MU6ab-MU4ab" triggerline="2INVM8-ONEBARREL-MU6ab-MU4ab" algoId="49" module="0" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-MU6ab-MU4ab" triggerline="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="20" module="0" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-2MU6ab" triggerline="5DETA99-5DPHI99-2MU6ab" algoId="21" module="0" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="1DISAMB-TAU20abi-TAU12abi-J25ab" triggerline="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="68" module="0" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="0DR28-MU10ab-TAU12abi" triggerline="0DR28-MU10ab-TAU12abi" algoId="22" module="0" fpga="1" firstbit="11" clock="0"/>
-    <Output algname="0DETA20-0DPHI20-TAU20abi-TAU12abi" triggerline="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="52" module="0" fpga="1" firstbit="12" clock="0"/>
-    <Output algname="DISAMB-0DR28-EM15his2-TAU12abi" triggerline="DISAMB-0DR28-EM15his2-TAU12abi" algoId="78" module="0" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="DISAMB-30INVM-EM20his2-TAU12ab" triggerline="DISAMB-30INVM-EM20his2-TAU12ab" algoId="83" module="0" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" triggerline="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" algoId="84" module="0" fpga="0" firstbit="15" clock="0"/>
-    <Output algname="0DR22-2MU6ab" triggerline="0DR22-2MU6ab" algoId="17" module="0" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="7INVM15-2MU4ab" triggerline="7INVM15-2MU4ab" algoId="9" module="0" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="0DR22-MU6ab-MU4ab" triggerline="0DR22-MU6ab-MU4ab" algoId="18" module="0" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="0DR15-2MU4ab" triggerline="0DR15-2MU4ab" algoId="13" module="0" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="0DR24-2MU4ab" triggerline="0DR24-2MU4ab" algoId="16" module="0" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="0DR15-2MU6ab" triggerline="0DR15-2MU6ab" algoId="19" module="0" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="2INVM9-2MU4ab" triggerline="2INVM9-2MU4ab" algoId="3" module="0" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="2INVM9-MU6ab-MU4ab" triggerline="2INVM9-MU6ab-MU4ab" algoId="6" module="0" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="INVM_EMs6" triggerline="1INVM5-EMs1-EMs6,1INVM5-EM7s1-EMs6,1INVM5-EM12s1-EMs6" algoId="31" module="0" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="05MINDPHI-AJj10s6-XE0" triggerline="05MINDPHI-AJj10s6-XE0" algoId="32" module="1" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="10MINDPHI-AJj10s6-XE0" triggerline="10MINDPHI-AJj10s6-XE0" algoId="33" module="1" fpga="0" firstbit="1" clock="0"/>
-    <Output algname="15MINDPHI-AJj10s6-XE0" triggerline="15MINDPHI-AJj10s6-XE0" algoId="34" module="1" fpga="0" firstbit="2" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ15ab" triggerline="0DR04-MU4ab-CJ15ab" algoId="43" module="1" fpga="0" firstbit="3" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ20ab" triggerline="0DR04-MU4ab-CJ20ab" algoId="47" module="1" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ30ab" triggerline="0DR04-MU4ab-CJ30ab" algoId="44" module="1" fpga="0" firstbit="5" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ20ab" triggerline="0DR04-MU6ab-CJ20ab" algoId="45" module="1" fpga="0" firstbit="6" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ25ab" triggerline="0DR04-MU6ab-CJ25ab" algoId="46" module="1" fpga="0" firstbit="7" clock="0"/>
-    <Output algname="10MINDPHI-CJ20ab-XE50" triggerline="10MINDPHI-CJ20ab-XE50" algoId="41" module="1" fpga="0" firstbit="8" clock="0"/>
-    <Output algname="0DR24-2CMU4ab" triggerline="0DR24-2CMU4ab" algoId="50" module="1" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="MULT-CMU4ab" triggerline="MULT-CMU4ab[0],MULT-CMU4ab[1]" algoId="64" module="1" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="MULT-CMU6ab" triggerline="MULT-CMU6ab[0],MULT-CMU6ab[1]" algoId="65" module="1" fpga="0" firstbit="13" clock="0"/>
-    <Output algname="0DETA04-EM8abi-MU10ab" triggerline="0DETA04-EM8abi-MU10ab" algoId="53" module="1" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="0DPHI03-EM8abi-MU10ab" triggerline="0DPHI03-EM8abi-MU10ab" algoId="55" module="1" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="0DETA04-EM15abi-MUab" triggerline="0DETA04-EM15abi-MUab" algoId="54" module="1" fpga="0" firstbit="4" clock="1"/>
-    <Output algname="0DPHI03-EM15abi-MUab" triggerline="0DPHI03-EM15abi-MUab" algoId="56" module="1" fpga="0" firstbit="8" clock="1"/>
-    <Output algname="0DR24-CMU4ab-MU4ab" triggerline="0DR24-CMU4ab-MU4ab" algoId="51" module="1" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="2INVM8-CMU4ab-MU4ab" triggerline="2INVM8-CMU4ab-MU4ab" algoId="48" module="1" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="0DR25-TAU20abi-TAU12abi" triggerline="0DR25-TAU20abi-TAU12abi" algoId="24" module="1" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="10MINDPHI-AJ20s2-XE50" triggerline="10MINDPHI-AJ20s2-XE50" algoId="79" module="1" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LATE-MU10s1" triggerline="LATE-MU10s1" algoId="80" module="1" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" algoId="71" module="1" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE30" triggerline="10MINDPHI-J20s2-XE30" algoId="42" module="0" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="KF-XE-AJall" triggerline="KF-XE40-AJall,KF-XE50-AJall,KF-XE55-AJall,KF-XE60-AJall,KF-XE65-AJall,KF-XE75-AJall" algoId="74" module="1" fpga="1" firstbit="0" clock="0"/>
-    <Output algname="0MATCH-4AJ20.ETA31-4AJj15.ETA31" triggerline="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="57" module="1" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="HT190-AJ15all.ETA21" triggerline="HT190-AJ15all.ETA21" algoId="27" module="1" fpga="1" firstbit="7" clock="0"/>
-    <Output algname="HT150-AJ20all.ETA31" triggerline="HT150-AJ20all.ETA31" algoId="28" module="1" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="HT150-AJj15all.ETA49" triggerline="HT150-AJj15all.ETA49" algoId="29" module="1" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="HT20-AJj15all.ETA49" triggerline="HT20-AJj15all.ETA49" algoId="30" module="1" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="SC111-CJ15ab.ETA26" triggerline="SC111-CJ15ab.ETA26" algoId="81" module="1" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="SC85-CJ15ab.ETA26" triggerline="SC85-CJ15ab.ETA26" algoId="82" module="1" fpga="0" firstbit="12" clock="1"/>
-    <Output algname="05RATIO-XE0-HT0-AJj15all.ETA49" triggerline="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="59" module="1" fpga="1" firstbit="13" clock="0"/>
-    <Output algname="90RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="60" module="1" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="250RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="61" module="1" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="10MINDPHI-J20ab-XE50" triggerline="10MINDPHI-J20ab-XE50" algoId="40" module="1" fpga="1" firstbit="1" clock="1"/>
-    <Output algname="0DR28-TAU20abi-TAU12abi" triggerline="0DR28-TAU20abi-TAU12abi" algoId="23" module="1" fpga="1" firstbit="2" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="70" module="1" fpga="1" firstbit="3" clock="1"/>
-    <Output algname="1DISAMB-TAU12abi-J25ab" triggerline="1DISAMB-TAU12abi-J25ab" algoId="66" module="1" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="0DR10-MU10ab-MU6ab" triggerline="0DR10-MU10ab-MU6ab" algoId="11" module="1" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="2DR99-2MU4ab" triggerline="2DR99-2MU4ab" algoId="10" module="1" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="0DR34-2MU4ab" triggerline="0DR34-2MU4ab" algoId="15" module="1" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="2DR15-2MU6ab" triggerline="2DR15-2MU6ab" algoId="12" module="1" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="0DR15-MU6ab-MU4ab" triggerline="0DR15-MU6ab-MU4ab" algoId="14" module="1" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="8INVM15-MU6ab-MU4ab" triggerline="8INVM15-MU6ab-MU4ab" algoId="4" module="1" fpga="1" firstbit="12" clock="1"/>
-    <Output algname="8INVM15-2MU6ab" triggerline="8INVM15-2MU6ab" algoId="7" module="1" fpga="1" firstbit="13" clock="1"/>
-    <Output algname="2INVM8-2MU4ab" triggerline="2INVM8-2MU4ab" algoId="2" module="1" fpga="1" firstbit="14" clock="1"/>
-    <Output algname="2INVM8-MU6ab-MU4ab" triggerline="2INVM8-MU6ab-MU4ab" algoId="5" module="1" fpga="1" firstbit="15" clock="1"/>
-  </OutputList>
-
-  <TopoConfig>
-  </TopoConfig>
-
-  <SortAlgo type="ClusterNoSort" name="EMall" output="EMall" algoId="0">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMall"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="OutputWidth" value=":InputWidthEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUabi" output="TAUabi" algoId="1">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUabi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="EMabi" output="EMabi" algoId="2">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMabi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectEM:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="16"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUab" output="TAUab" algoId="4">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUab"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="DoIsoCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="0"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMs" output="EMs" algoId="5">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMs"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="DoIsoCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMshi" output="EMshi" algoId="6">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMshi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="TAUsi" output="TAUsi" algoId="7">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUsi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortTAU:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="2"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJall" output="AJall" algoId="8">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value=":DefaultJetSize:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJjall" output="AJjall" algoId="9">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="1"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSortMatch" name="AJMatchall" output="AJMatchall" algoId="10">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJMatchall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="15"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="Jab" output="Jab" algoId="11">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Jab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="CJab" output="CJab" algoId="12">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="CJab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="26"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJjs" output="AJjs" algoId="13">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="1"/>
-      <Generic name="DoEtaCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJs" output="AJs" algoId="14">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="Js" output="Js" algoId="15">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Js"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="METNoSort" name="XENoSort" output="XENoSort" algoId="16">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XENoSort"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MetSort" name="XE" output="XE" algoId="17">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XE"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="MUab" output="MUab" algoId="18">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="MUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="CMUab" output="CMUab" algoId="19">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="CMUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="10"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSort_1BC" name="LMUs" output="LMUs" algoId="20">
-    <Fixed>
-      <Input name="LateMuonTobArray" value="LateMuonTobArray"/>
-      <Output name="TobArrayOut" value="LMUs"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortMU:"/>
-      <Generic name="nDelayedMuons" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_HighMass" algoId="0">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="900INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="800INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="700INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="500INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="810000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="640000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="490000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="250000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_LowMass" algoId="1">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="400INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="300INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="200INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="100INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="90000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="40000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="10000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-J20s5.ETA31" algoId="25">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-J20s5.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-J15s5.ETA21" algoId="26">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-J15s5.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM12s6-XE0" algoId="35">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM15s6-XE0" algoId="36">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="25MT-EM12s6-XE0" algoId="37">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="25MT-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM15s6-XE0" algoId="38">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE50" algoId="39">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="RatioMatch" name="100RATIO-0MATCH-TAU30si2-EMall" algoId="62">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="100RATIO-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="Ratio" selection="0" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-0MATCH-TAU30si2-EMall" algoId="63">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-EM50s1" algoId="72">
-    <Fixed>
-      <Input name="Tob" value="EMs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-EM50s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="40"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="15"/>
-      <Parameter pos="3" name="PhiMin" value="16"/>
-      <Parameter pos="4" name="PhiMax" value="23"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-J100s1" algoId="73">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-J100s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="100"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="14"/>
-      <Parameter pos="3" name="PhiMin" value="16"/>
-      <Parameter pos="4" name="PhiMax" value="23"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="58">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="15"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-EM12s6-XE0" algoId="75">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-EM15s6-XE0" algoId="76">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM12s6-XE0" algoId="77">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="67">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="69">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-2MU6ab" algoId="8">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-ONEBARREL-MU6ab-MU4ab" algoId="49">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="20">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-2MU6ab" algoId="21">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-2MU6ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="68">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR28-MU10ab-TAU12abi" algoId="22">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-MU10ab-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="9"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="52">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="20"/>
-      <Parameter pos="4" name="MinDeltaPhi" selection="0" value="0"/>
-      <Parameter pos="5" name="MaxDeltaPhi" selection="0" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl2" name="DISAMB-0DR28-EM15his2-TAU12abi" algoId="78">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DisambDRSqrMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationInvmIncl2" name="DISAMB-30INVM-EM20his2-TAU12ab" algoId="83">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-30INVM-EM20his2-TAU12ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="MinMSqr" value="900"/>
-      <Parameter pos="3" name="MaxMSqr" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" algoId="84">
-    <Fixed>
-      <Input name="Tob1" value="AJs" position="0"/>
-      <Input name="Tob2" value="AJs" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-      <Parameter pos="2" name="MinMSqr" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" value="99980001"/>
-      <Parameter pos="4" name="MinEta1" value="0"/>
-      <Parameter pos="5" name="MaxEta1" value="31"/>
-      <Parameter pos="6" name="MinEta2" value="31"/>
-      <Parameter pos="7" name="MaxEta2" value="49"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR22-2MU6ab" algoId="17">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR22-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="484"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="7INVM15-2MU4ab" algoId="9">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="7INVM15-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="49"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR22-MU6ab-MU4ab" algoId="18">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR22-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="484"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-2MU4ab" algoId="13">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR24-2MU4ab" algoId="16">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-2MU6ab" algoId="19">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-2MU4ab" algoId="3">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-MU6ab-MU4ab" algoId="6">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="INVM_EMs6" algoId="31">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="EMs" position="1"/>
-      <Output name="Results" bits="3">
-        <Bit selection="0" name="1INVM5-EMs1-EMs6"/>
-        <Bit selection="1" name="1INVM5-EM7s1-EMs6"/>
-        <Bit selection="2" name="1INVM5-EM12s1-EMs6"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":OutputWidthSortEM:"/>
-      <Generic name="NumResultBits" value="3"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="0"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="100"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="14"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="0"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="4"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="100"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="24"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="0"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="4"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-AJj10s6-XE0" algoId="32">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJj10s6-XE0" algoId="33">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-AJj10s6-XE0" algoId="34">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ15ab" algoId="43">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ15ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="15"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ20ab" algoId="47">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ30ab" algoId="44">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ30ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="30"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ20ab" algoId="45">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ25ab" algoId="46">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="25"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-CJ20ab-XE50" algoId="41">
-    <Fixed>
-      <Input name="Tob1" value="CJab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-CJ20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR24-2CMU4ab" algoId="50">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU4ab" algoId="64">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU4ab[0]"/>
-        <Bit selection="1" name="MULT-CMU4ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="2"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU6ab" algoId="65">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU6ab[0]"/>
-        <Bit selection="1" name="MULT-CMU6ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaIncl2" name="0DETA04-EM8abi-MU10ab" algoId="53">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-EM8abi-MU10ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="16"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="9"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaPhiIncl2" name="0DPHI03-EM8abi-MU10ab" algoId="55">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DPHI03-EM8abi-MU10ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="16"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="9"/>
-      <Parameter pos="2" name="MinDeltaPhi" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaPhi" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaIncl2" name="0DETA04-EM15abi-MUab" algoId="54">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-EM15abi-MUab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaPhiIncl2" name="0DPHI03-EM15abi-MUab" algoId="56">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DPHI03-EM15abi-MUab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinDeltaPhi" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaPhi" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR24-CMU4ab-MU4ab" algoId="51">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="2INVM8-CMU4ab-MU4ab" algoId="48">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR25-TAU20abi-TAU12abi" algoId="24">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR25-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJ20s2-XE50" algoId="79">
-    <Fixed>
-      <Input name="Tob1" value="AJs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJ20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="EtCut" name="LATE-MU10s1" algoId="80">
-    <Fixed>
-      <Input name="Tob" value="LMUs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LATE-MU10s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":NumberOfDelayedMuons:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="9"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" algoId="71">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="625"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE30" algoId="42">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE30"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="30"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="KalmanMETCorrection" name="KF-XE-AJall" algoId="74">
-    <Fixed>
-      <Input name="Tob1" value="XENoSort" position="0"/>
-      <Input name="Tob2" value="AJall" position="1"/>
-      <Output name="Results" bits="6">
-        <Bit selection="0" name="KF-XE40-AJall"/>
-        <Bit selection="1" name="KF-XE50-AJall"/>
-        <Bit selection="2" name="KF-XE55-AJall"/>
-        <Bit selection="3" name="KF-XE60-AJall"/>
-        <Bit selection="4" name="KF-XE65-AJall"/>
-        <Bit selection="5" name="KF-XE75-AJall"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="6"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="KFXE" selection="0" value="40"/>
-      <Parameter pos="2" name="KFXE" selection="1" value="50"/>
-      <Parameter pos="3" name="KFXE" selection="2" value="55"/>
-      <Parameter pos="4" name="KFXE" selection="3" value="60"/>
-      <Parameter pos="5" name="KFXE" selection="4" value="65"/>
-      <Parameter pos="6" name="KFXE" selection="5" value="75"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MultiplicityCustom" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="57">
-    <Fixed>
-      <Input name="Tob" value="AJMatchall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinMultiplicity" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-AJ15all.ETA21" algoId="27">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-AJ15all.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJ20all.ETA31" algoId="28">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJ20all.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJj15all.ETA49" algoId="29">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT20-AJj15all.ETA49" algoId="30">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT20-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="SimpleCone" name="SC111-CJ15ab.ETA26" algoId="81">
-    <Fixed>
-      <Input name="Tob" value="CJab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="SC111-CJ15ab.ETA26"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectJET:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinSumET" value="111"/>
-      <Parameter pos="2" name="MaxRSqr" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="SimpleCone" name="SC85-CJ15ab.ETA26" algoId="82">
-    <Fixed>
-      <Input name="Tob" value="CJab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="SC85-CJ15ab.ETA26"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectJET:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinSumET" value="85"/>
-      <Parameter pos="2" name="MaxRSqr" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="59">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="60">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="90"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="61">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="250"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20ab-XE50" algoId="40">
-    <Fixed>
-      <Input name="Tob1" value="Jab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR28-TAU20abi-TAU12abi" algoId="23">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="70">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="1DISAMB-TAU12abi-J25ab" algoId="66">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="Jab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="0"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="25"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR10-MU10ab-MU6ab" algoId="11">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR10-MU10ab-MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="9"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR99-2MU4ab" algoId="10">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR99-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="9801"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR34-2MU4ab" algoId="15">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR34-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="1156"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2MU6ab" algoId="12">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-MU6ab-MU4ab" algoId="14">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="8INVM15-MU6ab-MU4ab" algoId="4">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="8INVM15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="64"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="8INVM15-2MU6ab" algoId="7">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="8INVM15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="64"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-2MU4ab" algoId="2">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-MU6ab-MU4ab" algoId="5">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-</TOPO_MENU>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_Physics_HI_v3.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_Physics_HI_v3.xml
deleted file mode 100644
index 1c70780efeb34b7822bf669b2dc5793f3720e860..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_Physics_HI_v3.xml
+++ /dev/null
@@ -1,2072 +0,0 @@
-<?xml version="1.0" ?>
-<TOPO_MENU menu_name="Topo_pp_vX" menu_version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1Topo algos defined: 81-->
-  <OutputList>
-    <Output algname="INVM_AJ_HighMass" triggerline="900INVM9999-AJ30s6-AJ20s6,800INVM9999-AJ30s6-AJ20s6,700INVM9999-AJ30s6-AJ20s6,500INVM9999-AJ30s6-AJ20s6" algoId="0" module="0" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="INVM_AJ_LowMass" triggerline="400INVM9999-AJ30s6-AJ20s6,300INVM9999-AJ30s6-AJ20s6,200INVM9999-AJ30s6-AJ20s6,100INVM9999-AJ30s6-AJ20s6" algoId="1" module="0" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="HT150-J20s5.ETA31" triggerline="HT150-J20s5.ETA31" algoId="18" module="0" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="HT190-J15s5.ETA21" triggerline="HT190-J15s5.ETA21" algoId="19" module="0" fpga="0" firstbit="10" clock="0"/>
-    <Output algname="INVM_EMall" triggerline="1INVM5-EMs1-EMall,1INVM5-EM7s1-EMall,1INVM5-EM12s1-EMall" algoId="24" module="0" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="10MINDPHI-EM10s6-XE0" triggerline="10MINDPHI-EM10s6-XE0" algoId="28" module="0" fpga="0" firstbit="14" clock="0"/>
-    <Output algname="15MINDPHI-EM10s6-XE0" triggerline="15MINDPHI-EM10s6-XE0" algoId="29" module="0" fpga="0" firstbit="15" clock="0"/>
-    <Output algname="05MINDPHI-EM15s6-XE0" triggerline="05MINDPHI-EM15s6-XE0" algoId="30" module="0" fpga="0" firstbit="0" clock="1"/>
-    <Output algname="25MT-EM10s6-XE0" triggerline="25MT-EM10s6-XE0" algoId="31" module="0" fpga="0" firstbit="1" clock="1"/>
-    <Output algname="30MT-EM10s6-XE0" triggerline="30MT-EM10s6-XE0" algoId="32" module="0" fpga="0" firstbit="2" clock="1"/>
-    <Output algname="35MT-EM15s6-XE0" triggerline="35MT-EM15s6-XE0" algoId="33" module="0" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="0DETA10-Js1-Js2" triggerline="0DETA10-Js1-Js2" algoId="34" module="0" fpga="0" firstbit="4" clock="1"/>
-    <Output algname="10MINDPHI-Js2-XE50" triggerline="10MINDPHI-Js2-XE50" algoId="35" module="0" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE50" triggerline="10MINDPHI-J20s2-XE50" algoId="36" module="0" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="210RATIO-0MATCH-TAU30si2-EMall" triggerline="210RATIO-0MATCH-TAU30si2-EMall" algoId="66" module="0" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="NOT-0MATCH-TAU30si2-EMall" triggerline="NOT-0MATCH-TAU30si2-EMall" algoId="67" module="0" fpga="0" firstbit="8" clock="1"/>
-    <Output algname="LAR-EM50s1" triggerline="LAR-EM50s1" algoId="78" module="0" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LAR-J100s1" triggerline="LAR-J100s1" algoId="79" module="0" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="NOT-02MATCH-EM10s1-AJj15all.ETA49" triggerline="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="60" module="0" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49" triggerline="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49" algoId="61" module="0" fpga="0" firstbit="12" clock="1"/>
-    <Output algname="1DISAMB-TAU20ab-J20ab" triggerline="1DISAMB-TAU20ab-J20ab" algoId="72" module="0" fpga="1" firstbit="0" clock="0"/>
-    <Output algname="DISAMB-EM15abhi-TAU12abi" triggerline="DISAMB-EM15abhi-TAU12abi" algoId="73" module="0" fpga="1" firstbit="1" clock="0"/>
-    <Output algname="1DISAMB-EM15his2-TAU12abi-J25ab" triggerline="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="74" module="0" fpga="1" firstbit="2" clock="0"/>
-    <Output algname="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="76" module="0" fpga="1" firstbit="3" clock="0"/>
-    <Output algname="4INVM8-2MU6ab" triggerline="4INVM8-2MU6ab" algoId="7" module="0" fpga="1" firstbit="4" clock="0"/>
-    <Output algname="2INVM999-ONEBARREL-MU6ab-MU4ab" triggerline="2INVM999-ONEBARREL-MU6ab-MU4ab" algoId="46" module="0" fpga="1" firstbit="5" clock="0"/>
-    <Output algname="4INVM8-ONEBARREL-MU6ab-MU4ab" triggerline="4INVM8-ONEBARREL-MU6ab-MU4ab" algoId="50" module="0" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-2MU4ab" triggerline="5DETA99-5DPHI99-2MU4ab" algoId="13" module="0" fpga="1" firstbit="7" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-MU6ab-MU4ab" triggerline="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="14" module="0" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-2MU6ab" triggerline="5DETA99-5DPHI99-2MU6ab" algoId="15" module="0" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="1DISAMB-TAU20abi-TAU12abi-J25ab" triggerline="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="75" module="0" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="0DR28-MU10ab-TAU12abi" triggerline="0DR28-MU10ab-TAU12abi" algoId="16" module="0" fpga="1" firstbit="11" clock="0"/>
-    <Output algname="0DETA20-0DPHI20-TAU20abi-TAU12abi" triggerline="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="58" module="0" fpga="1" firstbit="12" clock="0"/>
-    <Output algname="DISAMB-EM15abhi-TAU40ab" triggerline="DISAMB-EM15abhi-TAU40ab" algoId="71" module="0" fpga="1" firstbit="13" clock="0"/>
-    <Output algname="05MINDPHI-AJj20s6-XE0" triggerline="05MINDPHI-AJj20s6-XE0" algoId="25" module="1" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="10MINDPHI-AJj20s6-XE0" triggerline="10MINDPHI-AJj20s6-XE0" algoId="26" module="1" fpga="0" firstbit="1" clock="0"/>
-    <Output algname="15MINDPHI-AJj20s6-XE0" triggerline="15MINDPHI-AJj20s6-XE0" algoId="27" module="1" fpga="0" firstbit="2" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ15ab" triggerline="0DR04-MU4ab-CJ15ab" algoId="39" module="1" fpga="0" firstbit="3" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ20ab" triggerline="0DR04-MU4ab-CJ20ab" algoId="43" module="1" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ30ab" triggerline="0DR04-MU4ab-CJ30ab" algoId="40" module="1" fpga="0" firstbit="5" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ20ab" triggerline="0DR04-MU6ab-CJ20ab" algoId="41" module="1" fpga="0" firstbit="6" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ25ab" triggerline="0DR04-MU6ab-CJ25ab" algoId="42" module="1" fpga="0" firstbit="7" clock="0"/>
-    <Output algname="10MINDPHI-CJ20ab-XE50" triggerline="10MINDPHI-CJ20ab-XE50" algoId="38" module="1" fpga="0" firstbit="8" clock="0"/>
-    <Output algname="2DR15-2CMU4ab" triggerline="2DR15-2CMU4ab" algoId="53" module="1" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="2DR15-CMU6ab-CMU4ab" triggerline="2DR15-CMU6ab-CMU4ab" algoId="55" module="1" fpga="0" firstbit="10" clock="0"/>
-    <Output algname="MULT-CMU4ab" triggerline="MULT-CMU4ab[0],MULT-CMU4ab[1]" algoId="68" module="1" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="MULT-CMU6ab" triggerline="MULT-CMU6ab[0],MULT-CMU6ab[1]" algoId="69" module="1" fpga="0" firstbit="13" clock="0"/>
-    <Output algname="2INVM999-2CMU4ab" triggerline="2INVM999-2CMU4ab" algoId="44" module="1" fpga="0" firstbit="15" clock="0"/>
-    <Output algname="2INVM999-CMU6ab-CMU4ab" triggerline="2INVM999-CMU6ab-CMU4ab" algoId="47" module="1" fpga="0" firstbit="0" clock="1"/>
-    <Output algname="4INVM8-2CMU4ab" triggerline="4INVM8-2CMU4ab" algoId="48" module="1" fpga="0" firstbit="1" clock="1"/>
-    <Output algname="4INVM8-CMU6ab-CMU4ab" triggerline="4INVM8-CMU6ab-CMU4ab" algoId="51" module="1" fpga="0" firstbit="2" clock="1"/>
-    <Output algname="0DETA04-0DPHI03-EM8abi-MU10ab" triggerline="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="56" module="1" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="0DETA04-0DPHI03-EM15abi-MUab" triggerline="0DETA04-0DPHI03-EM15abi-MUab" algoId="57" module="1" fpga="0" firstbit="4" clock="1"/>
-    <Output algname="2DR15-CMU4ab-MU4ab" triggerline="2DR15-CMU4ab-MU4ab" algoId="52" module="1" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="2INVM999-CMU4ab-MU4ab" triggerline="2INVM999-CMU4ab-MU4ab" algoId="45" module="1" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="4INVM8-CMU4ab-MU4ab" triggerline="4INVM8-CMU4ab-MU4ab" algoId="49" module="1" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="KF-XE-AJall" triggerline="KF-XE35-AJall,KF-XE45-AJall,KF-XE55-AJall,KF-XE60-AJall,KF-XE65-AJall,KF-XE75-AJall" algoId="80" module="1" fpga="1" firstbit="0" clock="0"/>
-    <Output algname="0MATCH-4AJ20.ETA31-4AJj15.ETA31" triggerline="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="59" module="1" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="HT190-AJ15all.ETA21" triggerline="HT190-AJ15all.ETA21" algoId="20" module="1" fpga="1" firstbit="7" clock="0"/>
-    <Output algname="HT150-AJ20all.ETA31" triggerline="HT150-AJ20all.ETA31" algoId="21" module="1" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="HT150-AJj15all.ETA49" triggerline="HT150-AJj15all.ETA49" algoId="22" module="1" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="HT20-AJj15all.ETA49" triggerline="HT20-AJj15all.ETA49" algoId="23" module="1" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="05RATIO-XE0-HT0-AJj15all.ETA49" triggerline="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="62" module="1" fpga="1" firstbit="13" clock="0"/>
-    <Output algname="08RATIO-XE0-HT0-AJj15all.ETA49" triggerline="08RATIO-XE0-HT0-AJj15all.ETA49" algoId="63" module="1" fpga="1" firstbit="14" clock="0"/>
-    <Output algname="90RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="64" module="1" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="250RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="65" module="1" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="10MINDPHI-J20ab-XE50" triggerline="10MINDPHI-J20ab-XE50" algoId="37" module="1" fpga="1" firstbit="1" clock="1"/>
-    <Output algname="0DR28-TAU20abi-TAU12abi" triggerline="0DR28-TAU20abi-TAU12abi" algoId="17" module="1" fpga="1" firstbit="2" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="77" module="1" fpga="1" firstbit="3" clock="1"/>
-    <Output algname="1DISAMB-TAU12abi-J25ab" triggerline="1DISAMB-TAU12abi-J25ab" algoId="70" module="1" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="0DR10-MU10ab-MU6ab" triggerline="0DR10-MU10ab-MU6ab" algoId="9" module="1" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="2DR99-2MU4ab" triggerline="2DR99-2MU4ab" algoId="8" module="1" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="2DR15-2MU4ab" triggerline="2DR15-2MU4ab" algoId="10" module="1" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="2DR15-2MU6ab" triggerline="2DR15-2MU6ab" algoId="11" module="1" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="2DR15-MU6ab-MU4ab" triggerline="2DR15-MU6ab-MU4ab" algoId="12" module="1" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="2DR15-ONEBARREL-MU6ab-MU4ab" triggerline="2DR15-ONEBARREL-MU6ab-MU4ab" algoId="54" module="1" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="2INVM999-2MU4ab" triggerline="2INVM999-2MU4ab" algoId="2" module="1" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="2INVM999-MU6ab-MU4ab" triggerline="2INVM999-MU6ab-MU4ab" algoId="3" module="1" fpga="1" firstbit="12" clock="1"/>
-    <Output algname="2INVM999-2MU6ab" triggerline="2INVM999-2MU6ab" algoId="4" module="1" fpga="1" firstbit="13" clock="1"/>
-    <Output algname="4INVM8-2MU4ab" triggerline="4INVM8-2MU4ab" algoId="5" module="1" fpga="1" firstbit="14" clock="1"/>
-    <Output algname="4INVM8-MU6ab-MU4ab" triggerline="4INVM8-MU6ab-MU4ab" algoId="6" module="1" fpga="1" firstbit="15" clock="1"/>
-  </OutputList>
-
-  <TopoConfig>
-  </TopoConfig>
-
-  <SortAlgo type="ClusterNoSort" name="EMall" output="EMall" algoId="0">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMall"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="OutputWidth" value=":InputWidthEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUabi" output="TAUabi" algoId="1">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUabi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="EMabi" output="EMabi" algoId="2">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMabi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="16"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="EMabhi" output="EMabhi" algoId="3">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMabhi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="16"/>
-      <Parameter pos="1" name="IsoMask" value="3"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUab" output="TAUab" algoId="4">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUab"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="0"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMs" output="EMs" algoId="5">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMs"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMshi" output="EMshi" algoId="6">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMshi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="TAUsi" output="TAUsi" algoId="7">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUsi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="2"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJall" output="AJall" algoId="8">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value=":DefaultJetSize:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJjall" output="AJjall" algoId="9">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="1"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSortMatch" name="AJMatchall" output="AJMatchall" algoId="10">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJMatchall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="15"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="Jab" output="Jab" algoId="11">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Jab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="CJab" output="CJab" algoId="12">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="CJab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="26"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJjs" output="AJjs" algoId="13">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJs" output="AJs" algoId="14">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="Js" output="Js" algoId="15">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Js"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="METNoSort" name="XENoSort" output="XENoSort" algoId="16">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XENoSort"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MetSort" name="XE" output="XE" algoId="17">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XE"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="MUab" output="MUab" algoId="18">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="MUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="CMUab" output="CMUab" algoId="19">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="CMUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="10"/>
-    </Variable>
-  </SortAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_HighMass" algoId="0">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="900INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="800INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="700INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="500INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="810000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="640000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="490000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="250000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_LowMass" algoId="1">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="400INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="300INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="200INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="100INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="90000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="40000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="10000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-J20s5.ETA31" algoId="18">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-J20s5.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-J15s5.ETA21" algoId="19">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-J15s5.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="INVM_EMall" algoId="24">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="3">
-        <Bit selection="0" name="1INVM5-EMs1-EMall"/>
-        <Bit selection="1" name="1INVM5-EM7s1-EMall"/>
-        <Bit selection="2" name="1INVM5-EM12s1-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="3"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="0"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="100"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="14"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="0"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="4"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="100"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="24"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="0"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="4"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-EM10s6-XE0" algoId="28">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-EM10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-EM10s6-XE0" algoId="29">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-EM10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM15s6-XE0" algoId="30">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="25MT-EM10s6-XE0" algoId="31">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="25MT-EM10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="30MT-EM10s6-XE0" algoId="32">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="30MT-EM10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="900"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM15s6-XE0" algoId="33">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaIncl1" name="0DETA10-Js1-Js2" algoId="34">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA10-Js1-Js2"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="0"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-Js2-XE50" algoId="35">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-Js2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="0"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE50" algoId="36">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="RatioMatch" name="210RATIO-0MATCH-TAU30si2-EMall" algoId="66">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="210RATIO-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="Ratio" selection="0" value="210"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-0MATCH-TAU30si2-EMall" algoId="67">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-EM50s1" algoId="78">
-    <Fixed>
-      <Input name="Tob" value="EMs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-EM50s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="40"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="15"/>
-      <Parameter pos="3" name="PhiMin" value="15"/>
-      <Parameter pos="4" name="PhiMax" value="22"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-J100s1" algoId="79">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-J100s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="100"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="14"/>
-      <Parameter pos="3" name="PhiMin" value="15"/>
-      <Parameter pos="4" name="PhiMax" value="22"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="60">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="15"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="RatioSum" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49" algoId="61">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Input name="Tob3" value="EMs" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob3" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="UseCluster05Granularity" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin2" value="0"/>
-      <Parameter pos="2" name="EtaMax2" value="49"/>
-      <Parameter pos="3" name="MinET3" value="20"/>
-      <Parameter pos="4" name="EtaMin3" value="0"/>
-      <Parameter pos="5" name="EtaMax3" value="49"/>
-      <Parameter pos="6" name="MinMET" value="0"/>
-      <Parameter pos="7" name="HT" value="0"/>
-      <Parameter pos="8" name="SUM" value="0"/>
-      <Parameter pos="9" name="Ratio" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="1DISAMB-TAU20ab-J20ab" algoId="72">
-    <Fixed>
-      <Input name="Tob1" value="TAUab" position="0"/>
-      <Input name="Tob2" value="Jab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU20ab-J20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="0"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="DISAMB-EM15abhi-TAU12abi" algoId="73">
-    <Fixed>
-      <Input name="Tob1" value="EMabhi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-EM15abhi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="74">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="76">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-2MU6ab" algoId="7">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-ONEBARREL-MU6ab-MU4ab" algoId="46">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-ONEBARREL-MU6ab-MU4ab" algoId="50">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-2MU4ab" algoId="13">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-2MU4ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="14">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-2MU6ab" algoId="15">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-2MU6ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="75">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR28-MU10ab-TAU12abi" algoId="16">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-MU10ab-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="9"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="58">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="20"/>
-      <Parameter pos="4" name="MinDeltaPhi" selection="0" value="0"/>
-      <Parameter pos="5" name="MaxDeltaPhi" selection="0" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="DISAMB-EM15abhi-TAU40ab" algoId="71">
-    <Fixed>
-      <Input name="Tob1" value="EMabhi" position="0"/>
-      <Input name="Tob2" value="TAUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-EM15abhi-TAU40ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="80"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-AJj20s6-XE0" algoId="25">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-AJj20s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJj20s6-XE0" algoId="26">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJj20s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-AJj20s6-XE0" algoId="27">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-AJj20s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ15ab" algoId="39">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ15ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="15"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ20ab" algoId="43">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ30ab" algoId="40">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ30ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="30"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ20ab" algoId="41">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ25ab" algoId="42">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="25"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-CJ20ab-XE50" algoId="38">
-    <Fixed>
-      <Input name="Tob1" value="CJab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-CJ20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2CMU4ab" algoId="53">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-CMU6ab-CMU4ab" algoId="55">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-CMU6ab-CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU4ab" algoId="68">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU4ab[0]"/>
-        <Bit selection="1" name="MULT-CMU4ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="2"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU6ab" algoId="69">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU6ab[0]"/>
-        <Bit selection="1" name="MULT-CMU6ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-2CMU4ab" algoId="44">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-CMU6ab-CMU4ab" algoId="47">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-CMU6ab-CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-2CMU4ab" algoId="48">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-CMU6ab-CMU4ab" algoId="51">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-CMU6ab-CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="56">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM8abi-MU10ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="16"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="9"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM15abi-MUab" algoId="57">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM15abi-MUab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="2DR15-CMU4ab-MU4ab" algoId="52">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="2INVM999-CMU4ab-MU4ab" algoId="45">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="4INVM8-CMU4ab-MU4ab" algoId="49">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="KalmanMETCorrection" name="KF-XE-AJall" algoId="80">
-    <Fixed>
-      <Input name="Tob1" value="XENoSort" position="0"/>
-      <Input name="Tob2" value="AJall" position="1"/>
-      <Output name="Results" bits="6">
-        <Bit selection="0" name="KF-XE35-AJall"/>
-        <Bit selection="1" name="KF-XE45-AJall"/>
-        <Bit selection="2" name="KF-XE55-AJall"/>
-        <Bit selection="3" name="KF-XE60-AJall"/>
-        <Bit selection="4" name="KF-XE65-AJall"/>
-        <Bit selection="5" name="KF-XE75-AJall"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="6"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="KFXE" selection="0" value="35"/>
-      <Parameter pos="2" name="KFXE" selection="1" value="45"/>
-      <Parameter pos="3" name="KFXE" selection="2" value="55"/>
-      <Parameter pos="4" name="KFXE" selection="3" value="60"/>
-      <Parameter pos="5" name="KFXE" selection="4" value="65"/>
-      <Parameter pos="6" name="KFXE" selection="5" value="75"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MultiplicityCustom" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="59">
-    <Fixed>
-      <Input name="Tob" value="AJMatchall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinMultiplicity" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-AJ15all.ETA21" algoId="20">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-AJ15all.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJ20all.ETA31" algoId="21">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJ20all.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJj15all.ETA49" algoId="22">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT20-AJj15all.ETA49" algoId="23">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT20-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="62">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="08RATIO-XE0-HT0-AJj15all.ETA49" algoId="63">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="08RATIO-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="8"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="64">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="90"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="65">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="250"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20ab-XE50" algoId="37">
-    <Fixed>
-      <Input name="Tob1" value="Jab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR28-TAU20abi-TAU12abi" algoId="17">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="77">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="1DISAMB-TAU12abi-J25ab" algoId="70">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="Jab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="0"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="25"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR10-MU10ab-MU6ab" algoId="9">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR10-MU10ab-MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="9"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR99-2MU4ab" algoId="8">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR99-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="9801"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2MU4ab" algoId="10">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2MU6ab" algoId="11">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-MU6ab-MU4ab" algoId="12">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-ONEBARREL-MU6ab-MU4ab" algoId="54">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-2MU4ab" algoId="2">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-MU6ab-MU4ab" algoId="3">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-2MU6ab" algoId="4">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-2MU4ab" algoId="5">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-MU6ab-MU4ab" algoId="6">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-</TOPO_MENU>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_Physics_HI_v4.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_Physics_HI_v4.xml
deleted file mode 100644
index d3091270f561ba23e640e9cd594d1eafb06b9941..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_Physics_HI_v4.xml
+++ /dev/null
@@ -1,2100 +0,0 @@
-<?xml version="1.0" ?>
-<TOPO_MENU menu_name="Topo_pp_vX" menu_version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1Topo algos defined: 83-->
-  <OutputList>
-    <Output algname="INVM_AJ_HighMass" triggerline="900INVM9999-AJ30s6-AJ20s6,800INVM9999-AJ30s6-AJ20s6,700INVM9999-AJ30s6-AJ20s6,500INVM9999-AJ30s6-AJ20s6" algoId="0" module="0" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="INVM_AJ_LowMass" triggerline="400INVM9999-AJ30s6-AJ20s6,300INVM9999-AJ30s6-AJ20s6,200INVM9999-AJ30s6-AJ20s6,100INVM9999-AJ30s6-AJ20s6" algoId="1" module="0" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="HT150-J20s5.ETA31" triggerline="HT150-J20s5.ETA31" algoId="25" module="0" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="HT190-J15s5.ETA21" triggerline="HT190-J15s5.ETA21" algoId="26" module="0" fpga="0" firstbit="10" clock="0"/>
-    <Output algname="05MINDPHI-EM12s6-XE0" triggerline="05MINDPHI-EM12s6-XE0" algoId="35" module="0" fpga="0" firstbit="14" clock="0"/>
-    <Output algname="05MINDPHI-EM15s6-XE0" triggerline="05MINDPHI-EM15s6-XE0" algoId="36" module="0" fpga="0" firstbit="0" clock="1"/>
-    <Output algname="25MT-EM12s6-XE0" triggerline="25MT-EM12s6-XE0" algoId="37" module="0" fpga="0" firstbit="1" clock="1"/>
-    <Output algname="35MT-EM15s6-XE0" triggerline="35MT-EM15s6-XE0" algoId="38" module="0" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE50" triggerline="10MINDPHI-J20s2-XE50" algoId="39" module="0" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="100RATIO-0MATCH-TAU30si2-EMall" triggerline="100RATIO-0MATCH-TAU30si2-EMall" algoId="60" module="0" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="NOT-0MATCH-TAU30si2-EMall" triggerline="NOT-0MATCH-TAU30si2-EMall" algoId="61" module="0" fpga="0" firstbit="8" clock="1"/>
-    <Output algname="LAR-EM50s1" triggerline="LAR-EM50s1" algoId="70" module="0" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LAR-J100s1" triggerline="LAR-J100s1" algoId="71" module="0" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="NOT-02MATCH-EM10s1-AJj15all.ETA49" triggerline="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="56" module="0" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="15MINDPHI-EM12s6-XE0" triggerline="15MINDPHI-EM12s6-XE0" algoId="73" module="0" fpga="0" firstbit="14" clock="1"/>
-    <Output algname="15MINDPHI-EM15s6-XE0" triggerline="15MINDPHI-EM15s6-XE0" algoId="74" module="0" fpga="0" firstbit="15" clock="1"/>
-    <Output algname="35MT-EM12s6-XE0" triggerline="35MT-EM12s6-XE0" algoId="75" module="0" fpga="0" firstbit="13" clock="1"/>
-    <Output algname="1DISAMB-EM15his2-TAU12abi-J25ab" triggerline="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="65" module="0" fpga="1" firstbit="2" clock="0"/>
-    <Output algname="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="67" module="0" fpga="1" firstbit="3" clock="0"/>
-    <Output algname="2INVM9-2MU6ab" triggerline="2INVM9-2MU6ab" algoId="8" module="0" fpga="1" firstbit="4" clock="0"/>
-    <Output algname="2INVM8-ONEBARREL-MU6ab-MU4ab" triggerline="2INVM8-ONEBARREL-MU6ab-MU4ab" algoId="49" module="0" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-MU6ab-MU4ab" triggerline="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="20" module="0" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-2MU6ab" triggerline="5DETA99-5DPHI99-2MU6ab" algoId="21" module="0" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="1DISAMB-TAU20abi-TAU12abi-J25ab" triggerline="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="66" module="0" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="0DR28-MU10ab-TAU12abi" triggerline="0DR28-MU10ab-TAU12abi" algoId="22" module="0" fpga="1" firstbit="11" clock="0"/>
-    <Output algname="0DETA20-0DPHI20-TAU20abi-TAU12abi" triggerline="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="54" module="0" fpga="1" firstbit="12" clock="0"/>
-    <Output algname="DISAMB-0DR28-EM15his2-TAU12abi" triggerline="DISAMB-0DR28-EM15his2-TAU12abi" algoId="76" module="0" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="DISAMB-30INVM-EM20his2-TAU12ab" triggerline="DISAMB-30INVM-EM20his2-TAU12ab" algoId="81" module="0" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" triggerline="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" algoId="82" module="0" fpga="0" firstbit="15" clock="0"/>
-    <Output algname="0DR22-2MU6ab" triggerline="0DR22-2MU6ab" algoId="17" module="0" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="7INVM15-2MU4ab" triggerline="7INVM15-2MU4ab" algoId="9" module="0" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="0DR22-MU6ab-MU4ab" triggerline="0DR22-MU6ab-MU4ab" algoId="18" module="0" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="0DR15-2MU4ab" triggerline="0DR15-2MU4ab" algoId="13" module="0" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="0DR24-2MU4ab" triggerline="0DR24-2MU4ab" algoId="16" module="0" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="0DR15-2MU6ab" triggerline="0DR15-2MU6ab" algoId="19" module="0" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="2INVM9-2MU4ab" triggerline="2INVM9-2MU4ab" algoId="3" module="0" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="2INVM9-MU6ab-MU4ab" triggerline="2INVM9-MU6ab-MU4ab" algoId="6" module="0" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="INVM_EMs6" triggerline="1INVM5-EMs1-EMs6,1INVM5-EM7s1-EMs6,1INVM5-EM12s1-EMs6" algoId="31" module="0" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="05MINDPHI-AJj10s6-XE0" triggerline="05MINDPHI-AJj10s6-XE0" algoId="32" module="1" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="10MINDPHI-AJj10s6-XE0" triggerline="10MINDPHI-AJj10s6-XE0" algoId="33" module="1" fpga="0" firstbit="1" clock="0"/>
-    <Output algname="15MINDPHI-AJj10s6-XE0" triggerline="15MINDPHI-AJj10s6-XE0" algoId="34" module="1" fpga="0" firstbit="2" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ15ab" triggerline="0DR04-MU4ab-CJ15ab" algoId="43" module="1" fpga="0" firstbit="3" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ20ab" triggerline="0DR04-MU4ab-CJ20ab" algoId="47" module="1" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ30ab" triggerline="0DR04-MU4ab-CJ30ab" algoId="44" module="1" fpga="0" firstbit="5" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ20ab" triggerline="0DR04-MU6ab-CJ20ab" algoId="45" module="1" fpga="0" firstbit="6" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ25ab" triggerline="0DR04-MU6ab-CJ25ab" algoId="46" module="1" fpga="0" firstbit="7" clock="0"/>
-    <Output algname="10MINDPHI-CJ20ab-XE50" triggerline="10MINDPHI-CJ20ab-XE50" algoId="41" module="1" fpga="0" firstbit="8" clock="0"/>
-    <Output algname="0DR24-2CMU4ab" triggerline="0DR24-2CMU4ab" algoId="50" module="1" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="MULT-CMU4ab" triggerline="MULT-CMU4ab[0],MULT-CMU4ab[1]" algoId="62" module="1" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="MULT-CMU6ab" triggerline="MULT-CMU6ab[0],MULT-CMU6ab[1]" algoId="63" module="1" fpga="0" firstbit="13" clock="0"/>
-    <Output algname="0DETA04-0DPHI03-EM8abi-MU10ab" triggerline="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="52" module="1" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="0DETA04-0DPHI03-EM15abi-MUab" triggerline="0DETA04-0DPHI03-EM15abi-MUab" algoId="53" module="1" fpga="0" firstbit="4" clock="1"/>
-    <Output algname="0DR24-CMU4ab-MU4ab" triggerline="0DR24-CMU4ab-MU4ab" algoId="51" module="1" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="2INVM8-CMU4ab-MU4ab" triggerline="2INVM8-CMU4ab-MU4ab" algoId="48" module="1" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="0DR25-TAU20abi-TAU12abi" triggerline="0DR25-TAU20abi-TAU12abi" algoId="24" module="1" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="10MINDPHI-AJ20s2-XE50" triggerline="10MINDPHI-AJ20s2-XE50" algoId="77" module="1" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LATE-MU10s1" triggerline="LATE-MU10s1" algoId="78" module="1" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" algoId="69" module="1" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE30" triggerline="10MINDPHI-J20s2-XE30" algoId="42" module="0" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="KF-XE-AJall" triggerline="KF-XE40-AJall,KF-XE50-AJall,KF-XE55-AJall,KF-XE60-AJall,KF-XE65-AJall,KF-XE75-AJall" algoId="72" module="1" fpga="1" firstbit="0" clock="0"/>
-    <Output algname="0MATCH-4AJ20.ETA31-4AJj15.ETA31" triggerline="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="55" module="1" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="HT190-AJ15all.ETA21" triggerline="HT190-AJ15all.ETA21" algoId="27" module="1" fpga="1" firstbit="7" clock="0"/>
-    <Output algname="HT150-AJ20all.ETA31" triggerline="HT150-AJ20all.ETA31" algoId="28" module="1" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="HT150-AJj15all.ETA49" triggerline="HT150-AJj15all.ETA49" algoId="29" module="1" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="HT20-AJj15all.ETA49" triggerline="HT20-AJj15all.ETA49" algoId="30" module="1" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="SC111-CJ15ab.ETA26" triggerline="SC111-CJ15ab.ETA26" algoId="79" module="1" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="SC85-CJ15ab.ETA26" triggerline="SC85-CJ15ab.ETA26" algoId="80" module="1" fpga="0" firstbit="12" clock="1"/>
-    <Output algname="05RATIO-XE0-HT0-AJj15all.ETA49" triggerline="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="57" module="1" fpga="1" firstbit="13" clock="0"/>
-    <Output algname="90RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="58" module="1" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="250RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="59" module="1" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="10MINDPHI-J20ab-XE50" triggerline="10MINDPHI-J20ab-XE50" algoId="40" module="1" fpga="1" firstbit="1" clock="1"/>
-    <Output algname="0DR28-TAU20abi-TAU12abi" triggerline="0DR28-TAU20abi-TAU12abi" algoId="23" module="1" fpga="1" firstbit="2" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="68" module="1" fpga="1" firstbit="3" clock="1"/>
-    <Output algname="1DISAMB-TAU12abi-J25ab" triggerline="1DISAMB-TAU12abi-J25ab" algoId="64" module="1" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="0DR10-MU10ab-MU6ab" triggerline="0DR10-MU10ab-MU6ab" algoId="11" module="1" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="2DR99-2MU4ab" triggerline="2DR99-2MU4ab" algoId="10" module="1" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="0DR34-2MU4ab" triggerline="0DR34-2MU4ab" algoId="15" module="1" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="2DR15-2MU6ab" triggerline="2DR15-2MU6ab" algoId="12" module="1" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="0DR15-MU6ab-MU4ab" triggerline="0DR15-MU6ab-MU4ab" algoId="14" module="1" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="8INVM15-MU6ab-MU4ab" triggerline="8INVM15-MU6ab-MU4ab" algoId="4" module="1" fpga="1" firstbit="12" clock="1"/>
-    <Output algname="8INVM15-2MU6ab" triggerline="8INVM15-2MU6ab" algoId="7" module="1" fpga="1" firstbit="13" clock="1"/>
-    <Output algname="2INVM8-2MU4ab" triggerline="2INVM8-2MU4ab" algoId="2" module="1" fpga="1" firstbit="14" clock="1"/>
-    <Output algname="2INVM8-MU6ab-MU4ab" triggerline="2INVM8-MU6ab-MU4ab" algoId="5" module="1" fpga="1" firstbit="15" clock="1"/>
-  </OutputList>
-
-  <TopoConfig>
-  </TopoConfig>
-
-  <SortAlgo type="ClusterNoSort" name="EMall" output="EMall" algoId="0">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMall"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="OutputWidth" value=":InputWidthEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUabi" output="TAUabi" algoId="1">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUabi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="EMabi" output="EMabi" algoId="2">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMabi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectEM:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="16"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUab" output="TAUab" algoId="4">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUab"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="DoIsoCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="0"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMs" output="EMs" algoId="5">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMs"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="DoIsoCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMshi" output="EMshi" algoId="6">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMshi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="TAUsi" output="TAUsi" algoId="7">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUsi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortTAU:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="2"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJall" output="AJall" algoId="8">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value=":DefaultJetSize:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJjall" output="AJjall" algoId="9">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="1"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSortMatch" name="AJMatchall" output="AJMatchall" algoId="10">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJMatchall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="15"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="Jab" output="Jab" algoId="11">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Jab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="CJab" output="CJab" algoId="12">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="CJab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="26"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJjs" output="AJjs" algoId="13">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="1"/>
-      <Generic name="DoEtaCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJs" output="AJs" algoId="14">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="Js" output="Js" algoId="15">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Js"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="METNoSort" name="XENoSort" output="XENoSort" algoId="16">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XENoSort"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MetSort" name="XE" output="XE" algoId="17">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XE"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="MUab" output="MUab" algoId="18">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="MUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="CMUab" output="CMUab" algoId="19">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="CMUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="10"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSort_1BC" name="LMUs" output="LMUs" algoId="20">
-    <Fixed>
-      <Input name="LateMuonTobArray" value="LateMuonTobArray"/>
-      <Output name="TobArrayOut" value="LMUs"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortMU:"/>
-      <Generic name="nDelayedMuons" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_HighMass" algoId="0">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="900INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="800INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="700INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="500INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="810000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="640000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="490000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="250000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_LowMass" algoId="1">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="400INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="300INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="200INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="100INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="90000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="40000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="10000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-J20s5.ETA31" algoId="25">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-J20s5.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-J15s5.ETA21" algoId="26">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-J15s5.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM12s6-XE0" algoId="35">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM15s6-XE0" algoId="36">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="25MT-EM12s6-XE0" algoId="37">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="25MT-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM15s6-XE0" algoId="38">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE50" algoId="39">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="RatioMatch" name="100RATIO-0MATCH-TAU30si2-EMall" algoId="60">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="100RATIO-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="Ratio" selection="0" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-0MATCH-TAU30si2-EMall" algoId="61">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-EM50s1" algoId="70">
-    <Fixed>
-      <Input name="Tob" value="EMs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-EM50s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="40"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="15"/>
-      <Parameter pos="3" name="PhiMin" value="16"/>
-      <Parameter pos="4" name="PhiMax" value="23"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-J100s1" algoId="71">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-J100s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="100"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="14"/>
-      <Parameter pos="3" name="PhiMin" value="16"/>
-      <Parameter pos="4" name="PhiMax" value="23"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="56">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="15"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-EM12s6-XE0" algoId="73">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-EM15s6-XE0" algoId="74">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM12s6-XE0" algoId="75">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="65">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="67">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-2MU6ab" algoId="8">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-ONEBARREL-MU6ab-MU4ab" algoId="49">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="20">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-2MU6ab" algoId="21">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-2MU6ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="66">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR28-MU10ab-TAU12abi" algoId="22">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-MU10ab-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="9"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="54">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="20"/>
-      <Parameter pos="4" name="MinDeltaPhi" selection="0" value="0"/>
-      <Parameter pos="5" name="MaxDeltaPhi" selection="0" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl2" name="DISAMB-0DR28-EM15his2-TAU12abi" algoId="76">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DisambDRSqrMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationInvmIncl2" name="DISAMB-30INVM-EM20his2-TAU12ab" algoId="81">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-30INVM-EM20his2-TAU12ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="MinMSqr" value="900"/>
-      <Parameter pos="3" name="MaxMSqr" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" algoId="82">
-    <Fixed>
-      <Input name="Tob1" value="AJs" position="0"/>
-      <Input name="Tob2" value="AJs" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-      <Parameter pos="2" name="MinMSqr" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" value="99980001"/>
-      <Parameter pos="4" name="MinEta1" value="0"/>
-      <Parameter pos="5" name="MaxEta1" value="31"/>
-      <Parameter pos="6" name="MinEta2" value="31"/>
-      <Parameter pos="7" name="MaxEta2" value="49"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR22-2MU6ab" algoId="17">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR22-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="484"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="7INVM15-2MU4ab" algoId="9">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="7INVM15-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="49"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR22-MU6ab-MU4ab" algoId="18">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR22-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="484"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-2MU4ab" algoId="13">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR24-2MU4ab" algoId="16">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-2MU6ab" algoId="19">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-2MU4ab" algoId="3">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-MU6ab-MU4ab" algoId="6">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="INVM_EMs6" algoId="31">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="EMs" position="1"/>
-      <Output name="Results" bits="3">
-        <Bit selection="0" name="1INVM5-EMs1-EMs6"/>
-        <Bit selection="1" name="1INVM5-EM7s1-EMs6"/>
-        <Bit selection="2" name="1INVM5-EM12s1-EMs6"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":OutputWidthSortEM:"/>
-      <Generic name="NumResultBits" value="3"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="0"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="100"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="14"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="0"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="4"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="100"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="24"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="0"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="4"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-AJj10s6-XE0" algoId="32">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJj10s6-XE0" algoId="33">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-AJj10s6-XE0" algoId="34">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ15ab" algoId="43">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ15ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="15"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ20ab" algoId="47">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ30ab" algoId="44">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ30ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="30"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ20ab" algoId="45">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ25ab" algoId="46">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="25"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-CJ20ab-XE50" algoId="41">
-    <Fixed>
-      <Input name="Tob1" value="CJab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-CJ20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR24-2CMU4ab" algoId="50">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU4ab" algoId="62">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU4ab[0]"/>
-        <Bit selection="1" name="MULT-CMU4ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="2"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU6ab" algoId="63">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU6ab[0]"/>
-        <Bit selection="1" name="MULT-CMU6ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="52">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM8abi-MU10ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="16"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="9"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM15abi-MUab" algoId="53">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM15abi-MUab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR24-CMU4ab-MU4ab" algoId="51">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="2INVM8-CMU4ab-MU4ab" algoId="48">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR25-TAU20abi-TAU12abi" algoId="24">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR25-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJ20s2-XE50" algoId="77">
-    <Fixed>
-      <Input name="Tob1" value="AJs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJ20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="EtCut" name="LATE-MU10s1" algoId="78">
-    <Fixed>
-      <Input name="Tob" value="LMUs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LATE-MU10s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":NumberOfDelayedMuons:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="9"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" algoId="69">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="625"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE30" algoId="42">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE30"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="30"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="KalmanMETCorrection" name="KF-XE-AJall" algoId="72">
-    <Fixed>
-      <Input name="Tob1" value="XENoSort" position="0"/>
-      <Input name="Tob2" value="AJall" position="1"/>
-      <Output name="Results" bits="6">
-        <Bit selection="0" name="KF-XE40-AJall"/>
-        <Bit selection="1" name="KF-XE50-AJall"/>
-        <Bit selection="2" name="KF-XE55-AJall"/>
-        <Bit selection="3" name="KF-XE60-AJall"/>
-        <Bit selection="4" name="KF-XE65-AJall"/>
-        <Bit selection="5" name="KF-XE75-AJall"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="6"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="KFXE" selection="0" value="40"/>
-      <Parameter pos="2" name="KFXE" selection="1" value="50"/>
-      <Parameter pos="3" name="KFXE" selection="2" value="55"/>
-      <Parameter pos="4" name="KFXE" selection="3" value="60"/>
-      <Parameter pos="5" name="KFXE" selection="4" value="65"/>
-      <Parameter pos="6" name="KFXE" selection="5" value="75"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MultiplicityCustom" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="55">
-    <Fixed>
-      <Input name="Tob" value="AJMatchall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinMultiplicity" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-AJ15all.ETA21" algoId="27">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-AJ15all.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJ20all.ETA31" algoId="28">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJ20all.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJj15all.ETA49" algoId="29">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT20-AJj15all.ETA49" algoId="30">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT20-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="SimpleCone" name="SC111-CJ15ab.ETA26" algoId="79">
-    <Fixed>
-      <Input name="Tob" value="CJab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="SC111-CJ15ab.ETA26"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectJET:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinSumET" value="111"/>
-      <Parameter pos="2" name="MaxRSqr" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="SimpleCone" name="SC85-CJ15ab.ETA26" algoId="80">
-    <Fixed>
-      <Input name="Tob" value="CJab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="SC85-CJ15ab.ETA26"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectJET:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinSumET" value="85"/>
-      <Parameter pos="2" name="MaxRSqr" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="57">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="58">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="90"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="59">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="250"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20ab-XE50" algoId="40">
-    <Fixed>
-      <Input name="Tob1" value="Jab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR28-TAU20abi-TAU12abi" algoId="23">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="68">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="1DISAMB-TAU12abi-J25ab" algoId="64">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="Jab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="0"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="25"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR10-MU10ab-MU6ab" algoId="11">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR10-MU10ab-MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="9"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR99-2MU4ab" algoId="10">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR99-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="9801"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR34-2MU4ab" algoId="15">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR34-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="1156"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2MU6ab" algoId="12">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-MU6ab-MU4ab" algoId="14">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="8INVM15-MU6ab-MU4ab" algoId="4">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="8INVM15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="64"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="8INVM15-2MU6ab" algoId="7">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="8INVM15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="64"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-2MU4ab" algoId="2">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-MU6ab-MU4ab" algoId="5">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-</TOPO_MENU>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_Physics_pp_v5.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_Physics_pp_v5.xml
deleted file mode 100644
index 1c70780efeb34b7822bf669b2dc5793f3720e860..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_Physics_pp_v5.xml
+++ /dev/null
@@ -1,2072 +0,0 @@
-<?xml version="1.0" ?>
-<TOPO_MENU menu_name="Topo_pp_vX" menu_version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1Topo algos defined: 81-->
-  <OutputList>
-    <Output algname="INVM_AJ_HighMass" triggerline="900INVM9999-AJ30s6-AJ20s6,800INVM9999-AJ30s6-AJ20s6,700INVM9999-AJ30s6-AJ20s6,500INVM9999-AJ30s6-AJ20s6" algoId="0" module="0" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="INVM_AJ_LowMass" triggerline="400INVM9999-AJ30s6-AJ20s6,300INVM9999-AJ30s6-AJ20s6,200INVM9999-AJ30s6-AJ20s6,100INVM9999-AJ30s6-AJ20s6" algoId="1" module="0" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="HT150-J20s5.ETA31" triggerline="HT150-J20s5.ETA31" algoId="18" module="0" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="HT190-J15s5.ETA21" triggerline="HT190-J15s5.ETA21" algoId="19" module="0" fpga="0" firstbit="10" clock="0"/>
-    <Output algname="INVM_EMall" triggerline="1INVM5-EMs1-EMall,1INVM5-EM7s1-EMall,1INVM5-EM12s1-EMall" algoId="24" module="0" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="10MINDPHI-EM10s6-XE0" triggerline="10MINDPHI-EM10s6-XE0" algoId="28" module="0" fpga="0" firstbit="14" clock="0"/>
-    <Output algname="15MINDPHI-EM10s6-XE0" triggerline="15MINDPHI-EM10s6-XE0" algoId="29" module="0" fpga="0" firstbit="15" clock="0"/>
-    <Output algname="05MINDPHI-EM15s6-XE0" triggerline="05MINDPHI-EM15s6-XE0" algoId="30" module="0" fpga="0" firstbit="0" clock="1"/>
-    <Output algname="25MT-EM10s6-XE0" triggerline="25MT-EM10s6-XE0" algoId="31" module="0" fpga="0" firstbit="1" clock="1"/>
-    <Output algname="30MT-EM10s6-XE0" triggerline="30MT-EM10s6-XE0" algoId="32" module="0" fpga="0" firstbit="2" clock="1"/>
-    <Output algname="35MT-EM15s6-XE0" triggerline="35MT-EM15s6-XE0" algoId="33" module="0" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="0DETA10-Js1-Js2" triggerline="0DETA10-Js1-Js2" algoId="34" module="0" fpga="0" firstbit="4" clock="1"/>
-    <Output algname="10MINDPHI-Js2-XE50" triggerline="10MINDPHI-Js2-XE50" algoId="35" module="0" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE50" triggerline="10MINDPHI-J20s2-XE50" algoId="36" module="0" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="210RATIO-0MATCH-TAU30si2-EMall" triggerline="210RATIO-0MATCH-TAU30si2-EMall" algoId="66" module="0" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="NOT-0MATCH-TAU30si2-EMall" triggerline="NOT-0MATCH-TAU30si2-EMall" algoId="67" module="0" fpga="0" firstbit="8" clock="1"/>
-    <Output algname="LAR-EM50s1" triggerline="LAR-EM50s1" algoId="78" module="0" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LAR-J100s1" triggerline="LAR-J100s1" algoId="79" module="0" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="NOT-02MATCH-EM10s1-AJj15all.ETA49" triggerline="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="60" module="0" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49" triggerline="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49" algoId="61" module="0" fpga="0" firstbit="12" clock="1"/>
-    <Output algname="1DISAMB-TAU20ab-J20ab" triggerline="1DISAMB-TAU20ab-J20ab" algoId="72" module="0" fpga="1" firstbit="0" clock="0"/>
-    <Output algname="DISAMB-EM15abhi-TAU12abi" triggerline="DISAMB-EM15abhi-TAU12abi" algoId="73" module="0" fpga="1" firstbit="1" clock="0"/>
-    <Output algname="1DISAMB-EM15his2-TAU12abi-J25ab" triggerline="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="74" module="0" fpga="1" firstbit="2" clock="0"/>
-    <Output algname="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="76" module="0" fpga="1" firstbit="3" clock="0"/>
-    <Output algname="4INVM8-2MU6ab" triggerline="4INVM8-2MU6ab" algoId="7" module="0" fpga="1" firstbit="4" clock="0"/>
-    <Output algname="2INVM999-ONEBARREL-MU6ab-MU4ab" triggerline="2INVM999-ONEBARREL-MU6ab-MU4ab" algoId="46" module="0" fpga="1" firstbit="5" clock="0"/>
-    <Output algname="4INVM8-ONEBARREL-MU6ab-MU4ab" triggerline="4INVM8-ONEBARREL-MU6ab-MU4ab" algoId="50" module="0" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-2MU4ab" triggerline="5DETA99-5DPHI99-2MU4ab" algoId="13" module="0" fpga="1" firstbit="7" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-MU6ab-MU4ab" triggerline="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="14" module="0" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-2MU6ab" triggerline="5DETA99-5DPHI99-2MU6ab" algoId="15" module="0" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="1DISAMB-TAU20abi-TAU12abi-J25ab" triggerline="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="75" module="0" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="0DR28-MU10ab-TAU12abi" triggerline="0DR28-MU10ab-TAU12abi" algoId="16" module="0" fpga="1" firstbit="11" clock="0"/>
-    <Output algname="0DETA20-0DPHI20-TAU20abi-TAU12abi" triggerline="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="58" module="0" fpga="1" firstbit="12" clock="0"/>
-    <Output algname="DISAMB-EM15abhi-TAU40ab" triggerline="DISAMB-EM15abhi-TAU40ab" algoId="71" module="0" fpga="1" firstbit="13" clock="0"/>
-    <Output algname="05MINDPHI-AJj20s6-XE0" triggerline="05MINDPHI-AJj20s6-XE0" algoId="25" module="1" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="10MINDPHI-AJj20s6-XE0" triggerline="10MINDPHI-AJj20s6-XE0" algoId="26" module="1" fpga="0" firstbit="1" clock="0"/>
-    <Output algname="15MINDPHI-AJj20s6-XE0" triggerline="15MINDPHI-AJj20s6-XE0" algoId="27" module="1" fpga="0" firstbit="2" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ15ab" triggerline="0DR04-MU4ab-CJ15ab" algoId="39" module="1" fpga="0" firstbit="3" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ20ab" triggerline="0DR04-MU4ab-CJ20ab" algoId="43" module="1" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ30ab" triggerline="0DR04-MU4ab-CJ30ab" algoId="40" module="1" fpga="0" firstbit="5" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ20ab" triggerline="0DR04-MU6ab-CJ20ab" algoId="41" module="1" fpga="0" firstbit="6" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ25ab" triggerline="0DR04-MU6ab-CJ25ab" algoId="42" module="1" fpga="0" firstbit="7" clock="0"/>
-    <Output algname="10MINDPHI-CJ20ab-XE50" triggerline="10MINDPHI-CJ20ab-XE50" algoId="38" module="1" fpga="0" firstbit="8" clock="0"/>
-    <Output algname="2DR15-2CMU4ab" triggerline="2DR15-2CMU4ab" algoId="53" module="1" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="2DR15-CMU6ab-CMU4ab" triggerline="2DR15-CMU6ab-CMU4ab" algoId="55" module="1" fpga="0" firstbit="10" clock="0"/>
-    <Output algname="MULT-CMU4ab" triggerline="MULT-CMU4ab[0],MULT-CMU4ab[1]" algoId="68" module="1" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="MULT-CMU6ab" triggerline="MULT-CMU6ab[0],MULT-CMU6ab[1]" algoId="69" module="1" fpga="0" firstbit="13" clock="0"/>
-    <Output algname="2INVM999-2CMU4ab" triggerline="2INVM999-2CMU4ab" algoId="44" module="1" fpga="0" firstbit="15" clock="0"/>
-    <Output algname="2INVM999-CMU6ab-CMU4ab" triggerline="2INVM999-CMU6ab-CMU4ab" algoId="47" module="1" fpga="0" firstbit="0" clock="1"/>
-    <Output algname="4INVM8-2CMU4ab" triggerline="4INVM8-2CMU4ab" algoId="48" module="1" fpga="0" firstbit="1" clock="1"/>
-    <Output algname="4INVM8-CMU6ab-CMU4ab" triggerline="4INVM8-CMU6ab-CMU4ab" algoId="51" module="1" fpga="0" firstbit="2" clock="1"/>
-    <Output algname="0DETA04-0DPHI03-EM8abi-MU10ab" triggerline="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="56" module="1" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="0DETA04-0DPHI03-EM15abi-MUab" triggerline="0DETA04-0DPHI03-EM15abi-MUab" algoId="57" module="1" fpga="0" firstbit="4" clock="1"/>
-    <Output algname="2DR15-CMU4ab-MU4ab" triggerline="2DR15-CMU4ab-MU4ab" algoId="52" module="1" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="2INVM999-CMU4ab-MU4ab" triggerline="2INVM999-CMU4ab-MU4ab" algoId="45" module="1" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="4INVM8-CMU4ab-MU4ab" triggerline="4INVM8-CMU4ab-MU4ab" algoId="49" module="1" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="KF-XE-AJall" triggerline="KF-XE35-AJall,KF-XE45-AJall,KF-XE55-AJall,KF-XE60-AJall,KF-XE65-AJall,KF-XE75-AJall" algoId="80" module="1" fpga="1" firstbit="0" clock="0"/>
-    <Output algname="0MATCH-4AJ20.ETA31-4AJj15.ETA31" triggerline="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="59" module="1" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="HT190-AJ15all.ETA21" triggerline="HT190-AJ15all.ETA21" algoId="20" module="1" fpga="1" firstbit="7" clock="0"/>
-    <Output algname="HT150-AJ20all.ETA31" triggerline="HT150-AJ20all.ETA31" algoId="21" module="1" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="HT150-AJj15all.ETA49" triggerline="HT150-AJj15all.ETA49" algoId="22" module="1" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="HT20-AJj15all.ETA49" triggerline="HT20-AJj15all.ETA49" algoId="23" module="1" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="05RATIO-XE0-HT0-AJj15all.ETA49" triggerline="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="62" module="1" fpga="1" firstbit="13" clock="0"/>
-    <Output algname="08RATIO-XE0-HT0-AJj15all.ETA49" triggerline="08RATIO-XE0-HT0-AJj15all.ETA49" algoId="63" module="1" fpga="1" firstbit="14" clock="0"/>
-    <Output algname="90RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="64" module="1" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="250RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="65" module="1" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="10MINDPHI-J20ab-XE50" triggerline="10MINDPHI-J20ab-XE50" algoId="37" module="1" fpga="1" firstbit="1" clock="1"/>
-    <Output algname="0DR28-TAU20abi-TAU12abi" triggerline="0DR28-TAU20abi-TAU12abi" algoId="17" module="1" fpga="1" firstbit="2" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="77" module="1" fpga="1" firstbit="3" clock="1"/>
-    <Output algname="1DISAMB-TAU12abi-J25ab" triggerline="1DISAMB-TAU12abi-J25ab" algoId="70" module="1" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="0DR10-MU10ab-MU6ab" triggerline="0DR10-MU10ab-MU6ab" algoId="9" module="1" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="2DR99-2MU4ab" triggerline="2DR99-2MU4ab" algoId="8" module="1" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="2DR15-2MU4ab" triggerline="2DR15-2MU4ab" algoId="10" module="1" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="2DR15-2MU6ab" triggerline="2DR15-2MU6ab" algoId="11" module="1" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="2DR15-MU6ab-MU4ab" triggerline="2DR15-MU6ab-MU4ab" algoId="12" module="1" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="2DR15-ONEBARREL-MU6ab-MU4ab" triggerline="2DR15-ONEBARREL-MU6ab-MU4ab" algoId="54" module="1" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="2INVM999-2MU4ab" triggerline="2INVM999-2MU4ab" algoId="2" module="1" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="2INVM999-MU6ab-MU4ab" triggerline="2INVM999-MU6ab-MU4ab" algoId="3" module="1" fpga="1" firstbit="12" clock="1"/>
-    <Output algname="2INVM999-2MU6ab" triggerline="2INVM999-2MU6ab" algoId="4" module="1" fpga="1" firstbit="13" clock="1"/>
-    <Output algname="4INVM8-2MU4ab" triggerline="4INVM8-2MU4ab" algoId="5" module="1" fpga="1" firstbit="14" clock="1"/>
-    <Output algname="4INVM8-MU6ab-MU4ab" triggerline="4INVM8-MU6ab-MU4ab" algoId="6" module="1" fpga="1" firstbit="15" clock="1"/>
-  </OutputList>
-
-  <TopoConfig>
-  </TopoConfig>
-
-  <SortAlgo type="ClusterNoSort" name="EMall" output="EMall" algoId="0">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMall"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="OutputWidth" value=":InputWidthEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUabi" output="TAUabi" algoId="1">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUabi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="EMabi" output="EMabi" algoId="2">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMabi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="16"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="EMabhi" output="EMabhi" algoId="3">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMabhi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="16"/>
-      <Parameter pos="1" name="IsoMask" value="3"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUab" output="TAUab" algoId="4">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUab"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="0"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMs" output="EMs" algoId="5">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMs"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMshi" output="EMshi" algoId="6">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMshi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="TAUsi" output="TAUsi" algoId="7">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUsi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="2"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJall" output="AJall" algoId="8">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value=":DefaultJetSize:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJjall" output="AJjall" algoId="9">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="1"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSortMatch" name="AJMatchall" output="AJMatchall" algoId="10">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJMatchall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="15"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="Jab" output="Jab" algoId="11">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Jab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="CJab" output="CJab" algoId="12">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="CJab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="26"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJjs" output="AJjs" algoId="13">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJs" output="AJs" algoId="14">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="Js" output="Js" algoId="15">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Js"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="METNoSort" name="XENoSort" output="XENoSort" algoId="16">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XENoSort"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MetSort" name="XE" output="XE" algoId="17">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XE"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="MUab" output="MUab" algoId="18">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="MUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="CMUab" output="CMUab" algoId="19">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="CMUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="10"/>
-    </Variable>
-  </SortAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_HighMass" algoId="0">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="900INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="800INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="700INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="500INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="810000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="640000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="490000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="250000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_LowMass" algoId="1">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="400INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="300INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="200INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="100INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="90000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="40000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="10000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-J20s5.ETA31" algoId="18">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-J20s5.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-J15s5.ETA21" algoId="19">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-J15s5.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="INVM_EMall" algoId="24">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="3">
-        <Bit selection="0" name="1INVM5-EMs1-EMall"/>
-        <Bit selection="1" name="1INVM5-EM7s1-EMall"/>
-        <Bit selection="2" name="1INVM5-EM12s1-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="3"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="0"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="100"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="14"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="0"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="4"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="100"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="24"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="0"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="4"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-EM10s6-XE0" algoId="28">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-EM10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-EM10s6-XE0" algoId="29">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-EM10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM15s6-XE0" algoId="30">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="25MT-EM10s6-XE0" algoId="31">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="25MT-EM10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="30MT-EM10s6-XE0" algoId="32">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="30MT-EM10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="900"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM15s6-XE0" algoId="33">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaIncl1" name="0DETA10-Js1-Js2" algoId="34">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA10-Js1-Js2"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="0"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-Js2-XE50" algoId="35">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-Js2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="0"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE50" algoId="36">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="RatioMatch" name="210RATIO-0MATCH-TAU30si2-EMall" algoId="66">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="210RATIO-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="Ratio" selection="0" value="210"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-0MATCH-TAU30si2-EMall" algoId="67">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-EM50s1" algoId="78">
-    <Fixed>
-      <Input name="Tob" value="EMs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-EM50s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="40"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="15"/>
-      <Parameter pos="3" name="PhiMin" value="15"/>
-      <Parameter pos="4" name="PhiMax" value="22"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-J100s1" algoId="79">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-J100s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="100"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="14"/>
-      <Parameter pos="3" name="PhiMin" value="15"/>
-      <Parameter pos="4" name="PhiMax" value="22"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="60">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="15"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="RatioSum" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49" algoId="61">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Input name="Tob3" value="EMs" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob3" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="UseCluster05Granularity" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin2" value="0"/>
-      <Parameter pos="2" name="EtaMax2" value="49"/>
-      <Parameter pos="3" name="MinET3" value="20"/>
-      <Parameter pos="4" name="EtaMin3" value="0"/>
-      <Parameter pos="5" name="EtaMax3" value="49"/>
-      <Parameter pos="6" name="MinMET" value="0"/>
-      <Parameter pos="7" name="HT" value="0"/>
-      <Parameter pos="8" name="SUM" value="0"/>
-      <Parameter pos="9" name="Ratio" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="1DISAMB-TAU20ab-J20ab" algoId="72">
-    <Fixed>
-      <Input name="Tob1" value="TAUab" position="0"/>
-      <Input name="Tob2" value="Jab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU20ab-J20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="0"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="DISAMB-EM15abhi-TAU12abi" algoId="73">
-    <Fixed>
-      <Input name="Tob1" value="EMabhi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-EM15abhi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="74">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="76">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-2MU6ab" algoId="7">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-ONEBARREL-MU6ab-MU4ab" algoId="46">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-ONEBARREL-MU6ab-MU4ab" algoId="50">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-2MU4ab" algoId="13">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-2MU4ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="14">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-2MU6ab" algoId="15">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-2MU6ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="75">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR28-MU10ab-TAU12abi" algoId="16">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-MU10ab-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="9"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="58">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="20"/>
-      <Parameter pos="4" name="MinDeltaPhi" selection="0" value="0"/>
-      <Parameter pos="5" name="MaxDeltaPhi" selection="0" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="DISAMB-EM15abhi-TAU40ab" algoId="71">
-    <Fixed>
-      <Input name="Tob1" value="EMabhi" position="0"/>
-      <Input name="Tob2" value="TAUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-EM15abhi-TAU40ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="80"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-AJj20s6-XE0" algoId="25">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-AJj20s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJj20s6-XE0" algoId="26">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJj20s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-AJj20s6-XE0" algoId="27">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-AJj20s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ15ab" algoId="39">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ15ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="15"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ20ab" algoId="43">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ30ab" algoId="40">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ30ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="30"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ20ab" algoId="41">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ25ab" algoId="42">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="25"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-CJ20ab-XE50" algoId="38">
-    <Fixed>
-      <Input name="Tob1" value="CJab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-CJ20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2CMU4ab" algoId="53">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-CMU6ab-CMU4ab" algoId="55">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-CMU6ab-CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU4ab" algoId="68">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU4ab[0]"/>
-        <Bit selection="1" name="MULT-CMU4ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="2"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU6ab" algoId="69">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU6ab[0]"/>
-        <Bit selection="1" name="MULT-CMU6ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-2CMU4ab" algoId="44">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-CMU6ab-CMU4ab" algoId="47">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-CMU6ab-CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-2CMU4ab" algoId="48">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-CMU6ab-CMU4ab" algoId="51">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-CMU6ab-CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="56">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM8abi-MU10ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="16"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="9"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM15abi-MUab" algoId="57">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM15abi-MUab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="2DR15-CMU4ab-MU4ab" algoId="52">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="2INVM999-CMU4ab-MU4ab" algoId="45">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="4INVM8-CMU4ab-MU4ab" algoId="49">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="KalmanMETCorrection" name="KF-XE-AJall" algoId="80">
-    <Fixed>
-      <Input name="Tob1" value="XENoSort" position="0"/>
-      <Input name="Tob2" value="AJall" position="1"/>
-      <Output name="Results" bits="6">
-        <Bit selection="0" name="KF-XE35-AJall"/>
-        <Bit selection="1" name="KF-XE45-AJall"/>
-        <Bit selection="2" name="KF-XE55-AJall"/>
-        <Bit selection="3" name="KF-XE60-AJall"/>
-        <Bit selection="4" name="KF-XE65-AJall"/>
-        <Bit selection="5" name="KF-XE75-AJall"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="6"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="KFXE" selection="0" value="35"/>
-      <Parameter pos="2" name="KFXE" selection="1" value="45"/>
-      <Parameter pos="3" name="KFXE" selection="2" value="55"/>
-      <Parameter pos="4" name="KFXE" selection="3" value="60"/>
-      <Parameter pos="5" name="KFXE" selection="4" value="65"/>
-      <Parameter pos="6" name="KFXE" selection="5" value="75"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MultiplicityCustom" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="59">
-    <Fixed>
-      <Input name="Tob" value="AJMatchall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinMultiplicity" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-AJ15all.ETA21" algoId="20">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-AJ15all.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJ20all.ETA31" algoId="21">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJ20all.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJj15all.ETA49" algoId="22">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT20-AJj15all.ETA49" algoId="23">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT20-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="62">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="08RATIO-XE0-HT0-AJj15all.ETA49" algoId="63">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="08RATIO-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="8"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="64">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="90"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="65">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="250"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20ab-XE50" algoId="37">
-    <Fixed>
-      <Input name="Tob1" value="Jab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR28-TAU20abi-TAU12abi" algoId="17">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="77">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="1DISAMB-TAU12abi-J25ab" algoId="70">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="Jab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="0"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="25"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR10-MU10ab-MU6ab" algoId="9">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR10-MU10ab-MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="9"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR99-2MU4ab" algoId="8">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR99-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="9801"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2MU4ab" algoId="10">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2MU6ab" algoId="11">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-MU6ab-MU4ab" algoId="12">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-ONEBARREL-MU6ab-MU4ab" algoId="54">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-2MU4ab" algoId="2">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-MU6ab-MU4ab" algoId="3">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM999-2MU6ab" algoId="4">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM999-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="998001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-2MU4ab" algoId="5">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="4INVM8-MU6ab-MU4ab" algoId="6">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="4INVM8-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="16"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-</TOPO_MENU>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_Physics_pp_v6.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_Physics_pp_v6.xml
deleted file mode 100644
index d3091270f561ba23e640e9cd594d1eafb06b9941..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_Physics_pp_v6.xml
+++ /dev/null
@@ -1,2100 +0,0 @@
-<?xml version="1.0" ?>
-<TOPO_MENU menu_name="Topo_pp_vX" menu_version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1Topo algos defined: 83-->
-  <OutputList>
-    <Output algname="INVM_AJ_HighMass" triggerline="900INVM9999-AJ30s6-AJ20s6,800INVM9999-AJ30s6-AJ20s6,700INVM9999-AJ30s6-AJ20s6,500INVM9999-AJ30s6-AJ20s6" algoId="0" module="0" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="INVM_AJ_LowMass" triggerline="400INVM9999-AJ30s6-AJ20s6,300INVM9999-AJ30s6-AJ20s6,200INVM9999-AJ30s6-AJ20s6,100INVM9999-AJ30s6-AJ20s6" algoId="1" module="0" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="HT150-J20s5.ETA31" triggerline="HT150-J20s5.ETA31" algoId="25" module="0" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="HT190-J15s5.ETA21" triggerline="HT190-J15s5.ETA21" algoId="26" module="0" fpga="0" firstbit="10" clock="0"/>
-    <Output algname="05MINDPHI-EM12s6-XE0" triggerline="05MINDPHI-EM12s6-XE0" algoId="35" module="0" fpga="0" firstbit="14" clock="0"/>
-    <Output algname="05MINDPHI-EM15s6-XE0" triggerline="05MINDPHI-EM15s6-XE0" algoId="36" module="0" fpga="0" firstbit="0" clock="1"/>
-    <Output algname="25MT-EM12s6-XE0" triggerline="25MT-EM12s6-XE0" algoId="37" module="0" fpga="0" firstbit="1" clock="1"/>
-    <Output algname="35MT-EM15s6-XE0" triggerline="35MT-EM15s6-XE0" algoId="38" module="0" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE50" triggerline="10MINDPHI-J20s2-XE50" algoId="39" module="0" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="100RATIO-0MATCH-TAU30si2-EMall" triggerline="100RATIO-0MATCH-TAU30si2-EMall" algoId="60" module="0" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="NOT-0MATCH-TAU30si2-EMall" triggerline="NOT-0MATCH-TAU30si2-EMall" algoId="61" module="0" fpga="0" firstbit="8" clock="1"/>
-    <Output algname="LAR-EM50s1" triggerline="LAR-EM50s1" algoId="70" module="0" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LAR-J100s1" triggerline="LAR-J100s1" algoId="71" module="0" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="NOT-02MATCH-EM10s1-AJj15all.ETA49" triggerline="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="56" module="0" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="15MINDPHI-EM12s6-XE0" triggerline="15MINDPHI-EM12s6-XE0" algoId="73" module="0" fpga="0" firstbit="14" clock="1"/>
-    <Output algname="15MINDPHI-EM15s6-XE0" triggerline="15MINDPHI-EM15s6-XE0" algoId="74" module="0" fpga="0" firstbit="15" clock="1"/>
-    <Output algname="35MT-EM12s6-XE0" triggerline="35MT-EM12s6-XE0" algoId="75" module="0" fpga="0" firstbit="13" clock="1"/>
-    <Output algname="1DISAMB-EM15his2-TAU12abi-J25ab" triggerline="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="65" module="0" fpga="1" firstbit="2" clock="0"/>
-    <Output algname="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="67" module="0" fpga="1" firstbit="3" clock="0"/>
-    <Output algname="2INVM9-2MU6ab" triggerline="2INVM9-2MU6ab" algoId="8" module="0" fpga="1" firstbit="4" clock="0"/>
-    <Output algname="2INVM8-ONEBARREL-MU6ab-MU4ab" triggerline="2INVM8-ONEBARREL-MU6ab-MU4ab" algoId="49" module="0" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-MU6ab-MU4ab" triggerline="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="20" module="0" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-2MU6ab" triggerline="5DETA99-5DPHI99-2MU6ab" algoId="21" module="0" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="1DISAMB-TAU20abi-TAU12abi-J25ab" triggerline="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="66" module="0" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="0DR28-MU10ab-TAU12abi" triggerline="0DR28-MU10ab-TAU12abi" algoId="22" module="0" fpga="1" firstbit="11" clock="0"/>
-    <Output algname="0DETA20-0DPHI20-TAU20abi-TAU12abi" triggerline="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="54" module="0" fpga="1" firstbit="12" clock="0"/>
-    <Output algname="DISAMB-0DR28-EM15his2-TAU12abi" triggerline="DISAMB-0DR28-EM15his2-TAU12abi" algoId="76" module="0" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="DISAMB-30INVM-EM20his2-TAU12ab" triggerline="DISAMB-30INVM-EM20his2-TAU12ab" algoId="81" module="0" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" triggerline="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" algoId="82" module="0" fpga="0" firstbit="15" clock="0"/>
-    <Output algname="0DR22-2MU6ab" triggerline="0DR22-2MU6ab" algoId="17" module="0" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="7INVM15-2MU4ab" triggerline="7INVM15-2MU4ab" algoId="9" module="0" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="0DR22-MU6ab-MU4ab" triggerline="0DR22-MU6ab-MU4ab" algoId="18" module="0" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="0DR15-2MU4ab" triggerline="0DR15-2MU4ab" algoId="13" module="0" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="0DR24-2MU4ab" triggerline="0DR24-2MU4ab" algoId="16" module="0" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="0DR15-2MU6ab" triggerline="0DR15-2MU6ab" algoId="19" module="0" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="2INVM9-2MU4ab" triggerline="2INVM9-2MU4ab" algoId="3" module="0" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="2INVM9-MU6ab-MU4ab" triggerline="2INVM9-MU6ab-MU4ab" algoId="6" module="0" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="INVM_EMs6" triggerline="1INVM5-EMs1-EMs6,1INVM5-EM7s1-EMs6,1INVM5-EM12s1-EMs6" algoId="31" module="0" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="05MINDPHI-AJj10s6-XE0" triggerline="05MINDPHI-AJj10s6-XE0" algoId="32" module="1" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="10MINDPHI-AJj10s6-XE0" triggerline="10MINDPHI-AJj10s6-XE0" algoId="33" module="1" fpga="0" firstbit="1" clock="0"/>
-    <Output algname="15MINDPHI-AJj10s6-XE0" triggerline="15MINDPHI-AJj10s6-XE0" algoId="34" module="1" fpga="0" firstbit="2" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ15ab" triggerline="0DR04-MU4ab-CJ15ab" algoId="43" module="1" fpga="0" firstbit="3" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ20ab" triggerline="0DR04-MU4ab-CJ20ab" algoId="47" module="1" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ30ab" triggerline="0DR04-MU4ab-CJ30ab" algoId="44" module="1" fpga="0" firstbit="5" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ20ab" triggerline="0DR04-MU6ab-CJ20ab" algoId="45" module="1" fpga="0" firstbit="6" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ25ab" triggerline="0DR04-MU6ab-CJ25ab" algoId="46" module="1" fpga="0" firstbit="7" clock="0"/>
-    <Output algname="10MINDPHI-CJ20ab-XE50" triggerline="10MINDPHI-CJ20ab-XE50" algoId="41" module="1" fpga="0" firstbit="8" clock="0"/>
-    <Output algname="0DR24-2CMU4ab" triggerline="0DR24-2CMU4ab" algoId="50" module="1" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="MULT-CMU4ab" triggerline="MULT-CMU4ab[0],MULT-CMU4ab[1]" algoId="62" module="1" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="MULT-CMU6ab" triggerline="MULT-CMU6ab[0],MULT-CMU6ab[1]" algoId="63" module="1" fpga="0" firstbit="13" clock="0"/>
-    <Output algname="0DETA04-0DPHI03-EM8abi-MU10ab" triggerline="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="52" module="1" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="0DETA04-0DPHI03-EM15abi-MUab" triggerline="0DETA04-0DPHI03-EM15abi-MUab" algoId="53" module="1" fpga="0" firstbit="4" clock="1"/>
-    <Output algname="0DR24-CMU4ab-MU4ab" triggerline="0DR24-CMU4ab-MU4ab" algoId="51" module="1" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="2INVM8-CMU4ab-MU4ab" triggerline="2INVM8-CMU4ab-MU4ab" algoId="48" module="1" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="0DR25-TAU20abi-TAU12abi" triggerline="0DR25-TAU20abi-TAU12abi" algoId="24" module="1" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="10MINDPHI-AJ20s2-XE50" triggerline="10MINDPHI-AJ20s2-XE50" algoId="77" module="1" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LATE-MU10s1" triggerline="LATE-MU10s1" algoId="78" module="1" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" algoId="69" module="1" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE30" triggerline="10MINDPHI-J20s2-XE30" algoId="42" module="0" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="KF-XE-AJall" triggerline="KF-XE40-AJall,KF-XE50-AJall,KF-XE55-AJall,KF-XE60-AJall,KF-XE65-AJall,KF-XE75-AJall" algoId="72" module="1" fpga="1" firstbit="0" clock="0"/>
-    <Output algname="0MATCH-4AJ20.ETA31-4AJj15.ETA31" triggerline="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="55" module="1" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="HT190-AJ15all.ETA21" triggerline="HT190-AJ15all.ETA21" algoId="27" module="1" fpga="1" firstbit="7" clock="0"/>
-    <Output algname="HT150-AJ20all.ETA31" triggerline="HT150-AJ20all.ETA31" algoId="28" module="1" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="HT150-AJj15all.ETA49" triggerline="HT150-AJj15all.ETA49" algoId="29" module="1" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="HT20-AJj15all.ETA49" triggerline="HT20-AJj15all.ETA49" algoId="30" module="1" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="SC111-CJ15ab.ETA26" triggerline="SC111-CJ15ab.ETA26" algoId="79" module="1" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="SC85-CJ15ab.ETA26" triggerline="SC85-CJ15ab.ETA26" algoId="80" module="1" fpga="0" firstbit="12" clock="1"/>
-    <Output algname="05RATIO-XE0-HT0-AJj15all.ETA49" triggerline="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="57" module="1" fpga="1" firstbit="13" clock="0"/>
-    <Output algname="90RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="58" module="1" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="250RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="59" module="1" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="10MINDPHI-J20ab-XE50" triggerline="10MINDPHI-J20ab-XE50" algoId="40" module="1" fpga="1" firstbit="1" clock="1"/>
-    <Output algname="0DR28-TAU20abi-TAU12abi" triggerline="0DR28-TAU20abi-TAU12abi" algoId="23" module="1" fpga="1" firstbit="2" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="68" module="1" fpga="1" firstbit="3" clock="1"/>
-    <Output algname="1DISAMB-TAU12abi-J25ab" triggerline="1DISAMB-TAU12abi-J25ab" algoId="64" module="1" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="0DR10-MU10ab-MU6ab" triggerline="0DR10-MU10ab-MU6ab" algoId="11" module="1" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="2DR99-2MU4ab" triggerline="2DR99-2MU4ab" algoId="10" module="1" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="0DR34-2MU4ab" triggerline="0DR34-2MU4ab" algoId="15" module="1" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="2DR15-2MU6ab" triggerline="2DR15-2MU6ab" algoId="12" module="1" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="0DR15-MU6ab-MU4ab" triggerline="0DR15-MU6ab-MU4ab" algoId="14" module="1" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="8INVM15-MU6ab-MU4ab" triggerline="8INVM15-MU6ab-MU4ab" algoId="4" module="1" fpga="1" firstbit="12" clock="1"/>
-    <Output algname="8INVM15-2MU6ab" triggerline="8INVM15-2MU6ab" algoId="7" module="1" fpga="1" firstbit="13" clock="1"/>
-    <Output algname="2INVM8-2MU4ab" triggerline="2INVM8-2MU4ab" algoId="2" module="1" fpga="1" firstbit="14" clock="1"/>
-    <Output algname="2INVM8-MU6ab-MU4ab" triggerline="2INVM8-MU6ab-MU4ab" algoId="5" module="1" fpga="1" firstbit="15" clock="1"/>
-  </OutputList>
-
-  <TopoConfig>
-  </TopoConfig>
-
-  <SortAlgo type="ClusterNoSort" name="EMall" output="EMall" algoId="0">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMall"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="OutputWidth" value=":InputWidthEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUabi" output="TAUabi" algoId="1">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUabi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="EMabi" output="EMabi" algoId="2">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMabi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectEM:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="16"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUab" output="TAUab" algoId="4">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUab"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="DoIsoCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="0"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMs" output="EMs" algoId="5">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMs"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="DoIsoCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMshi" output="EMshi" algoId="6">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMshi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="TAUsi" output="TAUsi" algoId="7">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUsi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortTAU:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="2"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJall" output="AJall" algoId="8">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value=":DefaultJetSize:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJjall" output="AJjall" algoId="9">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="1"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSortMatch" name="AJMatchall" output="AJMatchall" algoId="10">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJMatchall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="15"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="Jab" output="Jab" algoId="11">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Jab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="CJab" output="CJab" algoId="12">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="CJab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="26"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJjs" output="AJjs" algoId="13">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="1"/>
-      <Generic name="DoEtaCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJs" output="AJs" algoId="14">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="Js" output="Js" algoId="15">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Js"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="METNoSort" name="XENoSort" output="XENoSort" algoId="16">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XENoSort"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MetSort" name="XE" output="XE" algoId="17">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XE"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="MUab" output="MUab" algoId="18">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="MUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="CMUab" output="CMUab" algoId="19">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="CMUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="10"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSort_1BC" name="LMUs" output="LMUs" algoId="20">
-    <Fixed>
-      <Input name="LateMuonTobArray" value="LateMuonTobArray"/>
-      <Output name="TobArrayOut" value="LMUs"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortMU:"/>
-      <Generic name="nDelayedMuons" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_HighMass" algoId="0">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="900INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="800INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="700INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="500INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="810000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="640000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="490000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="250000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_LowMass" algoId="1">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="400INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="300INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="200INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="100INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="90000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="40000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="10000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-J20s5.ETA31" algoId="25">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-J20s5.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-J15s5.ETA21" algoId="26">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-J15s5.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM12s6-XE0" algoId="35">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM15s6-XE0" algoId="36">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="25MT-EM12s6-XE0" algoId="37">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="25MT-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM15s6-XE0" algoId="38">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE50" algoId="39">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="RatioMatch" name="100RATIO-0MATCH-TAU30si2-EMall" algoId="60">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="100RATIO-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="Ratio" selection="0" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-0MATCH-TAU30si2-EMall" algoId="61">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-EM50s1" algoId="70">
-    <Fixed>
-      <Input name="Tob" value="EMs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-EM50s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="40"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="15"/>
-      <Parameter pos="3" name="PhiMin" value="16"/>
-      <Parameter pos="4" name="PhiMax" value="23"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-J100s1" algoId="71">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-J100s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="100"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="14"/>
-      <Parameter pos="3" name="PhiMin" value="16"/>
-      <Parameter pos="4" name="PhiMax" value="23"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="56">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="15"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-EM12s6-XE0" algoId="73">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-EM15s6-XE0" algoId="74">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM12s6-XE0" algoId="75">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="65">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="67">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-2MU6ab" algoId="8">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-ONEBARREL-MU6ab-MU4ab" algoId="49">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="20">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-2MU6ab" algoId="21">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-2MU6ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="66">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR28-MU10ab-TAU12abi" algoId="22">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-MU10ab-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="9"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="54">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="20"/>
-      <Parameter pos="4" name="MinDeltaPhi" selection="0" value="0"/>
-      <Parameter pos="5" name="MaxDeltaPhi" selection="0" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl2" name="DISAMB-0DR28-EM15his2-TAU12abi" algoId="76">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DisambDRSqrMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationInvmIncl2" name="DISAMB-30INVM-EM20his2-TAU12ab" algoId="81">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-30INVM-EM20his2-TAU12ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="MinMSqr" value="900"/>
-      <Parameter pos="3" name="MaxMSqr" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" algoId="82">
-    <Fixed>
-      <Input name="Tob1" value="AJs" position="0"/>
-      <Input name="Tob2" value="AJs" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-      <Parameter pos="2" name="MinMSqr" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" value="99980001"/>
-      <Parameter pos="4" name="MinEta1" value="0"/>
-      <Parameter pos="5" name="MaxEta1" value="31"/>
-      <Parameter pos="6" name="MinEta2" value="31"/>
-      <Parameter pos="7" name="MaxEta2" value="49"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR22-2MU6ab" algoId="17">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR22-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="484"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="7INVM15-2MU4ab" algoId="9">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="7INVM15-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="49"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR22-MU6ab-MU4ab" algoId="18">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR22-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="484"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-2MU4ab" algoId="13">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR24-2MU4ab" algoId="16">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-2MU6ab" algoId="19">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-2MU4ab" algoId="3">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-MU6ab-MU4ab" algoId="6">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="INVM_EMs6" algoId="31">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="EMs" position="1"/>
-      <Output name="Results" bits="3">
-        <Bit selection="0" name="1INVM5-EMs1-EMs6"/>
-        <Bit selection="1" name="1INVM5-EM7s1-EMs6"/>
-        <Bit selection="2" name="1INVM5-EM12s1-EMs6"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":OutputWidthSortEM:"/>
-      <Generic name="NumResultBits" value="3"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="0"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="100"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="14"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="0"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="4"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="100"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="24"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="0"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="4"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-AJj10s6-XE0" algoId="32">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJj10s6-XE0" algoId="33">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-AJj10s6-XE0" algoId="34">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ15ab" algoId="43">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ15ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="15"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ20ab" algoId="47">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ30ab" algoId="44">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ30ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="30"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ20ab" algoId="45">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ25ab" algoId="46">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="25"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-CJ20ab-XE50" algoId="41">
-    <Fixed>
-      <Input name="Tob1" value="CJab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-CJ20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR24-2CMU4ab" algoId="50">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU4ab" algoId="62">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU4ab[0]"/>
-        <Bit selection="1" name="MULT-CMU4ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="2"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU6ab" algoId="63">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU6ab[0]"/>
-        <Bit selection="1" name="MULT-CMU6ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM8abi-MU10ab" algoId="52">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM8abi-MU10ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="16"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="9"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl2" name="0DETA04-0DPHI03-EM15abi-MUab" algoId="53">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-0DPHI03-EM15abi-MUab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="DeltaEtaMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaEtaMax" selection="0" value="4"/>
-      <Parameter pos="4" name="DeltaPhiMin" selection="0" value="0"/>
-      <Parameter pos="5" name="DeltaPhiMax" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR24-CMU4ab-MU4ab" algoId="51">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="2INVM8-CMU4ab-MU4ab" algoId="48">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR25-TAU20abi-TAU12abi" algoId="24">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR25-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJ20s2-XE50" algoId="77">
-    <Fixed>
-      <Input name="Tob1" value="AJs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJ20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="EtCut" name="LATE-MU10s1" algoId="78">
-    <Fixed>
-      <Input name="Tob" value="LMUs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LATE-MU10s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":NumberOfDelayedMuons:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="9"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" algoId="69">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="625"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE30" algoId="42">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE30"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="30"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="KalmanMETCorrection" name="KF-XE-AJall" algoId="72">
-    <Fixed>
-      <Input name="Tob1" value="XENoSort" position="0"/>
-      <Input name="Tob2" value="AJall" position="1"/>
-      <Output name="Results" bits="6">
-        <Bit selection="0" name="KF-XE40-AJall"/>
-        <Bit selection="1" name="KF-XE50-AJall"/>
-        <Bit selection="2" name="KF-XE55-AJall"/>
-        <Bit selection="3" name="KF-XE60-AJall"/>
-        <Bit selection="4" name="KF-XE65-AJall"/>
-        <Bit selection="5" name="KF-XE75-AJall"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="6"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="KFXE" selection="0" value="40"/>
-      <Parameter pos="2" name="KFXE" selection="1" value="50"/>
-      <Parameter pos="3" name="KFXE" selection="2" value="55"/>
-      <Parameter pos="4" name="KFXE" selection="3" value="60"/>
-      <Parameter pos="5" name="KFXE" selection="4" value="65"/>
-      <Parameter pos="6" name="KFXE" selection="5" value="75"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MultiplicityCustom" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="55">
-    <Fixed>
-      <Input name="Tob" value="AJMatchall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinMultiplicity" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-AJ15all.ETA21" algoId="27">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-AJ15all.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJ20all.ETA31" algoId="28">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJ20all.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJj15all.ETA49" algoId="29">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT20-AJj15all.ETA49" algoId="30">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT20-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="SimpleCone" name="SC111-CJ15ab.ETA26" algoId="79">
-    <Fixed>
-      <Input name="Tob" value="CJab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="SC111-CJ15ab.ETA26"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectJET:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinSumET" value="111"/>
-      <Parameter pos="2" name="MaxRSqr" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="SimpleCone" name="SC85-CJ15ab.ETA26" algoId="80">
-    <Fixed>
-      <Input name="Tob" value="CJab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="SC85-CJ15ab.ETA26"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectJET:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinSumET" value="85"/>
-      <Parameter pos="2" name="MaxRSqr" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="57">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="58">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="90"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="59">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="250"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20ab-XE50" algoId="40">
-    <Fixed>
-      <Input name="Tob1" value="Jab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR28-TAU20abi-TAU12abi" algoId="23">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="68">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="1DISAMB-TAU12abi-J25ab" algoId="64">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="Jab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="0"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="25"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR10-MU10ab-MU6ab" algoId="11">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR10-MU10ab-MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="9"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR99-2MU4ab" algoId="10">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR99-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="9801"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR34-2MU4ab" algoId="15">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR34-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="1156"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2MU6ab" algoId="12">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-MU6ab-MU4ab" algoId="14">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="8INVM15-MU6ab-MU4ab" algoId="4">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="8INVM15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="64"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="8INVM15-2MU6ab" algoId="7">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="8INVM15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="64"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-2MU4ab" algoId="2">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-MU6ab-MU4ab" algoId="5">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-</TOPO_MENU>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_Physics_pp_v7.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_Physics_pp_v7.xml
deleted file mode 100644
index e7eeb1eb916e964d04dc9e0a6a04becb09e534fd..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/L1Topoconfig_Physics_pp_v7.xml
+++ /dev/null
@@ -1,2140 +0,0 @@
-<?xml version="1.0" ?>
-<TOPO_MENU menu_name="Topo_pp_vX" menu_version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1Topo algos defined: 85-->
-  <OutputList>
-    <Output algname="INVM_AJ_HighMass" triggerline="900INVM9999-AJ30s6-AJ20s6,800INVM9999-AJ30s6-AJ20s6,700INVM9999-AJ30s6-AJ20s6,500INVM9999-AJ30s6-AJ20s6" algoId="0" module="0" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="INVM_AJ_LowMass" triggerline="400INVM9999-AJ30s6-AJ20s6,300INVM9999-AJ30s6-AJ20s6,200INVM9999-AJ30s6-AJ20s6,100INVM9999-AJ30s6-AJ20s6" algoId="1" module="0" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="HT150-J20s5.ETA31" triggerline="HT150-J20s5.ETA31" algoId="25" module="0" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="HT190-J15s5.ETA21" triggerline="HT190-J15s5.ETA21" algoId="26" module="0" fpga="0" firstbit="10" clock="0"/>
-    <Output algname="05MINDPHI-EM12s6-XE0" triggerline="05MINDPHI-EM12s6-XE0" algoId="35" module="0" fpga="0" firstbit="14" clock="0"/>
-    <Output algname="05MINDPHI-EM15s6-XE0" triggerline="05MINDPHI-EM15s6-XE0" algoId="36" module="0" fpga="0" firstbit="0" clock="1"/>
-    <Output algname="25MT-EM12s6-XE0" triggerline="25MT-EM12s6-XE0" algoId="37" module="0" fpga="0" firstbit="1" clock="1"/>
-    <Output algname="35MT-EM15s6-XE0" triggerline="35MT-EM15s6-XE0" algoId="38" module="0" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE50" triggerline="10MINDPHI-J20s2-XE50" algoId="39" module="0" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="100RATIO-0MATCH-TAU30si2-EMall" triggerline="100RATIO-0MATCH-TAU30si2-EMall" algoId="62" module="0" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="NOT-0MATCH-TAU30si2-EMall" triggerline="NOT-0MATCH-TAU30si2-EMall" algoId="63" module="0" fpga="0" firstbit="8" clock="1"/>
-    <Output algname="LAR-EM50s1" triggerline="LAR-EM50s1" algoId="72" module="0" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LAR-J100s1" triggerline="LAR-J100s1" algoId="73" module="0" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="NOT-02MATCH-EM10s1-AJj15all.ETA49" triggerline="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="58" module="0" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="15MINDPHI-EM12s6-XE0" triggerline="15MINDPHI-EM12s6-XE0" algoId="75" module="0" fpga="0" firstbit="14" clock="1"/>
-    <Output algname="15MINDPHI-EM15s6-XE0" triggerline="15MINDPHI-EM15s6-XE0" algoId="76" module="0" fpga="0" firstbit="15" clock="1"/>
-    <Output algname="35MT-EM12s6-XE0" triggerline="35MT-EM12s6-XE0" algoId="77" module="0" fpga="0" firstbit="13" clock="1"/>
-    <Output algname="1DISAMB-EM15his2-TAU12abi-J25ab" triggerline="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="67" module="0" fpga="1" firstbit="2" clock="0"/>
-    <Output algname="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="69" module="0" fpga="1" firstbit="3" clock="0"/>
-    <Output algname="2INVM9-2MU6ab" triggerline="2INVM9-2MU6ab" algoId="8" module="0" fpga="1" firstbit="4" clock="0"/>
-    <Output algname="2INVM8-ONEBARREL-MU6ab-MU4ab" triggerline="2INVM8-ONEBARREL-MU6ab-MU4ab" algoId="49" module="0" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-MU6ab-MU4ab" triggerline="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="20" module="0" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="5DETA99-5DPHI99-2MU6ab" triggerline="5DETA99-5DPHI99-2MU6ab" algoId="21" module="0" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="1DISAMB-TAU20abi-TAU12abi-J25ab" triggerline="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="68" module="0" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="0DR28-MU10ab-TAU12abi" triggerline="0DR28-MU10ab-TAU12abi" algoId="22" module="0" fpga="1" firstbit="11" clock="0"/>
-    <Output algname="0DETA20-0DPHI20-TAU20abi-TAU12abi" triggerline="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="52" module="0" fpga="1" firstbit="12" clock="0"/>
-    <Output algname="DISAMB-0DR28-EM15his2-TAU12abi" triggerline="DISAMB-0DR28-EM15his2-TAU12abi" algoId="78" module="0" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="DISAMB-30INVM-EM20his2-TAU12ab" triggerline="DISAMB-30INVM-EM20his2-TAU12ab" algoId="83" module="0" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" triggerline="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" algoId="84" module="0" fpga="0" firstbit="15" clock="0"/>
-    <Output algname="0DR22-2MU6ab" triggerline="0DR22-2MU6ab" algoId="17" module="0" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="7INVM15-2MU4ab" triggerline="7INVM15-2MU4ab" algoId="9" module="0" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="0DR22-MU6ab-MU4ab" triggerline="0DR22-MU6ab-MU4ab" algoId="18" module="0" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="0DR15-2MU4ab" triggerline="0DR15-2MU4ab" algoId="13" module="0" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="0DR24-2MU4ab" triggerline="0DR24-2MU4ab" algoId="16" module="0" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="0DR15-2MU6ab" triggerline="0DR15-2MU6ab" algoId="19" module="0" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="2INVM9-2MU4ab" triggerline="2INVM9-2MU4ab" algoId="3" module="0" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="2INVM9-MU6ab-MU4ab" triggerline="2INVM9-MU6ab-MU4ab" algoId="6" module="0" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="INVM_EMs6" triggerline="1INVM5-EMs1-EMs6,1INVM5-EM7s1-EMs6,1INVM5-EM12s1-EMs6" algoId="31" module="0" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="05MINDPHI-AJj10s6-XE0" triggerline="05MINDPHI-AJj10s6-XE0" algoId="32" module="1" fpga="0" firstbit="0" clock="0"/>
-    <Output algname="10MINDPHI-AJj10s6-XE0" triggerline="10MINDPHI-AJj10s6-XE0" algoId="33" module="1" fpga="0" firstbit="1" clock="0"/>
-    <Output algname="15MINDPHI-AJj10s6-XE0" triggerline="15MINDPHI-AJj10s6-XE0" algoId="34" module="1" fpga="0" firstbit="2" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ15ab" triggerline="0DR04-MU4ab-CJ15ab" algoId="43" module="1" fpga="0" firstbit="3" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ20ab" triggerline="0DR04-MU4ab-CJ20ab" algoId="47" module="1" fpga="0" firstbit="4" clock="0"/>
-    <Output algname="0DR04-MU4ab-CJ30ab" triggerline="0DR04-MU4ab-CJ30ab" algoId="44" module="1" fpga="0" firstbit="5" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ20ab" triggerline="0DR04-MU6ab-CJ20ab" algoId="45" module="1" fpga="0" firstbit="6" clock="0"/>
-    <Output algname="0DR04-MU6ab-CJ25ab" triggerline="0DR04-MU6ab-CJ25ab" algoId="46" module="1" fpga="0" firstbit="7" clock="0"/>
-    <Output algname="10MINDPHI-CJ20ab-XE50" triggerline="10MINDPHI-CJ20ab-XE50" algoId="41" module="1" fpga="0" firstbit="8" clock="0"/>
-    <Output algname="0DR24-2CMU4ab" triggerline="0DR24-2CMU4ab" algoId="50" module="1" fpga="0" firstbit="9" clock="0"/>
-    <Output algname="MULT-CMU4ab" triggerline="MULT-CMU4ab[0],MULT-CMU4ab[1]" algoId="64" module="1" fpga="0" firstbit="11" clock="0"/>
-    <Output algname="MULT-CMU6ab" triggerline="MULT-CMU6ab[0],MULT-CMU6ab[1]" algoId="65" module="1" fpga="0" firstbit="13" clock="0"/>
-    <Output algname="0DETA04-EM8abi-MU10ab" triggerline="0DETA04-EM8abi-MU10ab" algoId="53" module="1" fpga="0" firstbit="3" clock="1"/>
-    <Output algname="0DPHI03-EM8abi-MU10ab" triggerline="0DPHI03-EM8abi-MU10ab" algoId="55" module="1" fpga="0" firstbit="6" clock="1"/>
-    <Output algname="0DETA04-EM15abi-MUab" triggerline="0DETA04-EM15abi-MUab" algoId="54" module="1" fpga="0" firstbit="4" clock="1"/>
-    <Output algname="0DPHI03-EM15abi-MUab" triggerline="0DPHI03-EM15abi-MUab" algoId="56" module="1" fpga="0" firstbit="8" clock="1"/>
-    <Output algname="0DR24-CMU4ab-MU4ab" triggerline="0DR24-CMU4ab-MU4ab" algoId="51" module="1" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="2INVM8-CMU4ab-MU4ab" triggerline="2INVM8-CMU4ab-MU4ab" algoId="48" module="1" fpga="0" firstbit="7" clock="1"/>
-    <Output algname="0DR25-TAU20abi-TAU12abi" triggerline="0DR25-TAU20abi-TAU12abi" algoId="24" module="1" fpga="1" firstbit="10" clock="1"/>
-    <Output algname="10MINDPHI-AJ20s2-XE50" triggerline="10MINDPHI-AJ20s2-XE50" algoId="79" module="1" fpga="0" firstbit="9" clock="1"/>
-    <Output algname="LATE-MU10s1" triggerline="LATE-MU10s1" algoId="80" module="1" fpga="0" firstbit="10" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" algoId="71" module="1" fpga="1" firstbit="11" clock="1"/>
-    <Output algname="10MINDPHI-J20s2-XE30" triggerline="10MINDPHI-J20s2-XE30" algoId="42" module="0" fpga="0" firstbit="5" clock="1"/>
-    <Output algname="KF-XE-AJall" triggerline="KF-XE40-AJall,KF-XE50-AJall,KF-XE55-AJall,KF-XE60-AJall,KF-XE65-AJall,KF-XE75-AJall" algoId="74" module="1" fpga="1" firstbit="0" clock="0"/>
-    <Output algname="0MATCH-4AJ20.ETA31-4AJj15.ETA31" triggerline="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="57" module="1" fpga="1" firstbit="6" clock="0"/>
-    <Output algname="HT190-AJ15all.ETA21" triggerline="HT190-AJ15all.ETA21" algoId="27" module="1" fpga="1" firstbit="7" clock="0"/>
-    <Output algname="HT150-AJ20all.ETA31" triggerline="HT150-AJ20all.ETA31" algoId="28" module="1" fpga="1" firstbit="8" clock="0"/>
-    <Output algname="HT150-AJj15all.ETA49" triggerline="HT150-AJj15all.ETA49" algoId="29" module="1" fpga="1" firstbit="9" clock="0"/>
-    <Output algname="HT20-AJj15all.ETA49" triggerline="HT20-AJj15all.ETA49" algoId="30" module="1" fpga="1" firstbit="10" clock="0"/>
-    <Output algname="SC111-CJ15ab.ETA26" triggerline="SC111-CJ15ab.ETA26" algoId="81" module="1" fpga="0" firstbit="11" clock="1"/>
-    <Output algname="SC85-CJ15ab.ETA26" triggerline="SC85-CJ15ab.ETA26" algoId="82" module="1" fpga="0" firstbit="12" clock="1"/>
-    <Output algname="05RATIO-XE0-HT0-AJj15all.ETA49" triggerline="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="59" module="1" fpga="1" firstbit="13" clock="0"/>
-    <Output algname="90RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="60" module="1" fpga="1" firstbit="15" clock="0"/>
-    <Output algname="250RATIO2-XE0-HT0-AJj15all.ETA49" triggerline="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="61" module="1" fpga="1" firstbit="0" clock="1"/>
-    <Output algname="10MINDPHI-J20ab-XE50" triggerline="10MINDPHI-J20ab-XE50" algoId="40" module="1" fpga="1" firstbit="1" clock="1"/>
-    <Output algname="0DR28-TAU20abi-TAU12abi" triggerline="0DR28-TAU20abi-TAU12abi" algoId="23" module="1" fpga="1" firstbit="2" clock="1"/>
-    <Output algname="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" triggerline="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="70" module="1" fpga="1" firstbit="3" clock="1"/>
-    <Output algname="1DISAMB-TAU12abi-J25ab" triggerline="1DISAMB-TAU12abi-J25ab" algoId="66" module="1" fpga="1" firstbit="4" clock="1"/>
-    <Output algname="0DR10-MU10ab-MU6ab" triggerline="0DR10-MU10ab-MU6ab" algoId="11" module="1" fpga="1" firstbit="5" clock="1"/>
-    <Output algname="2DR99-2MU4ab" triggerline="2DR99-2MU4ab" algoId="10" module="1" fpga="1" firstbit="6" clock="1"/>
-    <Output algname="0DR34-2MU4ab" triggerline="0DR34-2MU4ab" algoId="15" module="1" fpga="1" firstbit="7" clock="1"/>
-    <Output algname="2DR15-2MU6ab" triggerline="2DR15-2MU6ab" algoId="12" module="1" fpga="1" firstbit="8" clock="1"/>
-    <Output algname="0DR15-MU6ab-MU4ab" triggerline="0DR15-MU6ab-MU4ab" algoId="14" module="1" fpga="1" firstbit="9" clock="1"/>
-    <Output algname="8INVM15-MU6ab-MU4ab" triggerline="8INVM15-MU6ab-MU4ab" algoId="4" module="1" fpga="1" firstbit="12" clock="1"/>
-    <Output algname="8INVM15-2MU6ab" triggerline="8INVM15-2MU6ab" algoId="7" module="1" fpga="1" firstbit="13" clock="1"/>
-    <Output algname="2INVM8-2MU4ab" triggerline="2INVM8-2MU4ab" algoId="2" module="1" fpga="1" firstbit="14" clock="1"/>
-    <Output algname="2INVM8-MU6ab-MU4ab" triggerline="2INVM8-MU6ab-MU4ab" algoId="5" module="1" fpga="1" firstbit="15" clock="1"/>
-  </OutputList>
-
-  <TopoConfig>
-  </TopoConfig>
-
-  <SortAlgo type="ClusterNoSort" name="EMall" output="EMall" algoId="0">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMall"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="OutputWidth" value=":InputWidthEM:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUabi" output="TAUabi" algoId="1">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUabi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="EMabi" output="EMabi" algoId="2">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMabi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectEM:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="16"/>
-      <Parameter pos="1" name="IsoMask" value="2"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSelect" name="TAUab" output="TAUab" algoId="4">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUab"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="DoIsoCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="24"/>
-      <Parameter pos="1" name="IsoMask" value="0"/>
-      <Parameter pos="2" name="MinEta" value="0"/>
-      <Parameter pos="3" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMs" output="EMs" algoId="5">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMs"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="DoIsoCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="EMshi" output="EMshi" algoId="6">
-    <Fixed>
-      <Input name="ClusterTobArray" value="EmTobArray"/>
-      <Output name="TobArrayOut" value="EMshi"/>
-      <Generic name="InputWidth" value=":InputWidthEM:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortEM:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="ClusterSort" name="TAUsi" output="TAUsi" algoId="7">
-    <Fixed>
-      <Input name="ClusterTobArray" value="TauTobArray"/>
-      <Output name="TobArrayOut" value="TAUsi"/>
-      <Generic name="InputWidth" value=":InputWidthTAU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortTAU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortTAU:"/>
-      <Generic name="DoIsoCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="IsoMask" value="2"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJall" output="AJall" algoId="8">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value=":DefaultJetSize:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSort" name="AJjall" output="AJjall" algoId="9">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="1"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetNoSortMatch" name="AJMatchall" output="AJMatchall" algoId="10">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJMatchall"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="OutputWidth" value=":InputWidthJET:"/>
-      <Generic name="JetSize" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="15"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="Jab" output="Jab" algoId="11">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Jab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSelect" name="CJab" output="CJab" algoId="12">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="CJab"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="26"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJjs" output="AJjs" algoId="13">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJjs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="1"/>
-      <Generic name="DoEtaCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="AJs" output="AJs" algoId="14">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="AJs"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="49"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="JetSort" name="Js" output="Js" algoId="15">
-    <Fixed>
-      <Input name="JetTobArray" value="JetTobArray"/>
-      <Output name="TobArrayOut" value="Js"/>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSortJET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="JetSize" value="2"/>
-      <Generic name="DoEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="31"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="METNoSort" name="XENoSort" output="XENoSort" algoId="16">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XENoSort"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MetSort" name="XE" output="XE" algoId="17">
-    <Fixed>
-      <Input name="MetTobArray" value="MetTobArray"/>
-      <Output name="TobArrayOut" value="XE"/>
-      <Generic name="InputWidth" value=":InputWidthMET:"/>
-      <Generic name="OutputWidth" value=":OutputWidthMET:"/>
-    </Fixed>
-    <Variable>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="MUab" output="MUab" algoId="18">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="MUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSelect" name="CMUab" output="CMUab" algoId="19">
-    <Fixed>
-      <Input name="MuonTobArray" value="MuonTobArray"/>
-      <Output name="TobArrayOut" value="CMUab"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="InputWidth1stStage" value=":InputWidth1stStageSelectMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="3"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="10"/>
-    </Variable>
-  </SortAlgo>
-
-  <SortAlgo type="MuonSort_1BC" name="LMUs" output="LMUs" algoId="20">
-    <Fixed>
-      <Input name="LateMuonTobArray" value="LateMuonTobArray"/>
-      <Output name="TobArrayOut" value="LMUs"/>
-      <Generic name="InputWidth" value=":InputWidthMU:"/>
-      <Generic name="OutputWidth" value=":OutputWidthSortMU:"/>
-      <Generic name="nDelayedMuons" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinEta" value="0"/>
-      <Parameter pos="1" name="MaxEta" value="25"/>
-    </Variable>
-  </SortAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_HighMass" algoId="0">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="900INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="800INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="700INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="500INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="810000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="640000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="490000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="250000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="INVM_AJ_LowMass" algoId="1">
-    <Fixed>
-      <Input name="Tob" value="AJs" position="0"/>
-      <Output name="Results" bits="4">
-        <Bit selection="0" name="400INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="1" name="300INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="2" name="200INVM9999-AJ30s6-AJ20s6"/>
-        <Bit selection="3" name="100INVM9999-AJ30s6-AJ20s6"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="4"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="99980001"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="30"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="20"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="90000"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="99980001"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="30"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="20"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="40000"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="99980001"/>
-      <Parameter pos="12" name="MinET1" selection="3" value="30"/>
-      <Parameter pos="13" name="MinET2" selection="3" value="20"/>
-      <Parameter pos="14" name="MinMSqr" selection="3" value="10000"/>
-      <Parameter pos="15" name="MaxMSqr" selection="3" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-J20s5.ETA31" algoId="25">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-J20s5.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-J15s5.ETA21" algoId="26">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-J15s5.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="5"/>
-      <Generic name="NumRegisters" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM12s6-XE0" algoId="35">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-EM15s6-XE0" algoId="36">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="25MT-EM12s6-XE0" algoId="37">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="25MT-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM15s6-XE0" algoId="38">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE50" algoId="39">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="RatioMatch" name="100RATIO-0MATCH-TAU30si2-EMall" algoId="62">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="100RATIO-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="Ratio" selection="0" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-0MATCH-TAU30si2-EMall" algoId="63">
-    <Fixed>
-      <Input name="Tob1" value="TAUsi" position="0"/>
-      <Input name="Tob2" value="EMall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-0MATCH-TAU30si2-EMall"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortTAU:"/>
-      <Generic name="InputWidth2" value=":InputWidthEM:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":InputWidthEM:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="60"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="0"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-EM50s1" algoId="72">
-    <Fixed>
-      <Input name="Tob" value="EMs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-EM50s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="40"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="15"/>
-      <Parameter pos="3" name="PhiMin" value="16"/>
-      <Parameter pos="4" name="PhiMax" value="23"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="LAr" name="LAR-J100s1" algoId="73">
-    <Fixed>
-      <Input name="Tob" value="Js" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LAR-J100s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="100"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="14"/>
-      <Parameter pos="3" name="PhiMin" value="16"/>
-      <Parameter pos="4" name="PhiMax" value="23"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="NotMatch" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" algoId="58">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="15"/>
-      <Parameter pos="2" name="EtaMin1" value="0"/>
-      <Parameter pos="3" name="EtaMax1" value="49"/>
-      <Parameter pos="4" name="EtaMin2" value="0"/>
-      <Parameter pos="5" name="EtaMax2" value="49"/>
-      <Parameter pos="6" name="DRCut" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-EM12s6-XE0" algoId="75">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-EM15s6-XE0" algoId="76">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-EM15s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="TransverseMassInclusive1" name="35MT-EM12s6-XE0" algoId="77">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="35MT-EM12s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="MinMTSqr" value="1225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-EM15his2-TAU12abi-J25ab" algoId="67">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" algoId="69">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-2MU6ab" algoId="8">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-ONEBARREL-MU6ab-MU4ab" algoId="49">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-ONEBARREL-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-MU6ab-MU4ab" algoId="20">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="5DETA99-5DPHI99-2MU6ab" algoId="21">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="5DETA99-5DPHI99-2MU6ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinDeltaEta" value="5"/>
-      <Parameter pos="3" name="MaxDeltaEta" value="99"/>
-      <Parameter pos="4" name="MinDeltaPhi" value="5"/>
-      <Parameter pos="5" name="MaxDeltaPhi" value="99"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl3" name="1DISAMB-TAU20abi-TAU12abi-J25ab" algoId="68">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR28-MU10ab-TAU12abi" algoId="22">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-MU10ab-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="9"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaPhiIncl1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" algoId="52">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="20"/>
-      <Parameter pos="4" name="MinDeltaPhi" selection="0" value="0"/>
-      <Parameter pos="5" name="MaxDeltaPhi" selection="0" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl2" name="DISAMB-0DR28-EM15his2-TAU12abi" algoId="78">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-0DR28-EM15his2-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DisambDRSqrMax" selection="0" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationInvmIncl2" name="DISAMB-30INVM-EM20his2-TAU12ab" algoId="83">
-    <Fixed>
-      <Input name="Tob1" value="EMshi" position="0"/>
-      <Input name="Tob2" value="TAUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="DISAMB-30INVM-EM20his2-TAU12ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="MinMSqr" value="900"/>
-      <Parameter pos="3" name="MaxMSqr" value="99980001"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" algoId="84">
-    <Fixed>
-      <Input name="Tob1" value="AJs" position="0"/>
-      <Input name="Tob2" value="AJs" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSortJET:"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="6"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ApplyEtaCut" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="30"/>
-      <Parameter pos="1" name="MinET2" value="20"/>
-      <Parameter pos="2" name="MinMSqr" value="160000"/>
-      <Parameter pos="3" name="MaxMSqr" value="99980001"/>
-      <Parameter pos="4" name="MinEta1" value="0"/>
-      <Parameter pos="5" name="MaxEta1" value="31"/>
-      <Parameter pos="6" name="MinEta2" value="31"/>
-      <Parameter pos="7" name="MaxEta2" value="49"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR22-2MU6ab" algoId="17">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR22-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="484"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="7INVM15-2MU4ab" algoId="9">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="7INVM15-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="49"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR22-MU6ab-MU4ab" algoId="18">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR22-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="484"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-2MU4ab" algoId="13">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR24-2MU4ab" algoId="16">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-2MU6ab" algoId="19">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-2MU4ab" algoId="3">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM9-MU6ab-MU4ab" algoId="6">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM9-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="81"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="INVM_EMs6" algoId="31">
-    <Fixed>
-      <Input name="Tob1" value="EMs" position="0"/>
-      <Input name="Tob2" value="EMs" position="1"/>
-      <Output name="Results" bits="3">
-        <Bit selection="0" name="1INVM5-EMs1-EMs6"/>
-        <Bit selection="1" name="1INVM5-EM7s1-EMs6"/>
-        <Bit selection="2" name="1INVM5-EM12s1-EMs6"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSortEM:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":OutputWidthSortEM:"/>
-      <Generic name="NumResultBits" value="3"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="0"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinMSqr" selection="0" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" selection="0" value="100"/>
-      <Parameter pos="4" name="MinET1" selection="1" value="14"/>
-      <Parameter pos="5" name="MinET2" selection="1" value="0"/>
-      <Parameter pos="6" name="MinMSqr" selection="1" value="4"/>
-      <Parameter pos="7" name="MaxMSqr" selection="1" value="100"/>
-      <Parameter pos="8" name="MinET1" selection="2" value="24"/>
-      <Parameter pos="9" name="MinET2" selection="2" value="0"/>
-      <Parameter pos="10" name="MinMSqr" selection="2" value="4"/>
-      <Parameter pos="11" name="MaxMSqr" selection="2" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="05MINDPHI-AJj10s6-XE0" algoId="32">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJj10s6-XE0" algoId="33">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="15MINDPHI-AJj10s6-XE0" algoId="34">
-    <Fixed>
-      <Input name="Tob1" value="AJjs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="15MINDPHI-AJj10s6-XE0"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="6"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="10"/>
-      <Parameter pos="1" name="MinET2" value="0"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="15"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ15ab" algoId="43">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ15ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="15"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ20ab" algoId="47">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU4ab-CJ30ab" algoId="44">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU4ab-CJ30ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="3"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="30"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ20ab" algoId="45">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ20ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="20"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR04-MU6ab-CJ25ab" algoId="46">
-    <Fixed>
-      <Input name="Tob1" value="MUab" position="0"/>
-      <Input name="Tob2" value="CJab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR04-MU6ab-CJ25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="5"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="25"/>
-      <Parameter pos="2" name="DeltaRMin" selection="0" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" selection="0" value="16"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-CJ20ab-XE50" algoId="41">
-    <Fixed>
-      <Input name="Tob1" value="CJab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-CJ20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR24-2CMU4ab" algoId="50">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-2CMU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU4ab" algoId="64">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU4ab[0]"/>
-        <Bit selection="1" name="MULT-CMU4ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="2"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Multiplicity" name="MULT-CMU6ab" algoId="65">
-    <Fixed>
-      <Input name="Tob" value="CMUab" position="0"/>
-      <Output name="Results" bits="2">
-        <Bit selection="0" name="MULT-CMU6ab[0]"/>
-        <Bit selection="1" name="MULT-CMU6ab[1]"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="2"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaIncl2" name="0DETA04-EM8abi-MU10ab" algoId="53">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-EM8abi-MU10ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="16"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="9"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaPhiIncl2" name="0DPHI03-EM8abi-MU10ab" algoId="55">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DPHI03-EM8abi-MU10ab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="16"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="9"/>
-      <Parameter pos="2" name="MinDeltaPhi" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaPhi" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaEtaIncl2" name="0DETA04-EM15abi-MUab" algoId="54">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DETA04-EM15abi-MUab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinDeltaEta" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaEta" selection="0" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaPhiIncl2" name="0DPHI03-EM15abi-MUab" algoId="56">
-    <Fixed>
-      <Input name="Tob1" value="EMabi" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DPHI03-EM15abi-MUab"/>
-      </Output>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="InputWidth1" value=":OutputWidthSelectEM:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectEM:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="30"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="0"/>
-      <Parameter pos="2" name="MinDeltaPhi" selection="0" value="0"/>
-      <Parameter pos="3" name="MaxDeltaPhi" selection="0" value="3"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl2" name="0DR24-CMU4ab-MU4ab" algoId="51">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR24-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="576"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive2" name="2INVM8-CMU4ab-MU4ab" algoId="48">
-    <Fixed>
-      <Input name="Tob1" value="CMUab" position="0"/>
-      <Input name="Tob2" value="MUab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-CMU4ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectMU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectMU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR25-TAU20abi-TAU12abi" algoId="24">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR25-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="625"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-AJ20s2-XE50" algoId="79">
-    <Fixed>
-      <Input name="Tob1" value="AJs" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-AJ20s2-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="EtCut" name="LATE-MU10s1" algoId="80">
-    <Fixed>
-      <Input name="Tob" value="LMUs" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="LATE-MU10s1"/>
-      </Output>
-      <Generic name="InputWidth" value=":NumberOfDelayedMuons:"/>
-      <Generic name="MaxTob" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="9"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" algoId="71">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="625"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20s2-XE30" algoId="42">
-    <Fixed>
-      <Input name="Tob1" value="Js" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20s2-XE30"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSortJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value="2"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="30"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="KalmanMETCorrection" name="KF-XE-AJall" algoId="74">
-    <Fixed>
-      <Input name="Tob1" value="XENoSort" position="0"/>
-      <Input name="Tob2" value="AJall" position="1"/>
-      <Output name="Results" bits="6">
-        <Bit selection="0" name="KF-XE40-AJall"/>
-        <Bit selection="1" name="KF-XE50-AJall"/>
-        <Bit selection="2" name="KF-XE55-AJall"/>
-        <Bit selection="3" name="KF-XE60-AJall"/>
-        <Bit selection="4" name="KF-XE65-AJall"/>
-        <Bit selection="5" name="KF-XE75-AJall"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="6"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="KFXE" selection="0" value="40"/>
-      <Parameter pos="2" name="KFXE" selection="1" value="50"/>
-      <Parameter pos="3" name="KFXE" selection="2" value="55"/>
-      <Parameter pos="4" name="KFXE" selection="3" value="60"/>
-      <Parameter pos="5" name="KFXE" selection="4" value="65"/>
-      <Parameter pos="6" name="KFXE" selection="5" value="75"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MultiplicityCustom" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" algoId="57">
-    <Fixed>
-      <Input name="Tob" value="AJMatchall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="0"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinMultiplicity" value="4"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT190-AJ15all.ETA21" algoId="27">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT190-AJ15all.ETA21"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="21"/>
-      <Parameter pos="3" name="MinHt" value="190"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJ20all.ETA31" algoId="28">
-    <Fixed>
-      <Input name="Tob" value="AJall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJ20all.ETA31"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="20"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="31"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT150-AJj15all.ETA49" algoId="29">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT150-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="150"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="JetHT" name="HT20-AJj15all.ETA49" algoId="30">
-    <Fixed>
-      <Input name="Tob" value="AJjall" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="HT20-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth" value=":InputWidthJET:"/>
-      <Generic name="MaxTob" value=":InputWidthJET:"/>
-      <Generic name="NumRegisters" value="2"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinEta" value="0"/>
-      <Parameter pos="2" name="MaxEta" value="49"/>
-      <Parameter pos="3" name="MinHt" value="20"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="SimpleCone" name="SC111-CJ15ab.ETA26" algoId="81">
-    <Fixed>
-      <Input name="Tob" value="CJab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="SC111-CJ15ab.ETA26"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectJET:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinSumET" value="111"/>
-      <Parameter pos="2" name="MaxRSqr" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="SimpleCone" name="SC85-CJ15ab.ETA26" algoId="82">
-    <Fixed>
-      <Input name="Tob" value="CJab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="SC85-CJ15ab.ETA26"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectJET:"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET" value="15"/>
-      <Parameter pos="1" name="MinSumET" value="85"/>
-      <Parameter pos="2" name="MaxRSqr" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="05RATIO-XE0-HT0-AJj15all.ETA49" algoId="59">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="5"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="90RATIO2-XE0-HT0-AJj15all.ETA49" algoId="60">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="90"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="Ratio" name="250RATIO2-XE0-HT0-AJj15all.ETA49" algoId="61">
-    <Fixed>
-      <Input name="Tob1" value="XE" position="0"/>
-      <Input name="Tob2" value="AJjall" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-      </Output>
-      <Generic name="InputWidth1" value="1"/>
-      <Generic name="InputWidth2" value=":InputWidthJET:"/>
-      <Generic name="MaxTob1" value="1"/>
-      <Generic name="MaxTob2" value=":InputWidthJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="isXE2" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET2" value="15"/>
-      <Parameter pos="1" name="EtaMin" value="0"/>
-      <Parameter pos="2" name="EtaMax" value="49"/>
-      <Parameter pos="3" name="MinET1" value="0"/>
-      <Parameter pos="4" name="HT" value="0"/>
-      <Parameter pos="5" name="Ratio" value="250"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="MinDeltaPhiIncl2" name="10MINDPHI-J20ab-XE50" algoId="40">
-    <Fixed>
-      <Input name="Tob1" value="Jab" position="0"/>
-      <Input name="Tob2" value="XE" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="10MINDPHI-J20ab-XE50"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectJET:"/>
-      <Generic name="InputWidth2" value="1"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob2" value="1"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="20"/>
-      <Parameter pos="1" name="MinET2" value="50"/>
-      <Parameter pos="2" name="DeltaPhiMin" selection="0" value="10"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR28-TAU20abi-TAU12abi" algoId="23">
-    <Fixed>
-      <Input name="Tob" value="TAUabi" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectTAU:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="40"/>
-      <Parameter pos="1" name="MinET2" value="24"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="784"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationDRIncl3" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" algoId="70">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="TAUabi" position="1"/>
-      <Input name="Tob3" value="Jab" position="2"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth3" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob3" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" selection="0" value="40"/>
-      <Parameter pos="1" name="MinET2" selection="0" value="24"/>
-      <Parameter pos="2" name="MinET3" selection="0" value="25"/>
-      <Parameter pos="3" name="DisambDRSqrMin" selection="0" value="0"/>
-      <Parameter pos="4" name="DisambDRSqrMax" selection="0" value="784"/>
-      <Parameter pos="5" name="DisambDRSqr" selection="0" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DisambiguationIncl2" name="1DISAMB-TAU12abi-J25ab" algoId="66">
-    <Fixed>
-      <Input name="Tob1" value="TAUabi" position="0"/>
-      <Input name="Tob2" value="Jab" position="1"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="1DISAMB-TAU12abi-J25ab"/>
-      </Output>
-      <Generic name="InputWidth1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="InputWidth2" value=":OutputWidthSelectJET:"/>
-      <Generic name="MaxTob1" value=":OutputWidthSelectTAU:"/>
-      <Generic name="MaxTob2" value=":OutputWidthSelectJET:"/>
-      <Generic name="NumResultBits" value="1"/>
-      <Generic name="ClusterOnly" value="0"/>
-      <Generic name="ApplyDR" value="0"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="24"/>
-      <Parameter pos="1" name="MinET2" value="25"/>
-      <Parameter pos="2" name="DisambDRSqrMin" value="1"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR10-MU10ab-MU6ab" algoId="11">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR10-MU10ab-MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="9"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="100"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR99-2MU4ab" algoId="10">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR99-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="9801"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR34-2MU4ab" algoId="15">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR34-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="1156"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="2DR15-2MU6ab" algoId="12">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2DR15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="DeltaRMin" value="4"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="DeltaRSqrIncl1" name="0DR15-MU6ab-MU4ab" algoId="14">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="0DR15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="DeltaRMin" value="0"/>
-      <Parameter pos="3" name="DeltaRMax" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="8INVM15-MU6ab-MU4ab" algoId="4">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="8INVM15-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="64"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="8INVM15-2MU6ab" algoId="7">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="8INVM15-2MU6ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="5"/>
-      <Parameter pos="2" name="MinMSqr" value="64"/>
-      <Parameter pos="3" name="MaxMSqr" value="225"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-2MU4ab" algoId="2">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-2MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="3"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-  <DecisionAlgo type="InvariantMassInclusive1" name="2INVM8-MU6ab-MU4ab" algoId="5">
-    <Fixed>
-      <Input name="Tob" value="MUab" position="0"/>
-      <Output name="Results" bits="1">
-        <Bit selection="0" name="2INVM8-MU6ab-MU4ab"/>
-      </Output>
-      <Generic name="InputWidth" value=":OutputWidthSelectMU:"/>
-      <Generic name="MaxTob" value=":OutputWidthSelectMU:"/>
-      <Generic name="RequireOneBarrel" value="0"/>
-      <Generic name="NumResultBits" value="1"/>
-    </Fixed>
-    <Variable>
-      <Parameter pos="0" name="MinET1" value="5"/>
-      <Parameter pos="1" name="MinET2" value="3"/>
-      <Parameter pos="2" name="MinMSqr" value="4"/>
-      <Parameter pos="3" name="MaxMSqr" value="64"/>
-    </Variable>
-  </DecisionAlgo>
-
-</TOPO_MENU>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_DC14.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_DC14.xml
deleted file mode 100644
index 08f137822d80abb5a3a73e7dd3d013ef67a4e740..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_DC14.xml
+++ /dev/null
@@ -1,2012 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config name="DC14" ctpVersion="3" l1Version="0" id="0">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1 thresholds defined: 138-->
-  <!--No. L1 items defined: 103-->
-  <TriggerMenu id="1" name="DC14" phase="lumi" version="1">
-    <TriggerItem ctpid="0" partition="1" name="L1_2MU4" complex_deadtime="0" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="1" partition="1" name="L1_EM3" complex_deadtime="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="2" partition="1" name="L1_EM7V" complex_deadtime="0" definition="(EM7V[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM7V_x1" triggerthreshold="EM7V"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="3" partition="1" name="L1_EM8VH" complex_deadtime="0" definition="(EM8VH[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM8VH_x1" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="4" partition="1" name="L1_EM15V" complex_deadtime="0" definition="(EM15V[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM15V_x1" triggerthreshold="EM15V"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="5" partition="1" name="L1_EM15VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="6" partition="1" name="L1_EM18VH" complex_deadtime="0" definition="(EM18VH[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="7" partition="1" name="L1_EM20V" complex_deadtime="0" definition="(EM20V[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM20V_x1" triggerthreshold="EM20V"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="8" partition="1" name="L1_EM50" complex_deadtime="0" definition="(EM50[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM50_x1" triggerthreshold="EM50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="9" partition="1" name="L1_EM24VHI" complex_deadtime="0" definition="(EM24VHI[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM24VHI_x1" triggerthreshold="EM24VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="10" partition="1" name="L1_2EM3" complex_deadtime="0" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="11" partition="1" name="L1_2EM8VH" complex_deadtime="0" definition="(EM8VH[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="12" partition="1" name="L1_EM7V_2EM3" complex_deadtime="0" definition="(EM7V[x1]&amp;EM3[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM7V_x1" triggerthreshold="EM7V"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="13" partition="1" name="L1_EM15VH_3EM7V" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM7V[x3]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM7V_x3" triggerthreshold="EM7V"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="14" partition="1" name="L1_EM15VH_MU10" complex_deadtime="0" definition="(EM15VH[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="15" partition="1" name="L1_2EM15VH" complex_deadtime="0" definition="(EM15VH[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM15VH_x2" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="16" partition="1" name="L1_2EM8VH_MU10" complex_deadtime="0" definition="(EM8VH[x2]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="17" partition="1" name="L1_EM8VH_2MU6" complex_deadtime="0" definition="(EM8VH[x1]&amp;MU6[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM8VH_x1" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="18" partition="1" name="L1_TAU6" complex_deadtime="0" definition="(HA6[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="19" partition="1" name="L1_TAU12" complex_deadtime="0" definition="(HA12[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="20" partition="1" name="L1_TAU60" complex_deadtime="0" definition="(HA60[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA60_x1" triggerthreshold="HA60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="21" partition="1" name="L1_J20" complex_deadtime="0" definition="(J20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="22" partition="1" name="L1_J40" complex_deadtime="0" definition="(J40[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="23" partition="1" name="L1_J75" complex_deadtime="0" definition="(J75[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="24" partition="1" name="L1_J100" complex_deadtime="0" definition="(J100[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="25" partition="1" name="L1_3J15" complex_deadtime="0" definition="(J15[x3]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="26" partition="1" name="L1_3J20" complex_deadtime="0" definition="(J20[x3]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="27" partition="1" name="L1_4J20" complex_deadtime="0" definition="(J20[x4]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="28" partition="1" name="L1_3J15.ETA24" complex_deadtime="0" definition="(J15.ETA24[x3]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15.ETA24_x3" triggerthreshold="J15.ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="29" partition="1" name="L1_5J15.ETA24" complex_deadtime="0" definition="(J15.ETA24[x5]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J15.ETA24_x5" triggerthreshold="J15.ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="30" partition="1" name="L1_J20.32ETA49" complex_deadtime="0" definition="((JF20.32ETA49[x1]|JB20.32ETA49[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF20.32ETA49_x1" triggerthreshold="JF20.32ETA49"/>
-          <TriggerCondition multi="1" name="JB20.32ETA49_x1" triggerthreshold="JB20.32ETA49"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="31" partition="1" name="L1_J100.32ETA49" complex_deadtime="0" definition="((JF100.32ETA49[x1]|JB100.32ETA49[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF100.32ETA49_x1" triggerthreshold="JF100.32ETA49"/>
-          <TriggerCondition multi="1" name="JB100.32ETA49_x1" triggerthreshold="JB100.32ETA49"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="32" partition="1" name="L1_EM15VH_TAU40_2TAU15" complex_deadtime="0" definition="(EM15VH[x1]&amp;HA40[x1]&amp;HA15[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="33" partition="1" name="L1_MU6" complex_deadtime="0" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="34" partition="1" name="L1_EM15VH_2TAU12_J25_2J15_3J12" complex_deadtime="0" definition="(EM15VH[x1]&amp;HA12[x2]&amp;J25[x1]&amp;J15[x2]&amp;J12[x3]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="35" partition="1" name="L1_MU10_TAU12_J25_2J12" complex_deadtime="0" definition="(MU10[x1]&amp;HA12[x1]&amp;J25[x1]&amp;J12[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J12_x2" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="36" partition="1" name="L1_MU20" complex_deadtime="0" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="37" partition="1" name="L1_MU10_TAU20" complex_deadtime="0" definition="(MU10[x1]&amp;HA20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="38" partition="1" name="L1_TAU20_2TAU12_J25_2J20_3J12" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="39" partition="1" name="L1_2MU6" complex_deadtime="0" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="40" partition="1" name="L1_2MU10" complex_deadtime="0" definition="(MU10[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="41" partition="1" name="L1_TAU20_2J20_XE45" complex_deadtime="0" definition="(HA20[x1]&amp;J20[x2]&amp;XE45[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="42" partition="1" name="L1_TAU20_2TAU12_XE35" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="43" partition="1" name="L1_3MU6" complex_deadtime="0" definition="(MU6[x3]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="44" partition="1" name="L1_J40_XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="45" partition="1" name="L1_EM15VH_J15.23ETA49" complex_deadtime="0" definition="(EM15VH[x1]&amp;(JF15.23ETA49[x1]|JB15.23ETA49[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF15.23ETA49_x1" triggerthreshold="JF15.23ETA49"/>
-          <TriggerCondition multi="1" name="JB15.23ETA49_x1" triggerthreshold="JB15.23ETA49"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="46" partition="1" name="L1_XE35" complex_deadtime="0" definition="(XE35[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="47" partition="1" name="L1_TE20" complex_deadtime="0" definition="(TE20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="48" partition="1" name="L1_TE30" complex_deadtime="0" definition="(TE30[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE30_x1" triggerthreshold="TE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="49" partition="1" name="L1_TE40" complex_deadtime="0" definition="(TE40[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE40_x1" triggerthreshold="TE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="50" partition="1" name="L1_TE700" complex_deadtime="0" definition="(TE700[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE700_x1" triggerthreshold="TE700"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="51" partition="1" name="L1_RD0_FILLED" complex_deadtime="0" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="52" partition="1" name="L1_RD0_FIRSTEMPTY" complex_deadtime="0" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="53" partition="1" name="L1_RD0_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM0&amp;(BGRP0&amp;BGRP4))" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="54" partition="1" name="L1_RD0_EMPTY" complex_deadtime="0" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="55" partition="1" name="L1_RD1_FILLED" complex_deadtime="0" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="56" partition="1" name="L1_RD1_EMPTY" complex_deadtime="0" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="57" partition="1" name="L1_LHCF" complex_deadtime="0" definition="(NIMDIR36[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR36_x1" triggerthreshold="NIMDIR36"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="58" partition="1" name="L1_BCM_Wide_EMPTY" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="59" partition="1" name="L1_BCM_Wide_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP4))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="60" partition="1" name="L1_BCM_Wide_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP5))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="61" partition="1" name="L1_BCM_AC_CA_UNPAIRED_ISO" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;(BGRP0&amp;BGRP4))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="62" partition="1" name="L1_ZDC" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="63" partition="1" name="L1_ZDC_A_C" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="64" partition="1" name="L1_ZDC_EMPTY" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="65" partition="1" name="L1_ZDC_A_C_EMPTY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="66" partition="1" name="L1_MBTS_2_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="67" partition="1" name="L1_LUCID_A_C_EMPTY" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="68" partition="1" name="L1_LUCID_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP4))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="69" partition="1" name="L1_LUCID_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP5))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="70" partition="1" name="L1_TAU20" complex_deadtime="0" definition="(HA20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="71" partition="1" name="L1_LUCID_COMM" complex_deadtime="0" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="72" partition="1" name="L1_LUCID_COMM_EMPTY" complex_deadtime="0" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="73" partition="1" name="L1_TAU40" complex_deadtime="0" definition="(HA40[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="74" partition="1" name="L1_LUCID_COMM_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP4))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="75" partition="1" name="L1_LUCID_EMPTY" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="76" partition="1" name="L1_LUCID_UNPAIRED_ISO" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP4))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="77" partition="1" name="L1_ALFA_EMPTY" complex_deadtime="0" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="78" partition="1" name="L1_TRT" complex_deadtime="0" definition="(NIMDIR25[x1]&amp;BGRP0)" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="79" partition="1" name="L1_L1A_Mon" complex_deadtime="0" definition="(NIMDIR26[x1]&amp;BGRP0)" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="80" partition="1" name="L1_ALFA_BGRP7" complex_deadtime="0" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP7))" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="81" partition="1" name="L1_ALFA_EMPTY_OD" complex_deadtime="0" definition="(NIM_ALFA_LOG_OD[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_OD_x1" triggerthreshold="NIM_ALFA_LOG_OD"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="82" partition="1" name="L1_ALFA_BGRP7_OD" complex_deadtime="0" definition="(NIM_ALFA_LOG_OD[x1]&amp;(BGRP0&amp;BGRP7))" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_OD_x1" triggerthreshold="NIM_ALFA_LOG_OD"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="83" partition="1" name="L1_MBTS_2_BGRP7" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP7))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="84" partition="1" name="L1_LUCID_BGRP7" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP7))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="85" partition="1" name="L1_BGRP7" complex_deadtime="0" definition="(BGRP0&amp;BGRP7)" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="133" partition="1" name="L1_XE50" complex_deadtime="0" definition="(XE50[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="134" partition="1" name="L1_XE70" complex_deadtime="0" definition="(XE70[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE70_x1" triggerthreshold="XE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="143" partition="1" name="L1_TE800" complex_deadtime="0" definition="(TE800[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE800_x1" triggerthreshold="TE800"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="225" partition="1" name="L1_MBTS_4_4" complex_deadtime="0" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="226" partition="1" name="L1_MBTS_1" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="227" partition="1" name="L1_MBTS_2" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="230" partition="1" name="L1_BCM_AC_CA_BGRP0" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="232" partition="1" name="L1_BCM_Wide_BGRP0" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0)" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="238" partition="1" name="L1_LUCID_A_C" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="240" partition="1" name="L1_ZB" complex_deadtime="0" definition="(ZB_EM12[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM12_x1" triggerthreshold="ZB_EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="241" partition="1" name="L1_BPTX0_BGRP0" complex_deadtime="0" definition="(BPTX0[x1]&amp;BGRP0)" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="242" partition="1" name="L1_BPTX1_BGRP0" complex_deadtime="0" definition="(BPTX1[x1]&amp;BGRP0)" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="245" partition="1" name="L1_LUCID" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="248" partition="1" name="L1_BCM_HT_BGRP0" complex_deadtime="0" definition="(BCM_Comb[x7]&amp;BGRP0)" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="253" partition="1" name="L1_CALREQ0" complex_deadtime="0" definition="(NIM28[x1]&amp;(BGRP0&amp;BGRP2))" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="254" partition="1" name="L1_CALREQ1" complex_deadtime="0" definition="(NIM29[x1]&amp;(BGRP0&amp;BGRP2))" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="255" partition="1" name="L1_CALREQ2" complex_deadtime="0" definition="(NIM30[x1]&amp;(BGRP0&amp;BGRP2))" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="DC14_default_prescale" type="Physics" menuPartition="0" version="0">
-    <Prescale ctpid="0" cut="ffffff" value="1"/>
-    <Prescale ctpid="1" cut="ffffff" value="1"/>
-    <Prescale ctpid="2" cut="ffffff" value="1"/>
-    <Prescale ctpid="3" cut="ffffff" value="1"/>
-    <Prescale ctpid="4" cut="ffffff" value="1"/>
-    <Prescale ctpid="5" cut="ffffff" value="1"/>
-    <Prescale ctpid="6" cut="ffffff" value="1"/>
-    <Prescale ctpid="7" cut="ffffff" value="1"/>
-    <Prescale ctpid="8" cut="ffffff" value="1"/>
-    <Prescale ctpid="9" cut="ffffff" value="1"/>
-    <Prescale ctpid="10" cut="ffffff" value="1"/>
-    <Prescale ctpid="11" cut="ffffff" value="1"/>
-    <Prescale ctpid="12" cut="ffffff" value="1"/>
-    <Prescale ctpid="13" cut="ffffff" value="1"/>
-    <Prescale ctpid="14" cut="ffffff" value="1"/>
-    <Prescale ctpid="15" cut="ffffff" value="1"/>
-    <Prescale ctpid="16" cut="ffffff" value="1"/>
-    <Prescale ctpid="17" cut="ffffff" value="1"/>
-    <Prescale ctpid="18" cut="ffffff" value="1"/>
-    <Prescale ctpid="19" cut="ffffff" value="1"/>
-    <Prescale ctpid="20" cut="ffffff" value="1"/>
-    <Prescale ctpid="21" cut="ffffff" value="1"/>
-    <Prescale ctpid="22" cut="ffffff" value="1"/>
-    <Prescale ctpid="23" cut="ffffff" value="1"/>
-    <Prescale ctpid="24" cut="ffffff" value="1"/>
-    <Prescale ctpid="25" cut="ffffff" value="1"/>
-    <Prescale ctpid="26" cut="ffffff" value="1"/>
-    <Prescale ctpid="27" cut="ffffff" value="1"/>
-    <Prescale ctpid="28" cut="ffffff" value="1"/>
-    <Prescale ctpid="29" cut="ffffff" value="1"/>
-    <Prescale ctpid="30" cut="ffffff" value="1"/>
-    <Prescale ctpid="31" cut="ffffff" value="1"/>
-    <Prescale ctpid="32" cut="ffffff" value="1"/>
-    <Prescale ctpid="33" cut="ffffff" value="1"/>
-    <Prescale ctpid="34" cut="ffffff" value="1"/>
-    <Prescale ctpid="35" cut="ffffff" value="1"/>
-    <Prescale ctpid="36" cut="ffffff" value="1"/>
-    <Prescale ctpid="37" cut="ffffff" value="1"/>
-    <Prescale ctpid="38" cut="ffffff" value="1"/>
-    <Prescale ctpid="39" cut="ffffff" value="1"/>
-    <Prescale ctpid="40" cut="ffffff" value="1"/>
-    <Prescale ctpid="41" cut="ffffff" value="1"/>
-    <Prescale ctpid="42" cut="ffffff" value="1"/>
-    <Prescale ctpid="43" cut="ffffff" value="1"/>
-    <Prescale ctpid="44" cut="ffffff" value="1"/>
-    <Prescale ctpid="45" cut="ffffff" value="1"/>
-    <Prescale ctpid="46" cut="ffffff" value="1"/>
-    <Prescale ctpid="47" cut="ffffff" value="1"/>
-    <Prescale ctpid="48" cut="ffffff" value="1"/>
-    <Prescale ctpid="49" cut="ffffff" value="1"/>
-    <Prescale ctpid="50" cut="ffffff" value="1"/>
-    <Prescale ctpid="51" cut="ffffff" value="1"/>
-    <Prescale ctpid="52" cut="ffffff" value="1"/>
-    <Prescale ctpid="53" cut="ffffff" value="1"/>
-    <Prescale ctpid="54" cut="ffffff" value="1"/>
-    <Prescale ctpid="55" cut="ffffff" value="1"/>
-    <Prescale ctpid="56" cut="ffffff" value="1"/>
-    <Prescale ctpid="57" cut="ffffff" value="1"/>
-    <Prescale ctpid="58" cut="ffffff" value="1"/>
-    <Prescale ctpid="59" cut="ffffff" value="1"/>
-    <Prescale ctpid="60" cut="ffffff" value="1"/>
-    <Prescale ctpid="61" cut="ffffff" value="1"/>
-    <Prescale ctpid="62" cut="ffffff" value="1"/>
-    <Prescale ctpid="63" cut="ffffff" value="1"/>
-    <Prescale ctpid="64" cut="ffffff" value="1"/>
-    <Prescale ctpid="65" cut="ffffff" value="1"/>
-    <Prescale ctpid="66" cut="ffffff" value="1"/>
-    <Prescale ctpid="67" cut="ffffff" value="1"/>
-    <Prescale ctpid="68" cut="ffffff" value="1"/>
-    <Prescale ctpid="69" cut="ffffff" value="1"/>
-    <Prescale ctpid="70" cut="ffffff" value="1"/>
-    <Prescale ctpid="71" cut="ffffff" value="1"/>
-    <Prescale ctpid="72" cut="ffffff" value="1"/>
-    <Prescale ctpid="73" cut="ffffff" value="1"/>
-    <Prescale ctpid="74" cut="ffffff" value="1"/>
-    <Prescale ctpid="75" cut="ffffff" value="1"/>
-    <Prescale ctpid="76" cut="ffffff" value="1"/>
-    <Prescale ctpid="77" cut="ffffff" value="1"/>
-    <Prescale ctpid="78" cut="ffffff" value="1"/>
-    <Prescale ctpid="79" cut="ffffff" value="1"/>
-    <Prescale ctpid="80" cut="ffffff" value="1"/>
-    <Prescale ctpid="81" cut="ffffff" value="1"/>
-    <Prescale ctpid="82" cut="ffffff" value="1"/>
-    <Prescale ctpid="83" cut="ffffff" value="1"/>
-    <Prescale ctpid="84" cut="ffffff" value="1"/>
-    <Prescale ctpid="85" cut="ffffff" value="1"/>
-    <Prescale ctpid="86" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="87" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="88" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="89" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="90" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="91" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="92" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="93" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="94" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="95" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="96" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="97" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="98" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="99" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="100" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="101" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="102" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="103" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="104" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="105" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="106" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="107" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="108" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="109" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="110" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="111" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="112" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="113" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="114" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="115" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="116" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="117" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="118" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="119" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="120" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="121" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="122" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="123" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="124" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="125" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="126" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="127" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="128" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="129" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="130" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="131" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="132" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="133" cut="ffffff" value="1"/>
-    <Prescale ctpid="134" cut="ffffff" value="1"/>
-    <Prescale ctpid="135" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="136" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="137" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="138" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="139" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="140" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="141" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="142" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="143" cut="ffffff" value="1"/>
-    <Prescale ctpid="144" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="145" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="146" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="147" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="148" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="149" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="150" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="151" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="152" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="153" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="154" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="155" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="156" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="157" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="158" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="159" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="160" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="161" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="162" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="163" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="164" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="165" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="166" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="167" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="168" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="169" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="170" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="171" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="172" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="173" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="174" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="175" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="176" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="177" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="178" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="179" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="180" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="181" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="182" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="183" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="184" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="185" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="186" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="187" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="188" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="189" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="190" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="191" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="192" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="193" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="194" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="195" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="196" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="197" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="198" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="199" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="200" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="201" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="202" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="203" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="204" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="205" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="206" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="207" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="208" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="209" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="210" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="211" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="212" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="213" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="214" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="215" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="216" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="217" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="218" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="219" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="220" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="221" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="222" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="223" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="224" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="225" cut="ffffff" value="1"/>
-    <Prescale ctpid="226" cut="ffffff" value="1"/>
-    <Prescale ctpid="227" cut="ffffff" value="1"/>
-    <Prescale ctpid="228" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="229" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="230" cut="ffffff" value="1"/>
-    <Prescale ctpid="231" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="232" cut="ffffff" value="1"/>
-    <Prescale ctpid="233" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="234" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="235" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="236" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="237" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="238" cut="ffffff" value="1"/>
-    <Prescale ctpid="239" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="240" cut="ffffff" value="1"/>
-    <Prescale ctpid="241" cut="ffffff" value="1"/>
-    <Prescale ctpid="242" cut="ffffff" value="1"/>
-    <Prescale ctpid="243" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="244" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="245" cut="ffffff" value="1"/>
-    <Prescale ctpid="246" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="247" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="248" cut="ffffff" value="1"/>
-    <Prescale ctpid="249" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="250" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="251" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="252" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="253" cut="ffffff" value="1"/>
-    <Prescale ctpid="254" cut="ffffff" value="1"/>
-    <Prescale ctpid="255" cut="ffffff" value="1"/>
-  </PrescaleSet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="BCM_AtoC" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="1" name="BCM_CtoA" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="2" name="BCM_Wide" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="4" mapping="0" name="BCM_Comb" type="BCMCMB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="0" name="NIM28" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM28full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="1" name="NIM29" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM29full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="2" name="NIM30" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM30full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="8" mapping="0" name="EM3" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="EM3full" phimin="0" phimax="64" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="9" mapping="1" name="EM7V" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="1" name="EM7Vfull" phimin="0" phimax="64" priority="1" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-8" had_isolation="63" had_veto="1" name="EM7Vfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="20" had_isolation="63" had_veto="1" name="EM7Vfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="10" mapping="2" name="EM8VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="1" had_veto="1" name="EM8VHfull" phimin="0" phimax="64" priority="1" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-8" had_isolation="1" had_veto="1" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="20" had_isolation="1" had_veto="1" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="11" mapping="3" name="EM15V" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="1" name="EM15Vfull" phimin="0" phimax="64" priority="1" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-8" had_isolation="63" had_veto="1" name="EM15Vfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="12" had_isolation="63" had_veto="1" name="EM15Vfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-16" etamax="-12" had_isolation="63" had_veto="1" name="EM15Vfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="16" had_isolation="63" had_veto="1" name="EM15Vfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-16" had_isolation="63" had_veto="1" name="EM15Vfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="16" etamax="20" had_isolation="63" had_veto="1" name="EM15Vfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="12" mapping="4" name="EM15VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="1" had_veto="1" name="EM15VHfull" phimin="0" phimax="64" priority="1" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-8" had_isolation="1" had_veto="1" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="12" had_isolation="1" had_veto="1" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-16" etamax="-12" had_isolation="1" had_veto="1" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="16" had_isolation="1" had_veto="1" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-16" had_isolation="1" had_veto="1" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="16" etamax="20" had_isolation="1" had_veto="1" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="13" mapping="5" name="EM18VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="1" name="EM18VHfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-8" had_isolation="63" had_veto="1" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="12" had_isolation="63" had_veto="1" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-16" etamax="-12" had_isolation="63" had_veto="1" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="16" had_isolation="63" had_veto="1" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-16" had_isolation="63" had_veto="1" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="16" etamax="20" had_isolation="63" had_veto="1" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="14" mapping="6" name="EM20V" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="1" name="EM20Vfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-8" had_isolation="63" had_veto="1" name="EM20Vfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="12" had_isolation="63" had_veto="1" name="EM20Vfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-16" etamax="-12" had_isolation="63" had_veto="1" name="EM20Vfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="16" had_isolation="63" had_veto="1" name="EM20Vfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-16" had_isolation="63" had_veto="1" name="EM20Vfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="16" etamax="20" had_isolation="63" had_veto="1" name="EM20Vfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="15" mapping="7" name="EM24VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="2" etamin="-49" etamax="49" had_isolation="1" had_veto="1" name="EM24VHIfull" phimin="0" phimax="64" priority="1" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="2" etamin="-12" etamax="-8" had_isolation="1" had_veto="1" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="2" etamin="8" etamax="12" had_isolation="1" had_veto="1" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="2" etamin="-16" etamax="-12" had_isolation="1" had_veto="1" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="2" etamin="12" etamax="16" had_isolation="1" had_veto="1" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="2" etamin="-20" etamax="-16" had_isolation="1" had_veto="1" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="2" etamin="16" etamax="20" had_isolation="1" had_veto="1" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="16" mapping="8" name="EM50" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="EM50full" phimin="0" phimax="64" priority="1" thresholdval="50" type="EM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="17" mapping="0" name="JB15.23ETA49" type="JB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JB15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-23" had_isolation="63" had_veto="63" name="JB15.23ETA49full" phimin="0" phimax="64" priority="2" thresholdval="15" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="18" mapping="1" name="JB20.32ETA49" type="JB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JB20.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-32" had_isolation="63" had_veto="63" name="JB20.32ETA49full" phimin="0" phimax="64" priority="2" thresholdval="20" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="19" mapping="2" name="JB25.32ETA49" type="JB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JB25.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-32" had_isolation="63" had_veto="63" name="JB25.32ETA49full" phimin="0" phimax="64" priority="2" thresholdval="25" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="20" mapping="3" name="JB100.32ETA49" type="JB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JB100.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-32" had_isolation="63" had_veto="63" name="JB100.32ETA49full" phimin="0" phimax="64" priority="2" thresholdval="100" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="0" name="JE140" type="JE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JE140full" phimin="0" phimax="64" priority="0" thresholdval="140" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="1" name="JE200" type="JE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JE200full" phimin="0" phimax="64" priority="0" thresholdval="200" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="2" name="JE350" type="JE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JE350full" phimin="0" phimax="64" priority="0" thresholdval="350" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="3" name="JE500" type="JE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JE500full" phimin="0" phimax="64" priority="0" thresholdval="500" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="25" mapping="0" name="J12" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="0" thresholdval="12" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="26" mapping="1" name="J15" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="27" mapping="2" name="J15.ETA24" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.ETA24full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="J15.ETA24full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="28" mapping="3" name="J20" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="29" mapping="4" name="J25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="0" thresholdval="25" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="30" mapping="5" name="J40" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="31" mapping="6" name="J75" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="32" mapping="7" name="J100" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="0" thresholdval="100" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="33" mapping="0" name="JF15.23ETA49" type="JF" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JF15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="23" etamax="49" had_isolation="63" had_veto="63" name="JF15.23ETA49full" phimin="0" phimax="64" priority="2" thresholdval="15" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="34" mapping="1" name="JF20.32ETA49" type="JF" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JF20.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="32" etamax="49" had_isolation="63" had_veto="63" name="JF20.32ETA49full" phimin="0" phimax="64" priority="2" thresholdval="20" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="35" mapping="2" name="JF25.32ETA49" type="JF" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JF25.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="32" etamax="49" had_isolation="63" had_veto="63" name="JF25.32ETA49full" phimin="0" phimax="64" priority="2" thresholdval="25" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="36" mapping="3" name="JF100.32ETA49" type="JF" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JF100.32ETA49full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="32" etamax="49" had_isolation="63" had_veto="63" name="JF100.32ETA49full" phimin="0" phimax="64" priority="2" thresholdval="100" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="0" name="LUCID_A" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="1" name="LUCID_C" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="39" mapping="0" name="MBTS_A" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="40" mapping="1" name="MBTS_C" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="0" name="MBTS_A0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="1" name="MBTS_A1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="2" name="MBTS_A2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="3" name="MBTS_A3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="4" name="MBTS_A4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="5" name="MBTS_A5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="6" name="MBTS_A6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="7" name="MBTS_A7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="8" name="MBTS_A8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="9" name="MBTS_A9" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="51" mapping="10" name="MBTS_A10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="11" name="MBTS_A11" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="12" name="MBTS_A12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="13" name="MBTS_A13" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="14" name="MBTS_A14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="15" name="MBTS_A15" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="16" name="MBTS_C0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="17" name="MBTS_C1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="18" name="MBTS_C2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="60" mapping="19" name="MBTS_C3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="61" mapping="20" name="MBTS_C4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="62" mapping="21" name="MBTS_C5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="63" mapping="22" name="MBTS_C6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="64" mapping="23" name="MBTS_C7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="24" name="MBTS_C8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="66" mapping="25" name="MBTS_C9" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="67" mapping="26" name="MBTS_C10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="27" name="MBTS_C11" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="69" mapping="28" name="MBTS_C12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="70" mapping="29" name="MBTS_C13" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="71" mapping="30" name="MBTS_C14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="72" mapping="31" name="MBTS_C15" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="73" mapping="0" name="MU4" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU4full" phimin="0" phimax="64" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="74" mapping="1" name="MU6" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU6full" phimin="0" phimax="64" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="75" mapping="2" name="MU10" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="76" mapping="3" name="MU11" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU11full" phimin="0" phimax="64" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="77" mapping="4" name="MU15" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="78" mapping="5" name="MU20" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="79" mapping="0" name="BPTX0" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="80" mapping="1" name="BPTX1" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="81" mapping="5" name="NIMDIR5" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="82" mapping="14" name="NIM_B7R1L" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7R1Lfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="83" mapping="15" name="NIM_B7R1U" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7R1Ufull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="84" mapping="16" name="NIM_A7R1L" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7R1Lfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="17" name="NIM_A7R1U" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7R1Ufull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="86" mapping="18" name="NIM_A7L1L" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7L1Lfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="19" name="NIM_A7L1U" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7L1Ufull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="20" name="NIM_B7L1L" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7L1Lfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="21" name="NIM_B7L1U" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7L1Ufull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="22" name="NIM_ALFA_LOG" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_ALFA_LOGfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="23" name="NIM_MUB" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_MUBfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="24" name="NIM_MUE" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_MUEfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="93" mapping="25" name="NIMDIR25" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="94" mapping="26" name="NIM_B7R1L_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7R1L_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="27" name="NIM_B7R1U_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7R1U_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="28" name="NIM_A7R1L_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7R1L_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="29" name="NIM_A7R1U_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7R1U_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="30" name="NIM_A7L1L_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7L1L_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="31" name="NIM_A7L1U_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7L1U_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="32" name="NIM_B7L1L_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7L1L_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="101" mapping="33" name="NIM_B7L1U_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7L1U_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="34" name="NIM_ALFA_LOG_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_ALFA_LOG_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="35" name="NIMDIR26" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="36" name="NIMDIR36" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMDIR36full" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="105" mapping="0" name="HA6" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="HA6full" phimin="0" phimax="64" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="106" mapping="1" name="HA8" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="HA8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="107" mapping="2" name="HA12" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="HA12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="108" mapping="3" name="HA15" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="HA15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="109" mapping="4" name="HA20" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="HA20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="110" mapping="5" name="HA40" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="HA40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="111" mapping="6" name="HA60" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="HA60full" phimin="0" phimax="64" priority="1" thresholdval="60" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="112" mapping="0" name="TE20" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="113" mapping="1" name="TE30" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="114" mapping="2" name="TE40" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="115" mapping="3" name="TE700" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE700full" phimin="0" phimax="64" priority="0" thresholdval="700" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="116" mapping="4" name="TE800" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE800full" phimin="0" phimax="64" priority="0" thresholdval="800" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="5" name="TE1000" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE1000full" phimin="0" phimax="64" priority="0" thresholdval="1000" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="6" name="TE1200" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE1200full" phimin="0" phimax="64" priority="0" thresholdval="1200" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="7" name="TE1400" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE1400full" phimin="0" phimax="64" priority="0" thresholdval="1400" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="0" name="XE35" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="1" name="XE40" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="2" name="XE45" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="3" name="XE50" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="124" mapping="4" name="XE60" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="125" mapping="5" name="XE70" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="126" mapping="6" name="XE80" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80full" phimin="0" phimax="64" priority="0" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="127" mapping="7" name="XE90" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE90full" phimin="0" phimax="64" priority="0" thresholdval="90" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="128" mapping="0" name="XS30" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="129" mapping="1" name="XS35" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="130" mapping="2" name="XS45" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="131" mapping="3" name="XS50" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="132" mapping="4" name="XS55" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="133" mapping="5" name="XS60" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="134" mapping="6" name="XS65" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="135" mapping="0" name="ZB_EM12" type="ZB" input="ctpin" seed="EM12" seed_multi="1" bcdelay="3564" version="1">
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="136" mapping="0" name="ZDC_A" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="137" mapping="1" name="ZDC_C" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="138" mapping="2" name="ZDC_AND" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name0="Random0" cut0="5" name1="Random1" cut1="5" name2="Random2" cut2="5" name3="Random3" cut3="5"/>
-  <BunchGroupSet name="DC14" menuPartition="0">
-    <BunchGroup menuPartition="0" internalNumber="0" name="BCRVeto">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup menuPartition="1" internalNumber="1" name="Filled">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup menuPartition="1" internalNumber="2" name="Calib"/>
-    <BunchGroup menuPartition="1" internalNumber="3" name="Empty"/>
-    <BunchGroup menuPartition="1" internalNumber="4" name="UnpairedBeam1"/>
-    <BunchGroup menuPartition="1" internalNumber="5" name="UnpairedBeam2"/>
-    <BunchGroup menuPartition="1" internalNumber="6" name="FirstEmpty"/>
-    <BunchGroup menuPartition="1" internalNumber="7" name="InTrain">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01"/>
-  <CaloInfo name="CaloInfo" global_scale="1">
-    <METSignificance xeMin="11" xeMax="63" teSqrtMin="4" teSqrtMax="63" xsSigmaScale="1150" xsSigmaOffset="1640"/>
-    <Isolation thrtype="HAIsoForEMthr">
-      <Parametrization isobit="1" offset="1" slope="0" mincut="0" upperlimit="255" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForEMthr">
-      <Parametrization isobit="1" offset="2" slope="0" mincut="0" upperlimit="255" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="-5" slope="3" mincut="0" upperlimit="255" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForTAUthr">
-      <Parametrization isobit="1" offset="1" slope="0" mincut="0" upperlimit="255" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <MinimumTOBPt thrtype="EM" ptmin="4" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="TAU" ptmin="4" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETS" window="4" ptmin="8" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETL" window="8" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-  </CaloInfo>
-  <MuctpiInfo name="muctpi" low_pt="1" high_pt="1" max_cand="13"/>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_InitialBeam_HI_v1.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_InitialBeam_HI_v1.xml
deleted file mode 100644
index e7f3d262fcecc56e0e9ed92018bd2a3f51a7d9bf..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_InitialBeam_HI_v1.xml
+++ /dev/null
@@ -1,3940 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config id="1" name="InitialBeam_HI_v1">
-  <!--File is auto-generated by python config class, may be overwritten-->
-  <!--No. L1 thresholds defined: 110-->
-  <!--No. L1 items defined: 203-->
-  <TriggerMenu id="1" name="InitialBeam_HI_v1" phase="lumi" version="1">
-    <TriggerItem comment="" ctpid="2" definition="(EM2[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM2" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM2_x1" triggerthreshold="EM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="84" definition="(EM4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM4" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM4_x1" triggerthreshold="EM4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="1" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="85" definition="(EM5I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5I_x1" triggerthreshold="EM5I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="3" definition="(EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="4" definition="(EM10I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10I_x1" triggerthreshold="EM10I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="5" definition="(EM14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="9" definition="(EM2[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM2" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM2_x2" triggerthreshold="EM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="10" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="86" definition="(EM4[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM4" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM4_x2" triggerthreshold="EM4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="11" definition="(EM5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="64" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="156" definition="(HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="109" definition="(HA5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA5_x2" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="89" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="91" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="88" definition="(MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU15" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="92" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU20" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="93" definition="(MU0_COMM[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_COMM" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="90" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="94" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="77" definition="(MU0[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="72" definition="(MU10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="73" definition="(MU20[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU20_x2" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="71" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="74" definition="(MU6[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="96" definition="(J5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="97" definition="(J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="98" definition="(J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="99" definition="(J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="102" definition="(J55[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J55" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J55_x1" triggerthreshold="J55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="100" definition="(J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="106" definition="(J95[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J95" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J95_x1" triggerthreshold="J95"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="104" definition="(J5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J5_x2" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="108" definition="(J15[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="105" definition="(J10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="110" definition="(J30[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J30_x2" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="111" definition="(J55[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J55" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J55_x2" triggerthreshold="J55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="145" definition="(JE100[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE100" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE100_x1" triggerthreshold="JE100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="146" definition="(JE200[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE200" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE200_x1" triggerthreshold="JE200"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="147" definition="(JE300[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE300" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE300_x1" triggerthreshold="JE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="148" definition="(JE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE500" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE500_x1" triggerthreshold="JE500"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="123" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="119" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="120" definition="((JF55[x1]|JB55[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ55" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF55_x1" triggerthreshold="JF55"/>
-          <TriggerCondition multi="1" name="JB55_x1" triggerthreshold="JB55"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="122" definition="((JF95[x1]|JB95[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ95" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF95_x1" triggerthreshold="JF95"/>
-          <TriggerCondition multi="1" name="JB95_x1" triggerthreshold="JB95"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="124" definition="(JF10[x1]&amp;JB10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-        <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="125" definition="(JF30[x1]&amp;JB30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-        <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="126" definition="(JF55[x1]&amp;JB55[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ55" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF55_x1" triggerthreshold="JF55"/>
-        <TriggerCondition multi="1" name="JB55_x1" triggerthreshold="JB55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="212" definition="(LUCID_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="213" definition="(LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="214" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="215" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="249" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_COMM" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="226" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="228" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1_1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="227" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="223" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2_2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="224" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_3_3" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="15" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_4_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="27" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2_VTE50" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="28" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;!TE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2_VTE500" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <NOT>
-          <TriggerCondition multi="1" name="TE500_x1" triggerthreshold="TE500"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="17" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD0_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="18" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_RD0_FIRSTEMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="19" definition="(RNDM0&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_RD0_UNPAIRED_ISO" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="62" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD0_EMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="63" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD1_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="16" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD1_EMPTY" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="132" definition="(XE15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE15_x1" triggerthreshold="XE15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="133" definition="(XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="138" definition="(TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="140" definition="(TE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE500" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE500_x1" triggerthreshold="TE500"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="141" definition="(TE1000[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE1000" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE1000_x1" triggerthreshold="TE1000"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="142" definition="(TE2000[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE2000" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE2000_x1" triggerthreshold="TE2000"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="193" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="190" definition="(ZDC_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="191" definition="(ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="189" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_AND" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="192" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="218" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_BCM_Wide" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="225" definition="(BCM_Comb[x7]&amp;BGRP0)" group="0" name="L1_BCM_HT_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="80" definition="(BCM_Wide[x1]&amp;BGRP0)" group="0" name="L1_BCM_Wide_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="81" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" group="0" name="L1_BCM_AC_CA_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="13" definition="(NIMDIR6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B21" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR6_x1" triggerthreshold="NIMDIR6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="14" definition="(NIMDIR7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B22" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR7_x1" triggerthreshold="NIMDIR7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="157" definition="(NIMDIR8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B23" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR8_x1" triggerthreshold="NIMDIR8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="112" definition="(J10[x1]&amp;!TE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10_VTE500" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE500_x1" triggerthreshold="TE500"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="113" definition="(J10[x1]&amp;!TE1000[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10_VTE1000" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE1000_x1" triggerthreshold="TE1000"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="114" definition="(J10[x1]&amp;!TE2000[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10_VTE2000" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE2000_x1" triggerthreshold="TE2000"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="115" definition="(J15[x1]&amp;!TE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15_VTE500" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE500_x1" triggerthreshold="TE500"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="116" definition="(J15[x1]&amp;!TE1000[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15_VTE1000" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE1000_x1" triggerthreshold="TE1000"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="117" definition="(J15[x1]&amp;!TE2000[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15_VTE2000" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE2000_x1" triggerthreshold="TE2000"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="118" definition="(J30[x1]&amp;!TE1000[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_VTE1000" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE1000_x1" triggerthreshold="TE1000"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="95" definition="(J30[x1]&amp;!TE2000[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_VTE2000" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE2000_x1" triggerthreshold="TE2000"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="127" definition="(J55[x1]&amp;!TE1000[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J55_VTE1000" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J55_x1" triggerthreshold="J55"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE1000_x1" triggerthreshold="TE1000"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="128" definition="(J55[x1]&amp;!TE2000[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J55_VTE2000" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J55_x1" triggerthreshold="J55"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE2000_x1" triggerthreshold="TE2000"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="7" definition="(MU0[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_MV" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="6" definition="(EM2[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM2_MV" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM2_x1" triggerthreshold="EM2"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="8" definition="(J10[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10_MV" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="30" definition="(MBTS_A0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A0_x1" triggerthreshold="MBTS_A0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="31" definition="(MBTS_A1[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A1_x1" triggerthreshold="MBTS_A1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="32" definition="(MBTS_A2[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A2_x1" triggerthreshold="MBTS_A2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="33" definition="(MBTS_A3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA3" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A3_x1" triggerthreshold="MBTS_A3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="34" definition="(MBTS_A4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A4_x1" triggerthreshold="MBTS_A4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="35" definition="(MBTS_A5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA5" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A5_x1" triggerthreshold="MBTS_A5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="36" definition="(MBTS_A6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA6" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A6_x1" triggerthreshold="MBTS_A6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="37" definition="(MBTS_A7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA7" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A7_x1" triggerthreshold="MBTS_A7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="38" definition="(MBTS_A8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA8" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A8_x1" triggerthreshold="MBTS_A8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="39" definition="(MBTS_A9[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA9" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A9_x1" triggerthreshold="MBTS_A9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="40" definition="(MBTS_A10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA10" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A10_x1" triggerthreshold="MBTS_A10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="41" definition="(MBTS_A11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA11" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A11_x1" triggerthreshold="MBTS_A11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="42" definition="(MBTS_A12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA12" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A12_x1" triggerthreshold="MBTS_A12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="43" definition="(MBTS_A13[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA13" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A13_x1" triggerthreshold="MBTS_A13"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="44" definition="(MBTS_A14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA14" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A14_x1" triggerthreshold="MBTS_A14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="45" definition="(MBTS_A15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA15" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A15_x1" triggerthreshold="MBTS_A15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="46" definition="(MBTS_C0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C0_x1" triggerthreshold="MBTS_C0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="47" definition="(MBTS_C1[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C1_x1" triggerthreshold="MBTS_C1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="48" definition="(MBTS_C2[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C2_x1" triggerthreshold="MBTS_C2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="49" definition="(MBTS_C3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC3" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C3_x1" triggerthreshold="MBTS_C3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="50" definition="(MBTS_C4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C4_x1" triggerthreshold="MBTS_C4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="51" definition="(MBTS_C5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC5" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C5_x1" triggerthreshold="MBTS_C5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="52" definition="(MBTS_C6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC6" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C6_x1" triggerthreshold="MBTS_C6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="53" definition="(MBTS_C7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC7" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C7_x1" triggerthreshold="MBTS_C7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="54" definition="(MBTS_C8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC8" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C8_x1" triggerthreshold="MBTS_C8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="55" definition="(MBTS_C9[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC9" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C9_x1" triggerthreshold="MBTS_C9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="56" definition="(MBTS_C10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC10" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C10_x1" triggerthreshold="MBTS_C10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="57" definition="(MBTS_C11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC11" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C11_x1" triggerthreshold="MBTS_C11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="58" definition="(MBTS_C12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC12" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C12_x1" triggerthreshold="MBTS_C12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="59" definition="(MBTS_C13[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC13" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C13_x1" triggerthreshold="MBTS_C13"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="60" definition="(MBTS_C14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC14" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C14_x1" triggerthreshold="MBTS_C14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="61" definition="(MBTS_C15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC15" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C15_x1" triggerthreshold="MBTS_C15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="29" definition="(EM2[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM2_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM2_x1" triggerthreshold="EM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="65" definition="(EM2[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_EM2_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM2_x1" triggerthreshold="EM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="177" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM3_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="66" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_EM3_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="160" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU0_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="159" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU0_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="162" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="70" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="167" definition="(MU0_COMM[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU0_COMM_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="165" definition="(MU0_COMM[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU0_COMM_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="166" definition="(MU0_COMM[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_COMM_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="67" definition="(MU0_COMM[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_COMM_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="68" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="75" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU10_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="69" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU0_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="25" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_TAU5_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="26" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_TAU5_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="152" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_TAU5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="76" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_TAU5_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="23" definition="(J5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J5_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="22" definition="(J5[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J5_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="168" definition="(J5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="82" definition="(J5[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J5_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="171" definition="(J10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="172" definition="(J30[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="83" definition="(J10[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_J10_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="87" definition="(J30[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_J30_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="129" definition="(J10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="130" definition="(J30[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="24" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_FJ10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="175" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_FJ10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="131" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_FJ10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="21" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ZDC_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="197" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="196" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="181" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_AND_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="149" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_1_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="151" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_2_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="150" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_1_1_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="200" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="204" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="202" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_1_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="229" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_2_2_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="230" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_3_3_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="231" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_2_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="232" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_3_3_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="20" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_4_4_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="205" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MBTS_2_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="236" definition="(LUCID_A[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="237" definition="(LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="238" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="245" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="251" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_COMM_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="209" definition="(LUCID_A[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_A_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="210" definition="(LUCID_C[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_C_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="211" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_A_C_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="208" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="206" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_LUCID_A_C_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="250" definition="(ZB_4MBTS_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZB" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_4MBTS_A_x1" triggerthreshold="ZB_4MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="233" definition="((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MLZ_A" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="234" definition="((MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MLZ_C" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="235" definition="((((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;(MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1]))|BCM_Wide[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBLZ" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <AND>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-              <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-            </OR>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-              <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-            </OR>
-          </AND>
-          <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="241" definition="(BPTX0[x1]&amp;BGRP0)" group="0" name="L1_BPTX0_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="242" definition="(BPTX1[x1]&amp;BGRP0)" group="0" name="L1_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="248" definition="BGRP0" group="0" name="L1_BGRP0" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP0"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="252" definition="BGRP1" group="0" name="L1_BGRP1" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP1"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="253" definition="(NIM28[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ0" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="254" definition="(NIM29[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ1" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="255" definition="(NIM30[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ2" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="78" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_TRT" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="79" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_L1A_Mon" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="InitialBeam_HI_v1_default_prescale" version="1">
-    <Prescale ctpid="0" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="1" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="2" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="3" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="4" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="5" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="6" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="7" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="8" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="9" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="10" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="11" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="12" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="13" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="14" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="15" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="16" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="17" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="18" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="19" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="20" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="21" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="22" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="23" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="24" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="25" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="26" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="27" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="28" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="29" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="30" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="31" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="32" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="33" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="34" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="35" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="36" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="37" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="38" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="39" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="40" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="41" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="42" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="43" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="44" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="45" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="46" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="47" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="48" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="49" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="50" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="51" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="52" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="53" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="54" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="55" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="56" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="57" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="58" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="59" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="60" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="61" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="62" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="63" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="64" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="65" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="66" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="67" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="68" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="69" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="70" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="71" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="72" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="73" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="74" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="75" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="76" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="77" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="78" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="79" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="80" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="81" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="82" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="83" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="84" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="85" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="86" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="87" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="88" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="89" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="90" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="91" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="92" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="93" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="94" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="95" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="96" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="97" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="98" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="99" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="100" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="101" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="102" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="103" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="104" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="105" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="106" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="107" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="108" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="109" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="110" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="111" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="112" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="113" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="114" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="115" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="116" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="117" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="118" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="119" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="120" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="121" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="122" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="123" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="124" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="125" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="126" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="127" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="128" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="129" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="130" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="131" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="132" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="133" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="134" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="135" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="136" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="137" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="138" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="139" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="140" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="141" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="142" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="143" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="144" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="145" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="146" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="147" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="148" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="149" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="150" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="151" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="152" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="153" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="154" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="155" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="156" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="157" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="158" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="159" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="160" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="161" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="162" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="163" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="164" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="165" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="166" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="167" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="168" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="169" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="170" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="171" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="172" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="173" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="174" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="175" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="176" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="177" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="178" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="179" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="180" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="181" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="182" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="183" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="184" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="185" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="186" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="187" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="188" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="189" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="190" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="191" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="192" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="193" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="194" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="195" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="196" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="197" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="198" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="199" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="200" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="201" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="202" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="203" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="204" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="205" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="206" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="207" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="208" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="209" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="210" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="211" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="212" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="213" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="214" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="215" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="216" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="217" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="218" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="219" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="220" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="221" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="222" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="223" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="224" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="225" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="226" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="227" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="228" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="229" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="230" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="231" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="232" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="233" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="234" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="235" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="236" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="237" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="238" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="239" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="240" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="241" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="242" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="243" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="244" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="245" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="246" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="247" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="248" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="249" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="250" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="251" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="252" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="253" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="254" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="255" d="0" m="0" n="1">
-      1
-    </Prescale>
-  </PrescaleSet>
-  <PrioritySet name="standard" version="1">
-    <Priority ctpid="0">
-      HIGH
-    </Priority>
-    <Priority ctpid="1">
-      HIGH
-    </Priority>
-    <Priority ctpid="2">
-      HIGH
-    </Priority>
-    <Priority ctpid="3">
-      HIGH
-    </Priority>
-    <Priority ctpid="4">
-      HIGH
-    </Priority>
-    <Priority ctpid="5">
-      HIGH
-    </Priority>
-    <Priority ctpid="6">
-      HIGH
-    </Priority>
-    <Priority ctpid="7">
-      HIGH
-    </Priority>
-    <Priority ctpid="8">
-      HIGH
-    </Priority>
-    <Priority ctpid="9">
-      HIGH
-    </Priority>
-    <Priority ctpid="10">
-      HIGH
-    </Priority>
-    <Priority ctpid="11">
-      HIGH
-    </Priority>
-    <Priority ctpid="12">
-      LOW
-    </Priority>
-    <Priority ctpid="13">
-      HIGH
-    </Priority>
-    <Priority ctpid="14">
-      HIGH
-    </Priority>
-    <Priority ctpid="15">
-      HIGH
-    </Priority>
-    <Priority ctpid="16">
-      HIGH
-    </Priority>
-    <Priority ctpid="17">
-      HIGH
-    </Priority>
-    <Priority ctpid="18">
-      HIGH
-    </Priority>
-    <Priority ctpid="19">
-      HIGH
-    </Priority>
-    <Priority ctpid="20">
-      HIGH
-    </Priority>
-    <Priority ctpid="21">
-      HIGH
-    </Priority>
-    <Priority ctpid="22">
-      HIGH
-    </Priority>
-    <Priority ctpid="23">
-      HIGH
-    </Priority>
-    <Priority ctpid="24">
-      HIGH
-    </Priority>
-    <Priority ctpid="25">
-      HIGH
-    </Priority>
-    <Priority ctpid="26">
-      HIGH
-    </Priority>
-    <Priority ctpid="27">
-      HIGH
-    </Priority>
-    <Priority ctpid="28">
-      HIGH
-    </Priority>
-    <Priority ctpid="29">
-      HIGH
-    </Priority>
-    <Priority ctpid="30">
-      HIGH
-    </Priority>
-    <Priority ctpid="31">
-      HIGH
-    </Priority>
-    <Priority ctpid="32">
-      HIGH
-    </Priority>
-    <Priority ctpid="33">
-      HIGH
-    </Priority>
-    <Priority ctpid="34">
-      HIGH
-    </Priority>
-    <Priority ctpid="35">
-      HIGH
-    </Priority>
-    <Priority ctpid="36">
-      HIGH
-    </Priority>
-    <Priority ctpid="37">
-      HIGH
-    </Priority>
-    <Priority ctpid="38">
-      HIGH
-    </Priority>
-    <Priority ctpid="39">
-      HIGH
-    </Priority>
-    <Priority ctpid="40">
-      HIGH
-    </Priority>
-    <Priority ctpid="41">
-      HIGH
-    </Priority>
-    <Priority ctpid="42">
-      HIGH
-    </Priority>
-    <Priority ctpid="43">
-      HIGH
-    </Priority>
-    <Priority ctpid="44">
-      HIGH
-    </Priority>
-    <Priority ctpid="45">
-      HIGH
-    </Priority>
-    <Priority ctpid="46">
-      HIGH
-    </Priority>
-    <Priority ctpid="47">
-      HIGH
-    </Priority>
-    <Priority ctpid="48">
-      HIGH
-    </Priority>
-    <Priority ctpid="49">
-      HIGH
-    </Priority>
-    <Priority ctpid="50">
-      HIGH
-    </Priority>
-    <Priority ctpid="51">
-      HIGH
-    </Priority>
-    <Priority ctpid="52">
-      HIGH
-    </Priority>
-    <Priority ctpid="53">
-      HIGH
-    </Priority>
-    <Priority ctpid="54">
-      HIGH
-    </Priority>
-    <Priority ctpid="55">
-      HIGH
-    </Priority>
-    <Priority ctpid="56">
-      HIGH
-    </Priority>
-    <Priority ctpid="57">
-      HIGH
-    </Priority>
-    <Priority ctpid="58">
-      HIGH
-    </Priority>
-    <Priority ctpid="59">
-      HIGH
-    </Priority>
-    <Priority ctpid="60">
-      HIGH
-    </Priority>
-    <Priority ctpid="61">
-      HIGH
-    </Priority>
-    <Priority ctpid="62">
-      HIGH
-    </Priority>
-    <Priority ctpid="63">
-      HIGH
-    </Priority>
-    <Priority ctpid="64">
-      HIGH
-    </Priority>
-    <Priority ctpid="65">
-      HIGH
-    </Priority>
-    <Priority ctpid="66">
-      HIGH
-    </Priority>
-    <Priority ctpid="67">
-      HIGH
-    </Priority>
-    <Priority ctpid="68">
-      HIGH
-    </Priority>
-    <Priority ctpid="69">
-      HIGH
-    </Priority>
-    <Priority ctpid="70">
-      HIGH
-    </Priority>
-    <Priority ctpid="71">
-      HIGH
-    </Priority>
-    <Priority ctpid="72">
-      HIGH
-    </Priority>
-    <Priority ctpid="73">
-      HIGH
-    </Priority>
-    <Priority ctpid="74">
-      HIGH
-    </Priority>
-    <Priority ctpid="75">
-      HIGH
-    </Priority>
-    <Priority ctpid="76">
-      HIGH
-    </Priority>
-    <Priority ctpid="77">
-      HIGH
-    </Priority>
-    <Priority ctpid="78">
-      HIGH
-    </Priority>
-    <Priority ctpid="79">
-      HIGH
-    </Priority>
-    <Priority ctpid="80">
-      HIGH
-    </Priority>
-    <Priority ctpid="81">
-      HIGH
-    </Priority>
-    <Priority ctpid="82">
-      HIGH
-    </Priority>
-    <Priority ctpid="83">
-      HIGH
-    </Priority>
-    <Priority ctpid="84">
-      HIGH
-    </Priority>
-    <Priority ctpid="85">
-      HIGH
-    </Priority>
-    <Priority ctpid="86">
-      HIGH
-    </Priority>
-    <Priority ctpid="87">
-      HIGH
-    </Priority>
-    <Priority ctpid="88">
-      HIGH
-    </Priority>
-    <Priority ctpid="89">
-      HIGH
-    </Priority>
-    <Priority ctpid="90">
-      HIGH
-    </Priority>
-    <Priority ctpid="91">
-      HIGH
-    </Priority>
-    <Priority ctpid="92">
-      HIGH
-    </Priority>
-    <Priority ctpid="93">
-      HIGH
-    </Priority>
-    <Priority ctpid="94">
-      HIGH
-    </Priority>
-    <Priority ctpid="95">
-      HIGH
-    </Priority>
-    <Priority ctpid="96">
-      HIGH
-    </Priority>
-    <Priority ctpid="97">
-      HIGH
-    </Priority>
-    <Priority ctpid="98">
-      HIGH
-    </Priority>
-    <Priority ctpid="99">
-      HIGH
-    </Priority>
-    <Priority ctpid="100">
-      HIGH
-    </Priority>
-    <Priority ctpid="101">
-      LOW
-    </Priority>
-    <Priority ctpid="102">
-      HIGH
-    </Priority>
-    <Priority ctpid="103">
-      LOW
-    </Priority>
-    <Priority ctpid="104">
-      HIGH
-    </Priority>
-    <Priority ctpid="105">
-      HIGH
-    </Priority>
-    <Priority ctpid="106">
-      HIGH
-    </Priority>
-    <Priority ctpid="107">
-      LOW
-    </Priority>
-    <Priority ctpid="108">
-      HIGH
-    </Priority>
-    <Priority ctpid="109">
-      HIGH
-    </Priority>
-    <Priority ctpid="110">
-      HIGH
-    </Priority>
-    <Priority ctpid="111">
-      HIGH
-    </Priority>
-    <Priority ctpid="112">
-      HIGH
-    </Priority>
-    <Priority ctpid="113">
-      HIGH
-    </Priority>
-    <Priority ctpid="114">
-      HIGH
-    </Priority>
-    <Priority ctpid="115">
-      HIGH
-    </Priority>
-    <Priority ctpid="116">
-      HIGH
-    </Priority>
-    <Priority ctpid="117">
-      HIGH
-    </Priority>
-    <Priority ctpid="118">
-      HIGH
-    </Priority>
-    <Priority ctpid="119">
-      HIGH
-    </Priority>
-    <Priority ctpid="120">
-      HIGH
-    </Priority>
-    <Priority ctpid="121">
-      LOW
-    </Priority>
-    <Priority ctpid="122">
-      HIGH
-    </Priority>
-    <Priority ctpid="123">
-      HIGH
-    </Priority>
-    <Priority ctpid="124">
-      HIGH
-    </Priority>
-    <Priority ctpid="125">
-      HIGH
-    </Priority>
-    <Priority ctpid="126">
-      HIGH
-    </Priority>
-    <Priority ctpid="127">
-      HIGH
-    </Priority>
-    <Priority ctpid="128">
-      HIGH
-    </Priority>
-    <Priority ctpid="129">
-      HIGH
-    </Priority>
-    <Priority ctpid="130">
-      HIGH
-    </Priority>
-    <Priority ctpid="131">
-      HIGH
-    </Priority>
-    <Priority ctpid="132">
-      HIGH
-    </Priority>
-    <Priority ctpid="133">
-      HIGH
-    </Priority>
-    <Priority ctpid="134">
-      LOW
-    </Priority>
-    <Priority ctpid="135">
-      LOW
-    </Priority>
-    <Priority ctpid="136">
-      LOW
-    </Priority>
-    <Priority ctpid="137">
-      LOW
-    </Priority>
-    <Priority ctpid="138">
-      HIGH
-    </Priority>
-    <Priority ctpid="139">
-      LOW
-    </Priority>
-    <Priority ctpid="140">
-      HIGH
-    </Priority>
-    <Priority ctpid="141">
-      HIGH
-    </Priority>
-    <Priority ctpid="142">
-      HIGH
-    </Priority>
-    <Priority ctpid="143">
-      LOW
-    </Priority>
-    <Priority ctpid="144">
-      LOW
-    </Priority>
-    <Priority ctpid="145">
-      HIGH
-    </Priority>
-    <Priority ctpid="146">
-      HIGH
-    </Priority>
-    <Priority ctpid="147">
-      HIGH
-    </Priority>
-    <Priority ctpid="148">
-      HIGH
-    </Priority>
-    <Priority ctpid="149">
-      HIGH
-    </Priority>
-    <Priority ctpid="150">
-      HIGH
-    </Priority>
-    <Priority ctpid="151">
-      HIGH
-    </Priority>
-    <Priority ctpid="152">
-      HIGH
-    </Priority>
-    <Priority ctpid="153">
-      LOW
-    </Priority>
-    <Priority ctpid="154">
-      LOW
-    </Priority>
-    <Priority ctpid="155">
-      LOW
-    </Priority>
-    <Priority ctpid="156">
-      HIGH
-    </Priority>
-    <Priority ctpid="157">
-      HIGH
-    </Priority>
-    <Priority ctpid="158">
-      LOW
-    </Priority>
-    <Priority ctpid="159">
-      HIGH
-    </Priority>
-    <Priority ctpid="160">
-      HIGH
-    </Priority>
-    <Priority ctpid="161">
-      LOW
-    </Priority>
-    <Priority ctpid="162">
-      HIGH
-    </Priority>
-    <Priority ctpid="163">
-      LOW
-    </Priority>
-    <Priority ctpid="164">
-      LOW
-    </Priority>
-    <Priority ctpid="165">
-      HIGH
-    </Priority>
-    <Priority ctpid="166">
-      HIGH
-    </Priority>
-    <Priority ctpid="167">
-      HIGH
-    </Priority>
-    <Priority ctpid="168">
-      HIGH
-    </Priority>
-    <Priority ctpid="169">
-      LOW
-    </Priority>
-    <Priority ctpid="170">
-      LOW
-    </Priority>
-    <Priority ctpid="171">
-      HIGH
-    </Priority>
-    <Priority ctpid="172">
-      HIGH
-    </Priority>
-    <Priority ctpid="173">
-      LOW
-    </Priority>
-    <Priority ctpid="174">
-      LOW
-    </Priority>
-    <Priority ctpid="175">
-      HIGH
-    </Priority>
-    <Priority ctpid="176">
-      LOW
-    </Priority>
-    <Priority ctpid="177">
-      HIGH
-    </Priority>
-    <Priority ctpid="178">
-      LOW
-    </Priority>
-    <Priority ctpid="179">
-      LOW
-    </Priority>
-    <Priority ctpid="180">
-      LOW
-    </Priority>
-    <Priority ctpid="181">
-      HIGH
-    </Priority>
-    <Priority ctpid="182">
-      LOW
-    </Priority>
-    <Priority ctpid="183">
-      LOW
-    </Priority>
-    <Priority ctpid="184">
-      LOW
-    </Priority>
-    <Priority ctpid="185">
-      LOW
-    </Priority>
-    <Priority ctpid="186">
-      LOW
-    </Priority>
-    <Priority ctpid="187">
-      LOW
-    </Priority>
-    <Priority ctpid="188">
-      LOW
-    </Priority>
-    <Priority ctpid="189">
-      HIGH
-    </Priority>
-    <Priority ctpid="190">
-      HIGH
-    </Priority>
-    <Priority ctpid="191">
-      HIGH
-    </Priority>
-    <Priority ctpid="192">
-      HIGH
-    </Priority>
-    <Priority ctpid="193">
-      HIGH
-    </Priority>
-    <Priority ctpid="194">
-      LOW
-    </Priority>
-    <Priority ctpid="195">
-      LOW
-    </Priority>
-    <Priority ctpid="196">
-      HIGH
-    </Priority>
-    <Priority ctpid="197">
-      HIGH
-    </Priority>
-    <Priority ctpid="198">
-      LOW
-    </Priority>
-    <Priority ctpid="199">
-      LOW
-    </Priority>
-    <Priority ctpid="200">
-      HIGH
-    </Priority>
-    <Priority ctpid="201">
-      LOW
-    </Priority>
-    <Priority ctpid="202">
-      HIGH
-    </Priority>
-    <Priority ctpid="203">
-      LOW
-    </Priority>
-    <Priority ctpid="204">
-      HIGH
-    </Priority>
-    <Priority ctpid="205">
-      HIGH
-    </Priority>
-    <Priority ctpid="206">
-      HIGH
-    </Priority>
-    <Priority ctpid="207">
-      LOW
-    </Priority>
-    <Priority ctpid="208">
-      HIGH
-    </Priority>
-    <Priority ctpid="209">
-      HIGH
-    </Priority>
-    <Priority ctpid="210">
-      HIGH
-    </Priority>
-    <Priority ctpid="211">
-      HIGH
-    </Priority>
-    <Priority ctpid="212">
-      HIGH
-    </Priority>
-    <Priority ctpid="213">
-      HIGH
-    </Priority>
-    <Priority ctpid="214">
-      HIGH
-    </Priority>
-    <Priority ctpid="215">
-      HIGH
-    </Priority>
-    <Priority ctpid="216">
-      LOW
-    </Priority>
-    <Priority ctpid="217">
-      LOW
-    </Priority>
-    <Priority ctpid="218">
-      HIGH
-    </Priority>
-    <Priority ctpid="219">
-      LOW
-    </Priority>
-    <Priority ctpid="220">
-      LOW
-    </Priority>
-    <Priority ctpid="221">
-      LOW
-    </Priority>
-    <Priority ctpid="222">
-      LOW
-    </Priority>
-    <Priority ctpid="223">
-      HIGH
-    </Priority>
-    <Priority ctpid="224">
-      HIGH
-    </Priority>
-    <Priority ctpid="225">
-      HIGH
-    </Priority>
-    <Priority ctpid="226">
-      HIGH
-    </Priority>
-    <Priority ctpid="227">
-      HIGH
-    </Priority>
-    <Priority ctpid="228">
-      HIGH
-    </Priority>
-    <Priority ctpid="229">
-      HIGH
-    </Priority>
-    <Priority ctpid="230">
-      HIGH
-    </Priority>
-    <Priority ctpid="231">
-      HIGH
-    </Priority>
-    <Priority ctpid="232">
-      HIGH
-    </Priority>
-    <Priority ctpid="233">
-      HIGH
-    </Priority>
-    <Priority ctpid="234">
-      HIGH
-    </Priority>
-    <Priority ctpid="235">
-      HIGH
-    </Priority>
-    <Priority ctpid="236">
-      HIGH
-    </Priority>
-    <Priority ctpid="237">
-      HIGH
-    </Priority>
-    <Priority ctpid="238">
-      HIGH
-    </Priority>
-    <Priority ctpid="239">
-      LOW
-    </Priority>
-    <Priority ctpid="240">
-      LOW
-    </Priority>
-    <Priority ctpid="241">
-      HIGH
-    </Priority>
-    <Priority ctpid="242">
-      HIGH
-    </Priority>
-    <Priority ctpid="243">
-      LOW
-    </Priority>
-    <Priority ctpid="244">
-      LOW
-    </Priority>
-    <Priority ctpid="245">
-      HIGH
-    </Priority>
-    <Priority ctpid="246">
-      LOW
-    </Priority>
-    <Priority ctpid="247">
-      LOW
-    </Priority>
-    <Priority ctpid="248">
-      HIGH
-    </Priority>
-    <Priority ctpid="249">
-      HIGH
-    </Priority>
-    <Priority ctpid="250">
-      HIGH
-    </Priority>
-    <Priority ctpid="251">
-      HIGH
-    </Priority>
-    <Priority ctpid="252">
-      HIGH
-    </Priority>
-    <Priority ctpid="253">
-      HIGH
-    </Priority>
-    <Priority ctpid="254">
-      HIGH
-    </Priority>
-    <Priority ctpid="255">
-      HIGH
-    </Priority>
-  </PrioritySet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="MBTS_A0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bcdelay="3564" bitnum="1" id="2" mapping="0" name="ZB_4MBTS_A" seed="MBTS_A" seed_multi="4" type="NIM" version="1">
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="1" name="NIM29" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM29full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="1" name="MBTS_A1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="2" name="NIM30" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM30full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="2" name="MBTS_A2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="7" mapping="2" name="HA6" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6full" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="2" name="XE10" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="3" name="MBTS_A3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="10" mapping="3" name="HA6I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="5" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6Ifull" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="3" name="XE20" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="4" name="MBTS_A4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="13" mapping="4" name="HA8" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8full" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="4" name="XE30" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="5" name="MBTS_A5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="16" mapping="5" name="HA11I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="5" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11Ifull" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="5" name="XE35" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="18" mapping="6" name="HA20" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="6" name="XE40" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="20" mapping="7" name="HA30" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="21" mapping="7" name="J115" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J115full" phimax="64" phimin="0" priority="0" thresholdval="115" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="7" name="XE50" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="8" name="MBTS_A8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="10" name="MBTS_A10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="12" name="MBTS_A12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="14" name="MBTS_A14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="16" name="MBTS_C0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="18" name="MBTS_C2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="20" name="MBTS_C4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="22" name="MBTS_C6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="24" name="MBTS_C8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="26" name="MBTS_C10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="28" name="MBTS_C12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="30" name="MBTS_C14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="0" name="NIM28" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM28full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="6" name="NIMDIR6" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR6full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="6" name="MBTS_A6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="7" name="NIMDIR7" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR7full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="7" name="MBTS_A7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="8" name="NIMDIR8" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR8full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="9" name="MBTS_A9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="11" name="MBTS_A11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="13" name="MBTS_A13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="14" name="NIMDIR14" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR14full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="15" name="MBTS_A15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="17" name="MBTS_C1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="19" name="MBTS_C3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="21" name="MBTS_C5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="23" name="MBTS_C7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="25" name="NIMDIR25" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="51" mapping="25" name="MBTS_C9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="26" name="NIMDIR26" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="27" name="MBTS_C11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="29" name="MBTS_C13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="31" name="MBTS_C15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="0" name="ZDC_A" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="57" mapping="0" name="BCM_Comb" type="BCMCMB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="0" name="BCM_AtoC" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="0" name="LUCID_A" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="60" mapping="0" name="BPTX0" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX0full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="61" mapping="0" name="MBTS_A" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="62" mapping="0" name="TE50" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="63" mapping="0" name="XE15" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="64" mapping="0" name="JF10" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="65" mapping="0" name="JB10" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="66" mapping="0" name="JE100" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="67" mapping="0" name="J5" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J5full" phimax="64" phimin="0" priority="0" thresholdval="5" type="JET" window="4"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="68" mapping="0" name="HA5" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="69" mapping="0" name="EM2" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM2full" phimax="64" phimin="0" priority="1" thresholdval="2" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="70" mapping="1" name="MU6" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU6full" phimax="64" phimin="0" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="71" mapping="1" name="EM3" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="72" mapping="1" name="HA11" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11full" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="73" mapping="1" name="J10" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="74" mapping="1" name="JE200" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE200full" phimax="64" phimin="0" priority="0" thresholdval="200" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="75" mapping="1" name="JB30" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="1" name="JF30" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="77" mapping="1" name="XE25" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="1" name="TE500" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="79" mapping="1" name="MBTS_C" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="80" mapping="1" name="BPTX1" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX1full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="81" mapping="1" name="LUCID_C" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="82" mapping="1" name="BCM_CtoA" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="83" mapping="1" name="ZDC_C" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="84" mapping="2" name="MU10" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="85" mapping="2" name="EM4" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM4full" phimax="64" phimin="0" priority="1" thresholdval="4" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="86" mapping="2" name="J15" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="2" name="JE300" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE300full" phimax="64" phimin="0" priority="0" thresholdval="300" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="88" mapping="2" name="JB55" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB55full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB55full" phimax="64" phimin="0" priority="2" thresholdval="55" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="89" mapping="2" name="JF55" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF55full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF55full" phimax="64" phimin="0" priority="2" thresholdval="55" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="2" name="TE1000" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1000full" phimax="64" phimin="0" priority="0" thresholdval="1000" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="2" name="BCM_Wide" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="2" name="ZDC_AND" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="93" mapping="3" name="MU0_COMM" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU0_COMMfull" phimax="64" phimin="0" priority="1" thresholdval="-1" type="MUON" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="10" etamin="-10" had_isolation="63" had_veto="63" name="MU0_COMMfull" phimax="64" phimin="0" priority="5" thresholdval="0" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="94" mapping="3" name="EM5" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="95" mapping="3" name="J30" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="3" name="JE500" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="97" mapping="3" name="JB95" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB95full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB95full" phimax="64" phimin="0" priority="2" thresholdval="95" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="98" mapping="3" name="JF95" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF95full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF95full" phimax="64" phimin="0" priority="2" thresholdval="95" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="3" name="TE2000" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE2000full" phimax="64" phimin="0" priority="0" thresholdval="2000" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="100" mapping="4" name="MU15" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="101" mapping="4" name="EM5I" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="3" had_veto="2" name="EM5Ifull" phimax="64" phimin="0" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="102" mapping="4" name="J55" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J55full" phimax="64" phimin="0" priority="0" thresholdval="55" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="103" mapping="5" name="MU20" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="104" mapping="5" name="EM10" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM10full" phimax="64" phimin="0" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="105" mapping="5" name="J75" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J75full" phimax="64" phimin="0" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="5" name="NIMDIR5" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="107" mapping="6" name="EM10I" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="3" had_veto="2" name="EM10Ifull" phimax="64" phimin="0" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="108" mapping="6" name="J95" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J95full" phimax="64" phimin="0" priority="0" thresholdval="95" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="109" mapping="7" name="EM14" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM14full" phimax="64" phimin="0" priority="1" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="110" mapping="0" name="MU0" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU0full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name="rand01" rate1="0" rate2="0" seed1="1" seed2="1"/>
-  <Deadtime complex1_level="7" complex1_rate="415" complex2_level="7" complex2_rate="415" name="Default" simple="5" version="1"/>
-  <BunchGroupSet name="bg_set1" version="1">
-    <BunchGroup internalNumber="0" name="BCRVeto" version="1">
-      <Bunch bunchNumber="2067"/>
-      <Bunch bunchNumber="2068"/>
-      <Bunch bunchNumber="2069"/>
-      <Bunch bunchNumber="2678"/>
-      <Bunch bunchNumber="7"/>
-      <Bunch bunchNumber="1234"/>
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled" version="1">
-      <Bunch bunchNumber="206"/>
-      <Bunch bunchNumber="207"/>
-      <Bunch bunchNumber="208"/>
-      <Bunch bunchNumber="267"/>
-      <Bunch bunchNumber="1"/>
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="EmptyCalib" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="3" name="Empty" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="6" name="EmptyAfterFilled" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01" version="1"/>
-  <MuctpiInfo name="muctpi" version="1">
-    <low_pt>
-      1
-    </low_pt>
-    <high_pt>
-      1
-    </high_pt>
-    <max_cand>
-      13
-    </max_cand>
-  </MuctpiInfo>
-  <CaloInfo global_scale="1.0" name="CaloInfo" version="1">
-    <JetWeight num="1">
-      8
-    </JetWeight>
-    <JetWeight num="2">
-      5
-    </JetWeight>
-    <JetWeight num="3">
-      10
-    </JetWeight>
-    <JetWeight num="4">
-      20
-    </JetWeight>
-    <JetWeight num="5">
-      22
-    </JetWeight>
-    <JetWeight num="6">
-      20
-    </JetWeight>
-    <JetWeight num="7">
-      20
-    </JetWeight>
-    <JetWeight num="8">
-      38
-    </JetWeight>
-    <JetWeight num="9">
-      0
-    </JetWeight>
-    <JetWeight num="10">
-      0
-    </JetWeight>
-    <JetWeight num="11">
-      0
-    </JetWeight>
-    <JetWeight num="12">
-      0
-    </JetWeight>
-  </CaloInfo>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_InitialBeam_v2.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_InitialBeam_v2.xml
deleted file mode 100644
index 36f1615d2c548b5cbe708b93a77cfabaad0ec9d7..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_InitialBeam_v2.xml
+++ /dev/null
@@ -1,3792 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config id="1" name="InitialBeam_v2">
-  <!--File is auto-generated by python config class, may be overwritten-->
-  <!--No. L1 thresholds defined: 105-->
-  <!--No. L1 items defined: 198-->
-  <TriggerMenu id="1" name="lumi01" phase="lumi" version="1">
-    <TriggerItem comment="test comment" ctpid="2" definition="(1)" group="0" name="L1_EM2" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM2_x1" triggerthreshold="EM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="0" definition="(1)" group="0" name="L1_EM3" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="84" definition="(1)" group="0" name="L1_EM4" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM4_x1" triggerthreshold="EM4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="1" definition="(1)" group="0" name="L1_EM5" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="85" definition="(1)" group="0" name="L1_EM5I" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5I_x1" triggerthreshold="EM5I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="3" definition="(1)" group="0" name="L1_EM10" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="4" definition="(1)" group="0" name="L1_EM10I" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10I_x1" triggerthreshold="EM10I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="5" definition="(1)" group="0" name="L1_EM14" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="9" definition="(1)" group="0" name="L1_2EM2" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM2_x2" triggerthreshold="EM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="10" definition="(1)" group="0" name="L1_2EM3" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="86" definition="(1)" group="0" name="L1_2EM4" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM4_x2" triggerthreshold="EM4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="11" definition="(1)" group="0" name="L1_2EM5" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="87" definition="(1)" group="0" name="L1_2EM5I" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5I_x2" triggerthreshold="EM5I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="64" definition="(1)" group="0" name="L1_TAU5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="65" definition="(1)" group="0" name="L1_TAU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="66" definition="(1)" group="0" name="L1_TAU6I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6I_x1" triggerthreshold="HA6I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="67" definition="(1)" group="0" name="L1_TAU8" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="69" definition="(1)" group="0" name="L1_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="70" definition="(1)" group="0" name="L1_TAU11I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11I_x1" triggerthreshold="HA11I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="73" definition="(1)" group="0" name="L1_TAU20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="74" definition="(1)" group="0" name="L1_TAU30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="75" definition="(1)" group="0" name="L1_2TAU6I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA6I_x2" triggerthreshold="HA6I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="109" definition="(1)" group="0" name="L1_2TAU5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA5_x2" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="110" definition="(1)" group="0" name="L1_2TAU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA6_x2" triggerthreshold="HA6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="88" definition="(1)" group="0" name="L1_MU15" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="89" definition="(1)" group="0" name="L1_MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="90" definition="(1)" group="0" name="L1_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="91" definition="(1)" group="0" name="L1_MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="92" definition="(1)" group="0" name="L1_MU20" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="93" definition="(1)" group="0" name="L1_MU0_COMM" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="94" definition="(1)" group="0" name="L1_2MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="71" definition="(1)" group="0" name="L1_2MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="72" definition="(1)" group="0" name="L1_2MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="77" definition="(1)" group="0" name="L1_2MU0_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="96" definition="(1)" group="0" name="L1_J5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="97" definition="(1)" group="0" name="L1_J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="111" definition="(1)" group="0" name="L1_J10_win6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_win6_x1" triggerthreshold="J10_win6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="98" definition="(1)" group="0" name="L1_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="99" definition="(1)" group="0" name="L1_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="102" definition="(1)" group="0" name="L1_J55" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J55_x1" triggerthreshold="J55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="100" definition="(1)" group="0" name="L1_J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="104" definition="(1)" group="0" name="L1_2J5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J5_x2" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="105" definition="(1)" group="0" name="L1_2J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="106" definition="(1)" group="0" name="L1_2J10_win6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_win6_x2" triggerthreshold="J10_win6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="108" definition="(1)" group="0" name="L1_2J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="127" definition="(1)" group="0" name="L1_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="119" definition="(1)" group="0" name="L1_FJ18" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF18_x1" triggerthreshold="JF18"/>
-          <TriggerCondition multi="1" name="JB18_x1" triggerthreshold="JB18"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="120" definition="(1)" group="0" name="L1_FJ3" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF3_x1" triggerthreshold="JF3"/>
-          <TriggerCondition multi="1" name="JB3_x1" triggerthreshold="JB3"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="124" definition="(1)" group="0" name="L1_2FJ18" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF18_x1" triggerthreshold="JF18"/>
-        <TriggerCondition multi="1" name="JB18_x1" triggerthreshold="JB18"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="125" definition="(1)" group="0" name="L1_2FJ3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF3_x1" triggerthreshold="JF3"/>
-        <TriggerCondition multi="1" name="JB3_x1" triggerthreshold="JB3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="129" definition="(1)" group="0" name="L1_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="131" definition="(1)" group="0" name="L1_XE15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE15_x1" triggerthreshold="XE15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="133" definition="(1)" group="0" name="L1_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="135" definition="(1)" group="0" name="L1_XE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="138" definition="(1)" group="0" name="L1_TE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="140" definition="(1)" group="0" name="L1_TE100" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE100_x1" triggerthreshold="TE100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="145" definition="(1)" group="0" name="L1_JE120" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE120_x1" triggerthreshold="JE120"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="147" definition="(1)" group="0" name="L1_JE280" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE280_x1" triggerthreshold="JE280"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="198" definition="(1)" group="0" name="L1_TAU6_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="143" definition="(1)" group="0" name="L1_MU0_EM3" trigger_type="10011100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="142" definition="(1)" group="0" name="L1_MU6_J5" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="250" definition="(1)" group="0" name="L1_MU6_EM3" trigger_type="10011100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="252" definition="(1)" group="0" name="L1_MU0_J5" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="112" definition="(1)" group="0" name="L1_J15_MV" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="113" definition="(1)" group="0" name="L1_J15_LV" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-            <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="114" definition="(1)" group="0" name="L1_J15_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="30" definition="(1)" group="0" name="L1_MBTSA0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A0_x1" triggerthreshold="MBTS_A0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="31" definition="(1)" group="0" name="L1_MBTSA1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A1_x1" triggerthreshold="MBTS_A1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="32" definition="(1)" group="0" name="L1_MBTSA2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A2_x1" triggerthreshold="MBTS_A2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="33" definition="(1)" group="0" name="L1_MBTSA3" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A3_x1" triggerthreshold="MBTS_A3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="34" definition="(1)" group="0" name="L1_MBTSA4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A4_x1" triggerthreshold="MBTS_A4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="35" definition="(1)" group="0" name="L1_MBTSA5" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A5_x1" triggerthreshold="MBTS_A5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="36" definition="(1)" group="0" name="L1_MBTSA6" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A6_x1" triggerthreshold="MBTS_A6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="37" definition="(1)" group="0" name="L1_MBTSA7" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A7_x1" triggerthreshold="MBTS_A7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="38" definition="(1)" group="0" name="L1_MBTSA8" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A8_x1" triggerthreshold="MBTS_A8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="39" definition="(1)" group="0" name="L1_MBTSA9" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A9_x1" triggerthreshold="MBTS_A9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="40" definition="(1)" group="0" name="L1_MBTSA10" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A10_x1" triggerthreshold="MBTS_A10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="41" definition="(1)" group="0" name="L1_MBTSA11" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A11_x1" triggerthreshold="MBTS_A11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="42" definition="(1)" group="0" name="L1_MBTSA12" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A12_x1" triggerthreshold="MBTS_A12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="43" definition="(1)" group="0" name="L1_MBTSA13" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A13_x1" triggerthreshold="MBTS_A13"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="44" definition="(1)" group="0" name="L1_MBTSA14" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A14_x1" triggerthreshold="MBTS_A14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="45" definition="(1)" group="0" name="L1_MBTSA15" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A15_x1" triggerthreshold="MBTS_A15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="46" definition="(1)" group="0" name="L1_MBTSC0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C0_x1" triggerthreshold="MBTS_C0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="47" definition="(1)" group="0" name="L1_MBTSC1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C1_x1" triggerthreshold="MBTS_C1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="48" definition="(1)" group="0" name="L1_MBTSC2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C2_x1" triggerthreshold="MBTS_C2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="49" definition="(1)" group="0" name="L1_MBTSC3" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C3_x1" triggerthreshold="MBTS_C3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="50" definition="(1)" group="0" name="L1_MBTSC4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C4_x1" triggerthreshold="MBTS_C4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="51" definition="(1)" group="0" name="L1_MBTSC5" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C5_x1" triggerthreshold="MBTS_C5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="52" definition="(1)" group="0" name="L1_MBTSC6" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C6_x1" triggerthreshold="MBTS_C6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="53" definition="(1)" group="0" name="L1_MBTSC7" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C7_x1" triggerthreshold="MBTS_C7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="54" definition="(1)" group="0" name="L1_MBTSC8" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C8_x1" triggerthreshold="MBTS_C8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="55" definition="(1)" group="0" name="L1_MBTSC9" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C9_x1" triggerthreshold="MBTS_C9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="56" definition="(1)" group="0" name="L1_MBTSC10" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C10_x1" triggerthreshold="MBTS_C10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="57" definition="(1)" group="0" name="L1_MBTSC11" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C11_x1" triggerthreshold="MBTS_C11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="58" definition="(1)" group="0" name="L1_MBTSC12" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C12_x1" triggerthreshold="MBTS_C12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="59" definition="(1)" group="0" name="L1_MBTSC13" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C13_x1" triggerthreshold="MBTS_C13"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="60" definition="(1)" group="0" name="L1_MBTSC14" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C14_x1" triggerthreshold="MBTS_C14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="61" definition="(1)" group="0" name="L1_MBTSC15" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C15_x1" triggerthreshold="MBTS_C15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="226" definition="(1)" group="0" name="L1_MBTS_1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="227" definition="(1)" group="0" name="L1_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="228" definition="(1)" group="0" name="L1_MBTS_1_1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="15" definition="(1)" group="0" name="L1_MBTS_4_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="12" definition="(1)" group="0" name="L1_MBTS_1_Col" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="13" definition="(1)" group="0" name="L1_MBTS_2_Col" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="14" definition="(1)" group="0" name="L1_MBTS_1_1_Col" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="216" definition="(1)" group="0" name="L1_BCM_AtoC" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="217" definition="(1)" group="0" name="L1_BCM_CtoA" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="218" definition="(1)" group="0" name="L1_BCM_Wide" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="219" definition="(1)" group="0" name="L1_BCM_MUL_1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Comb_x1" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="220" definition="(1)" group="0" name="L1_BCM_MUL_2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="BCM_Comb_x2" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="221" definition="(1)" group="0" name="L1_BCM_MUL_3" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="BCM_Comb_x3" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="222" definition="(1)" group="0" name="L1_BCM_MUL_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="BCM_Comb_x4" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="223" definition="(1)" group="0" name="L1_BCM_MUL_5" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="BCM_Comb_x5" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="224" definition="(1)" group="0" name="L1_BCM_MUL_6" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="6" name="BCM_Comb_x6" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="225" definition="(1)" group="0" name="L1_BCM_HT" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="212" definition="(1)" group="0" name="L1_LUCID_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="213" definition="(1)" group="0" name="L1_LUCID_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="214" definition="(1)" group="0" name="L1_LUCID_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="215" definition="(1)" group="0" name="L1_LUCID" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="249" definition="(1)" group="0" name="L1_LUCID_COMM" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="190" definition="(1)" group="0" name="L1_ZDC_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="191" definition="(1)" group="0" name="L1_ZDC_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="192" definition="(1)" group="0" name="L1_ZDC_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="193" definition="(1)" group="0" name="L1_ZDC" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="189" definition="(1)" group="0" name="L1_ZDC_AND" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="23" definition="(1)" group="0" name="L1_J5_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="24" definition="(1)" group="0" name="L1_FJ3_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF3_x1" triggerthreshold="JF3"/>
-          <TriggerCondition multi="1" name="JB3_x1" triggerthreshold="JB3"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="25" definition="(1)" group="0" name="L1_TAU5_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="16" definition="(1)" group="0" name="L1_EM3_UNPAIRED" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="168" definition="(1)" group="0" name="L1_J5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="171" definition="(1)" group="0" name="L1_J10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="172" definition="(1)" group="0" name="L1_J30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="175" definition="(1)" group="0" name="L1_FJ3_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF3_x1" triggerthreshold="JF3"/>
-          <TriggerCondition multi="1" name="JB3_x1" triggerthreshold="JB3"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="152" definition="(1)" group="0" name="L1_TAU5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="177" definition="(1)" group="0" name="L1_EM3_EMPTY" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="162" definition="(1)" group="0" name="L1_MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="163" definition="(1)" group="0" name="L1_MU6_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="164" definition="(1)" group="0" name="L1_MU10_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="166" definition="(1)" group="0" name="L1_MU0_COMM_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="160" definition="(1)" group="0" name="L1_MU0_UNPAIRED" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="161" definition="(1)" group="0" name="L1_MU6_UNPAIRED" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="167" definition="(1)" group="0" name="L1_MU0_COMM_UNPAIRED" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="149" definition="(1)" group="0" name="L1_MBTS_1_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="151" definition="(1)" group="0" name="L1_MBTS_2_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="150" definition="(1)" group="0" name="L1_MBTS_1_1_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="200" definition="(1)" group="0" name="L1_MBTS_1_UNPAIRED1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="201" definition="(1)" group="0" name="L1_MBTS_1_UNPAIRED2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="206" definition="(1)" group="0" name="L1_MBTS_1_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="204" definition="(1)" group="0" name="L1_MBTS_2_UNPAIRED1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="205" definition="(1)" group="0" name="L1_MBTS_2_UNPAIRED2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="208" definition="(1)" group="0" name="L1_MBTS_2_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="202" definition="(1)" group="0" name="L1_MBTS_1_1_UNPAIRED1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="203" definition="(1)" group="0" name="L1_MBTS_1_1_UNPAIRED2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="207" definition="(1)" group="0" name="L1_MBTS_1_1_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="28" definition="(1)" group="0" name="L1_MBTS_4_4_UNPAIRED1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="29" definition="(1)" group="0" name="L1_MBTS_4_4_UNPAIRED2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="20" definition="(1)" group="0" name="L1_MBTS_4_4_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="229" definition="(1)" group="0" name="L1_BCM_AtoC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="230" definition="(1)" group="0" name="L1_BCM_CtoA_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="231" definition="(1)" group="0" name="L1_BCM_MUL_1_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Comb_x1" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="232" definition="(1)" group="0" name="L1_BCM_Wide_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="233" definition="(1)" group="0" name="L1_BCM_MUL_2_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="BCM_Comb_x2" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="234" definition="(1)" group="0" name="L1_BCM_MUL_3_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="BCM_Comb_x3" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="235" definition="(1)" group="0" name="L1_BCM_MUL_4_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="BCM_Comb_x4" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="246" definition="(1)" group="0" name="L1_BCM_MUL_5_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="BCM_Comb_x5" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="247" definition="(1)" group="0" name="L1_BCM_MUL_6_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="6" name="BCM_Comb_x6" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="248" definition="(1)" group="0" name="L1_BCM_HT_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="236" definition="(1)" group="0" name="L1_LUCID_A_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="237" definition="(1)" group="0" name="L1_LUCID_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="238" definition="(1)" group="0" name="L1_LUCID_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="245" definition="(1)" group="0" name="L1_LUCID_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="251" definition="(1)" group="0" name="L1_LUCID_COMM_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="209" definition="(1)" group="0" name="L1_LUCID_A_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="210" definition="(1)" group="0" name="L1_LUCID_C_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="211" definition="(1)" group="0" name="L1_LUCID_A_C_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="194" definition="(1)" group="0" name="L1_ZDC_A_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="195" definition="(1)" group="0" name="L1_ZDC_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="196" definition="(1)" group="0" name="L1_ZDC_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="197" definition="(1)" group="0" name="L1_ZDC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="181" definition="(1)" group="0" name="L1_ZDC_AND_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="21" definition="(1)" group="0" name="L1_ZDC_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="78" definition="(1)" group="0" name="L1_TRT" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="79" definition="(1)" group="0" name="L1_L1A_Mon" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="81" definition="(1)" group="0" name="L1_NIM_S9C0A20" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR14_x1" triggerthreshold="NIMDIR14"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="82" definition="(1)" group="0" name="L1_NIM_S9C1C19" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="83" definition="(1)" group="0" name="L1_NIM_S9C1C20" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="241" definition="(1)" group="0" name="L1_BPTX0_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="242" definition="(1)" group="0" name="L1_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="243" definition="(1)" group="0" name="L1_BPTX0_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="6" definition="(1)" group="0" name="L1_BGRP0" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP0"/>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="7" definition="(1)" group="0" name="L1_BGRP1" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP1"/>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="17" definition="(1)" group="0" name="L1_RD0_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="62" definition="(1)" group="0" name="L1_RD0_EMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="18" definition="(1)" group="0" name="L1_RD0_FIRSTEMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="63" definition="(1)" group="0" name="L1_RD1_FILLED" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="19" definition="(1)" group="0" name="L1_RD0_UNPAIRED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="254" definition="(1)" group="0" name="L1_CALREQ1" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="test comment" ctpid="255" definition="(1)" group="0" name="L1_CALREQ2" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="standard" version="1">
-    <Prescale ctpid="0">
-      1
-    </Prescale>
-    <Prescale ctpid="1">
-      1
-    </Prescale>
-    <Prescale ctpid="2">
-      1
-    </Prescale>
-    <Prescale ctpid="3">
-      1
-    </Prescale>
-    <Prescale ctpid="4">
-      1
-    </Prescale>
-    <Prescale ctpid="5">
-      1
-    </Prescale>
-    <Prescale ctpid="6">
-      1
-    </Prescale>
-    <Prescale ctpid="7">
-      1
-    </Prescale>
-    <Prescale ctpid="8">
-      1
-    </Prescale>
-    <Prescale ctpid="9">
-      1
-    </Prescale>
-    <Prescale ctpid="10">
-      1
-    </Prescale>
-    <Prescale ctpid="11">
-      1
-    </Prescale>
-    <Prescale ctpid="12">
-      1
-    </Prescale>
-    <Prescale ctpid="13">
-      1
-    </Prescale>
-    <Prescale ctpid="14">
-      1
-    </Prescale>
-    <Prescale ctpid="15">
-      1
-    </Prescale>
-    <Prescale ctpid="16">
-      1
-    </Prescale>
-    <Prescale ctpid="17">
-      1
-    </Prescale>
-    <Prescale ctpid="18">
-      1
-    </Prescale>
-    <Prescale ctpid="19">
-      1
-    </Prescale>
-    <Prescale ctpid="20">
-      1
-    </Prescale>
-    <Prescale ctpid="21">
-      1
-    </Prescale>
-    <Prescale ctpid="22">
-      1
-    </Prescale>
-    <Prescale ctpid="23">
-      1
-    </Prescale>
-    <Prescale ctpid="24">
-      1
-    </Prescale>
-    <Prescale ctpid="25">
-      1
-    </Prescale>
-    <Prescale ctpid="26">
-      1
-    </Prescale>
-    <Prescale ctpid="27">
-      1
-    </Prescale>
-    <Prescale ctpid="28">
-      1
-    </Prescale>
-    <Prescale ctpid="29">
-      1
-    </Prescale>
-    <Prescale ctpid="30">
-      1
-    </Prescale>
-    <Prescale ctpid="31">
-      1
-    </Prescale>
-    <Prescale ctpid="32">
-      1
-    </Prescale>
-    <Prescale ctpid="33">
-      1
-    </Prescale>
-    <Prescale ctpid="34">
-      1
-    </Prescale>
-    <Prescale ctpid="35">
-      1
-    </Prescale>
-    <Prescale ctpid="36">
-      1
-    </Prescale>
-    <Prescale ctpid="37">
-      1
-    </Prescale>
-    <Prescale ctpid="38">
-      1
-    </Prescale>
-    <Prescale ctpid="39">
-      1
-    </Prescale>
-    <Prescale ctpid="40">
-      1
-    </Prescale>
-    <Prescale ctpid="41">
-      1
-    </Prescale>
-    <Prescale ctpid="42">
-      1
-    </Prescale>
-    <Prescale ctpid="43">
-      1
-    </Prescale>
-    <Prescale ctpid="44">
-      1
-    </Prescale>
-    <Prescale ctpid="45">
-      1
-    </Prescale>
-    <Prescale ctpid="46">
-      1
-    </Prescale>
-    <Prescale ctpid="47">
-      1
-    </Prescale>
-    <Prescale ctpid="48">
-      1
-    </Prescale>
-    <Prescale ctpid="49">
-      1
-    </Prescale>
-    <Prescale ctpid="50">
-      1
-    </Prescale>
-    <Prescale ctpid="51">
-      1
-    </Prescale>
-    <Prescale ctpid="52">
-      1
-    </Prescale>
-    <Prescale ctpid="53">
-      1
-    </Prescale>
-    <Prescale ctpid="54">
-      1
-    </Prescale>
-    <Prescale ctpid="55">
-      1
-    </Prescale>
-    <Prescale ctpid="56">
-      1
-    </Prescale>
-    <Prescale ctpid="57">
-      1
-    </Prescale>
-    <Prescale ctpid="58">
-      1
-    </Prescale>
-    <Prescale ctpid="59">
-      1
-    </Prescale>
-    <Prescale ctpid="60">
-      1
-    </Prescale>
-    <Prescale ctpid="61">
-      1
-    </Prescale>
-    <Prescale ctpid="62">
-      1
-    </Prescale>
-    <Prescale ctpid="63">
-      1
-    </Prescale>
-    <Prescale ctpid="64">
-      1
-    </Prescale>
-    <Prescale ctpid="65">
-      1
-    </Prescale>
-    <Prescale ctpid="66">
-      1
-    </Prescale>
-    <Prescale ctpid="67">
-      1
-    </Prescale>
-    <Prescale ctpid="68">
-      1
-    </Prescale>
-    <Prescale ctpid="69">
-      1
-    </Prescale>
-    <Prescale ctpid="70">
-      1
-    </Prescale>
-    <Prescale ctpid="71">
-      1
-    </Prescale>
-    <Prescale ctpid="72">
-      1
-    </Prescale>
-    <Prescale ctpid="73">
-      1
-    </Prescale>
-    <Prescale ctpid="74">
-      1
-    </Prescale>
-    <Prescale ctpid="75">
-      1
-    </Prescale>
-    <Prescale ctpid="76">
-      1
-    </Prescale>
-    <Prescale ctpid="77">
-      1
-    </Prescale>
-    <Prescale ctpid="78">
-      1
-    </Prescale>
-    <Prescale ctpid="79">
-      1
-    </Prescale>
-    <Prescale ctpid="80">
-      1
-    </Prescale>
-    <Prescale ctpid="81">
-      1
-    </Prescale>
-    <Prescale ctpid="82">
-      1
-    </Prescale>
-    <Prescale ctpid="83">
-      1
-    </Prescale>
-    <Prescale ctpid="84">
-      1
-    </Prescale>
-    <Prescale ctpid="85">
-      1
-    </Prescale>
-    <Prescale ctpid="86">
-      1
-    </Prescale>
-    <Prescale ctpid="87">
-      1
-    </Prescale>
-    <Prescale ctpid="88">
-      1
-    </Prescale>
-    <Prescale ctpid="89">
-      1
-    </Prescale>
-    <Prescale ctpid="90">
-      1
-    </Prescale>
-    <Prescale ctpid="91">
-      1
-    </Prescale>
-    <Prescale ctpid="92">
-      1
-    </Prescale>
-    <Prescale ctpid="93">
-      1
-    </Prescale>
-    <Prescale ctpid="94">
-      1
-    </Prescale>
-    <Prescale ctpid="95">
-      1
-    </Prescale>
-    <Prescale ctpid="96">
-      1
-    </Prescale>
-    <Prescale ctpid="97">
-      1
-    </Prescale>
-    <Prescale ctpid="98">
-      1
-    </Prescale>
-    <Prescale ctpid="99">
-      1
-    </Prescale>
-    <Prescale ctpid="100">
-      1
-    </Prescale>
-    <Prescale ctpid="101">
-      1
-    </Prescale>
-    <Prescale ctpid="102">
-      1
-    </Prescale>
-    <Prescale ctpid="103">
-      1
-    </Prescale>
-    <Prescale ctpid="104">
-      1
-    </Prescale>
-    <Prescale ctpid="105">
-      1
-    </Prescale>
-    <Prescale ctpid="106">
-      1
-    </Prescale>
-    <Prescale ctpid="107">
-      1
-    </Prescale>
-    <Prescale ctpid="108">
-      1
-    </Prescale>
-    <Prescale ctpid="109">
-      1
-    </Prescale>
-    <Prescale ctpid="110">
-      1
-    </Prescale>
-    <Prescale ctpid="111">
-      1
-    </Prescale>
-    <Prescale ctpid="112">
-      1
-    </Prescale>
-    <Prescale ctpid="113">
-      1
-    </Prescale>
-    <Prescale ctpid="114">
-      1
-    </Prescale>
-    <Prescale ctpid="115">
-      1
-    </Prescale>
-    <Prescale ctpid="116">
-      1
-    </Prescale>
-    <Prescale ctpid="117">
-      1
-    </Prescale>
-    <Prescale ctpid="118">
-      1
-    </Prescale>
-    <Prescale ctpid="119">
-      1
-    </Prescale>
-    <Prescale ctpid="120">
-      1
-    </Prescale>
-    <Prescale ctpid="121">
-      1
-    </Prescale>
-    <Prescale ctpid="122">
-      1
-    </Prescale>
-    <Prescale ctpid="123">
-      1
-    </Prescale>
-    <Prescale ctpid="124">
-      1
-    </Prescale>
-    <Prescale ctpid="125">
-      1
-    </Prescale>
-    <Prescale ctpid="126">
-      1
-    </Prescale>
-    <Prescale ctpid="127">
-      1
-    </Prescale>
-    <Prescale ctpid="128">
-      1
-    </Prescale>
-    <Prescale ctpid="129">
-      1
-    </Prescale>
-    <Prescale ctpid="130">
-      1
-    </Prescale>
-    <Prescale ctpid="131">
-      1
-    </Prescale>
-    <Prescale ctpid="132">
-      1
-    </Prescale>
-    <Prescale ctpid="133">
-      1
-    </Prescale>
-    <Prescale ctpid="134">
-      1
-    </Prescale>
-    <Prescale ctpid="135">
-      1
-    </Prescale>
-    <Prescale ctpid="136">
-      1
-    </Prescale>
-    <Prescale ctpid="137">
-      1
-    </Prescale>
-    <Prescale ctpid="138">
-      1
-    </Prescale>
-    <Prescale ctpid="139">
-      1
-    </Prescale>
-    <Prescale ctpid="140">
-      1
-    </Prescale>
-    <Prescale ctpid="141">
-      1
-    </Prescale>
-    <Prescale ctpid="142">
-      1
-    </Prescale>
-    <Prescale ctpid="143">
-      1
-    </Prescale>
-    <Prescale ctpid="144">
-      1
-    </Prescale>
-    <Prescale ctpid="145">
-      1
-    </Prescale>
-    <Prescale ctpid="146">
-      1
-    </Prescale>
-    <Prescale ctpid="147">
-      1
-    </Prescale>
-    <Prescale ctpid="148">
-      1
-    </Prescale>
-    <Prescale ctpid="149">
-      1
-    </Prescale>
-    <Prescale ctpid="150">
-      1
-    </Prescale>
-    <Prescale ctpid="151">
-      1
-    </Prescale>
-    <Prescale ctpid="152">
-      1
-    </Prescale>
-    <Prescale ctpid="153">
-      1
-    </Prescale>
-    <Prescale ctpid="154">
-      1
-    </Prescale>
-    <Prescale ctpid="155">
-      1
-    </Prescale>
-    <Prescale ctpid="156">
-      1
-    </Prescale>
-    <Prescale ctpid="157">
-      1
-    </Prescale>
-    <Prescale ctpid="158">
-      1
-    </Prescale>
-    <Prescale ctpid="159">
-      1
-    </Prescale>
-    <Prescale ctpid="160">
-      1
-    </Prescale>
-    <Prescale ctpid="161">
-      1
-    </Prescale>
-    <Prescale ctpid="162">
-      1
-    </Prescale>
-    <Prescale ctpid="163">
-      1
-    </Prescale>
-    <Prescale ctpid="164">
-      1
-    </Prescale>
-    <Prescale ctpid="165">
-      1
-    </Prescale>
-    <Prescale ctpid="166">
-      1
-    </Prescale>
-    <Prescale ctpid="167">
-      1
-    </Prescale>
-    <Prescale ctpid="168">
-      1
-    </Prescale>
-    <Prescale ctpid="169">
-      1
-    </Prescale>
-    <Prescale ctpid="170">
-      1
-    </Prescale>
-    <Prescale ctpid="171">
-      1
-    </Prescale>
-    <Prescale ctpid="172">
-      1
-    </Prescale>
-    <Prescale ctpid="173">
-      1
-    </Prescale>
-    <Prescale ctpid="174">
-      1
-    </Prescale>
-    <Prescale ctpid="175">
-      1
-    </Prescale>
-    <Prescale ctpid="176">
-      1
-    </Prescale>
-    <Prescale ctpid="177">
-      1
-    </Prescale>
-    <Prescale ctpid="178">
-      1
-    </Prescale>
-    <Prescale ctpid="179">
-      1
-    </Prescale>
-    <Prescale ctpid="180">
-      1
-    </Prescale>
-    <Prescale ctpid="181">
-      1
-    </Prescale>
-    <Prescale ctpid="182">
-      1
-    </Prescale>
-    <Prescale ctpid="183">
-      1
-    </Prescale>
-    <Prescale ctpid="184">
-      1
-    </Prescale>
-    <Prescale ctpid="185">
-      1
-    </Prescale>
-    <Prescale ctpid="186">
-      1
-    </Prescale>
-    <Prescale ctpid="187">
-      1
-    </Prescale>
-    <Prescale ctpid="188">
-      1
-    </Prescale>
-    <Prescale ctpid="189">
-      1
-    </Prescale>
-    <Prescale ctpid="190">
-      1
-    </Prescale>
-    <Prescale ctpid="191">
-      1
-    </Prescale>
-    <Prescale ctpid="192">
-      1
-    </Prescale>
-    <Prescale ctpid="193">
-      1
-    </Prescale>
-    <Prescale ctpid="194">
-      1
-    </Prescale>
-    <Prescale ctpid="195">
-      1
-    </Prescale>
-    <Prescale ctpid="196">
-      1
-    </Prescale>
-    <Prescale ctpid="197">
-      1
-    </Prescale>
-    <Prescale ctpid="198">
-      1
-    </Prescale>
-    <Prescale ctpid="199">
-      1
-    </Prescale>
-    <Prescale ctpid="200">
-      1
-    </Prescale>
-    <Prescale ctpid="201">
-      1
-    </Prescale>
-    <Prescale ctpid="202">
-      1
-    </Prescale>
-    <Prescale ctpid="203">
-      1
-    </Prescale>
-    <Prescale ctpid="204">
-      1
-    </Prescale>
-    <Prescale ctpid="205">
-      1
-    </Prescale>
-    <Prescale ctpid="206">
-      1
-    </Prescale>
-    <Prescale ctpid="207">
-      1
-    </Prescale>
-    <Prescale ctpid="208">
-      1
-    </Prescale>
-    <Prescale ctpid="209">
-      1
-    </Prescale>
-    <Prescale ctpid="210">
-      1
-    </Prescale>
-    <Prescale ctpid="211">
-      1
-    </Prescale>
-    <Prescale ctpid="212">
-      1
-    </Prescale>
-    <Prescale ctpid="213">
-      1
-    </Prescale>
-    <Prescale ctpid="214">
-      1
-    </Prescale>
-    <Prescale ctpid="215">
-      1
-    </Prescale>
-    <Prescale ctpid="216">
-      1
-    </Prescale>
-    <Prescale ctpid="217">
-      1
-    </Prescale>
-    <Prescale ctpid="218">
-      1
-    </Prescale>
-    <Prescale ctpid="219">
-      1
-    </Prescale>
-    <Prescale ctpid="220">
-      1
-    </Prescale>
-    <Prescale ctpid="221">
-      1
-    </Prescale>
-    <Prescale ctpid="222">
-      1
-    </Prescale>
-    <Prescale ctpid="223">
-      1
-    </Prescale>
-    <Prescale ctpid="224">
-      1
-    </Prescale>
-    <Prescale ctpid="225">
-      1
-    </Prescale>
-    <Prescale ctpid="226">
-      1
-    </Prescale>
-    <Prescale ctpid="227">
-      1
-    </Prescale>
-    <Prescale ctpid="228">
-      1
-    </Prescale>
-    <Prescale ctpid="229">
-      1
-    </Prescale>
-    <Prescale ctpid="230">
-      1
-    </Prescale>
-    <Prescale ctpid="231">
-      1
-    </Prescale>
-    <Prescale ctpid="232">
-      1
-    </Prescale>
-    <Prescale ctpid="233">
-      1
-    </Prescale>
-    <Prescale ctpid="234">
-      1
-    </Prescale>
-    <Prescale ctpid="235">
-      1
-    </Prescale>
-    <Prescale ctpid="236">
-      1
-    </Prescale>
-    <Prescale ctpid="237">
-      1
-    </Prescale>
-    <Prescale ctpid="238">
-      1
-    </Prescale>
-    <Prescale ctpid="239">
-      1
-    </Prescale>
-    <Prescale ctpid="240">
-      1
-    </Prescale>
-    <Prescale ctpid="241">
-      1
-    </Prescale>
-    <Prescale ctpid="242">
-      1
-    </Prescale>
-    <Prescale ctpid="243">
-      1
-    </Prescale>
-    <Prescale ctpid="244">
-      1
-    </Prescale>
-    <Prescale ctpid="245">
-      1
-    </Prescale>
-    <Prescale ctpid="246">
-      1
-    </Prescale>
-    <Prescale ctpid="247">
-      1
-    </Prescale>
-    <Prescale ctpid="248">
-      1
-    </Prescale>
-    <Prescale ctpid="249">
-      1
-    </Prescale>
-    <Prescale ctpid="250">
-      1
-    </Prescale>
-    <Prescale ctpid="251">
-      1
-    </Prescale>
-    <Prescale ctpid="252">
-      1
-    </Prescale>
-    <Prescale ctpid="253">
-      1
-    </Prescale>
-    <Prescale ctpid="254">
-      1
-    </Prescale>
-    <Prescale ctpid="255">
-      1
-    </Prescale>
-  </PrescaleSet>
-  <PrioritySet name="standard" version="1">
-    <Priority ctpid="0">
-      HIGH
-    </Priority>
-    <Priority ctpid="1">
-      HIGH
-    </Priority>
-    <Priority ctpid="2">
-      HIGH
-    </Priority>
-    <Priority ctpid="3">
-      HIGH
-    </Priority>
-    <Priority ctpid="4">
-      HIGH
-    </Priority>
-    <Priority ctpid="5">
-      HIGH
-    </Priority>
-    <Priority ctpid="6">
-      HIGH
-    </Priority>
-    <Priority ctpid="7">
-      HIGH
-    </Priority>
-    <Priority ctpid="8">
-      LOW
-    </Priority>
-    <Priority ctpid="9">
-      HIGH
-    </Priority>
-    <Priority ctpid="10">
-      HIGH
-    </Priority>
-    <Priority ctpid="11">
-      HIGH
-    </Priority>
-    <Priority ctpid="12">
-      HIGH
-    </Priority>
-    <Priority ctpid="13">
-      HIGH
-    </Priority>
-    <Priority ctpid="14">
-      HIGH
-    </Priority>
-    <Priority ctpid="15">
-      HIGH
-    </Priority>
-    <Priority ctpid="16">
-      HIGH
-    </Priority>
-    <Priority ctpid="17">
-      HIGH
-    </Priority>
-    <Priority ctpid="18">
-      HIGH
-    </Priority>
-    <Priority ctpid="19">
-      HIGH
-    </Priority>
-    <Priority ctpid="20">
-      HIGH
-    </Priority>
-    <Priority ctpid="21">
-      HIGH
-    </Priority>
-    <Priority ctpid="22">
-      LOW
-    </Priority>
-    <Priority ctpid="23">
-      HIGH
-    </Priority>
-    <Priority ctpid="24">
-      HIGH
-    </Priority>
-    <Priority ctpid="25">
-      HIGH
-    </Priority>
-    <Priority ctpid="26">
-      LOW
-    </Priority>
-    <Priority ctpid="27">
-      LOW
-    </Priority>
-    <Priority ctpid="28">
-      HIGH
-    </Priority>
-    <Priority ctpid="29">
-      HIGH
-    </Priority>
-    <Priority ctpid="30">
-      HIGH
-    </Priority>
-    <Priority ctpid="31">
-      HIGH
-    </Priority>
-    <Priority ctpid="32">
-      HIGH
-    </Priority>
-    <Priority ctpid="33">
-      HIGH
-    </Priority>
-    <Priority ctpid="34">
-      HIGH
-    </Priority>
-    <Priority ctpid="35">
-      HIGH
-    </Priority>
-    <Priority ctpid="36">
-      HIGH
-    </Priority>
-    <Priority ctpid="37">
-      HIGH
-    </Priority>
-    <Priority ctpid="38">
-      HIGH
-    </Priority>
-    <Priority ctpid="39">
-      HIGH
-    </Priority>
-    <Priority ctpid="40">
-      HIGH
-    </Priority>
-    <Priority ctpid="41">
-      HIGH
-    </Priority>
-    <Priority ctpid="42">
-      HIGH
-    </Priority>
-    <Priority ctpid="43">
-      HIGH
-    </Priority>
-    <Priority ctpid="44">
-      HIGH
-    </Priority>
-    <Priority ctpid="45">
-      HIGH
-    </Priority>
-    <Priority ctpid="46">
-      HIGH
-    </Priority>
-    <Priority ctpid="47">
-      HIGH
-    </Priority>
-    <Priority ctpid="48">
-      HIGH
-    </Priority>
-    <Priority ctpid="49">
-      HIGH
-    </Priority>
-    <Priority ctpid="50">
-      HIGH
-    </Priority>
-    <Priority ctpid="51">
-      HIGH
-    </Priority>
-    <Priority ctpid="52">
-      HIGH
-    </Priority>
-    <Priority ctpid="53">
-      HIGH
-    </Priority>
-    <Priority ctpid="54">
-      HIGH
-    </Priority>
-    <Priority ctpid="55">
-      HIGH
-    </Priority>
-    <Priority ctpid="56">
-      HIGH
-    </Priority>
-    <Priority ctpid="57">
-      HIGH
-    </Priority>
-    <Priority ctpid="58">
-      HIGH
-    </Priority>
-    <Priority ctpid="59">
-      HIGH
-    </Priority>
-    <Priority ctpid="60">
-      HIGH
-    </Priority>
-    <Priority ctpid="61">
-      HIGH
-    </Priority>
-    <Priority ctpid="62">
-      HIGH
-    </Priority>
-    <Priority ctpid="63">
-      HIGH
-    </Priority>
-    <Priority ctpid="64">
-      HIGH
-    </Priority>
-    <Priority ctpid="65">
-      HIGH
-    </Priority>
-    <Priority ctpid="66">
-      HIGH
-    </Priority>
-    <Priority ctpid="67">
-      HIGH
-    </Priority>
-    <Priority ctpid="68">
-      LOW
-    </Priority>
-    <Priority ctpid="69">
-      HIGH
-    </Priority>
-    <Priority ctpid="70">
-      HIGH
-    </Priority>
-    <Priority ctpid="71">
-      HIGH
-    </Priority>
-    <Priority ctpid="72">
-      HIGH
-    </Priority>
-    <Priority ctpid="73">
-      HIGH
-    </Priority>
-    <Priority ctpid="74">
-      HIGH
-    </Priority>
-    <Priority ctpid="75">
-      HIGH
-    </Priority>
-    <Priority ctpid="76">
-      LOW
-    </Priority>
-    <Priority ctpid="77">
-      HIGH
-    </Priority>
-    <Priority ctpid="78">
-      HIGH
-    </Priority>
-    <Priority ctpid="79">
-      HIGH
-    </Priority>
-    <Priority ctpid="80">
-      LOW
-    </Priority>
-    <Priority ctpid="81">
-      HIGH
-    </Priority>
-    <Priority ctpid="82">
-      HIGH
-    </Priority>
-    <Priority ctpid="83">
-      HIGH
-    </Priority>
-    <Priority ctpid="84">
-      HIGH
-    </Priority>
-    <Priority ctpid="85">
-      HIGH
-    </Priority>
-    <Priority ctpid="86">
-      HIGH
-    </Priority>
-    <Priority ctpid="87">
-      HIGH
-    </Priority>
-    <Priority ctpid="88">
-      HIGH
-    </Priority>
-    <Priority ctpid="89">
-      HIGH
-    </Priority>
-    <Priority ctpid="90">
-      HIGH
-    </Priority>
-    <Priority ctpid="91">
-      HIGH
-    </Priority>
-    <Priority ctpid="92">
-      HIGH
-    </Priority>
-    <Priority ctpid="93">
-      HIGH
-    </Priority>
-    <Priority ctpid="94">
-      HIGH
-    </Priority>
-    <Priority ctpid="95">
-      LOW
-    </Priority>
-    <Priority ctpid="96">
-      HIGH
-    </Priority>
-    <Priority ctpid="97">
-      HIGH
-    </Priority>
-    <Priority ctpid="98">
-      HIGH
-    </Priority>
-    <Priority ctpid="99">
-      HIGH
-    </Priority>
-    <Priority ctpid="100">
-      HIGH
-    </Priority>
-    <Priority ctpid="101">
-      LOW
-    </Priority>
-    <Priority ctpid="102">
-      HIGH
-    </Priority>
-    <Priority ctpid="103">
-      LOW
-    </Priority>
-    <Priority ctpid="104">
-      HIGH
-    </Priority>
-    <Priority ctpid="105">
-      HIGH
-    </Priority>
-    <Priority ctpid="106">
-      HIGH
-    </Priority>
-    <Priority ctpid="107">
-      LOW
-    </Priority>
-    <Priority ctpid="108">
-      HIGH
-    </Priority>
-    <Priority ctpid="109">
-      HIGH
-    </Priority>
-    <Priority ctpid="110">
-      HIGH
-    </Priority>
-    <Priority ctpid="111">
-      HIGH
-    </Priority>
-    <Priority ctpid="112">
-      HIGH
-    </Priority>
-    <Priority ctpid="113">
-      HIGH
-    </Priority>
-    <Priority ctpid="114">
-      HIGH
-    </Priority>
-    <Priority ctpid="115">
-      LOW
-    </Priority>
-    <Priority ctpid="116">
-      LOW
-    </Priority>
-    <Priority ctpid="117">
-      LOW
-    </Priority>
-    <Priority ctpid="118">
-      LOW
-    </Priority>
-    <Priority ctpid="119">
-      HIGH
-    </Priority>
-    <Priority ctpid="120">
-      HIGH
-    </Priority>
-    <Priority ctpid="121">
-      LOW
-    </Priority>
-    <Priority ctpid="122">
-      LOW
-    </Priority>
-    <Priority ctpid="123">
-      LOW
-    </Priority>
-    <Priority ctpid="124">
-      HIGH
-    </Priority>
-    <Priority ctpid="125">
-      HIGH
-    </Priority>
-    <Priority ctpid="126">
-      LOW
-    </Priority>
-    <Priority ctpid="127">
-      HIGH
-    </Priority>
-    <Priority ctpid="128">
-      LOW
-    </Priority>
-    <Priority ctpid="129">
-      HIGH
-    </Priority>
-    <Priority ctpid="130">
-      LOW
-    </Priority>
-    <Priority ctpid="131">
-      HIGH
-    </Priority>
-    <Priority ctpid="132">
-      LOW
-    </Priority>
-    <Priority ctpid="133">
-      HIGH
-    </Priority>
-    <Priority ctpid="134">
-      LOW
-    </Priority>
-    <Priority ctpid="135">
-      HIGH
-    </Priority>
-    <Priority ctpid="136">
-      LOW
-    </Priority>
-    <Priority ctpid="137">
-      LOW
-    </Priority>
-    <Priority ctpid="138">
-      HIGH
-    </Priority>
-    <Priority ctpid="139">
-      LOW
-    </Priority>
-    <Priority ctpid="140">
-      HIGH
-    </Priority>
-    <Priority ctpid="141">
-      LOW
-    </Priority>
-    <Priority ctpid="142">
-      HIGH
-    </Priority>
-    <Priority ctpid="143">
-      HIGH
-    </Priority>
-    <Priority ctpid="144">
-      LOW
-    </Priority>
-    <Priority ctpid="145">
-      HIGH
-    </Priority>
-    <Priority ctpid="146">
-      LOW
-    </Priority>
-    <Priority ctpid="147">
-      HIGH
-    </Priority>
-    <Priority ctpid="148">
-      LOW
-    </Priority>
-    <Priority ctpid="149">
-      HIGH
-    </Priority>
-    <Priority ctpid="150">
-      HIGH
-    </Priority>
-    <Priority ctpid="151">
-      HIGH
-    </Priority>
-    <Priority ctpid="152">
-      HIGH
-    </Priority>
-    <Priority ctpid="153">
-      LOW
-    </Priority>
-    <Priority ctpid="154">
-      LOW
-    </Priority>
-    <Priority ctpid="155">
-      LOW
-    </Priority>
-    <Priority ctpid="156">
-      LOW
-    </Priority>
-    <Priority ctpid="157">
-      LOW
-    </Priority>
-    <Priority ctpid="158">
-      LOW
-    </Priority>
-    <Priority ctpid="159">
-      LOW
-    </Priority>
-    <Priority ctpid="160">
-      HIGH
-    </Priority>
-    <Priority ctpid="161">
-      HIGH
-    </Priority>
-    <Priority ctpid="162">
-      HIGH
-    </Priority>
-    <Priority ctpid="163">
-      HIGH
-    </Priority>
-    <Priority ctpid="164">
-      HIGH
-    </Priority>
-    <Priority ctpid="165">
-      LOW
-    </Priority>
-    <Priority ctpid="166">
-      HIGH
-    </Priority>
-    <Priority ctpid="167">
-      HIGH
-    </Priority>
-    <Priority ctpid="168">
-      HIGH
-    </Priority>
-    <Priority ctpid="169">
-      LOW
-    </Priority>
-    <Priority ctpid="170">
-      LOW
-    </Priority>
-    <Priority ctpid="171">
-      HIGH
-    </Priority>
-    <Priority ctpid="172">
-      HIGH
-    </Priority>
-    <Priority ctpid="173">
-      LOW
-    </Priority>
-    <Priority ctpid="174">
-      LOW
-    </Priority>
-    <Priority ctpid="175">
-      HIGH
-    </Priority>
-    <Priority ctpid="176">
-      LOW
-    </Priority>
-    <Priority ctpid="177">
-      HIGH
-    </Priority>
-    <Priority ctpid="178">
-      LOW
-    </Priority>
-    <Priority ctpid="179">
-      LOW
-    </Priority>
-    <Priority ctpid="180">
-      LOW
-    </Priority>
-    <Priority ctpid="181">
-      HIGH
-    </Priority>
-    <Priority ctpid="182">
-      LOW
-    </Priority>
-    <Priority ctpid="183">
-      LOW
-    </Priority>
-    <Priority ctpid="184">
-      LOW
-    </Priority>
-    <Priority ctpid="185">
-      LOW
-    </Priority>
-    <Priority ctpid="186">
-      LOW
-    </Priority>
-    <Priority ctpid="187">
-      LOW
-    </Priority>
-    <Priority ctpid="188">
-      LOW
-    </Priority>
-    <Priority ctpid="189">
-      HIGH
-    </Priority>
-    <Priority ctpid="190">
-      HIGH
-    </Priority>
-    <Priority ctpid="191">
-      HIGH
-    </Priority>
-    <Priority ctpid="192">
-      HIGH
-    </Priority>
-    <Priority ctpid="193">
-      HIGH
-    </Priority>
-    <Priority ctpid="194">
-      HIGH
-    </Priority>
-    <Priority ctpid="195">
-      HIGH
-    </Priority>
-    <Priority ctpid="196">
-      HIGH
-    </Priority>
-    <Priority ctpid="197">
-      HIGH
-    </Priority>
-    <Priority ctpid="198">
-      HIGH
-    </Priority>
-    <Priority ctpid="199">
-      LOW
-    </Priority>
-    <Priority ctpid="200">
-      HIGH
-    </Priority>
-    <Priority ctpid="201">
-      HIGH
-    </Priority>
-    <Priority ctpid="202">
-      HIGH
-    </Priority>
-    <Priority ctpid="203">
-      HIGH
-    </Priority>
-    <Priority ctpid="204">
-      HIGH
-    </Priority>
-    <Priority ctpid="205">
-      HIGH
-    </Priority>
-    <Priority ctpid="206">
-      HIGH
-    </Priority>
-    <Priority ctpid="207">
-      HIGH
-    </Priority>
-    <Priority ctpid="208">
-      HIGH
-    </Priority>
-    <Priority ctpid="209">
-      HIGH
-    </Priority>
-    <Priority ctpid="210">
-      HIGH
-    </Priority>
-    <Priority ctpid="211">
-      HIGH
-    </Priority>
-    <Priority ctpid="212">
-      HIGH
-    </Priority>
-    <Priority ctpid="213">
-      HIGH
-    </Priority>
-    <Priority ctpid="214">
-      HIGH
-    </Priority>
-    <Priority ctpid="215">
-      HIGH
-    </Priority>
-    <Priority ctpid="216">
-      HIGH
-    </Priority>
-    <Priority ctpid="217">
-      HIGH
-    </Priority>
-    <Priority ctpid="218">
-      HIGH
-    </Priority>
-    <Priority ctpid="219">
-      HIGH
-    </Priority>
-    <Priority ctpid="220">
-      HIGH
-    </Priority>
-    <Priority ctpid="221">
-      HIGH
-    </Priority>
-    <Priority ctpid="222">
-      HIGH
-    </Priority>
-    <Priority ctpid="223">
-      HIGH
-    </Priority>
-    <Priority ctpid="224">
-      HIGH
-    </Priority>
-    <Priority ctpid="225">
-      HIGH
-    </Priority>
-    <Priority ctpid="226">
-      HIGH
-    </Priority>
-    <Priority ctpid="227">
-      HIGH
-    </Priority>
-    <Priority ctpid="228">
-      HIGH
-    </Priority>
-    <Priority ctpid="229">
-      HIGH
-    </Priority>
-    <Priority ctpid="230">
-      HIGH
-    </Priority>
-    <Priority ctpid="231">
-      HIGH
-    </Priority>
-    <Priority ctpid="232">
-      HIGH
-    </Priority>
-    <Priority ctpid="233">
-      HIGH
-    </Priority>
-    <Priority ctpid="234">
-      HIGH
-    </Priority>
-    <Priority ctpid="235">
-      HIGH
-    </Priority>
-    <Priority ctpid="236">
-      HIGH
-    </Priority>
-    <Priority ctpid="237">
-      HIGH
-    </Priority>
-    <Priority ctpid="238">
-      HIGH
-    </Priority>
-    <Priority ctpid="239">
-      LOW
-    </Priority>
-    <Priority ctpid="240">
-      LOW
-    </Priority>
-    <Priority ctpid="241">
-      HIGH
-    </Priority>
-    <Priority ctpid="242">
-      HIGH
-    </Priority>
-    <Priority ctpid="243">
-      HIGH
-    </Priority>
-    <Priority ctpid="244">
-      LOW
-    </Priority>
-    <Priority ctpid="245">
-      HIGH
-    </Priority>
-    <Priority ctpid="246">
-      HIGH
-    </Priority>
-    <Priority ctpid="247">
-      HIGH
-    </Priority>
-    <Priority ctpid="248">
-      HIGH
-    </Priority>
-    <Priority ctpid="249">
-      HIGH
-    </Priority>
-    <Priority ctpid="250">
-      HIGH
-    </Priority>
-    <Priority ctpid="251">
-      HIGH
-    </Priority>
-    <Priority ctpid="252">
-      HIGH
-    </Priority>
-    <Priority ctpid="253">
-      LOW
-    </Priority>
-    <Priority ctpid="254">
-      HIGH
-    </Priority>
-    <Priority ctpid="255">
-      HIGH
-    </Priority>
-  </PrioritySet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="ZDC_A" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="2" mapping="0" name="BCM_Comb" type="BCMCMB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="0" name="BCM_AtoC" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="0" name="MBTS_A0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="26.7" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="0" name="LUCID_A" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="6" mapping="0" name="MBTS_A" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_Afull" phimax="64" phimin="0" priority="0" thresholdval="30" type="MBTS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="0" name="JE120" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE120full" phimax="64" phimin="0" priority="0" thresholdval="120" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="0" name="TE10" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="0" name="XE10" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="10" mapping="0" name="JB3" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB3full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB3full" phimax="64" phimin="0" priority="2" thresholdval="3" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="11" mapping="0" name="JF3" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF3full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF3full" phimax="64" phimin="0" priority="2" thresholdval="3" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="12" mapping="0" name="J5" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J5full" phimax="64" phimin="0" priority="0" thresholdval="5" type="JET" window="4"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="13" mapping="0" name="MU0" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU0full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="14" mapping="0" name="HA5" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="15" mapping="1" name="EM3" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="16" mapping="1" name="HA6" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6full" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="17" mapping="1" name="MU6" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU6full" phimax="64" phimin="0" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="18" mapping="1" name="J10" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="19" mapping="1" name="JF18" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF18full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF18full" phimax="64" phimin="0" priority="2" thresholdval="18" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="20" mapping="1" name="JB18" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB18full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB18full" phimax="64" phimin="0" priority="2" thresholdval="18" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="1" name="XE15" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="22" mapping="1" name="MBTS_C" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_Cfull" phimax="64" phimin="0" priority="0" thresholdval="30" type="MBTS" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="1" name="LUCID_C" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="1" name="MBTS_A1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="15.4" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="1" name="BPTX1" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX1full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="1" name="BCM_CtoA" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="1" name="ZDC_C" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="1" name="NIM29" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM29full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="1" name="JE220" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE220full" phimax="64" phimin="0" priority="0" thresholdval="220" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="1" name="TE30" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="31" mapping="2" name="EM4" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM4full" phimax="64" phimin="0" priority="1" thresholdval="4" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="32" mapping="2" name="HA6I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="5" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6Ifull" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="33" mapping="2" name="MU10" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="34" mapping="2" name="J10_win6" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10_win6full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="6"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="2" name="XE20" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="2" name="TE100" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="2" name="JE280" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE280full" phimax="64" phimin="0" priority="0" thresholdval="280" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="2" name="MBTS_A2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="20.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="2" name="BCM_Wide" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="2" name="ZDC_AND" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="2" name="NIM30" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM30full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="42" mapping="2" name="JB35" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB35full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB35full" phimax="64" phimin="0" priority="2" thresholdval="35" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="43" mapping="2" name="JF35" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF35full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF35full" phimax="64" phimin="0" priority="2" thresholdval="35" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="44" mapping="3" name="EM5" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="45" mapping="3" name="HA8" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8full" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="46" mapping="3" name="MU0_COMM" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU0_COMMfull" phimax="64" phimin="0" priority="1" thresholdval="-1" type="MUON" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="10" etamin="-10" had_isolation="63" had_veto="63" name="MU0_COMMfull" phimax="64" phimin="0" priority="5" thresholdval="0" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="47" mapping="3" name="J15" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="3" name="MBTS_A3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="19.2" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="3" name="JE340" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE340full" phimax="64" phimin="0" priority="0" thresholdval="340" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="50" mapping="3" name="JB70" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB70full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB70full" phimax="64" phimin="0" priority="2" thresholdval="70" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="51" mapping="3" name="JF70" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF70full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF70full" phimax="64" phimin="0" priority="2" thresholdval="70" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="3" name="TE180" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE180full" phimax="64" phimin="0" priority="0" thresholdval="180" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="3" name="XE25" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="54" mapping="4" name="EM5I" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="3" had_veto="2" name="EM5Ifull" phimax="64" phimin="0" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="55" mapping="4" name="HA11" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11full" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="56" mapping="4" name="MU15" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="57" mapping="4" name="J30" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="4" name="XE30" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="4" name="MBTS_A4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="18.3" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="60" mapping="5" name="EM10" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM10full" phimax="64" phimin="0" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="61" mapping="5" name="HA11I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="5" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11Ifull" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="62" mapping="5" name="MU20" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="63" mapping="5" name="J55" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J55full" phimax="64" phimin="0" priority="0" thresholdval="55" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="64" mapping="5" name="MBTS_A5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="20.8" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="5" name="NIMDIR5" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="66" mapping="5" name="XE35" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="67" mapping="6" name="EM10I" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="3" had_veto="2" name="EM10Ifull" phimax="64" phimin="0" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="68" mapping="6" name="HA20" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="69" mapping="6" name="J75" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J75full" phimax="64" phimin="0" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="70" mapping="6" name="MBTS_A6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="17.5" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="71" mapping="6" name="XE40" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="72" mapping="7" name="EM14" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM14full" phimax="64" phimin="0" priority="1" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="73" mapping="7" name="HA30" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="74" mapping="7" name="MBTS_A7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="18.3" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="75" mapping="7" name="J100" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="76" mapping="7" name="XE50" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="77" mapping="14" name="NIMDIR14" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR14full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="0" name="BPTX0" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX0full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="79" mapping="8" name="MBTS_A8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="19.2" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="80" mapping="9" name="MBTS_A9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="17.5" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="81" mapping="10" name="MBTS_A10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="16.7" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="82" mapping="11" name="MBTS_A11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="19.2" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="83" mapping="12" name="MBTS_A12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="18.3" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="84" mapping="13" name="MBTS_A13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="18.3" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="14" name="MBTS_A14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="17.5" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="86" mapping="15" name="MBTS_A15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="15.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="16" name="MBTS_C0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="31.7" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="17" name="MBTS_C1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="32.5" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="18" name="MBTS_C2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="27.5" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="19" name="MBTS_C3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="50.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="20" name="MBTS_C4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="56.3" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="21" name="MBTS_C5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="25.8" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="93" mapping="22" name="MBTS_C6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="22.1" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="94" mapping="23" name="MBTS_C7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="17.1" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="24" name="MBTS_C8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="13.8" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="25" name="MBTS_C9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="14.2" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="25" name="NIMDIR25" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="26" name="MBTS_C10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="14.6" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="26" name="NIMDIR26" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="27" name="MBTS_C11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="20.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="101" mapping="28" name="MBTS_C12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="15.8" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="29" name="MBTS_C13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="20.8" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="30" name="MBTS_C14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="15.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="31" name="MBTS_C15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="17.5" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="105" mapping="0" name="EM2" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM2full" phimax="64" phimin="0" priority="1" thresholdval="2" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name="rand01" rate1="1" rate2="1" seed1="1" seed2="1"/>
-  <Deadtime complex1_level="2" complex1_rate="570" complex2_level="2" complex2_rate="570" name="Commissioning" simple="2500" version="1"/>
-  <BunchGroupSet name="bg_set1" version="1">
-    <BunchGroup internalNumber="0" name="BCRVeto" version="1">
-      <Bunch bunchNumber="2067"/>
-      <Bunch bunchNumber="2068"/>
-      <Bunch bunchNumber="2069"/>
-      <Bunch bunchNumber="2678"/>
-      <Bunch bunchNumber="7"/>
-      <Bunch bunchNumber="1234"/>
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled" version="1">
-      <Bunch bunchNumber="206"/>
-      <Bunch bunchNumber="207"/>
-      <Bunch bunchNumber="208"/>
-      <Bunch bunchNumber="267"/>
-      <Bunch bunchNumber="1"/>
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="EmptyCalib" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="3" name="Empty" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="6" name="EmptyAfterFilled" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="7" name="Unpaired" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01" version="1"/>
-  <MuctpiInfo name="muctpi" version="1">
-    <low_pt>
-      1
-    </low_pt>
-    <high_pt>
-      1
-    </high_pt>
-    <max_cand>
-      13
-    </max_cand>
-  </MuctpiInfo>
-  <CaloInfo global_scale="1.0" name="CaloInfo" version="1">
-    <JetWeight num="1">
-      8
-    </JetWeight>
-    <JetWeight num="2">
-      2
-    </JetWeight>
-    <JetWeight num="3">
-      3
-    </JetWeight>
-    <JetWeight num="4">
-      10
-    </JetWeight>
-    <JetWeight num="5">
-      20
-    </JetWeight>
-    <JetWeight num="6">
-      22
-    </JetWeight>
-    <JetWeight num="7">
-      23
-    </JetWeight>
-    <JetWeight num="8">
-      37
-    </JetWeight>
-    <JetWeight num="9">
-      0
-    </JetWeight>
-    <JetWeight num="10">
-      0
-    </JetWeight>
-    <JetWeight num="11">
-      0
-    </JetWeight>
-    <JetWeight num="12">
-      0
-    </JetWeight>
-  </CaloInfo>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_InitialBeam_v3.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_InitialBeam_v3.xml
deleted file mode 100644
index 97c3b3c5479d3415de670a191ed3530d17863135..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_InitialBeam_v3.xml
+++ /dev/null
@@ -1,4080 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config id="1" name="InitialBeam_v3">
-  <!--File is auto-generated by python config class, may be overwritten-->
-  <!--No. L1 thresholds defined: 118-->
-  <!--No. L1 items defined: 218-->
-  <TriggerMenu id="1" name="InitialBeam_v3" phase="lumi" version="1">
-    <TriggerItem comment="" ctpid="2" definition="(EM2[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM2" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM2_x1" triggerthreshold="EM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="84" definition="(EM4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM4" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM4_x1" triggerthreshold="EM4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="1" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="85" definition="(EM5I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5I_x1" triggerthreshold="EM5I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="3" definition="(EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="4" definition="(EM10I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10I_x1" triggerthreshold="EM10I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="5" definition="(EM14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="9" definition="(EM2[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM2" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM2_x2" triggerthreshold="EM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="10" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="86" definition="(EM4[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM4" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM4_x2" triggerthreshold="EM4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="11" definition="(EM5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="64" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="65" definition="(HA6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="66" definition="(HA6I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6I_x1" triggerthreshold="HA6I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="67" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="69" definition="(HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="70" definition="(HA11I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11I_x1" triggerthreshold="HA11I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="73" definition="(HA20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="74" definition="(HA30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="75" definition="(HA6I[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU6I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA6I_x2" triggerthreshold="HA6I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="109" definition="(HA5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA5_x2" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="110" definition="(HA6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA6_x2" triggerthreshold="HA6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="88" definition="(MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU15" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="89" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="90" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="91" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="92" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU20" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="93" definition="(MU0_COMM[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_COMM" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="94" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="71" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="72" definition="(MU10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="77" definition="(MU0[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="96" definition="(J5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="97" definition="(J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="111" definition="(J10_win6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10_win6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_win6_x1" triggerthreshold="J10_win6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="98" definition="(J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="99" definition="(J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="102" definition="(J55[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J55" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J55_x1" triggerthreshold="J55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="100" definition="(J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="103" definition="(J95[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J95" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J95_x1" triggerthreshold="J95"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="104" definition="(J5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J5_x2" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="105" definition="(J10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="106" definition="(J10_win6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_win6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_win6_x2" triggerthreshold="J10_win6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="108" definition="(J15[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="127" definition="(J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="130" definition="(J5[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J5_x4" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="34" definition="(J10[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="126" definition="((JF5[x1]|JB5[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ5" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF5_x1" triggerthreshold="JF5"/>
-          <TriggerCondition multi="1" name="JB5_x1" triggerthreshold="JB5"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="128" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="119" definition="((JF15[x1]|JB15[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ15" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-          <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="120" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="125" definition="(JF5[x1]&amp;JB5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF5_x1" triggerthreshold="JF5"/>
-        <TriggerCondition multi="1" name="JB5_x1" triggerthreshold="JB5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="124" definition="(JF15[x1]&amp;JB15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-        <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="129" definition="(XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="131" definition="(XE15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE15_x1" triggerthreshold="XE15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="133" definition="(XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="135" definition="(XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="115" definition="(XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="116" definition="(XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="117" definition="(XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="118" definition="(XE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="138" definition="(TE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="140" definition="(TE100[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE100" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE100_x1" triggerthreshold="TE100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="139" definition="(TE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE30_x1" triggerthreshold="TE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="141" definition="(TE180[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE180" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE180_x1" triggerthreshold="TE180"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="137" definition="(JE60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE60_x1" triggerthreshold="JE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="146" definition="(JE100[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE100" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE100_x1" triggerthreshold="JE100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="145" definition="(JE120[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE120" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE120_x1" triggerthreshold="JE120"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="132" definition="(JE220[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE220" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE220_x1" triggerthreshold="JE220"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="198" definition="(HA6[x1]&amp;XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="33" definition="(HA5[x1]&amp;XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU5_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="143" definition="(MU0[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_EM3" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="142" definition="(MU6[x1]&amp;J5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6_J5" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="250" definition="(MU6[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6_EM3" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="252" definition="(MU0[x1]&amp;J5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J5" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="107" definition="(MU0[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J10" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="244" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J15" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="36" definition="(HA5[x2]&amp;EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU5_EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA5_x2" triggerthreshold="HA5"/>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="35" definition="(HA5[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU5_MU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="153" definition="(HA6[x1]&amp;J5[x4]&amp;J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_4J5_3J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="4" name="J5_x4" triggerthreshold="J5"/>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="112" definition="(J15[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15_MV" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="113" definition="(J15[x1]&amp;!(LUCID_A[x1]&amp;LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15_LV" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-            <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="114" definition="(J15[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="226" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="227" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="228" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1_1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="15" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_4_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="12" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BPTX0[x1]&amp;BPTX1[x1])" group="0" name="L1_MBTS_1_Col" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="13" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BPTX0[x1]&amp;BPTX1[x1])" group="0" name="L1_MBTS_2_Col" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="14" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BPTX0[x1]&amp;BPTX1[x1])" group="0" name="L1_MBTS_1_1_Col" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="26" definition="(MBTS_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="27" definition="(MBTS_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="216" definition="(BCM_AtoC[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_BCM_AtoC" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="217" definition="(BCM_CtoA[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_BCM_CtoA" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="218" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_BCM_Wide" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="219" definition="(BCM_Comb[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_BCM_MUL_1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Comb_x1" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="220" definition="(BCM_Comb[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_BCM_MUL_2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="BCM_Comb_x2" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="221" definition="(BCM_Comb[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_BCM_MUL_3" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="BCM_Comb_x3" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="222" definition="(BCM_Comb[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_BCM_MUL_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="BCM_Comb_x4" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="223" definition="(BCM_Comb[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_BCM_MUL_5" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="BCM_Comb_x5" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="224" definition="(BCM_Comb[x6]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_BCM_MUL_6" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="6" name="BCM_Comb_x6" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="225" definition="(BCM_Comb[x7]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_BCM_HT" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="212" definition="(LUCID_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="213" definition="(LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="214" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="215" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="249" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_COMM" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="190" definition="(ZDC_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="191" definition="(ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="192" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="193" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="189" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_AND" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="23" definition="(J5[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_J5_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="24" definition="((JF5[x1]|JB5[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_FJ5_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF5_x1" triggerthreshold="JF5"/>
-          <TriggerCondition multi="1" name="JB5_x1" triggerthreshold="JB5"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="25" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_TAU5_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="53" definition="(EM2[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_EM2_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM2_x1" triggerthreshold="EM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="16" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_EM3_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="168" definition="(J5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="175" definition="((JF5[x1]|JB5[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_FJ5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF5_x1" triggerthreshold="JF5"/>
-          <TriggerCondition multi="1" name="JB5_x1" triggerthreshold="JB5"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="152" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_TAU5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="177" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM3_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="60" definition="(J5[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J5_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="61" definition="((JF5[x1]|JB5[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_FJ5_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF5_x1" triggerthreshold="JF5"/>
-          <TriggerCondition multi="1" name="JB5_x1" triggerthreshold="JB5"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="59" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_TAU5_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="58" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_EM3_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="171" definition="(J10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="172" definition="(J30[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="158" definition="(J10[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_J10_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="159" definition="(J30[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_J30_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="156" definition="(J10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="157" definition="(J30[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="162" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="163" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU6_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="166" definition="(MU0_COMM[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_COMM_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="52" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MU0_UNPAIRED" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="161" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MU6_UNPAIRED" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="164" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU10_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="160" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="165" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="167" definition="(MU0_COMM[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_COMM_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="149" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_1_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="151" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_2_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="150" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_1_1_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="200" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_UNPAIRED1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="201" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MBTS_1_UNPAIRED2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="206" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MBTS_1_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="204" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_UNPAIRED1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="205" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MBTS_2_UNPAIRED2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="208" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MBTS_2_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="202" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_1_UNPAIRED1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="203" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MBTS_1_1_UNPAIRED2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="207" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MBTS_1_1_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="28" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_4_4_UNPAIRED1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="29" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MBTS_4_4_UNPAIRED2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="20" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MBTS_4_4_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="54" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MBTS_1_FIRSTEMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="55" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MBTS_2_FIRSTEMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="56" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MBTS_1_1_FIRSTEMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="57" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MBTS_4_4_FIRSTEMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="229" definition="(BCM_AtoC[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_AtoC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="230" definition="(BCM_CtoA[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_CtoA_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="231" definition="(BCM_Comb[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_MUL_1_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Comb_x1" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="232" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_Wide_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="233" definition="(BCM_Comb[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_MUL_2_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="BCM_Comb_x2" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="234" definition="(BCM_Comb[x3]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_MUL_3_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="BCM_Comb_x3" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="235" definition="(BCM_Comb[x4]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_MUL_4_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="BCM_Comb_x4" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="246" definition="(BCM_Comb[x5]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_MUL_5_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="BCM_Comb_x5" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="247" definition="(BCM_Comb[x6]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_MUL_6_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="6" name="BCM_Comb_x6" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="248" definition="(BCM_Comb[x7]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_HT_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="236" definition="(LUCID_A[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="237" definition="(LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="238" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="245" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="251" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_COMM_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="209" definition="(LUCID_A[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_A_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="210" definition="(LUCID_C[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_C_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="211" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_A_C_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="194" definition="(ZDC_A[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_A_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="195" definition="(ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="196" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="197" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="181" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_AND_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="21" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ZDC_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="78" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_TRT" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="79" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_L1A_Mon" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="81" definition="(NIMDIR14[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C0A20" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR14_x1" triggerthreshold="NIMDIR14"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="82" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C19" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="83" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C20" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="241" definition="(BPTX0[x1]&amp;BGRP0)" group="0" name="L1_BPTX0_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="242" definition="(BPTX1[x1]&amp;BGRP0)" group="0" name="L1_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="243" definition="(BPTX0[x1]&amp;BPTX1[x1]&amp;BGRP0)" group="0" name="L1_BPTX0_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="6" definition="BGRP0" group="0" name="L1_BGRP0" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP0"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="7" definition="BGRP1" group="0" name="L1_BGRP1" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP1"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="17" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD0_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="62" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD0_EMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="18" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_RD0_FIRSTEMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="63" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD1_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="19" definition="(RNDM0&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_RD0_UNPAIRED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="199" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD1_EMPTY" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="253" definition="(NIM28[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ0" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="254" definition="(NIM29[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ1" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="255" definition="(NIM30[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ2" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="30" definition="(MU0[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_MV" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="31" definition="(EM3[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_MV" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="32" definition="(HA5[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU5_MV" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="37" definition="(NIMDIR6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B21" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR6_x1" triggerthreshold="NIMDIR6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="38" definition="(NIMDIR7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B22" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR7_x1" triggerthreshold="NIMDIR7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="39" definition="(NIMDIR8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B23" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR8_x1" triggerthreshold="NIMDIR8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="40" definition="(NIMDIR9[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B24" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR9_x1" triggerthreshold="NIMDIR9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="41" definition="(NIMDIR10[x1]&amp;BGRP0)" group="0" name="L1_NIM_S8C2B25" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR10_x1" triggerthreshold="NIMDIR10"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="42" definition="(NIMDIR11[x1]&amp;BGRP0)" group="0" name="L1_NIM_S8C2B26" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR11_x1" triggerthreshold="NIMDIR11"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="43" definition="(NIMDIR12[x1]&amp;BGRP0)" group="0" name="L1_NIM_S8C2B27" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR12_x1" triggerthreshold="NIMDIR12"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="44" definition="(NIMDIR15[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C0B21" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR15_x1" triggerthreshold="NIMDIR15"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="45" definition="(NIMDIR16[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C0B22" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR16_x1" triggerthreshold="NIMDIR16"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="46" definition="(NIMDIR17[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C0B23" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR17_x1" triggerthreshold="NIMDIR17"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="47" definition="(NIMDIR18[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C0B24" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR18_x1" triggerthreshold="NIMDIR18"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="240" definition="(ZB_EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZB" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM10_x1" triggerthreshold="ZB_EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="InitialBeam_v3_default_prescale" version="1">
-    <Prescale ctpid="0" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="1" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="2" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="3" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="4" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="5" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="6" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="7" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="8" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="9" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="10" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="11" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="12" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="13" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="14" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="15" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="16" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="17" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="18" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="19" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="20" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="21" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="22" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="23" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="24" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="25" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="26" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="27" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="28" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="29" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="30" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="31" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="32" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="33" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="34" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="35" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="36" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="37" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="38" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="39" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="40" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="41" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="42" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="43" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="44" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="45" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="46" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="47" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="48" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="49" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="50" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="51" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="52" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="53" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="54" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="55" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="56" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="57" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="58" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="59" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="60" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="61" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="62" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="63" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="64" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="65" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="66" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="67" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="68" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="69" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="70" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="71" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="72" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="73" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="74" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="75" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="76" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="77" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="78" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="79" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="80" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="81" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="82" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="83" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="84" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="85" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="86" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="87" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="88" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="89" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="90" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="91" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="92" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="93" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="94" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="95" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="96" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="97" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="98" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="99" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="100" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="101" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="102" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="103" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="104" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="105" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="106" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="107" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="108" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="109" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="110" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="111" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="112" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="113" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="114" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="115" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="116" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="117" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="118" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="119" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="120" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="121" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="122" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="123" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="124" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="125" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="126" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="127" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="128" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="129" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="130" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="131" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="132" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="133" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="134" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="135" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="136" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="137" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="138" d="0" m="0" n="-1">
-      -1
-    </Prescale>
-    <Prescale ctpid="139" d="0" m="0" n="-1">
-      -1
-    </Prescale>
-    <Prescale ctpid="140" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="141" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="142" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="143" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="144" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="145" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="146" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="147" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="148" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="149" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="150" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="151" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="152" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="153" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="154" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="155" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="156" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="157" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="158" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="159" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="160" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="161" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="162" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="163" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="164" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="165" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="166" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="167" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="168" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="169" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="170" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="171" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="172" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="173" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="174" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="175" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="176" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="177" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="178" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="179" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="180" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="181" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="182" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="183" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="184" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="185" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="186" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="187" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="188" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="189" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="190" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="191" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="192" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="193" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="194" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="195" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="196" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="197" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="198" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="199" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="200" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="201" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="202" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="203" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="204" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="205" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="206" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="207" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="208" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="209" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="210" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="211" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="212" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="213" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="214" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="215" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="216" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="217" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="218" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="219" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="220" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="221" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="222" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="223" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="224" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="225" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="226" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="227" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="228" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="229" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="230" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="231" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="232" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="233" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="234" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="235" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="236" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="237" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="238" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="239" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="240" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="241" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="242" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="243" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="244" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="245" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="246" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="247" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="248" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="249" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="250" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="251" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="252" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="253" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="254" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="255" d="0" m="0" n="1">
-      1
-    </Prescale>
-  </PrescaleSet>
-  <PrioritySet name="standard" version="1">
-    <Priority ctpid="0">
-      HIGH
-    </Priority>
-    <Priority ctpid="1">
-      HIGH
-    </Priority>
-    <Priority ctpid="2">
-      HIGH
-    </Priority>
-    <Priority ctpid="3">
-      HIGH
-    </Priority>
-    <Priority ctpid="4">
-      HIGH
-    </Priority>
-    <Priority ctpid="5">
-      HIGH
-    </Priority>
-    <Priority ctpid="6">
-      HIGH
-    </Priority>
-    <Priority ctpid="7">
-      HIGH
-    </Priority>
-    <Priority ctpid="8">
-      LOW
-    </Priority>
-    <Priority ctpid="9">
-      HIGH
-    </Priority>
-    <Priority ctpid="10">
-      HIGH
-    </Priority>
-    <Priority ctpid="11">
-      HIGH
-    </Priority>
-    <Priority ctpid="12">
-      HIGH
-    </Priority>
-    <Priority ctpid="13">
-      HIGH
-    </Priority>
-    <Priority ctpid="14">
-      HIGH
-    </Priority>
-    <Priority ctpid="15">
-      HIGH
-    </Priority>
-    <Priority ctpid="16">
-      HIGH
-    </Priority>
-    <Priority ctpid="17">
-      HIGH
-    </Priority>
-    <Priority ctpid="18">
-      HIGH
-    </Priority>
-    <Priority ctpid="19">
-      HIGH
-    </Priority>
-    <Priority ctpid="20">
-      HIGH
-    </Priority>
-    <Priority ctpid="21">
-      HIGH
-    </Priority>
-    <Priority ctpid="22">
-      LOW
-    </Priority>
-    <Priority ctpid="23">
-      HIGH
-    </Priority>
-    <Priority ctpid="24">
-      HIGH
-    </Priority>
-    <Priority ctpid="25">
-      HIGH
-    </Priority>
-    <Priority ctpid="26">
-      HIGH
-    </Priority>
-    <Priority ctpid="27">
-      HIGH
-    </Priority>
-    <Priority ctpid="28">
-      HIGH
-    </Priority>
-    <Priority ctpid="29">
-      HIGH
-    </Priority>
-    <Priority ctpid="30">
-      HIGH
-    </Priority>
-    <Priority ctpid="31">
-      HIGH
-    </Priority>
-    <Priority ctpid="32">
-      HIGH
-    </Priority>
-    <Priority ctpid="33">
-      HIGH
-    </Priority>
-    <Priority ctpid="34">
-      HIGH
-    </Priority>
-    <Priority ctpid="35">
-      HIGH
-    </Priority>
-    <Priority ctpid="36">
-      HIGH
-    </Priority>
-    <Priority ctpid="37">
-      HIGH
-    </Priority>
-    <Priority ctpid="38">
-      HIGH
-    </Priority>
-    <Priority ctpid="39">
-      HIGH
-    </Priority>
-    <Priority ctpid="40">
-      HIGH
-    </Priority>
-    <Priority ctpid="41">
-      HIGH
-    </Priority>
-    <Priority ctpid="42">
-      HIGH
-    </Priority>
-    <Priority ctpid="43">
-      HIGH
-    </Priority>
-    <Priority ctpid="44">
-      HIGH
-    </Priority>
-    <Priority ctpid="45">
-      HIGH
-    </Priority>
-    <Priority ctpid="46">
-      HIGH
-    </Priority>
-    <Priority ctpid="47">
-      HIGH
-    </Priority>
-    <Priority ctpid="48">
-      LOW
-    </Priority>
-    <Priority ctpid="49">
-      LOW
-    </Priority>
-    <Priority ctpid="50">
-      LOW
-    </Priority>
-    <Priority ctpid="51">
-      LOW
-    </Priority>
-    <Priority ctpid="52">
-      HIGH
-    </Priority>
-    <Priority ctpid="53">
-      HIGH
-    </Priority>
-    <Priority ctpid="54">
-      HIGH
-    </Priority>
-    <Priority ctpid="55">
-      HIGH
-    </Priority>
-    <Priority ctpid="56">
-      HIGH
-    </Priority>
-    <Priority ctpid="57">
-      HIGH
-    </Priority>
-    <Priority ctpid="58">
-      HIGH
-    </Priority>
-    <Priority ctpid="59">
-      HIGH
-    </Priority>
-    <Priority ctpid="60">
-      HIGH
-    </Priority>
-    <Priority ctpid="61">
-      HIGH
-    </Priority>
-    <Priority ctpid="62">
-      HIGH
-    </Priority>
-    <Priority ctpid="63">
-      HIGH
-    </Priority>
-    <Priority ctpid="64">
-      HIGH
-    </Priority>
-    <Priority ctpid="65">
-      HIGH
-    </Priority>
-    <Priority ctpid="66">
-      HIGH
-    </Priority>
-    <Priority ctpid="67">
-      HIGH
-    </Priority>
-    <Priority ctpid="68">
-      LOW
-    </Priority>
-    <Priority ctpid="69">
-      HIGH
-    </Priority>
-    <Priority ctpid="70">
-      HIGH
-    </Priority>
-    <Priority ctpid="71">
-      HIGH
-    </Priority>
-    <Priority ctpid="72">
-      HIGH
-    </Priority>
-    <Priority ctpid="73">
-      HIGH
-    </Priority>
-    <Priority ctpid="74">
-      HIGH
-    </Priority>
-    <Priority ctpid="75">
-      HIGH
-    </Priority>
-    <Priority ctpid="76">
-      LOW
-    </Priority>
-    <Priority ctpid="77">
-      HIGH
-    </Priority>
-    <Priority ctpid="78">
-      HIGH
-    </Priority>
-    <Priority ctpid="79">
-      HIGH
-    </Priority>
-    <Priority ctpid="80">
-      LOW
-    </Priority>
-    <Priority ctpid="81">
-      HIGH
-    </Priority>
-    <Priority ctpid="82">
-      HIGH
-    </Priority>
-    <Priority ctpid="83">
-      HIGH
-    </Priority>
-    <Priority ctpid="84">
-      HIGH
-    </Priority>
-    <Priority ctpid="85">
-      HIGH
-    </Priority>
-    <Priority ctpid="86">
-      HIGH
-    </Priority>
-    <Priority ctpid="87">
-      LOW
-    </Priority>
-    <Priority ctpid="88">
-      HIGH
-    </Priority>
-    <Priority ctpid="89">
-      HIGH
-    </Priority>
-    <Priority ctpid="90">
-      HIGH
-    </Priority>
-    <Priority ctpid="91">
-      HIGH
-    </Priority>
-    <Priority ctpid="92">
-      HIGH
-    </Priority>
-    <Priority ctpid="93">
-      HIGH
-    </Priority>
-    <Priority ctpid="94">
-      HIGH
-    </Priority>
-    <Priority ctpid="95">
-      LOW
-    </Priority>
-    <Priority ctpid="96">
-      HIGH
-    </Priority>
-    <Priority ctpid="97">
-      HIGH
-    </Priority>
-    <Priority ctpid="98">
-      HIGH
-    </Priority>
-    <Priority ctpid="99">
-      HIGH
-    </Priority>
-    <Priority ctpid="100">
-      HIGH
-    </Priority>
-    <Priority ctpid="101">
-      LOW
-    </Priority>
-    <Priority ctpid="102">
-      HIGH
-    </Priority>
-    <Priority ctpid="103">
-      HIGH
-    </Priority>
-    <Priority ctpid="104">
-      HIGH
-    </Priority>
-    <Priority ctpid="105">
-      HIGH
-    </Priority>
-    <Priority ctpid="106">
-      HIGH
-    </Priority>
-    <Priority ctpid="107">
-      HIGH
-    </Priority>
-    <Priority ctpid="108">
-      HIGH
-    </Priority>
-    <Priority ctpid="109">
-      HIGH
-    </Priority>
-    <Priority ctpid="110">
-      HIGH
-    </Priority>
-    <Priority ctpid="111">
-      HIGH
-    </Priority>
-    <Priority ctpid="112">
-      HIGH
-    </Priority>
-    <Priority ctpid="113">
-      HIGH
-    </Priority>
-    <Priority ctpid="114">
-      HIGH
-    </Priority>
-    <Priority ctpid="115">
-      HIGH
-    </Priority>
-    <Priority ctpid="116">
-      HIGH
-    </Priority>
-    <Priority ctpid="117">
-      HIGH
-    </Priority>
-    <Priority ctpid="118">
-      HIGH
-    </Priority>
-    <Priority ctpid="119">
-      HIGH
-    </Priority>
-    <Priority ctpid="120">
-      HIGH
-    </Priority>
-    <Priority ctpid="121">
-      LOW
-    </Priority>
-    <Priority ctpid="122">
-      LOW
-    </Priority>
-    <Priority ctpid="123">
-      LOW
-    </Priority>
-    <Priority ctpid="124">
-      HIGH
-    </Priority>
-    <Priority ctpid="125">
-      HIGH
-    </Priority>
-    <Priority ctpid="126">
-      HIGH
-    </Priority>
-    <Priority ctpid="127">
-      HIGH
-    </Priority>
-    <Priority ctpid="128">
-      HIGH
-    </Priority>
-    <Priority ctpid="129">
-      HIGH
-    </Priority>
-    <Priority ctpid="130">
-      HIGH
-    </Priority>
-    <Priority ctpid="131">
-      HIGH
-    </Priority>
-    <Priority ctpid="132">
-      HIGH
-    </Priority>
-    <Priority ctpid="133">
-      HIGH
-    </Priority>
-    <Priority ctpid="134">
-      LOW
-    </Priority>
-    <Priority ctpid="135">
-      HIGH
-    </Priority>
-    <Priority ctpid="136">
-      LOW
-    </Priority>
-    <Priority ctpid="137">
-      HIGH
-    </Priority>
-    <Priority ctpid="138">
-      HIGH
-    </Priority>
-    <Priority ctpid="139">
-      HIGH
-    </Priority>
-    <Priority ctpid="140">
-      HIGH
-    </Priority>
-    <Priority ctpid="141">
-      HIGH
-    </Priority>
-    <Priority ctpid="142">
-      HIGH
-    </Priority>
-    <Priority ctpid="143">
-      HIGH
-    </Priority>
-    <Priority ctpid="144">
-      LOW
-    </Priority>
-    <Priority ctpid="145">
-      HIGH
-    </Priority>
-    <Priority ctpid="146">
-      HIGH
-    </Priority>
-    <Priority ctpid="147">
-      LOW
-    </Priority>
-    <Priority ctpid="148">
-      LOW
-    </Priority>
-    <Priority ctpid="149">
-      HIGH
-    </Priority>
-    <Priority ctpid="150">
-      HIGH
-    </Priority>
-    <Priority ctpid="151">
-      HIGH
-    </Priority>
-    <Priority ctpid="152">
-      HIGH
-    </Priority>
-    <Priority ctpid="153">
-      HIGH
-    </Priority>
-    <Priority ctpid="154">
-      LOW
-    </Priority>
-    <Priority ctpid="155">
-      LOW
-    </Priority>
-    <Priority ctpid="156">
-      HIGH
-    </Priority>
-    <Priority ctpid="157">
-      HIGH
-    </Priority>
-    <Priority ctpid="158">
-      HIGH
-    </Priority>
-    <Priority ctpid="159">
-      HIGH
-    </Priority>
-    <Priority ctpid="160">
-      HIGH
-    </Priority>
-    <Priority ctpid="161">
-      HIGH
-    </Priority>
-    <Priority ctpid="162">
-      HIGH
-    </Priority>
-    <Priority ctpid="163">
-      HIGH
-    </Priority>
-    <Priority ctpid="164">
-      HIGH
-    </Priority>
-    <Priority ctpid="165">
-      HIGH
-    </Priority>
-    <Priority ctpid="166">
-      HIGH
-    </Priority>
-    <Priority ctpid="167">
-      HIGH
-    </Priority>
-    <Priority ctpid="168">
-      HIGH
-    </Priority>
-    <Priority ctpid="169">
-      LOW
-    </Priority>
-    <Priority ctpid="170">
-      LOW
-    </Priority>
-    <Priority ctpid="171">
-      HIGH
-    </Priority>
-    <Priority ctpid="172">
-      HIGH
-    </Priority>
-    <Priority ctpid="173">
-      LOW
-    </Priority>
-    <Priority ctpid="174">
-      LOW
-    </Priority>
-    <Priority ctpid="175">
-      HIGH
-    </Priority>
-    <Priority ctpid="176">
-      LOW
-    </Priority>
-    <Priority ctpid="177">
-      HIGH
-    </Priority>
-    <Priority ctpid="178">
-      LOW
-    </Priority>
-    <Priority ctpid="179">
-      LOW
-    </Priority>
-    <Priority ctpid="180">
-      LOW
-    </Priority>
-    <Priority ctpid="181">
-      HIGH
-    </Priority>
-    <Priority ctpid="182">
-      LOW
-    </Priority>
-    <Priority ctpid="183">
-      LOW
-    </Priority>
-    <Priority ctpid="184">
-      LOW
-    </Priority>
-    <Priority ctpid="185">
-      LOW
-    </Priority>
-    <Priority ctpid="186">
-      LOW
-    </Priority>
-    <Priority ctpid="187">
-      LOW
-    </Priority>
-    <Priority ctpid="188">
-      LOW
-    </Priority>
-    <Priority ctpid="189">
-      HIGH
-    </Priority>
-    <Priority ctpid="190">
-      HIGH
-    </Priority>
-    <Priority ctpid="191">
-      HIGH
-    </Priority>
-    <Priority ctpid="192">
-      HIGH
-    </Priority>
-    <Priority ctpid="193">
-      HIGH
-    </Priority>
-    <Priority ctpid="194">
-      HIGH
-    </Priority>
-    <Priority ctpid="195">
-      HIGH
-    </Priority>
-    <Priority ctpid="196">
-      HIGH
-    </Priority>
-    <Priority ctpid="197">
-      HIGH
-    </Priority>
-    <Priority ctpid="198">
-      HIGH
-    </Priority>
-    <Priority ctpid="199">
-      HIGH
-    </Priority>
-    <Priority ctpid="200">
-      HIGH
-    </Priority>
-    <Priority ctpid="201">
-      HIGH
-    </Priority>
-    <Priority ctpid="202">
-      HIGH
-    </Priority>
-    <Priority ctpid="203">
-      HIGH
-    </Priority>
-    <Priority ctpid="204">
-      HIGH
-    </Priority>
-    <Priority ctpid="205">
-      HIGH
-    </Priority>
-    <Priority ctpid="206">
-      HIGH
-    </Priority>
-    <Priority ctpid="207">
-      HIGH
-    </Priority>
-    <Priority ctpid="208">
-      HIGH
-    </Priority>
-    <Priority ctpid="209">
-      HIGH
-    </Priority>
-    <Priority ctpid="210">
-      HIGH
-    </Priority>
-    <Priority ctpid="211">
-      HIGH
-    </Priority>
-    <Priority ctpid="212">
-      HIGH
-    </Priority>
-    <Priority ctpid="213">
-      HIGH
-    </Priority>
-    <Priority ctpid="214">
-      HIGH
-    </Priority>
-    <Priority ctpid="215">
-      HIGH
-    </Priority>
-    <Priority ctpid="216">
-      HIGH
-    </Priority>
-    <Priority ctpid="217">
-      HIGH
-    </Priority>
-    <Priority ctpid="218">
-      HIGH
-    </Priority>
-    <Priority ctpid="219">
-      HIGH
-    </Priority>
-    <Priority ctpid="220">
-      HIGH
-    </Priority>
-    <Priority ctpid="221">
-      HIGH
-    </Priority>
-    <Priority ctpid="222">
-      HIGH
-    </Priority>
-    <Priority ctpid="223">
-      HIGH
-    </Priority>
-    <Priority ctpid="224">
-      HIGH
-    </Priority>
-    <Priority ctpid="225">
-      HIGH
-    </Priority>
-    <Priority ctpid="226">
-      HIGH
-    </Priority>
-    <Priority ctpid="227">
-      HIGH
-    </Priority>
-    <Priority ctpid="228">
-      HIGH
-    </Priority>
-    <Priority ctpid="229">
-      HIGH
-    </Priority>
-    <Priority ctpid="230">
-      HIGH
-    </Priority>
-    <Priority ctpid="231">
-      HIGH
-    </Priority>
-    <Priority ctpid="232">
-      HIGH
-    </Priority>
-    <Priority ctpid="233">
-      HIGH
-    </Priority>
-    <Priority ctpid="234">
-      HIGH
-    </Priority>
-    <Priority ctpid="235">
-      HIGH
-    </Priority>
-    <Priority ctpid="236">
-      HIGH
-    </Priority>
-    <Priority ctpid="237">
-      HIGH
-    </Priority>
-    <Priority ctpid="238">
-      HIGH
-    </Priority>
-    <Priority ctpid="239">
-      LOW
-    </Priority>
-    <Priority ctpid="240">
-      HIGH
-    </Priority>
-    <Priority ctpid="241">
-      HIGH
-    </Priority>
-    <Priority ctpid="242">
-      HIGH
-    </Priority>
-    <Priority ctpid="243">
-      HIGH
-    </Priority>
-    <Priority ctpid="244">
-      HIGH
-    </Priority>
-    <Priority ctpid="245">
-      HIGH
-    </Priority>
-    <Priority ctpid="246">
-      HIGH
-    </Priority>
-    <Priority ctpid="247">
-      HIGH
-    </Priority>
-    <Priority ctpid="248">
-      HIGH
-    </Priority>
-    <Priority ctpid="249">
-      HIGH
-    </Priority>
-    <Priority ctpid="250">
-      HIGH
-    </Priority>
-    <Priority ctpid="251">
-      HIGH
-    </Priority>
-    <Priority ctpid="252">
-      HIGH
-    </Priority>
-    <Priority ctpid="253">
-      HIGH
-    </Priority>
-    <Priority ctpid="254">
-      HIGH
-    </Priority>
-    <Priority ctpid="255">
-      HIGH
-    </Priority>
-  </PrioritySet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="MBTS_A0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bcdelay="3564" bitnum="1" id="2" mapping="0" name="ZB_EM10" seed="EM10" seed_multi="1" type="ZB" version="1">
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="0" name="ZDC_A" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="1" name="XE15" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="1" name="ZDC_C" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="1" name="MBTS_A1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="2" name="XE20" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="2" name="ZDC_AND" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="2" name="MBTS_A2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="3" name="XE25" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="3" name="MBTS_A3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="4" name="XE30" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="4" name="MBTS_A4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="5" name="XE35" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="5" name="NIMDIR5" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="5" name="MBTS_A5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="6" name="XE40" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="6" name="NIMDIR6" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR6full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="6" name="MBTS_A6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="7" name="XE50" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="7" name="NIMDIR7" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR7full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="7" name="MBTS_A7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="8" name="NIMDIR8" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR8full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="8" name="MBTS_A8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="9" name="NIMDIR9" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR9full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="9" name="MBTS_A9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="10" name="NIMDIR10" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR10full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="10" name="MBTS_A10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="11" name="NIMDIR11" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR11full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="11" name="MBTS_A11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="12" name="NIMDIR12" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR12full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="12" name="MBTS_A12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="13" name="MBTS_A13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="14" name="NIMDIR14" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR14full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="14" name="MBTS_A14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="15" name="NIMDIR15" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR15full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="15" name="MBTS_A15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="16" name="NIMDIR16" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR16full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="16" name="MBTS_C0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="17" name="NIMDIR17" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR17full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="17" name="MBTS_C1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="18" name="NIMDIR18" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR18full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="18" name="MBTS_C2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="19" name="MBTS_C3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="20" name="MBTS_C4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="21" name="MBTS_C5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="22" name="MBTS_C6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="23" name="MBTS_C7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="24" name="MBTS_C8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="25" name="NIMDIR25" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="51" mapping="25" name="MBTS_C9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="26" name="NIMDIR26" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="26" name="MBTS_C10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="27" name="MBTS_C11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="28" name="MBTS_C12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="29" name="MBTS_C13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="30" name="MBTS_C14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="31" name="MBTS_C15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="0" name="XE10" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="60" mapping="0" name="TE10" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="61" mapping="0" name="JF5" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF5full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF5full" phimax="64" phimin="0" priority="2" thresholdval="5" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="62" mapping="0" name="JB5" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB5full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB5full" phimax="64" phimin="0" priority="2" thresholdval="5" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="63" mapping="0" name="JE60" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="64" mapping="0" name="J5" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J5full" phimax="64" phimin="0" priority="0" thresholdval="5" type="JET" window="4"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="65" mapping="0" name="EM2" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM2full" phimax="64" phimin="0" priority="1" thresholdval="2" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="66" mapping="0" name="HA5" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="67" mapping="0" name="MU0" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU0full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="1" name="NIM29" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM29full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="69" mapping="1" name="MU6" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU6full" phimax="64" phimin="0" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="70" mapping="1" name="HA6" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6full" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="71" mapping="1" name="EM3" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="72" mapping="1" name="J10" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="73" mapping="1" name="JE100" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="74" mapping="1" name="JB10" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="75" mapping="1" name="JF10" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="76" mapping="1" name="TE30" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="77" mapping="3" name="EM5" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="78" mapping="3" name="J15" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="79" mapping="3" name="JE220" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE220full" phimax="64" phimin="0" priority="0" thresholdval="220" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="80" mapping="5" name="MU20" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="81" mapping="5" name="HA11I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="5" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11Ifull" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="82" mapping="5" name="EM10" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM10full" phimax="64" phimin="0" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="83" mapping="5" name="J55" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J55full" phimax="64" phimin="0" priority="0" thresholdval="55" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="84" mapping="0" name="NIM28" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM28full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="0" name="LUCID_A" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="86" mapping="0" name="BCM_Comb" type="BCMCMB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="1" name="BCM_CtoA" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="1" name="LUCID_C" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="2" name="BCM_Wide" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="90" mapping="7" name="HA30" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="0" name="BCM_AtoC" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="1" name="BPTX1" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX1full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="93" mapping="2" name="NIM30" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM30full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="94" mapping="2" name="HA6I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="5" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6Ifull" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="95" mapping="2" name="EM4" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM4full" phimax="64" phimin="0" priority="1" thresholdval="4" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="96" mapping="2" name="J10_win6" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10_win6full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="6"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="2" name="JE120" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE120full" phimax="64" phimin="0" priority="0" thresholdval="120" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="98" mapping="2" name="JB15" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB15full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB15full" phimax="64" phimin="0" priority="2" thresholdval="15" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="99" mapping="2" name="JF15" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF15full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF15full" phimax="64" phimin="0" priority="2" thresholdval="15" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="2" name="TE100" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="101" mapping="3" name="MU0_COMM" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU0_COMMfull" phimax="64" phimin="0" priority="1" thresholdval="-1" type="MUON" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="10" etamin="-10" had_isolation="63" had_veto="63" name="MU0_COMMfull" phimax="64" phimin="0" priority="5" thresholdval="0" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="102" mapping="3" name="HA8" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8full" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="103" mapping="3" name="JB30" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="104" mapping="3" name="JF30" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="105" mapping="3" name="TE180" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE180full" phimax="64" phimin="0" priority="0" thresholdval="180" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="106" mapping="4" name="MU15" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="107" mapping="6" name="J75" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J75full" phimax="64" phimin="0" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="108" mapping="7" name="EM14" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM14full" phimax="64" phimin="0" priority="1" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="0" name="BPTX0" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX0full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="110" mapping="1" name="MBTS_C" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="111" mapping="2" name="MU10" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="4" name="HA11" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11full" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="113" mapping="4" name="EM5I" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="3" had_veto="2" name="EM5Ifull" phimax="64" phimin="0" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="4" name="J30" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="115" mapping="6" name="HA20" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="116" mapping="6" name="EM10I" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="3" had_veto="2" name="EM10Ifull" phimax="64" phimin="0" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="117" mapping="7" name="J95" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J95full" phimax="64" phimin="0" priority="0" thresholdval="95" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="118" mapping="0" name="MBTS_A" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name="rand01" rate1="0" rate2="0" seed1="1" seed2="1"/>
-  <Deadtime complex1_level="4" complex1_rate="415" complex2_level="4" complex2_rate="415" name="Commissioning" simple="5" version="1"/>
-  <BunchGroupSet name="bg_set1" version="1">
-    <BunchGroup internalNumber="0" name="BCRVeto" version="1">
-      <Bunch bunchNumber="2067"/>
-      <Bunch bunchNumber="2068"/>
-      <Bunch bunchNumber="2069"/>
-      <Bunch bunchNumber="2678"/>
-      <Bunch bunchNumber="7"/>
-      <Bunch bunchNumber="1234"/>
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled" version="1">
-      <Bunch bunchNumber="206"/>
-      <Bunch bunchNumber="207"/>
-      <Bunch bunchNumber="208"/>
-      <Bunch bunchNumber="267"/>
-      <Bunch bunchNumber="1"/>
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="EmptyCalib" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="3" name="Empty" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="6" name="EmptyAfterFilled" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="7" name="Unpaired" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01" version="1"/>
-  <MuctpiInfo name="muctpi" version="1">
-    <low_pt>
-      1
-    </low_pt>
-    <high_pt>
-      1
-    </high_pt>
-    <max_cand>
-      13
-    </max_cand>
-  </MuctpiInfo>
-  <CaloInfo global_scale="1.0" name="CaloInfo" version="1">
-    <JetWeight num="1">
-      8
-    </JetWeight>
-    <JetWeight num="2">
-      2
-    </JetWeight>
-    <JetWeight num="3">
-      3
-    </JetWeight>
-    <JetWeight num="4">
-      10
-    </JetWeight>
-    <JetWeight num="5">
-      20
-    </JetWeight>
-    <JetWeight num="6">
-      22
-    </JetWeight>
-    <JetWeight num="7">
-      20
-    </JetWeight>
-    <JetWeight num="8">
-      33
-    </JetWeight>
-    <JetWeight num="9">
-      0
-    </JetWeight>
-    <JetWeight num="10">
-      0
-    </JetWeight>
-    <JetWeight num="11">
-      0
-    </JetWeight>
-    <JetWeight num="12">
-      0
-    </JetWeight>
-  </CaloInfo>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_L1_alfa_v1.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_L1_alfa_v1.xml
deleted file mode 100644
index 8ff1d5b4deefaaf9ebf505b91bc6fd7d93f65278..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_L1_alfa_v1.xml
+++ /dev/null
@@ -1,4610 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config id="1" name="L1_alfa_v1">
-  <!--File is auto-generated by python config class, may be overwritten-->
-  <!--No. L1 thresholds defined: 127-->
-  <!--No. L1 items defined: 228-->
-  <TriggerMenu id="1" name="L1_alfa_v1" phase="lumi" version="1">
-    <TriggerItem comment="" ctpid="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="1" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="2" definition="(EM7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="3" definition="(EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="179" definition="(EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="5" definition="(EM14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="4" definition="(EM16[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16_x1" triggerthreshold="EM16"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="85" definition="(EM30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM30_x1" triggerthreshold="EM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="10" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="11" definition="(EM5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="9" definition="(EM7[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="178" definition="(EM14[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM14" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM14_x2" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="185" definition="(EM10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM10_x2" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="239" definition="(EM5[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM5_x3" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="53" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM3_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="221" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_EM3_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="176" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="58" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_EM3_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="177" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM3_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="89" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="90" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="91" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="93" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU11" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="88" definition="(MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU15" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="92" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU20" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="94" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="71" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="72" definition="(MU10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="76" definition="(MU0[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU0" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU0_x3" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="200" definition="(MU6[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="52" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU0_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="219" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU0_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="162" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="160" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="28" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_2MU6_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="36" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_2MU6_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="27" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU6_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="26" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="165" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="164" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU10_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="163" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU0_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="105" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU10_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="106" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="166" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU11_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="48" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU10_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="161" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU20_FIRSTEMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="14" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU0_J15_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="7" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU0_J15_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="13" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_J15_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="12" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_J15_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="64" definition="(HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="65" definition="(HA6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="66" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="67" definition="(HA50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA50_x1" triggerthreshold="HA50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="69" definition="(HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="73" definition="(HA20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="74" definition="(HA30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="110" definition="(HA6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA6_x2" triggerthreshold="HA6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="95" definition="(HA11[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="136" definition="(HA15[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="25" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_TAU8_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="222" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_TAU8_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="152" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_TAU8_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="59" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_TAU8_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="97" definition="(J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="98" definition="(J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="96" definition="(J20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="99" definition="(J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="102" definition="(J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="100" definition="(J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="103" definition="(J175[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J175" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J175_x1" triggerthreshold="J175"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="111" definition="(J250[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J250" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J250_x1" triggerthreshold="J250"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="23" definition="(J10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="223" definition="(J10[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J10_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="171" definition="(J10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="172" definition="(J30[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="159" definition="(J30[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J30_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="169" definition="(J30[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J30_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="156" definition="(J10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="157" definition="(J30[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="127" definition="(J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="220" definition="(J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="184" definition="(J20[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="186" definition="(J50[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="134" definition="(J75[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J75_x3" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="34" definition="(J10[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="104" definition="(J20[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="16" definition="(J30[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J30_x4" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="188" definition="(J10[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J10_x5" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="158" definition="(J20[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J20_x5" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="86" definition="(J10[x6]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_6J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="6" name="J10_x6" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="187" definition="(J15[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="119" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="120" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="126" definition="((JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="128" definition="((JF75[x1]|JB75[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ75" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF75_x1" triggerthreshold="JF75"/>
-          <TriggerCondition multi="1" name="JB75_x1" triggerthreshold="JB75"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="24" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_FJ10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="175" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_FJ10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="61" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_FJ10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="124" definition="(JF10[x1]&amp;JB10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-        <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="125" definition="(JF30[x1]&amp;JB30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-        <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="123" definition="(JF50[x1]&amp;JB50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-        <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="146" definition="(JE100[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE100" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE100_x1" triggerthreshold="JE100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="147" definition="(JE140[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE140" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE140_x1" triggerthreshold="JE140"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="148" definition="(JE200[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE200" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE200_x1" triggerthreshold="JE200"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="138" definition="(TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="141" definition="(TE180[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE180" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE180_x1" triggerthreshold="TE180"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="140" definition="(TE300[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE300" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE300_x1" triggerthreshold="TE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="167" definition="(TE400[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE400" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE400_x1" triggerthreshold="TE400"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="229" definition="(TE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE500" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE500_x1" triggerthreshold="TE500"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="17" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD0_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="18" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_RD0_FIRSTEMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="19" definition="(RNDM0&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_RD0_UNPAIRED_ISO" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="62" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD0_EMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="63" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD1_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="199" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD1_EMPTY" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="218" definition="(BCM_Comb[x7]&amp;BGRP0)" group="0" name="L1_BCM_HT_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="217" definition="(BCM_Wide[x1]&amp;BGRP0)" group="0" name="L1_BCM_Wide_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="216" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" group="0" name="L1_BCM_AC_CA_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="180" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_Wide_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="174" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_Wide_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="205" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_BCM_Wide_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="145" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_AC_CA_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="193" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="190" definition="(ZDC_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="191" definition="(ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="192" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="189" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_AND" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="197" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="181" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_AND_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="234" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="196" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="195" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="252" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="228" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1_1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="227" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="15" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_4_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="237" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_1_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="206" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="21" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_4_4_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="214" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="215" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="249" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_COMM" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="251" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_COMM_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="245" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="232" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="233" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_COMM_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="238" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="203" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="204" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_LUCID_A_C_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="240" definition="(ZB_EM14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZB" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM14_x1" triggerthreshold="ZB_EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="241" definition="(BPTX0[x1]&amp;BGRP0)" group="0" name="L1_BPTX0_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="242" definition="(BPTX1[x1]&amp;BGRP0)" group="0" name="L1_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="253" definition="(NIM28[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ0" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="254" definition="(NIM29[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ1" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="255" definition="(NIM30[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ2" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="82" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C19" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="83" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C20" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="78" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_TRT" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="79" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_L1A_Mon" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="235" definition="((((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;(MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1]))|BCM_Wide[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBLZ" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <AND>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-              <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-            </OR>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-              <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-            </OR>
-          </AND>
-          <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="45" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ALFA_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="46" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ALFA_BGRP7" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="6" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;!(NIM_B7L1L[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST1" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="8" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;!(NIM_B7L1U[x1]|NIM_A7L1U[x1]|NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST2" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="20" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;NIM_B7L1L[x1]&amp;!(NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST3" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="30" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;NIM_A7L1L[x1]&amp;!(NIM_B7L1L[x1]|NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST4" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="31" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;NIM_A7R1U[x1]&amp;!(NIM_B7L1L[x1]|NIM_A7L1L[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST5" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="32" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;NIM_B7R1U[x1]&amp;!(NIM_B7L1L[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST6" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="33" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;NIM_B7L1U[x1]&amp;!(NIM_A7L1U[x1]|NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST7" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="35" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;NIM_A7L1U[x1]&amp;!(NIM_B7L1U[x1]|NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST8" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="37" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;NIM_A7R1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_A7L1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST9" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="38" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;NIM_B7R1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_A7L1U[x1]|NIM_A7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST10" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="39" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST11" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="40" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST12" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="41" definition="((NIM_B7L1U[x1]|NIM_A7L1U[x1])&amp;(NIM_A7R1L[x1]&amp;NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST13" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        </OR>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="42" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;(NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST14" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="43" definition="((NIM_B7L1U[x1]|NIM_A7L1U[x1])&amp;(NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST15" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="47" definition="((NIM_B7L1L[x1]|NIM_A7L1L[x1])&amp;(NIM_A7R1U[x1]&amp;NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST16" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        </OR>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="51" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;(NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST17" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="54" definition="((NIM_B7L1L[x1]|NIM_A7L1L[x1])&amp;(NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST18" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="55" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;!(NIM_B7L1L[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF1" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="56" definition="(NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF2" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="57" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_A7L1U[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF3" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="68" definition="(NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;!(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF4" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="70" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF5" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="75" definition="(NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF6" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="77" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF7" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="80" definition="(NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF8" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="84" definition="(NIM_B7L1U[x1]&amp;NIM_B7L1L[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7L1L[x1]&amp;!(NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOW1" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="101" definition="(NIM_A7R1U[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1U[x1]&amp;NIM_B7R1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOW2" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="107" definition="(NIM_B7L1U[x1]&amp;NIM_B7L1L[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7L1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOW3" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="113" definition="(NIM_A7R1U[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1U[x1]&amp;NIM_B7R1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOW4" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="114" definition="((NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(NIM_B7R1L[x1]|NIM_A7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOW5" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="121" definition="((NIM_A7L1U[x1]|NIM_B7L1U[x1])&amp;(NIM_B7L1L[x1]|NIM_A7L1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOW6" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="122" definition="(NIM_B7L1U[x1]&amp;NIM_B7L1L[x1]&amp;!(NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST1" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="130" definition="(NIM_A7L1U[x1]&amp;NIM_A7L1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST2" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="132" definition="(NIM_A7R1U[x1]&amp;NIM_A7R1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST3" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="143" definition="(NIM_B7R1U[x1]&amp;NIM_B7R1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST4" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="144" definition="(NIM_B7L1U[x1]&amp;NIM_B7L1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOWSYST1" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="149" definition="(NIM_A7L1U[x1]&amp;NIM_A7L1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOWSYST2" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="150" definition="(NIM_A7R1U[x1]&amp;NIM_A7R1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOWSYST3" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="154" definition="(NIM_B7R1U[x1]&amp;NIM_B7R1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOWSYST4" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="155" definition="((NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1])&amp;(NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOWSYST5" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="168" definition="(NIM_B7L1U[x1]&amp;NIM_B7L1L[x1]&amp;NIM_B7R1U[x1]&amp;NIM_B7R1L[x1]&amp;!(NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST5" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="170" definition="((NIM_B7L1U[x1]|NIM_B7L1L[x1])&amp;(NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;!(NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST6" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="182" definition="(NIM_A7L1U[x1]&amp;NIM_A7L1L[x1]&amp;NIM_A7R1U[x1]&amp;NIM_A7R1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST7" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="183" definition="((NIM_A7L1U[x1]|NIM_A7L1L[x1])&amp;(NIM_A7R1U[x1]|NIM_A7R1L[x1])&amp;!(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST8" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        </OR>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="194" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;!(NIM_B7L1L[x1]|NIM_A7L1L[x1]|NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST9" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="198" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_A7L1U[x1]|NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST10" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="201" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST11" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="202" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST12" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="207" definition="((NIM_B7L1U[x1]|NIM_A7L1U[x1])&amp;NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST13" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        </OR>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="208" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;(NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST14" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="209" definition="((NIM_B7L1L[x1]|NIM_A7L1L[x1])&amp;NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST15" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        </OR>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="210" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;(NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST16" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="211" definition="((NIM_B7L1U[x1]|NIM_A7L1U[x1])&amp;(NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST17" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="212" definition="((NIM_B7L1L[x1]|NIM_A7L1L[x1])&amp;(NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST18" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="213" definition="((NIM_B7L1U[x1]|NIM_A7L1U[x1]|NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;!(NIM_B7L1L[x1]|NIM_A7L1L[x1]|NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST19" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        </OR>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="224" definition="((NIM_B7L1L[x1]|NIM_A7L1L[x1]|NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;!(NIM_B7L1U[x1]|NIM_A7L1U[x1]|NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST20" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="225" definition="((NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ANY" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="231" definition="((NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ALFA_ANY_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="243" definition="((NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_ALFA_ANY_FIRSTEMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="244" definition="((NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ALFA_ANY_UNPAIRED_ISO" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="247" definition="((NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_ALFA_ANY_UNPAIRED_NONISO" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="109" definition="((MBTS_A[x2]|MBTS_C[x2])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MBTS_2_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="108" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="60" definition="BGRP7" group="0" name="L1_BGRP7" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP7"/>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="L1_alfa_v1_default_prescale" version="1">
-    <Prescale ctpid="0" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="1" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="2" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="3" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="4" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="5" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="6" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="7" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="8" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="9" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="10" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="11" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="12" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="13" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="14" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="15" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="16" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="17" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="18" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="19" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="20" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="21" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="22" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="23" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="24" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="25" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="26" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="27" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="28" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="29" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="30" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="31" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="32" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="33" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="34" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="35" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="36" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="37" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="38" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="39" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="40" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="41" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="42" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="43" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="44" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="45" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="46" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="47" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="48" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="49" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="50" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="51" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="52" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="53" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="54" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="55" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="56" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="57" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="58" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="59" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="60" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="61" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="62" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="63" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="64" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="65" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="66" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="67" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="68" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="69" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="70" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="71" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="72" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="73" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="74" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="75" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="76" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="77" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="78" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="79" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="80" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="81" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="82" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="83" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="84" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="85" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="86" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="87" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="88" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="89" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="90" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="91" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="92" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="93" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="94" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="95" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="96" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="97" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="98" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="99" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="100" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="101" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="102" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="103" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="104" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="105" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="106" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="107" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="108" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="109" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="110" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="111" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="112" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="113" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="114" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="115" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="116" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="117" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="118" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="119" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="120" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="121" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="122" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="123" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="124" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="125" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="126" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="127" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="128" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="129" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="130" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="131" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="132" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="133" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="134" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="135" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="136" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="137" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="138" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="139" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="140" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="141" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="142" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="143" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="144" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="145" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="146" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="147" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="148" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="149" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="150" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="151" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="152" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="153" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="154" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="155" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="156" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="157" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="158" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="159" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="160" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="161" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="162" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="163" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="164" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="165" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="166" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="167" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="168" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="169" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="170" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="171" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="172" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="173" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="174" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="175" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="176" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="177" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="178" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="179" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="180" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="181" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="182" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="183" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="184" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="185" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="186" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="187" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="188" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="189" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="190" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="191" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="192" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="193" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="194" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="195" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="196" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="197" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="198" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="199" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="200" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="201" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="202" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="203" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="204" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="205" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="206" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="207" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="208" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="209" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="210" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="211" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="212" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="213" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="214" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="215" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="216" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="217" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="218" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="219" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="220" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="221" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="222" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="223" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="224" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="225" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="226" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="227" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="228" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="229" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="230" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="231" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="232" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="233" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="234" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="235" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="236" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="237" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="238" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="239" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="240" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="241" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="242" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="243" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="244" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="245" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="246" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="247" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="248" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="249" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="250" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="251" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="252" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="253" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="254" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="255" d="0" m="0" n="1">
-      1
-    </Prescale>
-  </PrescaleSet>
-  <PrioritySet name="standard" version="1">
-    <Priority ctpid="0">
-      HIGH
-    </Priority>
-    <Priority ctpid="1">
-      HIGH
-    </Priority>
-    <Priority ctpid="2">
-      HIGH
-    </Priority>
-    <Priority ctpid="3">
-      HIGH
-    </Priority>
-    <Priority ctpid="4">
-      HIGH
-    </Priority>
-    <Priority ctpid="5">
-      HIGH
-    </Priority>
-    <Priority ctpid="6">
-      HIGH
-    </Priority>
-    <Priority ctpid="7">
-      HIGH
-    </Priority>
-    <Priority ctpid="8">
-      HIGH
-    </Priority>
-    <Priority ctpid="9">
-      HIGH
-    </Priority>
-    <Priority ctpid="10">
-      HIGH
-    </Priority>
-    <Priority ctpid="11">
-      HIGH
-    </Priority>
-    <Priority ctpid="12">
-      HIGH
-    </Priority>
-    <Priority ctpid="13">
-      HIGH
-    </Priority>
-    <Priority ctpid="14">
-      HIGH
-    </Priority>
-    <Priority ctpid="15">
-      HIGH
-    </Priority>
-    <Priority ctpid="16">
-      HIGH
-    </Priority>
-    <Priority ctpid="17">
-      HIGH
-    </Priority>
-    <Priority ctpid="18">
-      HIGH
-    </Priority>
-    <Priority ctpid="19">
-      HIGH
-    </Priority>
-    <Priority ctpid="20">
-      HIGH
-    </Priority>
-    <Priority ctpid="21">
-      HIGH
-    </Priority>
-    <Priority ctpid="22">
-      LOW
-    </Priority>
-    <Priority ctpid="23">
-      HIGH
-    </Priority>
-    <Priority ctpid="24">
-      HIGH
-    </Priority>
-    <Priority ctpid="25">
-      HIGH
-    </Priority>
-    <Priority ctpid="26">
-      HIGH
-    </Priority>
-    <Priority ctpid="27">
-      HIGH
-    </Priority>
-    <Priority ctpid="28">
-      HIGH
-    </Priority>
-    <Priority ctpid="29">
-      LOW
-    </Priority>
-    <Priority ctpid="30">
-      HIGH
-    </Priority>
-    <Priority ctpid="31">
-      HIGH
-    </Priority>
-    <Priority ctpid="32">
-      HIGH
-    </Priority>
-    <Priority ctpid="33">
-      HIGH
-    </Priority>
-    <Priority ctpid="34">
-      HIGH
-    </Priority>
-    <Priority ctpid="35">
-      HIGH
-    </Priority>
-    <Priority ctpid="36">
-      HIGH
-    </Priority>
-    <Priority ctpid="37">
-      HIGH
-    </Priority>
-    <Priority ctpid="38">
-      HIGH
-    </Priority>
-    <Priority ctpid="39">
-      HIGH
-    </Priority>
-    <Priority ctpid="40">
-      HIGH
-    </Priority>
-    <Priority ctpid="41">
-      HIGH
-    </Priority>
-    <Priority ctpid="42">
-      HIGH
-    </Priority>
-    <Priority ctpid="43">
-      HIGH
-    </Priority>
-    <Priority ctpid="44">
-      LOW
-    </Priority>
-    <Priority ctpid="45">
-      HIGH
-    </Priority>
-    <Priority ctpid="46">
-      HIGH
-    </Priority>
-    <Priority ctpid="47">
-      HIGH
-    </Priority>
-    <Priority ctpid="48">
-      HIGH
-    </Priority>
-    <Priority ctpid="49">
-      LOW
-    </Priority>
-    <Priority ctpid="50">
-      LOW
-    </Priority>
-    <Priority ctpid="51">
-      HIGH
-    </Priority>
-    <Priority ctpid="52">
-      HIGH
-    </Priority>
-    <Priority ctpid="53">
-      HIGH
-    </Priority>
-    <Priority ctpid="54">
-      HIGH
-    </Priority>
-    <Priority ctpid="55">
-      HIGH
-    </Priority>
-    <Priority ctpid="56">
-      HIGH
-    </Priority>
-    <Priority ctpid="57">
-      HIGH
-    </Priority>
-    <Priority ctpid="58">
-      HIGH
-    </Priority>
-    <Priority ctpid="59">
-      HIGH
-    </Priority>
-    <Priority ctpid="60">
-      HIGH
-    </Priority>
-    <Priority ctpid="61">
-      HIGH
-    </Priority>
-    <Priority ctpid="62">
-      HIGH
-    </Priority>
-    <Priority ctpid="63">
-      HIGH
-    </Priority>
-    <Priority ctpid="64">
-      HIGH
-    </Priority>
-    <Priority ctpid="65">
-      HIGH
-    </Priority>
-    <Priority ctpid="66">
-      HIGH
-    </Priority>
-    <Priority ctpid="67">
-      HIGH
-    </Priority>
-    <Priority ctpid="68">
-      HIGH
-    </Priority>
-    <Priority ctpid="69">
-      HIGH
-    </Priority>
-    <Priority ctpid="70">
-      HIGH
-    </Priority>
-    <Priority ctpid="71">
-      HIGH
-    </Priority>
-    <Priority ctpid="72">
-      HIGH
-    </Priority>
-    <Priority ctpid="73">
-      HIGH
-    </Priority>
-    <Priority ctpid="74">
-      HIGH
-    </Priority>
-    <Priority ctpid="75">
-      HIGH
-    </Priority>
-    <Priority ctpid="76">
-      HIGH
-    </Priority>
-    <Priority ctpid="77">
-      HIGH
-    </Priority>
-    <Priority ctpid="78">
-      HIGH
-    </Priority>
-    <Priority ctpid="79">
-      HIGH
-    </Priority>
-    <Priority ctpid="80">
-      HIGH
-    </Priority>
-    <Priority ctpid="81">
-      LOW
-    </Priority>
-    <Priority ctpid="82">
-      HIGH
-    </Priority>
-    <Priority ctpid="83">
-      HIGH
-    </Priority>
-    <Priority ctpid="84">
-      HIGH
-    </Priority>
-    <Priority ctpid="85">
-      HIGH
-    </Priority>
-    <Priority ctpid="86">
-      HIGH
-    </Priority>
-    <Priority ctpid="87">
-      LOW
-    </Priority>
-    <Priority ctpid="88">
-      HIGH
-    </Priority>
-    <Priority ctpid="89">
-      HIGH
-    </Priority>
-    <Priority ctpid="90">
-      HIGH
-    </Priority>
-    <Priority ctpid="91">
-      HIGH
-    </Priority>
-    <Priority ctpid="92">
-      HIGH
-    </Priority>
-    <Priority ctpid="93">
-      HIGH
-    </Priority>
-    <Priority ctpid="94">
-      HIGH
-    </Priority>
-    <Priority ctpid="95">
-      HIGH
-    </Priority>
-    <Priority ctpid="96">
-      HIGH
-    </Priority>
-    <Priority ctpid="97">
-      HIGH
-    </Priority>
-    <Priority ctpid="98">
-      HIGH
-    </Priority>
-    <Priority ctpid="99">
-      HIGH
-    </Priority>
-    <Priority ctpid="100">
-      HIGH
-    </Priority>
-    <Priority ctpid="101">
-      HIGH
-    </Priority>
-    <Priority ctpid="102">
-      HIGH
-    </Priority>
-    <Priority ctpid="103">
-      HIGH
-    </Priority>
-    <Priority ctpid="104">
-      HIGH
-    </Priority>
-    <Priority ctpid="105">
-      HIGH
-    </Priority>
-    <Priority ctpid="106">
-      HIGH
-    </Priority>
-    <Priority ctpid="107">
-      HIGH
-    </Priority>
-    <Priority ctpid="108">
-      HIGH
-    </Priority>
-    <Priority ctpid="109">
-      HIGH
-    </Priority>
-    <Priority ctpid="110">
-      HIGH
-    </Priority>
-    <Priority ctpid="111">
-      HIGH
-    </Priority>
-    <Priority ctpid="112">
-      LOW
-    </Priority>
-    <Priority ctpid="113">
-      HIGH
-    </Priority>
-    <Priority ctpid="114">
-      HIGH
-    </Priority>
-    <Priority ctpid="115">
-      LOW
-    </Priority>
-    <Priority ctpid="116">
-      LOW
-    </Priority>
-    <Priority ctpid="117">
-      LOW
-    </Priority>
-    <Priority ctpid="118">
-      LOW
-    </Priority>
-    <Priority ctpid="119">
-      HIGH
-    </Priority>
-    <Priority ctpid="120">
-      HIGH
-    </Priority>
-    <Priority ctpid="121">
-      HIGH
-    </Priority>
-    <Priority ctpid="122">
-      HIGH
-    </Priority>
-    <Priority ctpid="123">
-      HIGH
-    </Priority>
-    <Priority ctpid="124">
-      HIGH
-    </Priority>
-    <Priority ctpid="125">
-      HIGH
-    </Priority>
-    <Priority ctpid="126">
-      HIGH
-    </Priority>
-    <Priority ctpid="127">
-      HIGH
-    </Priority>
-    <Priority ctpid="128">
-      HIGH
-    </Priority>
-    <Priority ctpid="129">
-      LOW
-    </Priority>
-    <Priority ctpid="130">
-      HIGH
-    </Priority>
-    <Priority ctpid="131">
-      LOW
-    </Priority>
-    <Priority ctpid="132">
-      HIGH
-    </Priority>
-    <Priority ctpid="133">
-      LOW
-    </Priority>
-    <Priority ctpid="134">
-      HIGH
-    </Priority>
-    <Priority ctpid="135">
-      LOW
-    </Priority>
-    <Priority ctpid="136">
-      HIGH
-    </Priority>
-    <Priority ctpid="137">
-      LOW
-    </Priority>
-    <Priority ctpid="138">
-      HIGH
-    </Priority>
-    <Priority ctpid="139">
-      LOW
-    </Priority>
-    <Priority ctpid="140">
-      HIGH
-    </Priority>
-    <Priority ctpid="141">
-      HIGH
-    </Priority>
-    <Priority ctpid="142">
-      LOW
-    </Priority>
-    <Priority ctpid="143">
-      HIGH
-    </Priority>
-    <Priority ctpid="144">
-      HIGH
-    </Priority>
-    <Priority ctpid="145">
-      HIGH
-    </Priority>
-    <Priority ctpid="146">
-      HIGH
-    </Priority>
-    <Priority ctpid="147">
-      HIGH
-    </Priority>
-    <Priority ctpid="148">
-      HIGH
-    </Priority>
-    <Priority ctpid="149">
-      HIGH
-    </Priority>
-    <Priority ctpid="150">
-      HIGH
-    </Priority>
-    <Priority ctpid="151">
-      LOW
-    </Priority>
-    <Priority ctpid="152">
-      HIGH
-    </Priority>
-    <Priority ctpid="153">
-      LOW
-    </Priority>
-    <Priority ctpid="154">
-      HIGH
-    </Priority>
-    <Priority ctpid="155">
-      HIGH
-    </Priority>
-    <Priority ctpid="156">
-      HIGH
-    </Priority>
-    <Priority ctpid="157">
-      HIGH
-    </Priority>
-    <Priority ctpid="158">
-      HIGH
-    </Priority>
-    <Priority ctpid="159">
-      HIGH
-    </Priority>
-    <Priority ctpid="160">
-      HIGH
-    </Priority>
-    <Priority ctpid="161">
-      HIGH
-    </Priority>
-    <Priority ctpid="162">
-      HIGH
-    </Priority>
-    <Priority ctpid="163">
-      HIGH
-    </Priority>
-    <Priority ctpid="164">
-      HIGH
-    </Priority>
-    <Priority ctpid="165">
-      HIGH
-    </Priority>
-    <Priority ctpid="166">
-      HIGH
-    </Priority>
-    <Priority ctpid="167">
-      HIGH
-    </Priority>
-    <Priority ctpid="168">
-      HIGH
-    </Priority>
-    <Priority ctpid="169">
-      HIGH
-    </Priority>
-    <Priority ctpid="170">
-      HIGH
-    </Priority>
-    <Priority ctpid="171">
-      HIGH
-    </Priority>
-    <Priority ctpid="172">
-      HIGH
-    </Priority>
-    <Priority ctpid="173">
-      LOW
-    </Priority>
-    <Priority ctpid="174">
-      HIGH
-    </Priority>
-    <Priority ctpid="175">
-      HIGH
-    </Priority>
-    <Priority ctpid="176">
-      HIGH
-    </Priority>
-    <Priority ctpid="177">
-      HIGH
-    </Priority>
-    <Priority ctpid="178">
-      HIGH
-    </Priority>
-    <Priority ctpid="179">
-      HIGH
-    </Priority>
-    <Priority ctpid="180">
-      HIGH
-    </Priority>
-    <Priority ctpid="181">
-      HIGH
-    </Priority>
-    <Priority ctpid="182">
-      HIGH
-    </Priority>
-    <Priority ctpid="183">
-      HIGH
-    </Priority>
-    <Priority ctpid="184">
-      HIGH
-    </Priority>
-    <Priority ctpid="185">
-      HIGH
-    </Priority>
-    <Priority ctpid="186">
-      HIGH
-    </Priority>
-    <Priority ctpid="187">
-      HIGH
-    </Priority>
-    <Priority ctpid="188">
-      HIGH
-    </Priority>
-    <Priority ctpid="189">
-      HIGH
-    </Priority>
-    <Priority ctpid="190">
-      HIGH
-    </Priority>
-    <Priority ctpid="191">
-      HIGH
-    </Priority>
-    <Priority ctpid="192">
-      HIGH
-    </Priority>
-    <Priority ctpid="193">
-      HIGH
-    </Priority>
-    <Priority ctpid="194">
-      HIGH
-    </Priority>
-    <Priority ctpid="195">
-      HIGH
-    </Priority>
-    <Priority ctpid="196">
-      HIGH
-    </Priority>
-    <Priority ctpid="197">
-      HIGH
-    </Priority>
-    <Priority ctpid="198">
-      HIGH
-    </Priority>
-    <Priority ctpid="199">
-      HIGH
-    </Priority>
-    <Priority ctpid="200">
-      HIGH
-    </Priority>
-    <Priority ctpid="201">
-      HIGH
-    </Priority>
-    <Priority ctpid="202">
-      HIGH
-    </Priority>
-    <Priority ctpid="203">
-      HIGH
-    </Priority>
-    <Priority ctpid="204">
-      HIGH
-    </Priority>
-    <Priority ctpid="205">
-      HIGH
-    </Priority>
-    <Priority ctpid="206">
-      HIGH
-    </Priority>
-    <Priority ctpid="207">
-      HIGH
-    </Priority>
-    <Priority ctpid="208">
-      HIGH
-    </Priority>
-    <Priority ctpid="209">
-      HIGH
-    </Priority>
-    <Priority ctpid="210">
-      HIGH
-    </Priority>
-    <Priority ctpid="211">
-      HIGH
-    </Priority>
-    <Priority ctpid="212">
-      HIGH
-    </Priority>
-    <Priority ctpid="213">
-      HIGH
-    </Priority>
-    <Priority ctpid="214">
-      HIGH
-    </Priority>
-    <Priority ctpid="215">
-      HIGH
-    </Priority>
-    <Priority ctpid="216">
-      HIGH
-    </Priority>
-    <Priority ctpid="217">
-      HIGH
-    </Priority>
-    <Priority ctpid="218">
-      HIGH
-    </Priority>
-    <Priority ctpid="219">
-      HIGH
-    </Priority>
-    <Priority ctpid="220">
-      HIGH
-    </Priority>
-    <Priority ctpid="221">
-      HIGH
-    </Priority>
-    <Priority ctpid="222">
-      HIGH
-    </Priority>
-    <Priority ctpid="223">
-      HIGH
-    </Priority>
-    <Priority ctpid="224">
-      HIGH
-    </Priority>
-    <Priority ctpid="225">
-      HIGH
-    </Priority>
-    <Priority ctpid="226">
-      LOW
-    </Priority>
-    <Priority ctpid="227">
-      HIGH
-    </Priority>
-    <Priority ctpid="228">
-      HIGH
-    </Priority>
-    <Priority ctpid="229">
-      HIGH
-    </Priority>
-    <Priority ctpid="230">
-      LOW
-    </Priority>
-    <Priority ctpid="231">
-      HIGH
-    </Priority>
-    <Priority ctpid="232">
-      HIGH
-    </Priority>
-    <Priority ctpid="233">
-      HIGH
-    </Priority>
-    <Priority ctpid="234">
-      HIGH
-    </Priority>
-    <Priority ctpid="235">
-      HIGH
-    </Priority>
-    <Priority ctpid="236">
-      LOW
-    </Priority>
-    <Priority ctpid="237">
-      HIGH
-    </Priority>
-    <Priority ctpid="238">
-      HIGH
-    </Priority>
-    <Priority ctpid="239">
-      HIGH
-    </Priority>
-    <Priority ctpid="240">
-      HIGH
-    </Priority>
-    <Priority ctpid="241">
-      HIGH
-    </Priority>
-    <Priority ctpid="242">
-      HIGH
-    </Priority>
-    <Priority ctpid="243">
-      HIGH
-    </Priority>
-    <Priority ctpid="244">
-      HIGH
-    </Priority>
-    <Priority ctpid="245">
-      HIGH
-    </Priority>
-    <Priority ctpid="246">
-      LOW
-    </Priority>
-    <Priority ctpid="247">
-      HIGH
-    </Priority>
-    <Priority ctpid="248">
-      LOW
-    </Priority>
-    <Priority ctpid="249">
-      HIGH
-    </Priority>
-    <Priority ctpid="250">
-      LOW
-    </Priority>
-    <Priority ctpid="251">
-      HIGH
-    </Priority>
-    <Priority ctpid="252">
-      HIGH
-    </Priority>
-    <Priority ctpid="253">
-      HIGH
-    </Priority>
-    <Priority ctpid="254">
-      HIGH
-    </Priority>
-    <Priority ctpid="255">
-      HIGH
-    </Priority>
-  </PrioritySet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="MBTS_A0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bcdelay="3564" bitnum="1" id="2" mapping="0" name="ZB_EM14" seed="EM14" seed_multi="1" type="ZB" version="1">
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="0" name="NIM28" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM28full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="0" name="ZDC_A" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="5" mapping="0" name="BCM_Comb" type="BCMCMB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="0" name="BCM_AtoC" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="0" name="LUCID_A" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="0" name="BPTX0" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX0full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="9" mapping="1" name="MBTS_C" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="1" name="BPTX1" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX1full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="1" name="LUCID_C" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="1" name="BCM_CtoA" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="1" name="ZDC_C" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="1" name="NIM29" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM29full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="1" name="MBTS_A1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="2" name="BCM_Wide" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="2" name="ZDC_AND" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="2" name="NIM30" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM30full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="2" name="MBTS_A2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="3" name="MBTS_A3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="4" name="MBTS_A4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="5" name="NIMDIR5" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="5" name="MBTS_A5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="8" name="MBTS_A8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="10" name="MBTS_A10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="11" name="MBTS_A11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="12" name="MBTS_A12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="14" name="MBTS_A14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="14" name="NIM_B7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="15" name="MBTS_A15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="15" name="NIM_B7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="16" name="MBTS_C0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="16" name="NIM_A7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="17" name="NIM_A7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="18" name="MBTS_C2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="18" name="NIM_A7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="19" name="MBTS_C3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="19" name="NIM_A7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="20" name="MBTS_C4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="20" name="NIM_B7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="21" name="NIM_B7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="22" name="MBTS_C6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="22" name="NIM_ALFA_LOG" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_ALFA_LOGfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="23" name="MBTS_C7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="24" name="MBTS_C8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="26" name="NIMDIR26" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="27" name="MBTS_C11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="28" name="MBTS_C12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="30" name="MBTS_C14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="31" name="MBTS_C15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="51" mapping="0" name="MBTS_A" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="0" name="XE10" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="0" name="XS15" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="0" name="TE20" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="55" mapping="0" name="JF10" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="56" mapping="0" name="JB10" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="0" name="JE60" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="58" mapping="0" name="J10" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="59" mapping="0" name="HA6" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6full" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="60" mapping="0" name="EM3" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="61" mapping="1" name="MU6" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU6full" phimax="64" phimin="0" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="62" mapping="1" name="EM5" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="63" mapping="1" name="HA8" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8full" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="64" mapping="1" name="J15" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="1" name="JE100" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="66" mapping="1" name="JB30" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="67" mapping="1" name="JF30" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="1" name="TE180" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE180full" phimax="64" phimin="0" priority="0" thresholdval="180" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="69" mapping="1" name="XS20" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="70" mapping="1" name="XE20" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="71" mapping="2" name="MU10" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="72" mapping="2" name="EM7" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM7full" phimax="64" phimin="0" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="73" mapping="2" name="HA11" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11full" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="74" mapping="2" name="J20" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="75" mapping="2" name="JE140" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE140full" phimax="64" phimin="0" priority="0" thresholdval="140" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="2" name="JB50" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="77" mapping="2" name="JF50" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="2" name="TE300" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE300full" phimax="64" phimin="0" priority="0" thresholdval="300" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="79" mapping="2" name="XS25" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="80" mapping="2" name="XE25" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="81" mapping="3" name="MU11" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU11full" phimax="64" phimin="0" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="82" mapping="3" name="EM10" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM10full" phimax="64" phimin="0" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="83" mapping="3" name="HA11I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="5" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11Ifull" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="84" mapping="3" name="J30" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="3" name="JE200" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE200full" phimax="64" phimin="0" priority="0" thresholdval="200" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="86" mapping="3" name="JB75" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="87" mapping="3" name="JF75" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="3" name="TE400" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE400full" phimax="64" phimin="0" priority="0" thresholdval="400" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="3" name="XS30" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="3" name="XE30" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="91" mapping="4" name="MU15" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="92" mapping="4" name="EM12" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM12full" phimax="64" phimin="0" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="93" mapping="4" name="HA15" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA15full" phimax="64" phimin="0" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="94" mapping="4" name="J50" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="4" name="TE500" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="4" name="XS35" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="4" name="XE35" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="98" mapping="5" name="MU20" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="99" mapping="5" name="EM14" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM14full" phimax="64" phimin="0" priority="1" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="100" mapping="5" name="HA20" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="101" mapping="5" name="J75" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J75full" phimax="64" phimin="0" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="5" name="TE600" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE600full" phimax="64" phimin="0" priority="0" thresholdval="600" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="5" name="XS40" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="5" name="XE40" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="105" mapping="6" name="EM16" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM16full" phimax="64" phimin="0" priority="1" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="106" mapping="6" name="HA30" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="107" mapping="6" name="J175" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J175full" phimax="64" phimin="0" priority="0" thresholdval="175" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="6" name="TE700" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE700full" phimax="64" phimin="0" priority="0" thresholdval="700" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="6" name="XS45" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS45full" phimax="64" phimin="0" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="6" name="XE50" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="111" mapping="6" name="MBTS_A6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="7" name="EM30" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="113" mapping="7" name="HA50" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA50full" phimax="64" phimin="0" priority="1" thresholdval="50" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="7" name="J250" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J250full" phimax="64" phimin="0" priority="0" thresholdval="250" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="115" mapping="7" name="TE1000" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1000full" phimax="64" phimin="0" priority="0" thresholdval="1000" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="116" mapping="7" name="XS50" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="7" name="XE60" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="7" name="MBTS_A7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="9" name="MBTS_A9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="13" name="MBTS_A13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="17" name="MBTS_C1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="21" name="MBTS_C5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="25" name="NIMDIR25" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="124" mapping="25" name="MBTS_C9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="125" mapping="26" name="MBTS_C10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="126" mapping="29" name="MBTS_C13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="127" mapping="0" name="MU0" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU0full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name="rand01" rate1="0" rate2="0" seed1="1" seed2="1"/>
-  <Deadtime complex1_level="7" complex1_rate="415" complex2_level="7" complex2_rate="415" name="Physics" simple="5" version="1"/>
-  <BunchGroupSet name="bg_set1" version="1">
-    <BunchGroup internalNumber="0" name="BCRVeto" version="1">
-      <Bunch bunchNumber="2067"/>
-      <Bunch bunchNumber="2068"/>
-      <Bunch bunchNumber="2069"/>
-      <Bunch bunchNumber="2678"/>
-      <Bunch bunchNumber="7"/>
-      <Bunch bunchNumber="1234"/>
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled" version="1">
-      <Bunch bunchNumber="206"/>
-      <Bunch bunchNumber="207"/>
-      <Bunch bunchNumber="208"/>
-      <Bunch bunchNumber="267"/>
-      <Bunch bunchNumber="1"/>
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="EmptyCalib" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="3" name="Empty" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="6" name="EmptyAfterFilled" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="7" name="Unpaired" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01" version="1"/>
-  <MuctpiInfo name="muctpi" version="1">
-    <low_pt>
-      1
-    </low_pt>
-    <high_pt>
-      1
-    </high_pt>
-    <max_cand>
-      13
-    </max_cand>
-  </MuctpiInfo>
-  <CaloInfo global_scale="1.0" name="CaloInfo" version="1">
-    <JetWeight num="1">
-      13
-    </JetWeight>
-    <JetWeight num="2">
-      5
-    </JetWeight>
-    <JetWeight num="3">
-      7
-    </JetWeight>
-    <JetWeight num="4">
-      15
-    </JetWeight>
-    <JetWeight num="5">
-      23
-    </JetWeight>
-    <JetWeight num="6">
-      62
-    </JetWeight>
-    <JetWeight num="7">
-      88
-    </JetWeight>
-    <JetWeight num="8">
-      99
-    </JetWeight>
-    <JetWeight num="9">
-      0
-    </JetWeight>
-    <JetWeight num="10">
-      0
-    </JetWeight>
-    <JetWeight num="11">
-      0
-    </JetWeight>
-    <JetWeight num="12">
-      0
-    </JetWeight>
-    <METSignificance teSqrtMax="63" teSqrtMin="4" xeMax="63" xeMin="11" xsSigmaOffset="1280" xsSigmaScale="1120"/>
-  </CaloInfo>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_L1_alfa_v2.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_L1_alfa_v2.xml
deleted file mode 100644
index ddeceb66f20a983192b9c34179010ca0d3b1b5e6..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_L1_alfa_v2.xml
+++ /dev/null
@@ -1,4611 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config id="1" name="L1_alfa_v2">
-  <!--File is auto-generated by python config class, may be overwritten-->
-  <!--No. L1 thresholds defined: 138-->
-  <!--No. L1 items defined: 214-->
-  <TriggerMenu id="1" name="L1_alfa_v2" phase="lumi" version="1">
-    <TriggerItem comment="" ctpid="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="1" definition="(EM6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="2" definition="(EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="3" definition="(EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="4" definition="(EM14VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="5" definition="(EM16VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16VH_x1" triggerthreshold="EM16VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="6" definition="(EM18VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM18VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="7" definition="(EM30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM30_x1" triggerthreshold="EM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="78" definition="(EM30[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_EM30_BGRP7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM30_x1" triggerthreshold="EM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="8" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="9" definition="(EM6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM6_x2" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="11" definition="(EM10VH[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="12" definition="(EM12[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM12_x2" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="13" definition="(EM3[x2]&amp;EM6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_EM6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="14" definition="(EM6[x2]&amp;EM16VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM6_EM16VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM6_x2" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="EM16VH_x1" triggerthreshold="EM16VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="16" definition="(EM6[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM6_x3" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="17" definition="(EM6[x3]&amp;EM14VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM6_EM14VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM6_x3" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="18" definition="(J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="19" definition="(J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="20" definition="(J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="21" definition="(J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="22" definition="(J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="23" definition="(J100[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J100" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="24" definition="(J350[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J350" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J350_x1" triggerthreshold="J350"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="25" definition="(J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="26" definition="(J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="27" definition="(J50[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="28" definition="(J75[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J75_x3" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="29" definition="(J10[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="30" definition="(J15[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="31" definition="(J20[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="32" definition="(J30[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J30_x4" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="33" definition="(J15[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J15_x5" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="34" definition="(J10[x6]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_6J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="6" name="J10_x6" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="35" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="36" definition="((JF75[x1]|JB75[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ75" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF75_x1" triggerthreshold="JF75"/>
-          <TriggerCondition multi="1" name="JB75_x1" triggerthreshold="JB75"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="37" definition="(JF30[x1]&amp;JB30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-        <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="38" definition="(JF50[x1]&amp;JB50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-        <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="39" definition="(XS30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="40" definition="(XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS45" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="41" definition="(XS50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="42" definition="(XS60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="43" definition="(XS65[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS65" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS65_x1" triggerthreshold="XS65"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="44" definition="(XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="45" definition="(XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="46" definition="(XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="47" definition="(XE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="48" definition="(XE60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="49" definition="(XE70[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE70" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE70_x1" triggerthreshold="XE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="50" definition="(JE140[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE140" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE140_x1" triggerthreshold="JE140"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="51" definition="(JE350[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE350" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE350_x1" triggerthreshold="JE350"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="52" definition="(JE200[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE200" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE200_x1" triggerthreshold="JE200"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="53" definition="(JE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE500" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE500_x1" triggerthreshold="JE500"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="54" definition="(TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="55" definition="(TE300[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE300" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE300_x1" triggerthreshold="TE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="56" definition="(TE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE500" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE500_x1" triggerthreshold="TE500"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="57" definition="(TE700[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE700" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE700_x1" triggerthreshold="TE700"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="58" definition="(TE800[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE800" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE800_x1" triggerthreshold="TE800"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="59" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_TAU8_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="60" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU11_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="61" definition="(J10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="62" definition="(J10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="63" definition="(J10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="64" definition="(J10[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J10_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="65" definition="(J30[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="66" definition="(J30[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="67" definition="(J30[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J30_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="68" definition="(J30[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J30_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="69" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_FJ30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="70" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_FJ30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="71" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_FJ30_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="73" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM3_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="74" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_EM3_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="75" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM3_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="76" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_EM3_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="77" definition="(EM6[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM6_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="100" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ALFA_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="101" definition="(NIM_ALFA_LOG_OD[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ALFA_EMPTY_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_OD_x1" triggerthreshold="NIM_ALFA_LOG_OD"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="102" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ALFA_BGRP7" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="103" definition="(NIM_ALFA_LOG_OD[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ALFA_BGRP7_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_OD_x1" triggerthreshold="NIM_ALFA_LOG_OD"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="104" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;!(NIM_B7L1L[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST1" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="105" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;!(NIM_B7L1U[x1]|NIM_A7L1U[x1]|NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST2" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="106" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST11" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="107" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST12" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="108" definition="((NIM_B7L1U[x1]|NIM_A7L1U[x1])&amp;(NIM_A7R1L[x1]&amp;NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST13" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        </OR>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="109" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;(NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST14" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="110" definition="((NIM_B7L1U[x1]|NIM_A7L1U[x1])&amp;(NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST15" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="111" definition="((NIM_B7L1L[x1]|NIM_A7L1L[x1])&amp;(NIM_A7R1U[x1]&amp;NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST16" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        </OR>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="112" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;(NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST17" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="113" definition="((NIM_B7L1L[x1]|NIM_A7L1L[x1])&amp;(NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ELAST18" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="114" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;!(NIM_B7L1L[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF1" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="115" definition="(NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF2" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="116" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_A7L1U[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF3" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="117" definition="(NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;!(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF4" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="118" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF5" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="119" definition="(NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF6" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="120" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF7" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="121" definition="(NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SDIFF8" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="122" definition="(NIM_B7L1U[x1]&amp;NIM_B7L1L[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7L1L[x1]&amp;!(NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOW1" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="123" definition="(NIM_A7R1U[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1U[x1]&amp;NIM_B7R1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOW2" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="124" definition="(NIM_B7L1U[x1]&amp;NIM_B7L1L[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7L1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOW3" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="125" definition="(NIM_A7R1U[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1U[x1]&amp;NIM_B7R1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOW4" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="126" definition="(NIM_B7L1U[x1]&amp;NIM_B7L1L[x1]&amp;!(NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST1" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="127" definition="(NIM_A7L1U[x1]&amp;NIM_A7L1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST2" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="128" definition="(NIM_A7R1U[x1]&amp;NIM_A7R1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST3" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="129" definition="(NIM_B7R1U[x1]&amp;NIM_B7R1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST4" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="130" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;!(NIM_B7L1L[x1]|NIM_A7L1L[x1]|NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST9" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="131" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;!(NIM_B7L1U[x1]|NIM_A7L1U[x1]|NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST10" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="132" definition="(NIM_B7L1U[x1]&amp;NIM_A7L1U[x1]&amp;NIM_A7R1U[x1]&amp;NIM_B7R1U[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST11" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="133" definition="(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]&amp;NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST12" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="134" definition="((NIM_B7L1U[x1]|NIM_A7L1U[x1])&amp;(NIM_A7R1U[x1]|NIM_B7R1U[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST17" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="135" definition="((NIM_B7L1L[x1]|NIM_A7L1L[x1])&amp;(NIM_A7R1L[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SYST18" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="137" definition="(NIM_B7L1U[x1]&amp;NIM_B7L1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOWSYST1" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="138" definition="(NIM_A7L1U[x1]&amp;NIM_A7L1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOWSYST2" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="139" definition="(NIM_A7R1U[x1]&amp;NIM_A7R1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOWSYST3" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="140" definition="(NIM_B7R1U[x1]&amp;NIM_B7R1L[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOWSYST4" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="141" definition="((NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1])&amp;(NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_SHOWSYST5" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="142" definition="((NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ALFA_ANY" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="143" definition="((NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ALFA_ANY_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="144" definition="((NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_ALFA_ANY_FIRSTEMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="145" definition="((NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ALFA_ANY_UNPAIRED_ISO" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="146" definition="((NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_ALFA_ANY_UNPAIRED_NONISO" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="147" definition="(NIM_A7L1U_OD[x1]&amp;BGRP0)" group="0" name="L1_ALFA_A7L1U_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7L1U_OD_x1" triggerthreshold="NIM_A7L1U_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="148" definition="(NIM_A7L1L_OD[x1]&amp;BGRP0)" group="0" name="L1_ALFA_A7L1L_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7L1L_OD_x1" triggerthreshold="NIM_A7L1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="149" definition="(NIM_A7R1U_OD[x1]&amp;BGRP0)" group="0" name="L1_ALFA_A7R1U_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1U_OD_x1" triggerthreshold="NIM_A7R1U_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="150" definition="(NIM_A7R1L_OD[x1]&amp;BGRP0)" group="0" name="L1_ALFA_A7R1L_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1L_OD_x1" triggerthreshold="NIM_A7R1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="151" definition="(NIM_B7L1U_OD[x1]&amp;BGRP0)" group="0" name="L1_ALFA_B7L1U_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_OD_x1" triggerthreshold="NIM_B7L1U_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="152" definition="(NIM_B7L1L_OD[x1]&amp;BGRP0)" group="0" name="L1_ALFA_B7L1L_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_OD_x1" triggerthreshold="NIM_B7L1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="153" definition="(NIM_B7R1U_OD[x1]&amp;BGRP0)" group="0" name="L1_ALFA_B7R1U_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7R1U_OD_x1" triggerthreshold="NIM_B7R1U_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="154" definition="(NIM_B7R1L_OD[x1]&amp;BGRP0)" group="0" name="L1_ALFA_B7R1L_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7R1L_OD_x1" triggerthreshold="NIM_B7R1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="155" definition="(NIM_A7L1U_OD[x1]&amp;NIM_A7L1L_OD[x1]&amp;BGRP0)" group="0" name="L1_ALFA_A7L1_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7L1U_OD_x1" triggerthreshold="NIM_A7L1U_OD"/>
-        <TriggerCondition multi="1" name="NIM_A7L1L_OD_x1" triggerthreshold="NIM_A7L1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="156" definition="(NIM_A7R1U_OD[x1]&amp;NIM_A7R1L_OD[x1]&amp;BGRP0)" group="0" name="L1_ALFA_A7R1_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1U_OD_x1" triggerthreshold="NIM_A7R1U_OD"/>
-        <TriggerCondition multi="1" name="NIM_A7R1L_OD_x1" triggerthreshold="NIM_A7R1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="157" definition="(NIM_B7L1U_OD[x1]&amp;NIM_B7L1L_OD[x1]&amp;BGRP0)" group="0" name="L1_ALFA_B7L1_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_OD_x1" triggerthreshold="NIM_B7L1U_OD"/>
-        <TriggerCondition multi="1" name="NIM_B7L1L_OD_x1" triggerthreshold="NIM_B7L1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="158" definition="(NIM_B7R1U_OD[x1]&amp;NIM_B7R1L_OD[x1]&amp;BGRP0)" group="0" name="L1_ALFA_B7R1_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7R1U_OD_x1" triggerthreshold="NIM_B7R1U_OD"/>
-        <TriggerCondition multi="1" name="NIM_B7R1L_OD_x1" triggerthreshold="NIM_B7R1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="159" definition="(NIM_B7L1U[x1]&amp;BGRP0)" group="0" name="L1_ALFA_B7L1U" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="160" definition="(NIM_B7L1L[x1]&amp;BGRP0)" group="0" name="L1_ALFA_B7L1L" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="161" definition="(NIM_A7L1U[x1]&amp;BGRP0)" group="0" name="L1_ALFA_A7L1U" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="162" definition="(NIM_A7L1L[x1]&amp;BGRP0)" group="0" name="L1_ALFA_A7L1L" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="163" definition="(NIM_A7R1U[x1]&amp;BGRP0)" group="0" name="L1_ALFA_A7R1U" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="164" definition="(NIM_A7R1L[x1]&amp;BGRP0)" group="0" name="L1_ALFA_A7R1L" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="165" definition="(NIM_B7R1U[x1]&amp;BGRP0)" group="0" name="L1_ALFA_B7R1U" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="166" definition="(NIM_B7R1L[x1]&amp;BGRP0)" group="0" name="L1_ALFA_B7R1L" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="167" definition="((NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ALFA_B1_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="168" definition="((NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ALFA_B2_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="169" definition="(MBTS_A[x2]&amp;((NIM_A7R1U[x1]&amp;NIM_B7R1U[x1])|(NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]))&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2_A_ALFA_C" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="170" definition="(MBTS_C[x2]&amp;((NIM_A7L1U[x1]&amp;NIM_B7L1U[x1])|(NIM_A7L1L[x1]&amp;NIM_B7L1L[x1]))&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2_C_ALFA_A" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="171" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2_ALFA" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="178" definition="(MBTS_A[x1]&amp;((NIM_A7R1U[x1]&amp;NIM_B7R1U[x1])|(NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]))&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1_A_ALFA_C" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="179" definition="(MBTS_C[x1]&amp;((NIM_A7L1U[x1]&amp;NIM_B7L1U[x1])|(NIM_A7L1L[x1]&amp;NIM_B7L1L[x1]))&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1_C_ALFA_A" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="180" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_ALFA_UNPAIRED_ISO" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="172" definition="(LUCID_A[x1]&amp;((NIM_A7R1U[x1]&amp;NIM_B7R1U[x1])|(NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]))&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A_ALFA_C" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="173" definition="(LUCID_C[x1]&amp;((NIM_A7L1U[x1]&amp;NIM_B7L1U[x1])|(NIM_A7L1L[x1]&amp;NIM_B7L1L[x1]))&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_C_ALFA_A" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="174" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_ALFA" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="175" definition="(ZDC_A[x1]&amp;((NIM_A7R1U[x1]&amp;NIM_B7R1U[x1])|(NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]))&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_ALFA_C" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="176" definition="(ZDC_C[x1]&amp;((NIM_A7L1U[x1]&amp;NIM_B7L1U[x1])|(NIM_A7L1L[x1]&amp;NIM_B7L1L[x1]))&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_C_ALFA_A" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="177" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_ALFA" trigger_type="11000000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="187" definition="(EM3[x1]&amp;(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_ALFA_ANY" trigger_type="11000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="189" definition="(EM3[x1]&amp;MBTS_C[x1]&amp;((NIM_B7L1U[x1]&amp;NIM_A7L1U[x1])|(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]))&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_ALFA_MBTS_C" trigger_type="11100100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="188" definition="(EM3[x1]&amp;MBTS_A[x1]&amp;((NIM_B7R1U[x1]&amp;NIM_A7R1U[x1])|(NIM_B7R1L[x1]&amp;NIM_A7R1L[x1]))&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_ALFA_MBTS_A" trigger_type="11100100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="190" definition="(EM3[x1]&amp;(NIM_B7L1U[x1]|NIM_B7L1L[x1]|NIM_A7L1U[x1]|NIM_A7L1L[x1]|NIM_A7R1U[x1]|NIM_A7R1L[x1]|NIM_B7R1U[x1]|NIM_B7R1L[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM3_ALFA_ANY_UNPAIRED_ISO" trigger_type="11000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <OR>
-          <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="10" definition="(EM3[x1]&amp;MBTS_C[x1]&amp;((NIM_B7L1U[x1]&amp;NIM_A7L1U[x1])|(NIM_B7L1L[x1]&amp;NIM_A7L1L[x1]))&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM3_ALFA_MBTS_C_UNPAIRED_ISO" trigger_type="11100100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="191" definition="(EM3[x1]&amp;MBTS_A[x1]&amp;((NIM_B7R1U[x1]&amp;NIM_A7R1U[x1])|(NIM_B7R1L[x1]&amp;NIM_A7R1L[x1]))&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM3_ALFA_MBTS_A_UNPAIRED_ISO" trigger_type="11100100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="212" definition="(BPTX0[x1]&amp;BGRP0)" group="0" name="L1_BPTX0_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="213" definition="(BPTX1[x1]&amp;BGRP0)" group="0" name="L1_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="214" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_L1A_Mon" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="215" definition="BGRP1" group="0" name="L1_BGRP1_ALFA_BGT" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP1"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="216" definition="BGRP4" group="0" name="L1_BGRP4_ALFA_BGT" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP4"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="217" definition="BGRP7" group="0" name="L1_BGRP7_ALFA_BGT" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP7"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="211" definition="BGRP7" group="0" name="L1_BGRP7" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP7"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="218" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="219" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="220" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="221" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="222" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD0_EMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="223" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD0_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="224" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_RD0_FIRSTEMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="225" definition="(RNDM0&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_RD0_UNPAIRED_ISO" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="226" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD1_EMPTY" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="227" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD1_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="228" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_TRT" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="229" definition="(ZB_EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZB" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM12_x1" triggerthreshold="ZB_EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="230" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="231" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="232" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="233" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_COMM" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="234" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_COMM_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="235" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_COMM_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="136" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="237" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="238" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="239" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="240" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_LUCID_A_C_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="241" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="242" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="243" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_4_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="244" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="210" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="245" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MBTS_2_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="246" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_Wide_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="247" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_Wide_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="248" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_BCM_Wide_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="249" definition="(BCM_Wide[x1]&amp;BGRP0)" group="0" name="L1_BCM_Wide_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="250" definition="(BCM_Comb[x7]&amp;BGRP0)" group="0" name="L1_BCM_HT_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="251" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" group="0" name="L1_BCM_AC_CA_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="252" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_AC_CA_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="253" definition="(NIM28[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ0" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="254" definition="(NIM29[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ1" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="255" definition="(NIM30[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ2" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="181" definition="(LUCID_A[x1]&amp;((NIM_A7R1U[x1]&amp;NIM_B7R1U[x1])|(NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]))&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_A_ALFA_C_UNPAIRED_ISO" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="182" definition="(LUCID_C[x1]&amp;((NIM_A7L1U[x1]&amp;NIM_B7L1U[x1])|(NIM_A7L1L[x1]&amp;NIM_B7L1L[x1]))&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_C_ALFA_A_UNPAIRED_ISO" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="183" definition="(MBTS_C[x2]&amp;((NIM_A7L1U[x1]&amp;NIM_B7L1U[x1])|(NIM_A7L1L[x1]&amp;NIM_B7L1L[x1]))&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_C_ALFA_A_UNPAIRED_ISO" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="184" definition="(MBTS_A[x2]&amp;((NIM_A7R1U[x1]&amp;NIM_B7R1U[x1])|(NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]))&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_A_ALFA_C_UNPAIRED_ISO" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="185" definition="(MBTS_C[x1]&amp;((NIM_A7L1U[x1]&amp;NIM_B7L1U[x1])|(NIM_A7L1L[x1]&amp;NIM_B7L1L[x1]))&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_C_ALFA_A_UNPAIRED_ISO" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7L1U_x1" triggerthreshold="NIM_A7L1U"/>
-            <TriggerCondition multi="1" name="NIM_B7L1U_x1" triggerthreshold="NIM_B7L1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7L1L_x1" triggerthreshold="NIM_A7L1L"/>
-            <TriggerCondition multi="1" name="NIM_B7L1L_x1" triggerthreshold="NIM_B7L1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="186" definition="(MBTS_A[x1]&amp;((NIM_A7R1U[x1]&amp;NIM_B7R1U[x1])|(NIM_A7R1L[x1]&amp;NIM_B7R1L[x1]))&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_A_ALFA_C_UNPAIRED_ISO" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7R1U_x1" triggerthreshold="NIM_A7R1U"/>
-            <TriggerCondition multi="1" name="NIM_B7R1U_x1" triggerthreshold="NIM_B7R1U"/>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="NIM_A7R1L_x1" triggerthreshold="NIM_A7R1L"/>
-            <TriggerCondition multi="1" name="NIM_B7R1L_x1" triggerthreshold="NIM_B7R1L"/>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="L1_alfa_v2_default_prescale" version="1">
-    <Prescale ctpid="0" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="1" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="2" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="3" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="4" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="5" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="6" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="7" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="8" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="9" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="10" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="11" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="12" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="13" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="14" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="15" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="16" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="17" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="18" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="19" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="20" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="21" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="22" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="23" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="24" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="25" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="26" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="27" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="28" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="29" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="30" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="31" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="32" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="33" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="34" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="35" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="36" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="37" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="38" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="39" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="40" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="41" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="42" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="43" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="44" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="45" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="46" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="47" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="48" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="49" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="50" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="51" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="52" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="53" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="54" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="55" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="56" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="57" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="58" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="59" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="60" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="61" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="62" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="63" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="64" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="65" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="66" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="67" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="68" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="69" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="70" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="71" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="72" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="73" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="74" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="75" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="76" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="77" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="78" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="79" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="80" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="81" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="82" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="83" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="84" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="85" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="86" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="87" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="88" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="89" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="90" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="91" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="92" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="93" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="94" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="95" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="96" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="97" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="98" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="99" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="100" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="101" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="102" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="103" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="104" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="105" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="106" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="107" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="108" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="109" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="110" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="111" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="112" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="113" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="114" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="115" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="116" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="117" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="118" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="119" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="120" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="121" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="122" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="123" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="124" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="125" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="126" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="127" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="128" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="129" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="130" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="131" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="132" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="133" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="134" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="135" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="136" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="137" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="138" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="139" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="140" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="141" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="142" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="143" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="144" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="145" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="146" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="147" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="148" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="149" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="150" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="151" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="152" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="153" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="154" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="155" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="156" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="157" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="158" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="159" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="160" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="161" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="162" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="163" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="164" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="165" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="166" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="167" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="168" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="169" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="170" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="171" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="172" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="173" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="174" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="175" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="176" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="177" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="178" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="179" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="180" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="181" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="182" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="183" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="184" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="185" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="186" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="187" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="188" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="189" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="190" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="191" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="192" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="193" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="194" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="195" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="196" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="197" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="198" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="199" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="200" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="201" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="202" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="203" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="204" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="205" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="206" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="207" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="208" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="209" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="210" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="211" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="212" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="213" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="214" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="215" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="216" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="217" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="218" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="219" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="220" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="221" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="222" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="223" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="224" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="225" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="226" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="227" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="228" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="229" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="230" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="231" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="232" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="233" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="234" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="235" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="236" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="237" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="238" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="239" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="240" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="241" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="242" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="243" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="244" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="245" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="246" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="247" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="248" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="249" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="250" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="251" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="252" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="253" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="254" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="255" d="0" m="0" n="1">
-      1
-    </Prescale>
-  </PrescaleSet>
-  <PrioritySet name="standard" version="1">
-    <Priority ctpid="0">
-      HIGH
-    </Priority>
-    <Priority ctpid="1">
-      HIGH
-    </Priority>
-    <Priority ctpid="2">
-      HIGH
-    </Priority>
-    <Priority ctpid="3">
-      HIGH
-    </Priority>
-    <Priority ctpid="4">
-      HIGH
-    </Priority>
-    <Priority ctpid="5">
-      HIGH
-    </Priority>
-    <Priority ctpid="6">
-      HIGH
-    </Priority>
-    <Priority ctpid="7">
-      HIGH
-    </Priority>
-    <Priority ctpid="8">
-      HIGH
-    </Priority>
-    <Priority ctpid="9">
-      HIGH
-    </Priority>
-    <Priority ctpid="10">
-      HIGH
-    </Priority>
-    <Priority ctpid="11">
-      HIGH
-    </Priority>
-    <Priority ctpid="12">
-      HIGH
-    </Priority>
-    <Priority ctpid="13">
-      HIGH
-    </Priority>
-    <Priority ctpid="14">
-      HIGH
-    </Priority>
-    <Priority ctpid="15">
-      LOW
-    </Priority>
-    <Priority ctpid="16">
-      HIGH
-    </Priority>
-    <Priority ctpid="17">
-      HIGH
-    </Priority>
-    <Priority ctpid="18">
-      HIGH
-    </Priority>
-    <Priority ctpid="19">
-      HIGH
-    </Priority>
-    <Priority ctpid="20">
-      HIGH
-    </Priority>
-    <Priority ctpid="21">
-      HIGH
-    </Priority>
-    <Priority ctpid="22">
-      HIGH
-    </Priority>
-    <Priority ctpid="23">
-      HIGH
-    </Priority>
-    <Priority ctpid="24">
-      HIGH
-    </Priority>
-    <Priority ctpid="25">
-      HIGH
-    </Priority>
-    <Priority ctpid="26">
-      HIGH
-    </Priority>
-    <Priority ctpid="27">
-      HIGH
-    </Priority>
-    <Priority ctpid="28">
-      HIGH
-    </Priority>
-    <Priority ctpid="29">
-      HIGH
-    </Priority>
-    <Priority ctpid="30">
-      HIGH
-    </Priority>
-    <Priority ctpid="31">
-      HIGH
-    </Priority>
-    <Priority ctpid="32">
-      HIGH
-    </Priority>
-    <Priority ctpid="33">
-      HIGH
-    </Priority>
-    <Priority ctpid="34">
-      HIGH
-    </Priority>
-    <Priority ctpid="35">
-      HIGH
-    </Priority>
-    <Priority ctpid="36">
-      HIGH
-    </Priority>
-    <Priority ctpid="37">
-      HIGH
-    </Priority>
-    <Priority ctpid="38">
-      HIGH
-    </Priority>
-    <Priority ctpid="39">
-      HIGH
-    </Priority>
-    <Priority ctpid="40">
-      HIGH
-    </Priority>
-    <Priority ctpid="41">
-      HIGH
-    </Priority>
-    <Priority ctpid="42">
-      HIGH
-    </Priority>
-    <Priority ctpid="43">
-      HIGH
-    </Priority>
-    <Priority ctpid="44">
-      HIGH
-    </Priority>
-    <Priority ctpid="45">
-      HIGH
-    </Priority>
-    <Priority ctpid="46">
-      HIGH
-    </Priority>
-    <Priority ctpid="47">
-      HIGH
-    </Priority>
-    <Priority ctpid="48">
-      HIGH
-    </Priority>
-    <Priority ctpid="49">
-      HIGH
-    </Priority>
-    <Priority ctpid="50">
-      HIGH
-    </Priority>
-    <Priority ctpid="51">
-      HIGH
-    </Priority>
-    <Priority ctpid="52">
-      HIGH
-    </Priority>
-    <Priority ctpid="53">
-      HIGH
-    </Priority>
-    <Priority ctpid="54">
-      HIGH
-    </Priority>
-    <Priority ctpid="55">
-      HIGH
-    </Priority>
-    <Priority ctpid="56">
-      HIGH
-    </Priority>
-    <Priority ctpid="57">
-      HIGH
-    </Priority>
-    <Priority ctpid="58">
-      HIGH
-    </Priority>
-    <Priority ctpid="59">
-      HIGH
-    </Priority>
-    <Priority ctpid="60">
-      HIGH
-    </Priority>
-    <Priority ctpid="61">
-      HIGH
-    </Priority>
-    <Priority ctpid="62">
-      HIGH
-    </Priority>
-    <Priority ctpid="63">
-      HIGH
-    </Priority>
-    <Priority ctpid="64">
-      HIGH
-    </Priority>
-    <Priority ctpid="65">
-      HIGH
-    </Priority>
-    <Priority ctpid="66">
-      HIGH
-    </Priority>
-    <Priority ctpid="67">
-      HIGH
-    </Priority>
-    <Priority ctpid="68">
-      HIGH
-    </Priority>
-    <Priority ctpid="69">
-      HIGH
-    </Priority>
-    <Priority ctpid="70">
-      HIGH
-    </Priority>
-    <Priority ctpid="71">
-      HIGH
-    </Priority>
-    <Priority ctpid="72">
-      LOW
-    </Priority>
-    <Priority ctpid="73">
-      HIGH
-    </Priority>
-    <Priority ctpid="74">
-      HIGH
-    </Priority>
-    <Priority ctpid="75">
-      HIGH
-    </Priority>
-    <Priority ctpid="76">
-      HIGH
-    </Priority>
-    <Priority ctpid="77">
-      HIGH
-    </Priority>
-    <Priority ctpid="78">
-      HIGH
-    </Priority>
-    <Priority ctpid="79">
-      LOW
-    </Priority>
-    <Priority ctpid="80">
-      LOW
-    </Priority>
-    <Priority ctpid="81">
-      LOW
-    </Priority>
-    <Priority ctpid="82">
-      LOW
-    </Priority>
-    <Priority ctpid="83">
-      LOW
-    </Priority>
-    <Priority ctpid="84">
-      LOW
-    </Priority>
-    <Priority ctpid="85">
-      LOW
-    </Priority>
-    <Priority ctpid="86">
-      LOW
-    </Priority>
-    <Priority ctpid="87">
-      LOW
-    </Priority>
-    <Priority ctpid="88">
-      LOW
-    </Priority>
-    <Priority ctpid="89">
-      LOW
-    </Priority>
-    <Priority ctpid="90">
-      LOW
-    </Priority>
-    <Priority ctpid="91">
-      LOW
-    </Priority>
-    <Priority ctpid="92">
-      LOW
-    </Priority>
-    <Priority ctpid="93">
-      LOW
-    </Priority>
-    <Priority ctpid="94">
-      LOW
-    </Priority>
-    <Priority ctpid="95">
-      LOW
-    </Priority>
-    <Priority ctpid="96">
-      LOW
-    </Priority>
-    <Priority ctpid="97">
-      LOW
-    </Priority>
-    <Priority ctpid="98">
-      LOW
-    </Priority>
-    <Priority ctpid="99">
-      LOW
-    </Priority>
-    <Priority ctpid="100">
-      HIGH
-    </Priority>
-    <Priority ctpid="101">
-      HIGH
-    </Priority>
-    <Priority ctpid="102">
-      HIGH
-    </Priority>
-    <Priority ctpid="103">
-      HIGH
-    </Priority>
-    <Priority ctpid="104">
-      HIGH
-    </Priority>
-    <Priority ctpid="105">
-      HIGH
-    </Priority>
-    <Priority ctpid="106">
-      HIGH
-    </Priority>
-    <Priority ctpid="107">
-      HIGH
-    </Priority>
-    <Priority ctpid="108">
-      HIGH
-    </Priority>
-    <Priority ctpid="109">
-      HIGH
-    </Priority>
-    <Priority ctpid="110">
-      HIGH
-    </Priority>
-    <Priority ctpid="111">
-      HIGH
-    </Priority>
-    <Priority ctpid="112">
-      HIGH
-    </Priority>
-    <Priority ctpid="113">
-      HIGH
-    </Priority>
-    <Priority ctpid="114">
-      HIGH
-    </Priority>
-    <Priority ctpid="115">
-      HIGH
-    </Priority>
-    <Priority ctpid="116">
-      HIGH
-    </Priority>
-    <Priority ctpid="117">
-      HIGH
-    </Priority>
-    <Priority ctpid="118">
-      HIGH
-    </Priority>
-    <Priority ctpid="119">
-      HIGH
-    </Priority>
-    <Priority ctpid="120">
-      HIGH
-    </Priority>
-    <Priority ctpid="121">
-      HIGH
-    </Priority>
-    <Priority ctpid="122">
-      HIGH
-    </Priority>
-    <Priority ctpid="123">
-      HIGH
-    </Priority>
-    <Priority ctpid="124">
-      HIGH
-    </Priority>
-    <Priority ctpid="125">
-      HIGH
-    </Priority>
-    <Priority ctpid="126">
-      HIGH
-    </Priority>
-    <Priority ctpid="127">
-      HIGH
-    </Priority>
-    <Priority ctpid="128">
-      HIGH
-    </Priority>
-    <Priority ctpid="129">
-      HIGH
-    </Priority>
-    <Priority ctpid="130">
-      HIGH
-    </Priority>
-    <Priority ctpid="131">
-      HIGH
-    </Priority>
-    <Priority ctpid="132">
-      HIGH
-    </Priority>
-    <Priority ctpid="133">
-      HIGH
-    </Priority>
-    <Priority ctpid="134">
-      HIGH
-    </Priority>
-    <Priority ctpid="135">
-      HIGH
-    </Priority>
-    <Priority ctpid="136">
-      HIGH
-    </Priority>
-    <Priority ctpid="137">
-      HIGH
-    </Priority>
-    <Priority ctpid="138">
-      HIGH
-    </Priority>
-    <Priority ctpid="139">
-      HIGH
-    </Priority>
-    <Priority ctpid="140">
-      HIGH
-    </Priority>
-    <Priority ctpid="141">
-      HIGH
-    </Priority>
-    <Priority ctpid="142">
-      HIGH
-    </Priority>
-    <Priority ctpid="143">
-      HIGH
-    </Priority>
-    <Priority ctpid="144">
-      HIGH
-    </Priority>
-    <Priority ctpid="145">
-      HIGH
-    </Priority>
-    <Priority ctpid="146">
-      HIGH
-    </Priority>
-    <Priority ctpid="147">
-      HIGH
-    </Priority>
-    <Priority ctpid="148">
-      HIGH
-    </Priority>
-    <Priority ctpid="149">
-      HIGH
-    </Priority>
-    <Priority ctpid="150">
-      HIGH
-    </Priority>
-    <Priority ctpid="151">
-      HIGH
-    </Priority>
-    <Priority ctpid="152">
-      HIGH
-    </Priority>
-    <Priority ctpid="153">
-      HIGH
-    </Priority>
-    <Priority ctpid="154">
-      HIGH
-    </Priority>
-    <Priority ctpid="155">
-      HIGH
-    </Priority>
-    <Priority ctpid="156">
-      HIGH
-    </Priority>
-    <Priority ctpid="157">
-      HIGH
-    </Priority>
-    <Priority ctpid="158">
-      HIGH
-    </Priority>
-    <Priority ctpid="159">
-      HIGH
-    </Priority>
-    <Priority ctpid="160">
-      HIGH
-    </Priority>
-    <Priority ctpid="161">
-      HIGH
-    </Priority>
-    <Priority ctpid="162">
-      HIGH
-    </Priority>
-    <Priority ctpid="163">
-      HIGH
-    </Priority>
-    <Priority ctpid="164">
-      HIGH
-    </Priority>
-    <Priority ctpid="165">
-      HIGH
-    </Priority>
-    <Priority ctpid="166">
-      HIGH
-    </Priority>
-    <Priority ctpid="167">
-      HIGH
-    </Priority>
-    <Priority ctpid="168">
-      HIGH
-    </Priority>
-    <Priority ctpid="169">
-      HIGH
-    </Priority>
-    <Priority ctpid="170">
-      HIGH
-    </Priority>
-    <Priority ctpid="171">
-      HIGH
-    </Priority>
-    <Priority ctpid="172">
-      HIGH
-    </Priority>
-    <Priority ctpid="173">
-      HIGH
-    </Priority>
-    <Priority ctpid="174">
-      HIGH
-    </Priority>
-    <Priority ctpid="175">
-      HIGH
-    </Priority>
-    <Priority ctpid="176">
-      HIGH
-    </Priority>
-    <Priority ctpid="177">
-      HIGH
-    </Priority>
-    <Priority ctpid="178">
-      HIGH
-    </Priority>
-    <Priority ctpid="179">
-      HIGH
-    </Priority>
-    <Priority ctpid="180">
-      HIGH
-    </Priority>
-    <Priority ctpid="181">
-      HIGH
-    </Priority>
-    <Priority ctpid="182">
-      HIGH
-    </Priority>
-    <Priority ctpid="183">
-      HIGH
-    </Priority>
-    <Priority ctpid="184">
-      HIGH
-    </Priority>
-    <Priority ctpid="185">
-      HIGH
-    </Priority>
-    <Priority ctpid="186">
-      HIGH
-    </Priority>
-    <Priority ctpid="187">
-      HIGH
-    </Priority>
-    <Priority ctpid="188">
-      HIGH
-    </Priority>
-    <Priority ctpid="189">
-      HIGH
-    </Priority>
-    <Priority ctpid="190">
-      HIGH
-    </Priority>
-    <Priority ctpid="191">
-      HIGH
-    </Priority>
-    <Priority ctpid="192">
-      LOW
-    </Priority>
-    <Priority ctpid="193">
-      LOW
-    </Priority>
-    <Priority ctpid="194">
-      LOW
-    </Priority>
-    <Priority ctpid="195">
-      LOW
-    </Priority>
-    <Priority ctpid="196">
-      LOW
-    </Priority>
-    <Priority ctpid="197">
-      LOW
-    </Priority>
-    <Priority ctpid="198">
-      LOW
-    </Priority>
-    <Priority ctpid="199">
-      LOW
-    </Priority>
-    <Priority ctpid="200">
-      LOW
-    </Priority>
-    <Priority ctpid="201">
-      LOW
-    </Priority>
-    <Priority ctpid="202">
-      LOW
-    </Priority>
-    <Priority ctpid="203">
-      LOW
-    </Priority>
-    <Priority ctpid="204">
-      LOW
-    </Priority>
-    <Priority ctpid="205">
-      LOW
-    </Priority>
-    <Priority ctpid="206">
-      LOW
-    </Priority>
-    <Priority ctpid="207">
-      LOW
-    </Priority>
-    <Priority ctpid="208">
-      LOW
-    </Priority>
-    <Priority ctpid="209">
-      LOW
-    </Priority>
-    <Priority ctpid="210">
-      HIGH
-    </Priority>
-    <Priority ctpid="211">
-      HIGH
-    </Priority>
-    <Priority ctpid="212">
-      HIGH
-    </Priority>
-    <Priority ctpid="213">
-      HIGH
-    </Priority>
-    <Priority ctpid="214">
-      HIGH
-    </Priority>
-    <Priority ctpid="215">
-      HIGH
-    </Priority>
-    <Priority ctpid="216">
-      HIGH
-    </Priority>
-    <Priority ctpid="217">
-      HIGH
-    </Priority>
-    <Priority ctpid="218">
-      HIGH
-    </Priority>
-    <Priority ctpid="219">
-      HIGH
-    </Priority>
-    <Priority ctpid="220">
-      HIGH
-    </Priority>
-    <Priority ctpid="221">
-      HIGH
-    </Priority>
-    <Priority ctpid="222">
-      HIGH
-    </Priority>
-    <Priority ctpid="223">
-      HIGH
-    </Priority>
-    <Priority ctpid="224">
-      HIGH
-    </Priority>
-    <Priority ctpid="225">
-      HIGH
-    </Priority>
-    <Priority ctpid="226">
-      HIGH
-    </Priority>
-    <Priority ctpid="227">
-      HIGH
-    </Priority>
-    <Priority ctpid="228">
-      HIGH
-    </Priority>
-    <Priority ctpid="229">
-      HIGH
-    </Priority>
-    <Priority ctpid="230">
-      HIGH
-    </Priority>
-    <Priority ctpid="231">
-      HIGH
-    </Priority>
-    <Priority ctpid="232">
-      HIGH
-    </Priority>
-    <Priority ctpid="233">
-      HIGH
-    </Priority>
-    <Priority ctpid="234">
-      HIGH
-    </Priority>
-    <Priority ctpid="235">
-      HIGH
-    </Priority>
-    <Priority ctpid="236">
-      LOW
-    </Priority>
-    <Priority ctpid="237">
-      HIGH
-    </Priority>
-    <Priority ctpid="238">
-      HIGH
-    </Priority>
-    <Priority ctpid="239">
-      HIGH
-    </Priority>
-    <Priority ctpid="240">
-      HIGH
-    </Priority>
-    <Priority ctpid="241">
-      HIGH
-    </Priority>
-    <Priority ctpid="242">
-      HIGH
-    </Priority>
-    <Priority ctpid="243">
-      HIGH
-    </Priority>
-    <Priority ctpid="244">
-      HIGH
-    </Priority>
-    <Priority ctpid="245">
-      HIGH
-    </Priority>
-    <Priority ctpid="246">
-      HIGH
-    </Priority>
-    <Priority ctpid="247">
-      HIGH
-    </Priority>
-    <Priority ctpid="248">
-      HIGH
-    </Priority>
-    <Priority ctpid="249">
-      HIGH
-    </Priority>
-    <Priority ctpid="250">
-      HIGH
-    </Priority>
-    <Priority ctpid="251">
-      HIGH
-    </Priority>
-    <Priority ctpid="252">
-      HIGH
-    </Priority>
-    <Priority ctpid="253">
-      HIGH
-    </Priority>
-    <Priority ctpid="254">
-      HIGH
-    </Priority>
-    <Priority ctpid="255">
-      HIGH
-    </Priority>
-  </PrioritySet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="1" name="MBTS_A1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="14" name="NIM_B7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="0" name="MBTS_A0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bcdelay="3564" bitnum="1" id="4" mapping="0" name="ZB_EM12" seed="EM12" seed_multi="1" type="ZB" version="1">
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="0" name="NIM28" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM28full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="1" name="ZDC_C" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="2" name="ZDC_AND" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="2" name="NIM30" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM30full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="2" name="MBTS_A2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="3" name="MBTS_A3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="4" name="MBTS_A4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="5" name="MBTS_A5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="6" name="MBTS_A6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="7" name="MBTS_A7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="8" name="MBTS_A8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="10" name="MBTS_A10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="12" name="MBTS_A12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="14" name="MBTS_A14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="16" name="MBTS_C0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="24" name="NIM_MUE" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_MUEfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="25" name="NIMDIR25" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="0" name="ZDC_A" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="23" mapping="0" name="BCM_Comb" type="BCMCMB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="1" name="BCM_CtoA" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="0" name="BCM_AtoC" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="1" name="LUCID_C" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="1" name="NIM29" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM29full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="2" name="BCM_Wide" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="5" name="NIMDIR5" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="9" name="MBTS_A9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="11" name="MBTS_A11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="13" name="MBTS_A13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="15" name="MBTS_A15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="15" name="NIM_B7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="16" name="NIM_A7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="17" name="MBTS_C1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="17" name="NIM_A7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="18" name="MBTS_C2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="18" name="NIM_A7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="19" name="MBTS_C3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="19" name="NIM_A7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="20" name="MBTS_C4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="20" name="NIM_B7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="21" name="MBTS_C5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="21" name="NIM_B7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="22" name="MBTS_C6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="22" name="NIM_ALFA_LOG" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_ALFA_LOGfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="23" name="NIM_MUB" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_MUBfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="23" name="MBTS_C7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="24" name="MBTS_C8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="51" mapping="25" name="MBTS_C9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="26" name="MBTS_C10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="26" name="NIM_B7R1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="27" name="MBTS_C11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="27" name="NIM_B7R1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="28" name="MBTS_C12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="28" name="NIM_A7R1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="29" name="MBTS_C13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="29" name="NIM_A7R1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="60" mapping="30" name="MBTS_C14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="61" mapping="30" name="NIM_A7L1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="62" mapping="31" name="MBTS_C15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="63" mapping="31" name="NIM_A7L1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="64" mapping="32" name="NIM_B7L1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="33" name="NIM_B7L1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="66" mapping="34" name="NIM_ALFA_LOG_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_ALFA_LOG_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="67" mapping="35" name="NIMDIR26" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="0" name="LUCID_A" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="69" mapping="0" name="BPTX0" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX0full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="70" mapping="0" name="MBTS_A" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="71" mapping="0" name="XE20" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="72" mapping="0" name="XS25" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="73" mapping="0" name="TE20" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="74" mapping="0" name="JF30" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="75" mapping="1" name="JB50" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="1" name="JF50" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="77" mapping="1" name="TE300" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE300full" phimax="64" phimin="0" priority="0" thresholdval="300" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="1" name="XS30" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="79" mapping="1" name="XE25" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="80" mapping="1" name="MBTS_C" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="81" mapping="1" name="BPTX1" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX1full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="82" mapping="2" name="JB75" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="83" mapping="2" name="JF75" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="84" mapping="2" name="TE500" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="2" name="XS35" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="86" mapping="2" name="XE30" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="87" mapping="3" name="JB100" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB100full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB100full" phimax="64" phimin="0" priority="2" thresholdval="100" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="88" mapping="3" name="JF100" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF100full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF100full" phimax="64" phimin="0" priority="2" thresholdval="100" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="3" name="TE700" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE700full" phimax="64" phimin="0" priority="0" thresholdval="700" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="3" name="XS40" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="3" name="XE35" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="4" name="TE800" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE800full" phimax="64" phimin="0" priority="0" thresholdval="800" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="93" mapping="4" name="XS45" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS45full" phimax="64" phimin="0" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="94" mapping="4" name="XE40" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="5" name="TE1000" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1000full" phimax="64" phimin="0" priority="0" thresholdval="1000" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="5" name="XS50" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="5" name="XE50" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="6" name="TE1200" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1200full" phimax="64" phimin="0" priority="0" thresholdval="1200" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="6" name="XS60" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="6" name="XE60" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="101" mapping="7" name="TE1400" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1400full" phimax="64" phimin="0" priority="0" thresholdval="1400" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="7" name="XS65" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS65full" phimax="64" phimin="0" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="7" name="XE70" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE70full" phimax="64" phimin="0" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="104" mapping="0" name="JB30" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="105" mapping="0" name="JE140" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE140full" phimax="64" phimin="0" priority="0" thresholdval="140" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="106" mapping="0" name="J10" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="107" mapping="0" name="HA8" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8full" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="108" mapping="0" name="EM3" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="109" mapping="1" name="MU6" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU6full" phimax="64" phimin="0" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="110" mapping="1" name="EM6" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM6full" phimax="64" phimin="0" priority="1" thresholdval="6" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="111" mapping="1" name="HA11" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11full" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="1" name="J15" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="113" mapping="1" name="JE200" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE200full" phimax="64" phimin="0" priority="0" thresholdval="200" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="2" name="MU10" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="115" mapping="2" name="EM10VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM10VHfull" phimax="64" phimin="0" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-20" had_isolation="63" had_veto="1" name="EM10VHfull" phimax="64" phimin="0" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="8" had_isolation="63" had_veto="1" name="EM10VHfull" phimax="64" phimin="0" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="116" mapping="2" name="HA11I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11Ifull" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="117" mapping="2" name="J20" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="2" name="JE350" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE350full" phimax="64" phimin="0" priority="0" thresholdval="350" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="119" mapping="3" name="MU11" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU11full" phimax="64" phimin="0" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="120" mapping="3" name="EM12" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM12full" phimax="64" phimin="0" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="121" mapping="3" name="HA15" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA15full" phimax="64" phimin="0" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="122" mapping="3" name="J30" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="3" name="JE500" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="124" mapping="4" name="MU15" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="125" mapping="4" name="EM14VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM14VHfull" phimax="64" phimin="0" priority="1" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-20" had_isolation="63" had_veto="1" name="EM14VHfull" phimax="64" phimin="0" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="8" had_isolation="63" had_veto="1" name="EM14VHfull" phimax="64" phimin="0" priority="2" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="126" mapping="4" name="HA15I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA15Ifull" phimax="64" phimin="0" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="127" mapping="4" name="J50" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="128" mapping="5" name="MU20" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="129" mapping="5" name="EM16V" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="1" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-12" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="12" etamin="8" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-12" etamin="-16" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="16" etamin="12" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-16" etamin="-20" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="16" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="130" mapping="5" name="HA20" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="131" mapping="5" name="J75" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J75full" phimax="64" phimin="0" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="132" mapping="6" name="EM16VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="1" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-12" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="12" etamin="8" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-12" etamin="-16" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="16" etamin="12" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-16" etamin="-20" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="16" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="133" mapping="6" name="HA40" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA40full" phimax="64" phimin="0" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="134" mapping="6" name="J100" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="135" mapping="7" name="EM18VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="1" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-12" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="12" etamin="8" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-12" etamin="-16" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="16" etamin="12" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-16" etamin="-20" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="16" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="136" mapping="7" name="J350" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J350full" phimax="64" phimin="0" priority="0" thresholdval="350" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="137" mapping="8" name="EM30" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="EM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="138" mapping="0" name="MU4" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU4full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name="rand01" rate1="0" rate2="0" seed1="1" seed2="1"/>
-  <Deadtime complex1_level="7" complex1_rate="415" complex2_level="7" complex2_rate="415" name="Physics" simple="5" version="1"/>
-  <BunchGroupSet name="MC" version="1">
-    <BunchGroup internalNumber="0" name="BCRVeto" version="1">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled" version="1">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="EmptyCalib" version="1"/>
-    <BunchGroup internalNumber="3" name="Empty" version="1"/>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1" version="1"/>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2" version="1"/>
-    <BunchGroup internalNumber="6" name="EmptyAfterFilled" version="1"/>
-    <BunchGroup internalNumber="7" name="InTrain" version="1">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01" version="1"/>
-  <MuctpiInfo name="muctpi" version="1">
-    <low_pt>
-      1
-    </low_pt>
-    <high_pt>
-      1
-    </high_pt>
-    <max_cand>
-      13
-    </max_cand>
-  </MuctpiInfo>
-  <CaloInfo global_scale="1.0" name="CaloInfo" version="1">
-    <JetWeight num="1">
-      13
-    </JetWeight>
-    <JetWeight num="2">
-      5
-    </JetWeight>
-    <JetWeight num="3">
-      7
-    </JetWeight>
-    <JetWeight num="4">
-      15
-    </JetWeight>
-    <JetWeight num="5">
-      23
-    </JetWeight>
-    <JetWeight num="6">
-      25
-    </JetWeight>
-    <JetWeight num="7">
-      137
-    </JetWeight>
-    <JetWeight num="8">
-      212
-    </JetWeight>
-    <JetWeight num="9">
-      0
-    </JetWeight>
-    <JetWeight num="10">
-      0
-    </JetWeight>
-    <JetWeight num="11">
-      0
-    </JetWeight>
-    <JetWeight num="12">
-      0
-    </JetWeight>
-    <METSignificance teSqrtMax="63" teSqrtMin="4" xeMax="63" xeMin="11" xsSigmaOffset="1280" xsSigmaScale="1120"/>
-  </CaloInfo>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_L1_pp_v2.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_L1_pp_v2.xml
deleted file mode 100644
index 7e568c320d9878b7e8c78354d3d7e4376a20a0ce..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_L1_pp_v2.xml
+++ /dev/null
@@ -1,3989 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config id="1" name="L1_pp_v2">
-  <!--File is auto-generated by python config class, may be overwritten-->
-  <!--No. L1 thresholds defined: 118-->
-  <!--No. L1 items defined: 208-->
-  <TriggerMenu id="1" name="L1_pp_v2" phase="lumi" version="1">
-    <TriggerItem comment="" ctpid="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="1" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="2" definition="(EM7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="3" definition="(EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="179" definition="(EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="5" definition="(EM14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="4" definition="(EM16[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16_x1" triggerthreshold="EM16"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="85" definition="(EM30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM30_x1" triggerthreshold="EM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="10" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="11" definition="(EM5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="9" definition="(EM7[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="178" definition="(EM14[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM14" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM14_x2" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="185" definition="(EM10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM10_x2" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="239" definition="(EM5[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM5_x3" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="30" definition="(EM3[x2]&amp;EM7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="53" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM3_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="221" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_EM3_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="177" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM3_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="58" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_EM3_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="89" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="90" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="91" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="93" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU11" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="88" definition="(MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU15" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="92" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU20" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="94" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="71" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="72" definition="(MU10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="200" definition="(MU6[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="52" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU0_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="219" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU0_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="162" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="160" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="28" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_2MU6_UNPAIRED" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="27" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU6_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="26" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="165" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="164" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU10_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="163" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU0_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="105" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU10_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="106" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="166" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU11_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="48" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU10_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="14" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MU0_J15_UNPAIRED" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="13" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_J15_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="12" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_J15_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="64" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="65" definition="(HA6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="66" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="67" definition="(HA50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA50_x1" triggerthreshold="HA50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="69" definition="(HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="73" definition="(HA20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="74" definition="(HA30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="110" definition="(HA6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA6_x2" triggerthreshold="HA6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="95" definition="(HA11[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="25" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_TAU5_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="222" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_TAU5_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="152" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_TAU5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="59" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_TAU5_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="97" definition="(J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="98" definition="(J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="96" definition="(J20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="99" definition="(J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="102" definition="(J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="100" definition="(J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="103" definition="(J175[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J175" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J175_x1" triggerthreshold="J175"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="111" definition="(J250[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J250" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J250_x1" triggerthreshold="J250"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="23" definition="(J10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="223" definition="(J10[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J10_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="171" definition="(J10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="172" definition="(J30[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="159" definition="(J30[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_J30_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="156" definition="(J10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="157" definition="(J30[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="104" definition="(J20[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="127" definition="(J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="220" definition="(J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="184" definition="(J20[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="186" definition="(J50[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="84" definition="(J75[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J75_x3" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="34" definition="(J10[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="16" definition="(J30[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J30_x4" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="188" definition="(J10[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J10_x5" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="158" definition="(J20[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J20_x5" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="86" definition="(J10[x6]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_6J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="6" name="J10_x6" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="56" definition="(J10[x3]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="187" definition="(J15[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="43" definition="(J10[x2]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="119" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="120" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="126" definition="((JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="128" definition="((JF75[x1]|JB75[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ75" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF75_x1" triggerthreshold="JF75"/>
-          <TriggerCondition multi="1" name="JB75_x1" triggerthreshold="JB75"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="24" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_FJ10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="175" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_FJ10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="61" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_FJ10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="124" definition="(JF10[x1]&amp;JB10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-        <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="125" definition="(JF30[x1]&amp;JB30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-        <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="123" definition="(JF50[x1]&amp;JB50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-        <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="54" definition="(J10[x1]&amp;(JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10_FJ10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="130" definition="(J30[x1]&amp;(JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_FJ30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="168" definition="(J50[x1]&amp;(JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_FJ50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="137" definition="(JE60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE60_x1" triggerthreshold="JE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="146" definition="(JE100[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE100" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE100_x1" triggerthreshold="JE100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="147" definition="(JE140[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE140" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE140_x1" triggerthreshold="JE140"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="148" definition="(JE200[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE200" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE200_x1" triggerthreshold="JE200"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="129" definition="(XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="131" definition="(XE60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="133" definition="(XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="115" definition="(XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="135" definition="(XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="116" definition="(XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="117" definition="(XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="118" definition="(XE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="138" definition="(TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="141" definition="(TE180[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE180" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE180_x1" triggerthreshold="TE180"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="140" definition="(TE300[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE300" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE300_x1" triggerthreshold="TE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="167" definition="(TE400[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE400" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE400_x1" triggerthreshold="TE400"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="229" definition="(TE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE500" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE500_x1" triggerthreshold="TE500"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="29" definition="(TE600[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE600" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE600_x1" triggerthreshold="TE600"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="230" definition="(TE700[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE700" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE700_x1" triggerthreshold="TE700"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="139" definition="(TE800[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE800" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE800_x1" triggerthreshold="TE800"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="70" definition="(HA8[x2]&amp;HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="32" definition="(HA11[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="38" definition="(HA6[x2]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU6_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA6_x2" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="47" definition="(HA6[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="39" definition="(HA6[x1]&amp;J50[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_J50_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="33" definition="(HA5[x1]&amp;XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU5_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="198" definition="(HA6[x1]&amp;XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="107" definition="(MU0[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J10" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="244" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J15" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="51" definition="(MU0[x1]&amp;J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="55" definition="(MU0[x1]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J50" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="252" definition="(MU0[x1]&amp;J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J75" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="143" definition="(MU0[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_MU0" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="250" definition="(MU6[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_MU6" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="154" definition="(MU6[x2]&amp;EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_2MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="155" definition="(MU10[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_J10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="77" definition="(MU0[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="42" definition="(J10[x2]&amp;J30[x1]&amp;JE140[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J30_JE140" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="JE140_x1" triggerthreshold="JE140"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="201" definition="(J50[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="170" definition="(J50[x1]&amp;XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE25" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="41" definition="(EM5[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="182" definition="(EM5[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="40" definition="(EM10[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="225" definition="(EM10[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="243" definition="(EM5[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="6" definition="(EM14[x1]&amp;XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14_XE10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="183" definition="(EM14[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="17" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD0_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="18" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_RD0_FIRSTEMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="19" definition="(RNDM0&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_RD0_UNPAIRED_ISO" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="62" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD0_EMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="63" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD1_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="199" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD1_EMPTY" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="218" definition="(BCM_Comb[x7]&amp;BGRP0)" group="0" name="L1_BCM_HT_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="217" definition="(BCM_Wide[x1]&amp;BGRP0)" group="0" name="L1_BCM_Wide_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="216" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" group="0" name="L1_BCM_AC_CA_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="193" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="190" definition="(ZDC_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="191" definition="(ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="192" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="189" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_AND" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="197" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="196" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="181" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_AND_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="234" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="226" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="227" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="228" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1_1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="15" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_4_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="21" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_4_4_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="206" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="207" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_1_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="20" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_4_4_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="202" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MBTS_4_4_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="214" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="215" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="249" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_COMM" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="245" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="238" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="251" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_COMM_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="204" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_LUCID_A_C_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="203" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="232" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="233" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_COMM_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="240" definition="(ZB_EM14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZB" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM14_x1" triggerthreshold="ZB_EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="241" definition="(BPTX0[x1]&amp;BGRP0)" group="0" name="L1_BPTX0_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="242" definition="(BPTX1[x1]&amp;BGRP0)" group="0" name="L1_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="253" definition="(NIM28[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ0" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="254" definition="(NIM29[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ1" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="255" definition="(NIM30[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ2" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="82" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C19" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="83" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C20" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="78" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_TRT" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="79" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_L1A_Mon" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="235" definition="((((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;(MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1]))|BCM_Wide[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBLZ" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <AND>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-              <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-            </OR>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-              <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-            </OR>
-          </AND>
-          <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="22" definition="(XS15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS15_x1" triggerthreshold="XS15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="44" definition="(XS20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="49" definition="(XS25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS25_x1" triggerthreshold="XS25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="50" definition="(XS30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="81" definition="(XS35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="112" definition="(XS40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="153" definition="(XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS45" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="142" definition="(XS50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="209" definition="(EM10[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="210" definition="(MU6[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="236" definition="(EM3[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="237" definition="(MU0[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="L1_pp_v2_default_prescale" version="1">
-    <Prescale ctpid="0" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="1" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="2" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="3" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="4" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="5" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="6" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="7" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="8" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="9" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="10" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="11" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="12" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="13" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="14" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="15" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="16" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="17" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="18" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="19" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="20" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="21" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="22" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="23" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="24" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="25" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="26" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="27" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="28" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="29" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="30" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="31" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="32" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="33" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="34" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="35" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="36" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="37" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="38" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="39" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="40" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="41" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="42" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="43" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="44" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="45" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="46" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="47" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="48" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="49" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="50" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="51" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="52" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="53" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="54" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="55" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="56" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="57" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="58" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="59" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="60" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="61" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="62" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="63" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="64" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="65" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="66" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="67" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="68" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="69" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="70" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="71" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="72" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="73" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="74" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="75" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="76" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="77" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="78" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="79" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="80" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="81" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="82" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="83" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="84" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="85" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="86" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="87" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="88" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="89" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="90" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="91" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="92" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="93" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="94" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="95" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="96" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="97" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="98" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="99" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="100" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="101" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="102" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="103" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="104" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="105" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="106" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="107" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="108" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="109" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="110" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="111" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="112" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="113" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="114" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="115" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="116" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="117" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="118" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="119" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="120" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="121" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="122" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="123" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="124" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="125" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="126" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="127" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="128" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="129" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="130" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="131" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="132" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="133" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="134" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="135" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="136" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="137" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="138" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="139" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="140" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="141" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="142" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="143" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="144" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="145" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="146" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="147" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="148" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="149" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="150" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="151" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="152" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="153" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="154" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="155" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="156" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="157" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="158" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="159" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="160" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="161" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="162" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="163" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="164" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="165" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="166" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="167" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="168" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="169" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="170" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="171" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="172" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="173" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="174" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="175" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="176" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="177" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="178" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="179" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="180" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="181" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="182" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="183" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="184" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="185" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="186" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="187" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="188" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="189" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="190" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="191" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="192" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="193" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="194" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="195" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="196" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="197" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="198" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="199" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="200" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="201" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="202" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="203" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="204" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="205" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="206" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="207" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="208" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="209" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="210" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="211" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="212" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="213" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="214" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="215" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="216" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="217" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="218" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="219" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="220" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="221" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="222" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="223" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="224" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="225" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="226" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="227" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="228" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="229" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="230" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="231" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="232" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="233" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="234" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="235" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="236" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="237" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="238" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="239" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="240" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="241" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="242" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="243" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="244" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="245" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="246" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="247" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="248" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="249" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="250" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="251" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="252" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="253" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="254" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="255" d="0" m="0" n="1">
-      1
-    </Prescale>
-  </PrescaleSet>
-  <PrioritySet name="standard" version="1">
-    <Priority ctpid="0">
-      HIGH
-    </Priority>
-    <Priority ctpid="1">
-      HIGH
-    </Priority>
-    <Priority ctpid="2">
-      HIGH
-    </Priority>
-    <Priority ctpid="3">
-      HIGH
-    </Priority>
-    <Priority ctpid="4">
-      HIGH
-    </Priority>
-    <Priority ctpid="5">
-      HIGH
-    </Priority>
-    <Priority ctpid="6">
-      HIGH
-    </Priority>
-    <Priority ctpid="7">
-      LOW
-    </Priority>
-    <Priority ctpid="8">
-      LOW
-    </Priority>
-    <Priority ctpid="9">
-      HIGH
-    </Priority>
-    <Priority ctpid="10">
-      HIGH
-    </Priority>
-    <Priority ctpid="11">
-      HIGH
-    </Priority>
-    <Priority ctpid="12">
-      HIGH
-    </Priority>
-    <Priority ctpid="13">
-      HIGH
-    </Priority>
-    <Priority ctpid="14">
-      HIGH
-    </Priority>
-    <Priority ctpid="15">
-      HIGH
-    </Priority>
-    <Priority ctpid="16">
-      HIGH
-    </Priority>
-    <Priority ctpid="17">
-      HIGH
-    </Priority>
-    <Priority ctpid="18">
-      HIGH
-    </Priority>
-    <Priority ctpid="19">
-      HIGH
-    </Priority>
-    <Priority ctpid="20">
-      HIGH
-    </Priority>
-    <Priority ctpid="21">
-      HIGH
-    </Priority>
-    <Priority ctpid="22">
-      HIGH
-    </Priority>
-    <Priority ctpid="23">
-      HIGH
-    </Priority>
-    <Priority ctpid="24">
-      HIGH
-    </Priority>
-    <Priority ctpid="25">
-      HIGH
-    </Priority>
-    <Priority ctpid="26">
-      HIGH
-    </Priority>
-    <Priority ctpid="27">
-      HIGH
-    </Priority>
-    <Priority ctpid="28">
-      HIGH
-    </Priority>
-    <Priority ctpid="29">
-      HIGH
-    </Priority>
-    <Priority ctpid="30">
-      HIGH
-    </Priority>
-    <Priority ctpid="31">
-      LOW
-    </Priority>
-    <Priority ctpid="32">
-      HIGH
-    </Priority>
-    <Priority ctpid="33">
-      HIGH
-    </Priority>
-    <Priority ctpid="34">
-      HIGH
-    </Priority>
-    <Priority ctpid="35">
-      LOW
-    </Priority>
-    <Priority ctpid="36">
-      LOW
-    </Priority>
-    <Priority ctpid="37">
-      LOW
-    </Priority>
-    <Priority ctpid="38">
-      HIGH
-    </Priority>
-    <Priority ctpid="39">
-      HIGH
-    </Priority>
-    <Priority ctpid="40">
-      HIGH
-    </Priority>
-    <Priority ctpid="41">
-      HIGH
-    </Priority>
-    <Priority ctpid="42">
-      HIGH
-    </Priority>
-    <Priority ctpid="43">
-      HIGH
-    </Priority>
-    <Priority ctpid="44">
-      HIGH
-    </Priority>
-    <Priority ctpid="45">
-      LOW
-    </Priority>
-    <Priority ctpid="46">
-      LOW
-    </Priority>
-    <Priority ctpid="47">
-      HIGH
-    </Priority>
-    <Priority ctpid="48">
-      HIGH
-    </Priority>
-    <Priority ctpid="49">
-      HIGH
-    </Priority>
-    <Priority ctpid="50">
-      HIGH
-    </Priority>
-    <Priority ctpid="51">
-      HIGH
-    </Priority>
-    <Priority ctpid="52">
-      HIGH
-    </Priority>
-    <Priority ctpid="53">
-      HIGH
-    </Priority>
-    <Priority ctpid="54">
-      HIGH
-    </Priority>
-    <Priority ctpid="55">
-      HIGH
-    </Priority>
-    <Priority ctpid="56">
-      HIGH
-    </Priority>
-    <Priority ctpid="57">
-      LOW
-    </Priority>
-    <Priority ctpid="58">
-      HIGH
-    </Priority>
-    <Priority ctpid="59">
-      HIGH
-    </Priority>
-    <Priority ctpid="60">
-      LOW
-    </Priority>
-    <Priority ctpid="61">
-      HIGH
-    </Priority>
-    <Priority ctpid="62">
-      HIGH
-    </Priority>
-    <Priority ctpid="63">
-      HIGH
-    </Priority>
-    <Priority ctpid="64">
-      HIGH
-    </Priority>
-    <Priority ctpid="65">
-      HIGH
-    </Priority>
-    <Priority ctpid="66">
-      HIGH
-    </Priority>
-    <Priority ctpid="67">
-      HIGH
-    </Priority>
-    <Priority ctpid="68">
-      LOW
-    </Priority>
-    <Priority ctpid="69">
-      HIGH
-    </Priority>
-    <Priority ctpid="70">
-      HIGH
-    </Priority>
-    <Priority ctpid="71">
-      HIGH
-    </Priority>
-    <Priority ctpid="72">
-      HIGH
-    </Priority>
-    <Priority ctpid="73">
-      HIGH
-    </Priority>
-    <Priority ctpid="74">
-      HIGH
-    </Priority>
-    <Priority ctpid="75">
-      LOW
-    </Priority>
-    <Priority ctpid="76">
-      LOW
-    </Priority>
-    <Priority ctpid="77">
-      HIGH
-    </Priority>
-    <Priority ctpid="78">
-      HIGH
-    </Priority>
-    <Priority ctpid="79">
-      HIGH
-    </Priority>
-    <Priority ctpid="80">
-      LOW
-    </Priority>
-    <Priority ctpid="81">
-      HIGH
-    </Priority>
-    <Priority ctpid="82">
-      HIGH
-    </Priority>
-    <Priority ctpid="83">
-      HIGH
-    </Priority>
-    <Priority ctpid="84">
-      HIGH
-    </Priority>
-    <Priority ctpid="85">
-      HIGH
-    </Priority>
-    <Priority ctpid="86">
-      HIGH
-    </Priority>
-    <Priority ctpid="87">
-      LOW
-    </Priority>
-    <Priority ctpid="88">
-      HIGH
-    </Priority>
-    <Priority ctpid="89">
-      HIGH
-    </Priority>
-    <Priority ctpid="90">
-      HIGH
-    </Priority>
-    <Priority ctpid="91">
-      HIGH
-    </Priority>
-    <Priority ctpid="92">
-      HIGH
-    </Priority>
-    <Priority ctpid="93">
-      HIGH
-    </Priority>
-    <Priority ctpid="94">
-      HIGH
-    </Priority>
-    <Priority ctpid="95">
-      HIGH
-    </Priority>
-    <Priority ctpid="96">
-      HIGH
-    </Priority>
-    <Priority ctpid="97">
-      HIGH
-    </Priority>
-    <Priority ctpid="98">
-      HIGH
-    </Priority>
-    <Priority ctpid="99">
-      HIGH
-    </Priority>
-    <Priority ctpid="100">
-      HIGH
-    </Priority>
-    <Priority ctpid="101">
-      LOW
-    </Priority>
-    <Priority ctpid="102">
-      HIGH
-    </Priority>
-    <Priority ctpid="103">
-      HIGH
-    </Priority>
-    <Priority ctpid="104">
-      HIGH
-    </Priority>
-    <Priority ctpid="105">
-      HIGH
-    </Priority>
-    <Priority ctpid="106">
-      HIGH
-    </Priority>
-    <Priority ctpid="107">
-      HIGH
-    </Priority>
-    <Priority ctpid="108">
-      LOW
-    </Priority>
-    <Priority ctpid="109">
-      LOW
-    </Priority>
-    <Priority ctpid="110">
-      HIGH
-    </Priority>
-    <Priority ctpid="111">
-      HIGH
-    </Priority>
-    <Priority ctpid="112">
-      HIGH
-    </Priority>
-    <Priority ctpid="113">
-      LOW
-    </Priority>
-    <Priority ctpid="114">
-      LOW
-    </Priority>
-    <Priority ctpid="115">
-      HIGH
-    </Priority>
-    <Priority ctpid="116">
-      HIGH
-    </Priority>
-    <Priority ctpid="117">
-      HIGH
-    </Priority>
-    <Priority ctpid="118">
-      HIGH
-    </Priority>
-    <Priority ctpid="119">
-      HIGH
-    </Priority>
-    <Priority ctpid="120">
-      HIGH
-    </Priority>
-    <Priority ctpid="121">
-      LOW
-    </Priority>
-    <Priority ctpid="122">
-      LOW
-    </Priority>
-    <Priority ctpid="123">
-      HIGH
-    </Priority>
-    <Priority ctpid="124">
-      HIGH
-    </Priority>
-    <Priority ctpid="125">
-      HIGH
-    </Priority>
-    <Priority ctpid="126">
-      HIGH
-    </Priority>
-    <Priority ctpid="127">
-      HIGH
-    </Priority>
-    <Priority ctpid="128">
-      HIGH
-    </Priority>
-    <Priority ctpid="129">
-      HIGH
-    </Priority>
-    <Priority ctpid="130">
-      HIGH
-    </Priority>
-    <Priority ctpid="131">
-      HIGH
-    </Priority>
-    <Priority ctpid="132">
-      LOW
-    </Priority>
-    <Priority ctpid="133">
-      HIGH
-    </Priority>
-    <Priority ctpid="134">
-      LOW
-    </Priority>
-    <Priority ctpid="135">
-      HIGH
-    </Priority>
-    <Priority ctpid="136">
-      LOW
-    </Priority>
-    <Priority ctpid="137">
-      HIGH
-    </Priority>
-    <Priority ctpid="138">
-      HIGH
-    </Priority>
-    <Priority ctpid="139">
-      HIGH
-    </Priority>
-    <Priority ctpid="140">
-      HIGH
-    </Priority>
-    <Priority ctpid="141">
-      HIGH
-    </Priority>
-    <Priority ctpid="142">
-      HIGH
-    </Priority>
-    <Priority ctpid="143">
-      HIGH
-    </Priority>
-    <Priority ctpid="144">
-      LOW
-    </Priority>
-    <Priority ctpid="145">
-      LOW
-    </Priority>
-    <Priority ctpid="146">
-      HIGH
-    </Priority>
-    <Priority ctpid="147">
-      HIGH
-    </Priority>
-    <Priority ctpid="148">
-      HIGH
-    </Priority>
-    <Priority ctpid="149">
-      LOW
-    </Priority>
-    <Priority ctpid="150">
-      LOW
-    </Priority>
-    <Priority ctpid="151">
-      LOW
-    </Priority>
-    <Priority ctpid="152">
-      HIGH
-    </Priority>
-    <Priority ctpid="153">
-      HIGH
-    </Priority>
-    <Priority ctpid="154">
-      HIGH
-    </Priority>
-    <Priority ctpid="155">
-      HIGH
-    </Priority>
-    <Priority ctpid="156">
-      HIGH
-    </Priority>
-    <Priority ctpid="157">
-      HIGH
-    </Priority>
-    <Priority ctpid="158">
-      HIGH
-    </Priority>
-    <Priority ctpid="159">
-      HIGH
-    </Priority>
-    <Priority ctpid="160">
-      HIGH
-    </Priority>
-    <Priority ctpid="161">
-      LOW
-    </Priority>
-    <Priority ctpid="162">
-      HIGH
-    </Priority>
-    <Priority ctpid="163">
-      HIGH
-    </Priority>
-    <Priority ctpid="164">
-      HIGH
-    </Priority>
-    <Priority ctpid="165">
-      HIGH
-    </Priority>
-    <Priority ctpid="166">
-      HIGH
-    </Priority>
-    <Priority ctpid="167">
-      HIGH
-    </Priority>
-    <Priority ctpid="168">
-      HIGH
-    </Priority>
-    <Priority ctpid="169">
-      LOW
-    </Priority>
-    <Priority ctpid="170">
-      HIGH
-    </Priority>
-    <Priority ctpid="171">
-      HIGH
-    </Priority>
-    <Priority ctpid="172">
-      HIGH
-    </Priority>
-    <Priority ctpid="173">
-      LOW
-    </Priority>
-    <Priority ctpid="174">
-      LOW
-    </Priority>
-    <Priority ctpid="175">
-      HIGH
-    </Priority>
-    <Priority ctpid="176">
-      LOW
-    </Priority>
-    <Priority ctpid="177">
-      HIGH
-    </Priority>
-    <Priority ctpid="178">
-      HIGH
-    </Priority>
-    <Priority ctpid="179">
-      HIGH
-    </Priority>
-    <Priority ctpid="180">
-      LOW
-    </Priority>
-    <Priority ctpid="181">
-      HIGH
-    </Priority>
-    <Priority ctpid="182">
-      HIGH
-    </Priority>
-    <Priority ctpid="183">
-      HIGH
-    </Priority>
-    <Priority ctpid="184">
-      HIGH
-    </Priority>
-    <Priority ctpid="185">
-      HIGH
-    </Priority>
-    <Priority ctpid="186">
-      HIGH
-    </Priority>
-    <Priority ctpid="187">
-      HIGH
-    </Priority>
-    <Priority ctpid="188">
-      HIGH
-    </Priority>
-    <Priority ctpid="189">
-      HIGH
-    </Priority>
-    <Priority ctpid="190">
-      HIGH
-    </Priority>
-    <Priority ctpid="191">
-      HIGH
-    </Priority>
-    <Priority ctpid="192">
-      HIGH
-    </Priority>
-    <Priority ctpid="193">
-      HIGH
-    </Priority>
-    <Priority ctpid="194">
-      LOW
-    </Priority>
-    <Priority ctpid="195">
-      LOW
-    </Priority>
-    <Priority ctpid="196">
-      HIGH
-    </Priority>
-    <Priority ctpid="197">
-      HIGH
-    </Priority>
-    <Priority ctpid="198">
-      HIGH
-    </Priority>
-    <Priority ctpid="199">
-      HIGH
-    </Priority>
-    <Priority ctpid="200">
-      HIGH
-    </Priority>
-    <Priority ctpid="201">
-      HIGH
-    </Priority>
-    <Priority ctpid="202">
-      HIGH
-    </Priority>
-    <Priority ctpid="203">
-      HIGH
-    </Priority>
-    <Priority ctpid="204">
-      HIGH
-    </Priority>
-    <Priority ctpid="205">
-      LOW
-    </Priority>
-    <Priority ctpid="206">
-      HIGH
-    </Priority>
-    <Priority ctpid="207">
-      HIGH
-    </Priority>
-    <Priority ctpid="208">
-      LOW
-    </Priority>
-    <Priority ctpid="209">
-      HIGH
-    </Priority>
-    <Priority ctpid="210">
-      HIGH
-    </Priority>
-    <Priority ctpid="211">
-      LOW
-    </Priority>
-    <Priority ctpid="212">
-      LOW
-    </Priority>
-    <Priority ctpid="213">
-      LOW
-    </Priority>
-    <Priority ctpid="214">
-      HIGH
-    </Priority>
-    <Priority ctpid="215">
-      HIGH
-    </Priority>
-    <Priority ctpid="216">
-      HIGH
-    </Priority>
-    <Priority ctpid="217">
-      HIGH
-    </Priority>
-    <Priority ctpid="218">
-      HIGH
-    </Priority>
-    <Priority ctpid="219">
-      HIGH
-    </Priority>
-    <Priority ctpid="220">
-      HIGH
-    </Priority>
-    <Priority ctpid="221">
-      HIGH
-    </Priority>
-    <Priority ctpid="222">
-      HIGH
-    </Priority>
-    <Priority ctpid="223">
-      HIGH
-    </Priority>
-    <Priority ctpid="224">
-      LOW
-    </Priority>
-    <Priority ctpid="225">
-      HIGH
-    </Priority>
-    <Priority ctpid="226">
-      HIGH
-    </Priority>
-    <Priority ctpid="227">
-      HIGH
-    </Priority>
-    <Priority ctpid="228">
-      HIGH
-    </Priority>
-    <Priority ctpid="229">
-      HIGH
-    </Priority>
-    <Priority ctpid="230">
-      HIGH
-    </Priority>
-    <Priority ctpid="231">
-      LOW
-    </Priority>
-    <Priority ctpid="232">
-      HIGH
-    </Priority>
-    <Priority ctpid="233">
-      HIGH
-    </Priority>
-    <Priority ctpid="234">
-      HIGH
-    </Priority>
-    <Priority ctpid="235">
-      HIGH
-    </Priority>
-    <Priority ctpid="236">
-      HIGH
-    </Priority>
-    <Priority ctpid="237">
-      HIGH
-    </Priority>
-    <Priority ctpid="238">
-      HIGH
-    </Priority>
-    <Priority ctpid="239">
-      HIGH
-    </Priority>
-    <Priority ctpid="240">
-      HIGH
-    </Priority>
-    <Priority ctpid="241">
-      HIGH
-    </Priority>
-    <Priority ctpid="242">
-      HIGH
-    </Priority>
-    <Priority ctpid="243">
-      HIGH
-    </Priority>
-    <Priority ctpid="244">
-      HIGH
-    </Priority>
-    <Priority ctpid="245">
-      HIGH
-    </Priority>
-    <Priority ctpid="246">
-      LOW
-    </Priority>
-    <Priority ctpid="247">
-      LOW
-    </Priority>
-    <Priority ctpid="248">
-      LOW
-    </Priority>
-    <Priority ctpid="249">
-      HIGH
-    </Priority>
-    <Priority ctpid="250">
-      HIGH
-    </Priority>
-    <Priority ctpid="251">
-      HIGH
-    </Priority>
-    <Priority ctpid="252">
-      HIGH
-    </Priority>
-    <Priority ctpid="253">
-      HIGH
-    </Priority>
-    <Priority ctpid="254">
-      HIGH
-    </Priority>
-    <Priority ctpid="255">
-      HIGH
-    </Priority>
-  </PrioritySet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="MBTS_A0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bcdelay="3564" bitnum="1" id="2" mapping="0" name="ZB_EM14" seed="EM14" seed_multi="1" type="ZB" version="1">
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="0" name="NIM28" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM28full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="0" name="ZDC_A" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="5" mapping="0" name="BCM_Comb" type="BCMCMB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="0" name="BCM_AtoC" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="0" name="LUCID_A" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="0" name="BPTX0" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX0full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="9" mapping="0" name="MBTS_A" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="1" name="XE20" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="11" mapping="1" name="MBTS_C" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="1" name="BPTX1" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX1full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="1" name="LUCID_C" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="1" name="BCM_CtoA" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="1" name="ZDC_C" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="1" name="NIM29" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM29full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="1" name="MBTS_A1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="2" name="XE25" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="2" name="BCM_Wide" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="2" name="ZDC_AND" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="2" name="NIM30" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM30full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="2" name="MBTS_A2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="3" name="XE30" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="3" name="MBTS_A3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="4" name="XE35" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="4" name="MBTS_A4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="5" name="XE40" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="5" name="NIMDIR5" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="5" name="MBTS_A5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="6" name="XE50" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="6" name="MBTS_A6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="7" name="XE60" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="7" name="MBTS_A7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="8" name="MBTS_A8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="9" name="MBTS_A9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="10" name="MBTS_A10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="11" name="MBTS_A11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="12" name="MBTS_A12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="13" name="MBTS_A13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="14" name="MBTS_A14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="15" name="MBTS_A15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="16" name="MBTS_C0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="17" name="MBTS_C1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="18" name="MBTS_C2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="19" name="MBTS_C3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="20" name="MBTS_C4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="21" name="MBTS_C5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="22" name="MBTS_C6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="23" name="MBTS_C7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="24" name="MBTS_C8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="51" mapping="25" name="NIMDIR25" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="25" name="MBTS_C9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="26" name="NIMDIR26" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="26" name="MBTS_C10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="27" name="MBTS_C11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="28" name="MBTS_C12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="29" name="MBTS_C13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="30" name="MBTS_C14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="31" name="MBTS_C15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="60" mapping="0" name="XE10" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="61" mapping="0" name="XS15" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="62" mapping="0" name="TE20" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="63" mapping="0" name="JF10" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="64" mapping="0" name="JB10" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="0" name="JE60" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="66" mapping="0" name="J10" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="67" mapping="0" name="HA5" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="68" mapping="0" name="EM3" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="69" mapping="1" name="MU6" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU6full" phimax="64" phimin="0" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="70" mapping="1" name="EM5" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="71" mapping="1" name="HA6" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6full" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="72" mapping="1" name="J15" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="73" mapping="1" name="JE100" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="74" mapping="1" name="JB30" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="75" mapping="1" name="JF30" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="76" mapping="1" name="TE180" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE180full" phimax="64" phimin="0" priority="0" thresholdval="180" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="77" mapping="1" name="XS20" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="78" mapping="2" name="MU10" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="79" mapping="2" name="EM7" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM7full" phimax="64" phimin="0" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="80" mapping="2" name="HA8" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8full" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="81" mapping="2" name="J20" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="82" mapping="2" name="JE140" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE140full" phimax="64" phimin="0" priority="0" thresholdval="140" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="83" mapping="2" name="JB50" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="84" mapping="2" name="JF50" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="2" name="TE300" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE300full" phimax="64" phimin="0" priority="0" thresholdval="300" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="86" mapping="2" name="XS25" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="87" mapping="3" name="MU11" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU11full" phimax="64" phimin="0" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="88" mapping="3" name="EM10" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM10full" phimax="64" phimin="0" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="89" mapping="3" name="HA11" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11full" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="90" mapping="3" name="J30" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="3" name="JE200" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE200full" phimax="64" phimin="0" priority="0" thresholdval="200" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="92" mapping="3" name="JB75" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="93" mapping="3" name="JF75" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="94" mapping="3" name="TE400" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE400full" phimax="64" phimin="0" priority="0" thresholdval="400" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="3" name="XS30" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="96" mapping="4" name="MU15" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="97" mapping="4" name="EM12" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM12full" phimax="64" phimin="0" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="98" mapping="4" name="HA11I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="5" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11Ifull" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="99" mapping="4" name="J50" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="4" name="TE500" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="101" mapping="4" name="XS35" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="102" mapping="5" name="MU20" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="103" mapping="5" name="EM14" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM14full" phimax="64" phimin="0" priority="1" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="104" mapping="5" name="HA20" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="105" mapping="5" name="J75" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J75full" phimax="64" phimin="0" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="5" name="TE600" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE600full" phimax="64" phimin="0" priority="0" thresholdval="600" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="107" mapping="5" name="XS40" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="108" mapping="6" name="EM16" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM16full" phimax="64" phimin="0" priority="1" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="109" mapping="6" name="HA30" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="110" mapping="6" name="J175" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J175full" phimax="64" phimin="0" priority="0" thresholdval="175" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="111" mapping="6" name="TE700" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE700full" phimax="64" phimin="0" priority="0" thresholdval="700" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="112" mapping="6" name="XS45" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS45full" phimax="64" phimin="0" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="113" mapping="7" name="EM30" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="7" name="HA50" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA50full" phimax="64" phimin="0" priority="1" thresholdval="50" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="115" mapping="7" name="J250" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J250full" phimax="64" phimin="0" priority="0" thresholdval="250" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="116" mapping="7" name="TE800" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE800full" phimax="64" phimin="0" priority="0" thresholdval="800" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="7" name="XS50" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="118" mapping="0" name="MU0" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU0full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name="rand01" rate1="0" rate2="0" seed1="1" seed2="1"/>
-  <Deadtime complex1_level="7" complex1_rate="415" complex2_level="7" complex2_rate="415" name="Physics" simple="5" version="1"/>
-  <BunchGroupSet name="bg_set1" version="1">
-    <BunchGroup internalNumber="0" name="BCRVeto" version="1">
-      <Bunch bunchNumber="2067"/>
-      <Bunch bunchNumber="2068"/>
-      <Bunch bunchNumber="2069"/>
-      <Bunch bunchNumber="2678"/>
-      <Bunch bunchNumber="7"/>
-      <Bunch bunchNumber="1234"/>
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled" version="1">
-      <Bunch bunchNumber="206"/>
-      <Bunch bunchNumber="207"/>
-      <Bunch bunchNumber="208"/>
-      <Bunch bunchNumber="267"/>
-      <Bunch bunchNumber="1"/>
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="EmptyCalib" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="3" name="Empty" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="6" name="EmptyAfterFilled" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="7" name="Unpaired" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01" version="1"/>
-  <MuctpiInfo name="muctpi" version="1">
-    <low_pt>
-      1
-    </low_pt>
-    <high_pt>
-      1
-    </high_pt>
-    <max_cand>
-      13
-    </max_cand>
-  </MuctpiInfo>
-  <CaloInfo global_scale="1.0" name="CaloInfo" version="1">
-    <JetWeight num="1">
-      13
-    </JetWeight>
-    <JetWeight num="2">
-      5
-    </JetWeight>
-    <JetWeight num="3">
-      7
-    </JetWeight>
-    <JetWeight num="4">
-      15
-    </JetWeight>
-    <JetWeight num="5">
-      23
-    </JetWeight>
-    <JetWeight num="6">
-      62
-    </JetWeight>
-    <JetWeight num="7">
-      88
-    </JetWeight>
-    <JetWeight num="8">
-      99
-    </JetWeight>
-    <JetWeight num="9">
-      0
-    </JetWeight>
-    <JetWeight num="10">
-      0
-    </JetWeight>
-    <JetWeight num="11">
-      0
-    </JetWeight>
-    <JetWeight num="12">
-      0
-    </JetWeight>
-    <METSignificance teSqrtMax="63" teSqrtMin="4" xeMax="63" xeMin="10" xsSigmaOffset="1000" xsSigmaScale="1000"/>
-  </CaloInfo>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_L1_pp_v3.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_L1_pp_v3.xml
deleted file mode 100644
index 2da505bc3796ee759de162588a41f36e47a353ed..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_L1_pp_v3.xml
+++ /dev/null
@@ -1,4329 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config id="1" name="L1_pp_v3">
-  <!--File is auto-generated by python config class, may be overwritten-->
-  <!--No. L1 thresholds defined: 125-->
-  <!--No. L1 items defined: 243-->
-  <TriggerMenu id="1" name="L1_pp_v3" phase="lumi" version="1">
-    <TriggerItem comment="" ctpid="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="1" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="2" definition="(EM7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="3" definition="(EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="179" definition="(EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="4" definition="(EM16VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16VH_x1" triggerthreshold="EM16VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="5" definition="(EM18VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM18VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="85" definition="(EM30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM30_x1" triggerthreshold="EM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="10" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="11" definition="(EM5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="9" definition="(EM7[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="178" definition="(EM12[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM12_x2" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="185" definition="(EM10VH[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="239" definition="(EM5[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM5_x3" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="30" definition="(EM3[x2]&amp;EM7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="224" definition="(EM3[x2]&amp;EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="144" definition="(EM5[x2]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="202" definition="(EM7[x2]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM7_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="231" definition="(EM5[x3]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM5_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM5_x3" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="177" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM3_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="176" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="53" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM3_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="221" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_EM3_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="58" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_EM3_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="89" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="90" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="91" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="93" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU11" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="88" definition="(MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU15" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="92" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU20" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="94" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="71" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="72" definition="(MU10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="76" definition="(MU4[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU4" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="200" definition="(MU6[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="52" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU4_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="219" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU4_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="162" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU4_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="160" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU4_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="165" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="164" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU10_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="161" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU20_FIRSTEMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="105" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU10_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="166" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU11_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="48" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU10_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="163" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU4_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="106" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU4_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="28" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_2MU6_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="36" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_2MU6_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="27" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU6_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="26" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="14" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU4_J15_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="7" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU4_J15_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="13" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU4_J15_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="12" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU4_J15_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="66" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="69" definition="(HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="64" definition="(HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="74" definition="(HA30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="67" definition="(HA50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA50_x1" triggerthreshold="HA50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="73" definition="(HA30[x1]&amp;!EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU30_NOTEM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <NOT>
-          <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="65" definition="(HA8I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8I_x1" triggerthreshold="HA8I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="95" definition="(HA11[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="136" definition="(HA15[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="25" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_TAU8_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="222" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_TAU8_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="152" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_TAU8_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="59" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_TAU8_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="97" definition="(J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="98" definition="(J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="96" definition="(J20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="99" definition="(J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="102" definition="(J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="100" definition="(J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="111" definition="(J250[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J250" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J250_x1" triggerthreshold="J250"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="103" definition="(J350[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J350" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J350_x1" triggerthreshold="J350"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="23" definition="(J10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="223" definition="(J10[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J10_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="171" definition="(J10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="172" definition="(J30[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="159" definition="(J30[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J30_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="169" definition="(J30[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J30_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="156" definition="(J10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="157" definition="(J30[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="127" definition="(J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="220" definition="(J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="184" definition="(J20[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="186" definition="(J50[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="134" definition="(J75[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J75_x3" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="34" definition="(J10[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="104" definition="(J20[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="16" definition="(J30[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J30_x4" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="188" definition="(J10[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J10_x5" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="158" definition="(J20[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J20_x5" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="86" definition="(J10[x6]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_6J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="6" name="J10_x6" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="56" definition="(J10[x3]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="187" definition="(J15[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="43" definition="(J10[x2]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="114" definition="(J10[x2]&amp;J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J75" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="57" definition="(J15[x2]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="119" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="120" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="126" definition="((JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="128" definition="((JF75[x1]|JB75[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ75" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF75_x1" triggerthreshold="JF75"/>
-          <TriggerCondition multi="1" name="JB75_x1" triggerthreshold="JB75"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="24" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_FJ10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="175" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_FJ10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="61" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_FJ10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="124" definition="(JF10[x1]&amp;JB10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-        <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="125" definition="(JF30[x1]&amp;JB30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-        <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="123" definition="(JF50[x1]&amp;JB50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-        <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="54" definition="(J10[x1]&amp;(JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10_FJ10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="130" definition="(J30[x1]&amp;(JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_FJ30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="168" definition="(J50[x1]&amp;(JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_FJ50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="146" definition="(JE100[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE100" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE100_x1" triggerthreshold="JE100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="147" definition="(JE140[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE140" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE140_x1" triggerthreshold="JE140"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="148" definition="(JE200[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE200" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE200_x1" triggerthreshold="JE200"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="129" definition="(XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="131" definition="(XE60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="133" definition="(XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="115" definition="(XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="135" definition="(XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="116" definition="(XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="117" definition="(XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="118" definition="(XE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="138" definition="(TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="140" definition="(TE300[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE300" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE300_x1" triggerthreshold="TE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="229" definition="(TE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE500" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE500_x1" triggerthreshold="TE500"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="141" definition="(TE700[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE700" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE700_x1" triggerthreshold="TE700"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="167" definition="(TE800[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE800" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE800_x1" triggerthreshold="TE800"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="70" definition="(HA8[x2]&amp;HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="68" definition="(HA11[x2]&amp;HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="32" definition="(HA11[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="39" definition="(HA30[x1]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU30_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="122" definition="(HA8[x2]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="110" definition="(HA8I[x2]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8I_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8I_x2" triggerthreshold="HA8I"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="38" definition="(HA8V[x2]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8V_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8V_x2" triggerthreshold="HA8V"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="113" definition="(HA11[x2]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="121" definition="(HA8[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="47" definition="(HA8I[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8I_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8I_x1" triggerthreshold="HA8I"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="194" definition="(HA11[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="132" definition="(HA11[x1]&amp;XE10[x1]&amp;J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XE10_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="33" definition="(HA15[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="101" definition="(HA15[x1]&amp;XE10[x1]&amp;J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE10_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="247" definition="(HA11[x1]&amp;J10[x2]&amp;J20[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_2J10_J20_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="87" definition="(MU4[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J10" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="244" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J15" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="51" definition="(MU4[x1]&amp;J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="55" definition="(MU4[x1]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J50" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="252" definition="(MU4[x1]&amp;J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J75" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="107" definition="(MU6[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6_J15" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="143" definition="(MU4[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_MU4" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="250" definition="(MU6[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_MU6" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="154" definition="(MU6[x2]&amp;EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_2MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="155" definition="(MU10[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_J10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="77" definition="(MU4[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="84" definition="(MU4[x1]&amp;J20[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J20_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="211" definition="(MU10[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="75" definition="(MU10[x1]&amp;XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_XE25" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="37" definition="(J30[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="212" definition="(J30[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE40" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="201" definition="(J50[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="170" definition="(J50[x1]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="35" definition="(J50[x1]&amp;XS25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XS25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XS25_x1" triggerthreshold="XS25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="20" definition="(J50[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="42" definition="(J10[x2]&amp;J30[x1]&amp;JE140[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J30_JE140" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="JE140_x1" triggerthreshold="JE140"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="213" definition="(J20[x2]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J20_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="207" definition="(J30[x2]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J30_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J30_x2" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="182" definition="(EM5[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="40" definition="(EM10VH[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_MU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="225" definition="(EM10VH[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="208" definition="(EM10VH[x1]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_XE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="6" definition="(EM10VH[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="243" definition="(EM5[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="151" definition="(EM12[x1]&amp;J10[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_4J10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="183" definition="(EM12[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="41" definition="(EM5[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="17" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD0_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="18" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_RD0_FIRSTEMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="19" definition="(RNDM0&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_RD0_UNPAIRED_ISO" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="62" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD0_EMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="63" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD1_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="199" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD1_EMPTY" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="218" definition="(BCM_Comb[x7]&amp;BGRP0)" group="0" name="L1_BCM_HT_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="217" definition="(BCM_Wide[x1]&amp;BGRP0)" group="0" name="L1_BCM_Wide_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="216" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" group="0" name="L1_BCM_AC_CA_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="180" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_Wide_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="174" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_Wide_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="205" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_BCM_Wide_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="145" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_AC_CA_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="193" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="190" definition="(ZDC_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="191" definition="(ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="189" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_AND" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="197" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="181" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_AND_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="234" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="196" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="195" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="227" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="15" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_4_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="206" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="21" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_4_4_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="214" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="215" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="249" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_COMM" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="245" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="232" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="233" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_COMM_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="238" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="203" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="204" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_LUCID_A_C_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="240" definition="(ZB_EM14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZB" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM14_x1" triggerthreshold="ZB_EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="241" definition="(BPTX0[x1]&amp;BGRP0)" group="0" name="L1_BPTX0_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="242" definition="(BPTX1[x1]&amp;BGRP0)" group="0" name="L1_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="253" definition="(NIM28[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ0" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="254" definition="(NIM29[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ1" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="255" definition="(NIM30[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ2" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="82" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C19" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="83" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C20" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="78" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_TRT" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="79" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_L1A_Mon" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="235" definition="((((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;(MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1]))|BCM_Wide[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBLZ" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <AND>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-              <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-            </OR>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-              <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-            </OR>
-          </AND>
-          <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="22" definition="(XS60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="44" definition="(XS65[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS65" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS65_x1" triggerthreshold="XS65"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="49" definition="(XS25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS25_x1" triggerthreshold="XS25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="50" definition="(XS30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="81" definition="(XS35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="112" definition="(XS40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="153" definition="(XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS45" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="142" definition="(XS50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="210" definition="(MU6[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="236" definition="(EM5[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="237" definition="(MU6[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="45" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ALFA_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="46" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ALFA_BGRP7" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="109" definition="((MBTS_A[x2]|MBTS_C[x2])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MBTS_2_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="108" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="60" definition="BGRP7" group="0" name="L1_BGRP7" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP7"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="149" definition="(EM12[x1]&amp;XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_XS45" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="150" definition="(EM12[x1]&amp;XS50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_XS50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="31" definition="(HA11[x1]&amp;XS30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XS30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="80" definition="(HA11[x1]&amp;XS35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XS35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="8" definition="(HA15[x1]&amp;XS35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XS35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="L1_pp_v3_default_prescale" version="1">
-    <Prescale ctpid="0" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="1" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="2" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="3" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="4" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="5" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="6" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="7" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="8" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="9" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="10" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="11" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="12" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="13" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="14" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="15" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="16" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="17" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="18" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="19" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="20" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="21" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="22" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="23" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="24" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="25" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="26" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="27" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="28" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="29" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="30" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="31" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="32" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="33" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="34" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="35" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="36" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="37" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="38" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="39" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="40" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="41" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="42" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="43" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="44" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="45" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="46" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="47" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="48" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="49" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="50" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="51" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="52" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="53" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="54" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="55" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="56" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="57" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="58" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="59" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="60" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="61" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="62" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="63" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="64" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="65" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="66" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="67" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="68" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="69" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="70" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="71" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="72" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="73" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="74" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="75" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="76" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="77" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="78" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="79" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="80" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="81" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="82" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="83" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="84" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="85" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="86" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="87" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="88" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="89" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="90" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="91" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="92" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="93" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="94" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="95" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="96" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="97" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="98" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="99" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="100" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="101" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="102" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="103" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="104" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="105" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="106" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="107" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="108" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="109" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="110" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="111" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="112" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="113" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="114" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="115" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="116" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="117" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="118" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="119" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="120" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="121" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="122" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="123" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="124" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="125" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="126" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="127" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="128" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="129" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="130" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="131" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="132" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="133" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="134" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="135" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="136" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="137" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="138" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="139" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="140" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="141" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="142" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="143" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="144" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="145" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="146" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="147" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="148" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="149" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="150" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="151" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="152" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="153" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="154" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="155" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="156" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="157" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="158" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="159" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="160" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="161" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="162" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="163" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="164" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="165" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="166" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="167" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="168" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="169" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="170" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="171" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="172" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="173" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="174" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="175" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="176" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="177" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="178" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="179" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="180" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="181" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="182" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="183" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="184" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="185" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="186" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="187" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="188" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="189" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="190" d="0" m="0" n="-1">
-      -1
-    </Prescale>
-    <Prescale ctpid="191" d="0" m="0" n="-1">
-      -1
-    </Prescale>
-    <Prescale ctpid="192" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="193" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="194" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="195" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="196" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="197" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="198" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="199" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="200" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="201" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="202" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="203" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="204" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="205" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="206" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="207" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="208" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="209" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="210" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="211" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="212" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="213" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="214" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="215" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="216" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="217" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="218" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="219" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="220" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="221" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="222" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="223" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="224" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="225" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="226" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="227" d="0" m="0" n="184000">
-      184000
-    </Prescale>
-    <Prescale ctpid="228" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="229" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="230" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="231" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="232" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="233" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="234" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="235" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="236" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="237" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="238" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="239" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="240" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="241" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="242" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="243" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="244" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="245" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="246" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="247" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="248" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="249" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="250" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="251" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="252" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="253" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="254" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="255" d="0" m="0" n="1">
-      1
-    </Prescale>
-  </PrescaleSet>
-  <PrioritySet name="standard" version="1">
-    <Priority ctpid="0">
-      HIGH
-    </Priority>
-    <Priority ctpid="1">
-      HIGH
-    </Priority>
-    <Priority ctpid="2">
-      HIGH
-    </Priority>
-    <Priority ctpid="3">
-      HIGH
-    </Priority>
-    <Priority ctpid="4">
-      HIGH
-    </Priority>
-    <Priority ctpid="5">
-      HIGH
-    </Priority>
-    <Priority ctpid="6">
-      HIGH
-    </Priority>
-    <Priority ctpid="7">
-      HIGH
-    </Priority>
-    <Priority ctpid="8">
-      HIGH
-    </Priority>
-    <Priority ctpid="9">
-      HIGH
-    </Priority>
-    <Priority ctpid="10">
-      HIGH
-    </Priority>
-    <Priority ctpid="11">
-      HIGH
-    </Priority>
-    <Priority ctpid="12">
-      HIGH
-    </Priority>
-    <Priority ctpid="13">
-      HIGH
-    </Priority>
-    <Priority ctpid="14">
-      HIGH
-    </Priority>
-    <Priority ctpid="15">
-      HIGH
-    </Priority>
-    <Priority ctpid="16">
-      HIGH
-    </Priority>
-    <Priority ctpid="17">
-      HIGH
-    </Priority>
-    <Priority ctpid="18">
-      HIGH
-    </Priority>
-    <Priority ctpid="19">
-      HIGH
-    </Priority>
-    <Priority ctpid="20">
-      HIGH
-    </Priority>
-    <Priority ctpid="21">
-      HIGH
-    </Priority>
-    <Priority ctpid="22">
-      HIGH
-    </Priority>
-    <Priority ctpid="23">
-      HIGH
-    </Priority>
-    <Priority ctpid="24">
-      HIGH
-    </Priority>
-    <Priority ctpid="25">
-      HIGH
-    </Priority>
-    <Priority ctpid="26">
-      HIGH
-    </Priority>
-    <Priority ctpid="27">
-      HIGH
-    </Priority>
-    <Priority ctpid="28">
-      HIGH
-    </Priority>
-    <Priority ctpid="29">
-      LOW
-    </Priority>
-    <Priority ctpid="30">
-      HIGH
-    </Priority>
-    <Priority ctpid="31">
-      HIGH
-    </Priority>
-    <Priority ctpid="32">
-      HIGH
-    </Priority>
-    <Priority ctpid="33">
-      HIGH
-    </Priority>
-    <Priority ctpid="34">
-      HIGH
-    </Priority>
-    <Priority ctpid="35">
-      HIGH
-    </Priority>
-    <Priority ctpid="36">
-      HIGH
-    </Priority>
-    <Priority ctpid="37">
-      HIGH
-    </Priority>
-    <Priority ctpid="38">
-      HIGH
-    </Priority>
-    <Priority ctpid="39">
-      HIGH
-    </Priority>
-    <Priority ctpid="40">
-      HIGH
-    </Priority>
-    <Priority ctpid="41">
-      HIGH
-    </Priority>
-    <Priority ctpid="42">
-      HIGH
-    </Priority>
-    <Priority ctpid="43">
-      HIGH
-    </Priority>
-    <Priority ctpid="44">
-      HIGH
-    </Priority>
-    <Priority ctpid="45">
-      HIGH
-    </Priority>
-    <Priority ctpid="46">
-      HIGH
-    </Priority>
-    <Priority ctpid="47">
-      HIGH
-    </Priority>
-    <Priority ctpid="48">
-      HIGH
-    </Priority>
-    <Priority ctpid="49">
-      HIGH
-    </Priority>
-    <Priority ctpid="50">
-      HIGH
-    </Priority>
-    <Priority ctpid="51">
-      HIGH
-    </Priority>
-    <Priority ctpid="52">
-      HIGH
-    </Priority>
-    <Priority ctpid="53">
-      HIGH
-    </Priority>
-    <Priority ctpid="54">
-      HIGH
-    </Priority>
-    <Priority ctpid="55">
-      HIGH
-    </Priority>
-    <Priority ctpid="56">
-      HIGH
-    </Priority>
-    <Priority ctpid="57">
-      HIGH
-    </Priority>
-    <Priority ctpid="58">
-      HIGH
-    </Priority>
-    <Priority ctpid="59">
-      HIGH
-    </Priority>
-    <Priority ctpid="60">
-      HIGH
-    </Priority>
-    <Priority ctpid="61">
-      HIGH
-    </Priority>
-    <Priority ctpid="62">
-      HIGH
-    </Priority>
-    <Priority ctpid="63">
-      HIGH
-    </Priority>
-    <Priority ctpid="64">
-      HIGH
-    </Priority>
-    <Priority ctpid="65">
-      HIGH
-    </Priority>
-    <Priority ctpid="66">
-      HIGH
-    </Priority>
-    <Priority ctpid="67">
-      HIGH
-    </Priority>
-    <Priority ctpid="68">
-      HIGH
-    </Priority>
-    <Priority ctpid="69">
-      HIGH
-    </Priority>
-    <Priority ctpid="70">
-      HIGH
-    </Priority>
-    <Priority ctpid="71">
-      HIGH
-    </Priority>
-    <Priority ctpid="72">
-      HIGH
-    </Priority>
-    <Priority ctpid="73">
-      HIGH
-    </Priority>
-    <Priority ctpid="74">
-      HIGH
-    </Priority>
-    <Priority ctpid="75">
-      HIGH
-    </Priority>
-    <Priority ctpid="76">
-      HIGH
-    </Priority>
-    <Priority ctpid="77">
-      HIGH
-    </Priority>
-    <Priority ctpid="78">
-      HIGH
-    </Priority>
-    <Priority ctpid="79">
-      HIGH
-    </Priority>
-    <Priority ctpid="80">
-      HIGH
-    </Priority>
-    <Priority ctpid="81">
-      HIGH
-    </Priority>
-    <Priority ctpid="82">
-      HIGH
-    </Priority>
-    <Priority ctpid="83">
-      HIGH
-    </Priority>
-    <Priority ctpid="84">
-      HIGH
-    </Priority>
-    <Priority ctpid="85">
-      HIGH
-    </Priority>
-    <Priority ctpid="86">
-      HIGH
-    </Priority>
-    <Priority ctpid="87">
-      HIGH
-    </Priority>
-    <Priority ctpid="88">
-      HIGH
-    </Priority>
-    <Priority ctpid="89">
-      HIGH
-    </Priority>
-    <Priority ctpid="90">
-      HIGH
-    </Priority>
-    <Priority ctpid="91">
-      HIGH
-    </Priority>
-    <Priority ctpid="92">
-      HIGH
-    </Priority>
-    <Priority ctpid="93">
-      HIGH
-    </Priority>
-    <Priority ctpid="94">
-      HIGH
-    </Priority>
-    <Priority ctpid="95">
-      HIGH
-    </Priority>
-    <Priority ctpid="96">
-      HIGH
-    </Priority>
-    <Priority ctpid="97">
-      HIGH
-    </Priority>
-    <Priority ctpid="98">
-      HIGH
-    </Priority>
-    <Priority ctpid="99">
-      HIGH
-    </Priority>
-    <Priority ctpid="100">
-      HIGH
-    </Priority>
-    <Priority ctpid="101">
-      HIGH
-    </Priority>
-    <Priority ctpid="102">
-      HIGH
-    </Priority>
-    <Priority ctpid="103">
-      HIGH
-    </Priority>
-    <Priority ctpid="104">
-      HIGH
-    </Priority>
-    <Priority ctpid="105">
-      HIGH
-    </Priority>
-    <Priority ctpid="106">
-      HIGH
-    </Priority>
-    <Priority ctpid="107">
-      HIGH
-    </Priority>
-    <Priority ctpid="108">
-      HIGH
-    </Priority>
-    <Priority ctpid="109">
-      HIGH
-    </Priority>
-    <Priority ctpid="110">
-      HIGH
-    </Priority>
-    <Priority ctpid="111">
-      HIGH
-    </Priority>
-    <Priority ctpid="112">
-      HIGH
-    </Priority>
-    <Priority ctpid="113">
-      HIGH
-    </Priority>
-    <Priority ctpid="114">
-      HIGH
-    </Priority>
-    <Priority ctpid="115">
-      HIGH
-    </Priority>
-    <Priority ctpid="116">
-      HIGH
-    </Priority>
-    <Priority ctpid="117">
-      HIGH
-    </Priority>
-    <Priority ctpid="118">
-      HIGH
-    </Priority>
-    <Priority ctpid="119">
-      HIGH
-    </Priority>
-    <Priority ctpid="120">
-      HIGH
-    </Priority>
-    <Priority ctpid="121">
-      HIGH
-    </Priority>
-    <Priority ctpid="122">
-      HIGH
-    </Priority>
-    <Priority ctpid="123">
-      HIGH
-    </Priority>
-    <Priority ctpid="124">
-      HIGH
-    </Priority>
-    <Priority ctpid="125">
-      HIGH
-    </Priority>
-    <Priority ctpid="126">
-      HIGH
-    </Priority>
-    <Priority ctpid="127">
-      HIGH
-    </Priority>
-    <Priority ctpid="128">
-      HIGH
-    </Priority>
-    <Priority ctpid="129">
-      HIGH
-    </Priority>
-    <Priority ctpid="130">
-      HIGH
-    </Priority>
-    <Priority ctpid="131">
-      HIGH
-    </Priority>
-    <Priority ctpid="132">
-      HIGH
-    </Priority>
-    <Priority ctpid="133">
-      HIGH
-    </Priority>
-    <Priority ctpid="134">
-      HIGH
-    </Priority>
-    <Priority ctpid="135">
-      HIGH
-    </Priority>
-    <Priority ctpid="136">
-      HIGH
-    </Priority>
-    <Priority ctpid="137">
-      LOW
-    </Priority>
-    <Priority ctpid="138">
-      HIGH
-    </Priority>
-    <Priority ctpid="139">
-      LOW
-    </Priority>
-    <Priority ctpid="140">
-      HIGH
-    </Priority>
-    <Priority ctpid="141">
-      HIGH
-    </Priority>
-    <Priority ctpid="142">
-      HIGH
-    </Priority>
-    <Priority ctpid="143">
-      HIGH
-    </Priority>
-    <Priority ctpid="144">
-      HIGH
-    </Priority>
-    <Priority ctpid="145">
-      HIGH
-    </Priority>
-    <Priority ctpid="146">
-      HIGH
-    </Priority>
-    <Priority ctpid="147">
-      HIGH
-    </Priority>
-    <Priority ctpid="148">
-      HIGH
-    </Priority>
-    <Priority ctpid="149">
-      HIGH
-    </Priority>
-    <Priority ctpid="150">
-      HIGH
-    </Priority>
-    <Priority ctpid="151">
-      HIGH
-    </Priority>
-    <Priority ctpid="152">
-      HIGH
-    </Priority>
-    <Priority ctpid="153">
-      HIGH
-    </Priority>
-    <Priority ctpid="154">
-      HIGH
-    </Priority>
-    <Priority ctpid="155">
-      HIGH
-    </Priority>
-    <Priority ctpid="156">
-      HIGH
-    </Priority>
-    <Priority ctpid="157">
-      HIGH
-    </Priority>
-    <Priority ctpid="158">
-      HIGH
-    </Priority>
-    <Priority ctpid="159">
-      HIGH
-    </Priority>
-    <Priority ctpid="160">
-      HIGH
-    </Priority>
-    <Priority ctpid="161">
-      HIGH
-    </Priority>
-    <Priority ctpid="162">
-      HIGH
-    </Priority>
-    <Priority ctpid="163">
-      HIGH
-    </Priority>
-    <Priority ctpid="164">
-      HIGH
-    </Priority>
-    <Priority ctpid="165">
-      HIGH
-    </Priority>
-    <Priority ctpid="166">
-      HIGH
-    </Priority>
-    <Priority ctpid="167">
-      HIGH
-    </Priority>
-    <Priority ctpid="168">
-      HIGH
-    </Priority>
-    <Priority ctpid="169">
-      HIGH
-    </Priority>
-    <Priority ctpid="170">
-      HIGH
-    </Priority>
-    <Priority ctpid="171">
-      HIGH
-    </Priority>
-    <Priority ctpid="172">
-      HIGH
-    </Priority>
-    <Priority ctpid="173">
-      LOW
-    </Priority>
-    <Priority ctpid="174">
-      HIGH
-    </Priority>
-    <Priority ctpid="175">
-      HIGH
-    </Priority>
-    <Priority ctpid="176">
-      HIGH
-    </Priority>
-    <Priority ctpid="177">
-      HIGH
-    </Priority>
-    <Priority ctpid="178">
-      HIGH
-    </Priority>
-    <Priority ctpid="179">
-      HIGH
-    </Priority>
-    <Priority ctpid="180">
-      HIGH
-    </Priority>
-    <Priority ctpid="181">
-      HIGH
-    </Priority>
-    <Priority ctpid="182">
-      HIGH
-    </Priority>
-    <Priority ctpid="183">
-      HIGH
-    </Priority>
-    <Priority ctpid="184">
-      HIGH
-    </Priority>
-    <Priority ctpid="185">
-      HIGH
-    </Priority>
-    <Priority ctpid="186">
-      HIGH
-    </Priority>
-    <Priority ctpid="187">
-      HIGH
-    </Priority>
-    <Priority ctpid="188">
-      HIGH
-    </Priority>
-    <Priority ctpid="189">
-      HIGH
-    </Priority>
-    <Priority ctpid="190">
-      HIGH
-    </Priority>
-    <Priority ctpid="191">
-      HIGH
-    </Priority>
-    <Priority ctpid="192">
-      LOW
-    </Priority>
-    <Priority ctpid="193">
-      HIGH
-    </Priority>
-    <Priority ctpid="194">
-      HIGH
-    </Priority>
-    <Priority ctpid="195">
-      HIGH
-    </Priority>
-    <Priority ctpid="196">
-      HIGH
-    </Priority>
-    <Priority ctpid="197">
-      HIGH
-    </Priority>
-    <Priority ctpid="198">
-      LOW
-    </Priority>
-    <Priority ctpid="199">
-      HIGH
-    </Priority>
-    <Priority ctpid="200">
-      HIGH
-    </Priority>
-    <Priority ctpid="201">
-      HIGH
-    </Priority>
-    <Priority ctpid="202">
-      HIGH
-    </Priority>
-    <Priority ctpid="203">
-      HIGH
-    </Priority>
-    <Priority ctpid="204">
-      HIGH
-    </Priority>
-    <Priority ctpid="205">
-      HIGH
-    </Priority>
-    <Priority ctpid="206">
-      HIGH
-    </Priority>
-    <Priority ctpid="207">
-      HIGH
-    </Priority>
-    <Priority ctpid="208">
-      HIGH
-    </Priority>
-    <Priority ctpid="209">
-      LOW
-    </Priority>
-    <Priority ctpid="210">
-      HIGH
-    </Priority>
-    <Priority ctpid="211">
-      HIGH
-    </Priority>
-    <Priority ctpid="212">
-      HIGH
-    </Priority>
-    <Priority ctpid="213">
-      HIGH
-    </Priority>
-    <Priority ctpid="214">
-      HIGH
-    </Priority>
-    <Priority ctpid="215">
-      HIGH
-    </Priority>
-    <Priority ctpid="216">
-      HIGH
-    </Priority>
-    <Priority ctpid="217">
-      HIGH
-    </Priority>
-    <Priority ctpid="218">
-      HIGH
-    </Priority>
-    <Priority ctpid="219">
-      HIGH
-    </Priority>
-    <Priority ctpid="220">
-      HIGH
-    </Priority>
-    <Priority ctpid="221">
-      HIGH
-    </Priority>
-    <Priority ctpid="222">
-      HIGH
-    </Priority>
-    <Priority ctpid="223">
-      HIGH
-    </Priority>
-    <Priority ctpid="224">
-      HIGH
-    </Priority>
-    <Priority ctpid="225">
-      HIGH
-    </Priority>
-    <Priority ctpid="226">
-      LOW
-    </Priority>
-    <Priority ctpid="227">
-      HIGH
-    </Priority>
-    <Priority ctpid="228">
-      LOW
-    </Priority>
-    <Priority ctpid="229">
-      HIGH
-    </Priority>
-    <Priority ctpid="230">
-      LOW
-    </Priority>
-    <Priority ctpid="231">
-      HIGH
-    </Priority>
-    <Priority ctpid="232">
-      HIGH
-    </Priority>
-    <Priority ctpid="233">
-      HIGH
-    </Priority>
-    <Priority ctpid="234">
-      HIGH
-    </Priority>
-    <Priority ctpid="235">
-      HIGH
-    </Priority>
-    <Priority ctpid="236">
-      HIGH
-    </Priority>
-    <Priority ctpid="237">
-      HIGH
-    </Priority>
-    <Priority ctpid="238">
-      HIGH
-    </Priority>
-    <Priority ctpid="239">
-      HIGH
-    </Priority>
-    <Priority ctpid="240">
-      HIGH
-    </Priority>
-    <Priority ctpid="241">
-      HIGH
-    </Priority>
-    <Priority ctpid="242">
-      HIGH
-    </Priority>
-    <Priority ctpid="243">
-      HIGH
-    </Priority>
-    <Priority ctpid="244">
-      HIGH
-    </Priority>
-    <Priority ctpid="245">
-      HIGH
-    </Priority>
-    <Priority ctpid="246">
-      LOW
-    </Priority>
-    <Priority ctpid="247">
-      HIGH
-    </Priority>
-    <Priority ctpid="248">
-      LOW
-    </Priority>
-    <Priority ctpid="249">
-      HIGH
-    </Priority>
-    <Priority ctpid="250">
-      HIGH
-    </Priority>
-    <Priority ctpid="251">
-      LOW
-    </Priority>
-    <Priority ctpid="252">
-      HIGH
-    </Priority>
-    <Priority ctpid="253">
-      HIGH
-    </Priority>
-    <Priority ctpid="254">
-      HIGH
-    </Priority>
-    <Priority ctpid="255">
-      HIGH
-    </Priority>
-  </PrioritySet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="3" name="MBTS_A3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="5" name="MBTS_A5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="7" name="MBTS_A7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="9" name="MBTS_A9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="11" name="MBTS_A11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="14" name="NIM_B7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="15" name="NIM_B7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="17" name="NIM_A7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="0" name="MBTS_A0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bcdelay="3564" bitnum="1" id="10" mapping="0" name="ZB_EM14" seed="EM14" seed_multi="1" type="ZB" version="1">
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="0" name="NIM28" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM28full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="5" name="NIMDIR5" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="13" name="MBTS_A13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="15" name="MBTS_A15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="19" name="MBTS_C3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="19" name="NIM_A7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="21" name="MBTS_C5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="21" name="NIM_B7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="23" name="MBTS_C7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="26" name="NIMDIR26" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="27" name="MBTS_C11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="29" name="MBTS_C13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="31" name="MBTS_C15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="0" name="ZDC_A" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="25" mapping="0" name="BCM_Comb" type="BCMCMB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="1" name="BCM_CtoA" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="0" name="BCM_AtoC" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="1" name="LUCID_C" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="17" name="MBTS_C1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="0" name="LUCID_A" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="1" name="BPTX1" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX1full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="25" name="MBTS_C9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="0" name="BPTX0" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX0full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="34" mapping="1" name="MBTS_C" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="1" name="ZDC_C" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="1" name="NIM29" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM29full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="1" name="MBTS_A1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="2" name="BCM_Wide" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="2" name="ZDC_AND" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="2" name="NIM30" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM30full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="2" name="MBTS_A2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="4" name="MBTS_A4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="6" name="MBTS_A6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="8" name="MBTS_A8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="10" name="MBTS_A10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="12" name="MBTS_A12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="14" name="MBTS_A14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="16" name="MBTS_C0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="16" name="NIM_A7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="18" name="MBTS_C2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="51" mapping="18" name="NIM_A7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="20" name="MBTS_C4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="20" name="NIM_B7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="22" name="MBTS_C6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="22" name="NIM_ALFA_LOG" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_ALFA_LOGfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="24" name="MBTS_C8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="25" name="NIMDIR25" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="28" name="MBTS_C12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="30" name="MBTS_C14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="60" mapping="0" name="MBTS_A" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="61" mapping="0" name="XE10" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="62" mapping="0" name="XS25" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="63" mapping="0" name="TE20" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="64" mapping="0" name="JF10" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="65" mapping="0" name="JB10" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="66" mapping="0" name="JE60" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="67" mapping="0" name="J10" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="68" mapping="0" name="HA8" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8full" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="69" mapping="0" name="EM3" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="70" mapping="1" name="MU6" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU6full" phimax="64" phimin="0" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="71" mapping="1" name="EM5" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="72" mapping="1" name="HA8V" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8Vfull" phimax="64" phimin="0" priority="1" thresholdval="10" type="TAU" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-16" had_isolation="63" had_veto="63" name="HA8Vfull" phimax="64" phimin="0" priority="2" thresholdval="8" type="TAU" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="16" etamin="8" had_isolation="63" had_veto="63" name="HA8Vfull" phimax="64" phimin="0" priority="2" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="73" mapping="1" name="J15" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="74" mapping="1" name="JE100" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="75" mapping="1" name="JB30" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="1" name="JF30" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="77" mapping="1" name="TE300" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE300full" phimax="64" phimin="0" priority="0" thresholdval="300" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="1" name="XS30" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="79" mapping="1" name="XE20" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="80" mapping="2" name="MU10" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="81" mapping="2" name="EM7" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM7full" phimax="64" phimin="0" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="82" mapping="2" name="HA8I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8Ifull" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="83" mapping="2" name="J20" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="84" mapping="2" name="JE140" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE140full" phimax="64" phimin="0" priority="0" thresholdval="140" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="85" mapping="2" name="JB50" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="86" mapping="2" name="JF50" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="2" name="TE500" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="2" name="XS35" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="2" name="XE25" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="90" mapping="3" name="MU11" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU11full" phimax="64" phimin="0" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="91" mapping="3" name="EM10VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM10VHfull" phimax="64" phimin="0" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-20" had_isolation="63" had_veto="1" name="EM10VHfull" phimax="64" phimin="0" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="8" had_isolation="63" had_veto="1" name="EM10VHfull" phimax="64" phimin="0" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="92" mapping="3" name="HA11" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11full" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="93" mapping="3" name="J30" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="94" mapping="3" name="JE200" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE200full" phimax="64" phimin="0" priority="0" thresholdval="200" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="95" mapping="3" name="JB75" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="96" mapping="3" name="JF75" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="3" name="TE700" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE700full" phimax="64" phimin="0" priority="0" thresholdval="700" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="3" name="XS40" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="3" name="XE30" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="100" mapping="4" name="MU15" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="101" mapping="4" name="EM12" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM12full" phimax="64" phimin="0" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="102" mapping="4" name="HA15" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA15full" phimax="64" phimin="0" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="103" mapping="4" name="J50" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="4" name="TE800" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE800full" phimax="64" phimin="0" priority="0" thresholdval="800" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="105" mapping="4" name="XS45" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS45full" phimax="64" phimin="0" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="4" name="XE35" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="107" mapping="5" name="MU20" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="108" mapping="5" name="EM16VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="1" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-12" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="12" etamin="8" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-12" etamin="-16" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="16" etamin="12" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-16" etamin="-20" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="16" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="109" mapping="5" name="HA20" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="110" mapping="5" name="J75" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J75full" phimax="64" phimin="0" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="111" mapping="5" name="TE1000" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1000full" phimax="64" phimin="0" priority="0" thresholdval="1000" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="112" mapping="5" name="XS50" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="113" mapping="5" name="XE40" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="6" name="EM18VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="1" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-12" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="12" etamin="8" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-12" etamin="-16" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="16" etamin="12" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-16" etamin="-20" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="16" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="115" mapping="6" name="HA30" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="116" mapping="6" name="J250" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J250full" phimax="64" phimin="0" priority="0" thresholdval="250" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="6" name="XS60" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="6" name="XE50" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="119" mapping="7" name="EM30" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="120" mapping="7" name="HA50" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA50full" phimax="64" phimin="0" priority="1" thresholdval="50" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="121" mapping="7" name="J350" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J350full" phimax="64" phimin="0" priority="0" thresholdval="350" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="7" name="XS65" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS65full" phimax="64" phimin="0" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="7" name="XE60" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="124" mapping="26" name="MBTS_C10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="125" mapping="0" name="MU4" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU4full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name="rand01" rate1="0" rate2="0" seed1="1" seed2="1"/>
-  <Deadtime complex1_level="7" complex1_rate="415" complex2_level="7" complex2_rate="415" name="Physics" simple="5" version="1"/>
-  <BunchGroupSet name="bg_set1" version="1">
-    <BunchGroup internalNumber="0" name="BCRVeto" version="1">
-      <Bunch bunchNumber="2067"/>
-      <Bunch bunchNumber="2068"/>
-      <Bunch bunchNumber="2069"/>
-      <Bunch bunchNumber="2678"/>
-      <Bunch bunchNumber="7"/>
-      <Bunch bunchNumber="1234"/>
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled" version="1">
-      <Bunch bunchNumber="206"/>
-      <Bunch bunchNumber="207"/>
-      <Bunch bunchNumber="208"/>
-      <Bunch bunchNumber="267"/>
-      <Bunch bunchNumber="1"/>
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="EmptyCalib" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="3" name="Empty" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="6" name="EmptyAfterFilled" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="7" name="Unpaired" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01" version="1"/>
-  <MuctpiInfo name="muctpi" version="1">
-    <low_pt>
-      1
-    </low_pt>
-    <high_pt>
-      1
-    </high_pt>
-    <max_cand>
-      13
-    </max_cand>
-  </MuctpiInfo>
-  <CaloInfo global_scale="1.0" name="CaloInfo" version="1">
-    <JetWeight num="1">
-      13
-    </JetWeight>
-    <JetWeight num="2">
-      5
-    </JetWeight>
-    <JetWeight num="3">
-      7
-    </JetWeight>
-    <JetWeight num="4">
-      15
-    </JetWeight>
-    <JetWeight num="5">
-      23
-    </JetWeight>
-    <JetWeight num="6">
-      100
-    </JetWeight>
-    <JetWeight num="7">
-      137
-    </JetWeight>
-    <JetWeight num="8">
-      137
-    </JetWeight>
-    <JetWeight num="9">
-      0
-    </JetWeight>
-    <JetWeight num="10">
-      0
-    </JetWeight>
-    <JetWeight num="11">
-      0
-    </JetWeight>
-    <JetWeight num="12">
-      0
-    </JetWeight>
-    <METSignificance teSqrtMax="63" teSqrtMin="4" xeMax="63" xeMin="11" xsSigmaOffset="1280" xsSigmaScale="1120"/>
-  </CaloInfo>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_LS1.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_LS1.xml
deleted file mode 100644
index 7f7fb82274461ee6ce6b08add4e766549dcdd90e..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_LS1.xml
+++ /dev/null
@@ -1,3133 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config name="LS1_v1" ctpVersion="3" l1Version="0" id="0">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1 thresholds defined: 134-->
-  <!--No. L1 items defined: 251-->
-  <TriggerMenu id="1" name="LS1_v1" phase="lumi" version="1">
-    <TriggerItem ctpid="0" partition="1" name="L1_EM3" complex_deadtime="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="1" partition="1" name="L1_EM6" complex_deadtime="0" definition="(EM6[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="2" partition="1" name="L1_EM16V" complex_deadtime="0" definition="(EM16V[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16V_x1" triggerthreshold="EM16V"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="3" partition="1" name="L1_EM10VH" complex_deadtime="0" definition="(EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="4" partition="1" name="L1_EM18VH" complex_deadtime="0" definition="(EM18VH[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="5" partition="1" name="L1_EM16VH" complex_deadtime="0" definition="(EM16VH[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16VH_x1" triggerthreshold="EM16VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="6" partition="1" name="L1_EM10VH_XE35" complex_deadtime="0" definition="(EM10VH[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="7" partition="1" name="L1_TAU15I_XE35" complex_deadtime="0" definition="(HA15I[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15I_x1" triggerthreshold="HA15I"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="8" partition="1" name="L1_TAU15_XS35" complex_deadtime="0" definition="(HA15[x1]&amp;XS35[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="9" partition="1" name="L1_2EM3_EM6" complex_deadtime="0" definition="(EM3[x2]&amp;EM6[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="10" partition="1" name="L1_2EM3" complex_deadtime="0" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="11" partition="1" name="L1_2EM6" complex_deadtime="0" definition="(EM6[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM6_x2" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="12" partition="1" name="L1_2MU4_XE40" complex_deadtime="0" definition="(MU4[x2]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="13" partition="1" name="L1_MU4_J15_EMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="14" partition="1" name="L1_MU4_J15_UNPAIRED_ISO" complex_deadtime="0" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP4))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="15" partition="1" name="L1_MBTS_4_4" complex_deadtime="0" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="16" partition="1" name="L1_XS55" complex_deadtime="0" definition="(XS55[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS55_x1" triggerthreshold="XS55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="17" partition="1" name="L1_RD0_FILLED" complex_deadtime="0" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="18" partition="1" name="L1_RD0_FIRSTEMPTY" complex_deadtime="0" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="19" partition="1" name="L1_RD0_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM0&amp;(BGRP0&amp;BGRP4))" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="20" partition="1" name="L1_J50_XE35" complex_deadtime="0" definition="(J50[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="21" partition="1" name="L1_3J15_J50" complex_deadtime="0" definition="(J15[x3]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="22" partition="1" name="L1_XS60" complex_deadtime="0" definition="(XS60[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="23" partition="1" name="L1_J10_UNPAIRED_ISO" complex_deadtime="0" definition="(J10[x1]&amp;(BGRP0&amp;BGRP4))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="24" partition="1" name="L1_FJ30_UNPAIRED_ISO" complex_deadtime="0" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP4))" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="25" partition="1" name="L1_TAU8_UNPAIRED_ISO" complex_deadtime="0" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP4))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="26" partition="1" name="L1_EM6_XS50" complex_deadtime="0" definition="(EM6[x1]&amp;XS50[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="27" partition="1" name="L1_EM6_XS60" complex_deadtime="0" definition="(EM6[x1]&amp;XS60[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="28" partition="1" name="L1_2MU6_UNPAIRED_ISO" complex_deadtime="0" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP4))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="29" partition="1" name="L1_TAU11I" complex_deadtime="0" definition="(HA11I[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11I_x1" triggerthreshold="HA11I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="30" partition="1" name="L1_EM6_XS55" complex_deadtime="0" definition="(EM6[x1]&amp;XS55[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="XS55_x1" triggerthreshold="XS55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="31" partition="1" name="L1_XE35_BGRP7" complex_deadtime="0" definition="(XE35[x1]&amp;(BGRP0&amp;BGRP7))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="32" partition="1" name="L1_MU10_FJ15" complex_deadtime="0" definition="(MU10[x1]&amp;(JF15[x1]|JB15[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-          <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="33" partition="1" name="L1_TAU15_XE25_3J15" complex_deadtime="0" definition="(HA15[x1]&amp;XE25[x1]&amp;J15[x3]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="34" partition="1" name="L1_4J10" complex_deadtime="0" definition="(J10[x4]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="36" partition="1" name="L1_2MU6_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP5))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="37" partition="1" name="L1_J30_XE35" complex_deadtime="0" definition="(J30[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="38" partition="1" name="L1_EM14VH" complex_deadtime="0" definition="(EM14VH[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="39" partition="1" name="L1_2TAU11_TAU20_EM10VH" complex_deadtime="0" definition="(HA11[x2]&amp;HA20[x1]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="40" partition="1" name="L1_EM10VH_MU6" complex_deadtime="0" definition="(EM10VH[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="41" partition="1" name="L1_2EM6_MU6" complex_deadtime="0" definition="(EM6[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM6_x2" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="43" partition="1" name="L1_2MU4_EM3" complex_deadtime="0" definition="(MU4[x2]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10011100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="44" partition="1" name="L1_XS65" complex_deadtime="0" definition="(XS65[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS65_x1" triggerthreshold="XS65"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="45" partition="1" name="L1_ALFA_EMPTY" complex_deadtime="0" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="46" partition="1" name="L1_ALFA_BGRP7" complex_deadtime="0" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP7))" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="47" partition="1" name="L1_XE40_BGRP7" complex_deadtime="0" definition="(XE40[x1]&amp;(BGRP0&amp;BGRP7))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="48" partition="1" name="L1_MU10_UNPAIRED_ISO" complex_deadtime="0" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP4))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="49" partition="1" name="L1_2TAU8_TAU11I_EM10VH_FJ15" complex_deadtime="0" definition="(HA8[x2]&amp;HA11I[x1]&amp;EM10VH[x1]&amp;(JF15[x1]|JB15[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="HA11I_x1" triggerthreshold="HA11I"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-          <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="50" partition="1" name="L1_XS30" complex_deadtime="0" definition="(XS30[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="51" partition="1" name="L1_MU4_J30" complex_deadtime="0" definition="(MU4[x1]&amp;J30[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="52" partition="1" name="L1_MU4_UNPAIRED_ISO" complex_deadtime="0" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP4))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="53" partition="1" name="L1_EM3_UNPAIRED_ISO" complex_deadtime="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP4))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="54" partition="1" name="L1_2MU4_XE30" complex_deadtime="0" definition="(MU4[x2]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="55" partition="1" name="L1_MU4_J50" complex_deadtime="0" definition="(MU4[x1]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="56" partition="1" name="L1_2MU4_2EM3" complex_deadtime="0" definition="(MU4[x2]&amp;EM3[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10011100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="57" partition="1" name="L1_3J15_FJ15" complex_deadtime="0" definition="(J15[x3]&amp;(JF15[x1]|JB15[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-          <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="58" partition="1" name="L1_EM3_FIRSTEMPTY" complex_deadtime="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP6))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="59" partition="1" name="L1_TAU8_FIRSTEMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP6))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="60" partition="1" name="L1_BGRP7" complex_deadtime="0" definition="(BGRP0&amp;BGRP7)" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="61" partition="1" name="L1_FJ30_FIRSTEMPTY" complex_deadtime="0" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP6))" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="62" partition="1" name="L1_RD0_EMPTY" complex_deadtime="0" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="63" partition="1" name="L1_RD1_FILLED" complex_deadtime="0" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="64" partition="1" name="L1_TAU15" complex_deadtime="0" definition="(HA15[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="65" partition="1" name="L1_TAU15I" complex_deadtime="0" definition="(HA15I[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15I_x1" triggerthreshold="HA15I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="66" partition="1" name="L1_TAU8" complex_deadtime="0" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="67" partition="1" name="L1_2TAU11I_EM14VH" complex_deadtime="0" definition="(HA11I[x2]&amp;EM14VH[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11I_x2" triggerthreshold="HA11I"/>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="68" partition="1" name="L1_2TAU11_TAU15" complex_deadtime="0" definition="(HA11[x2]&amp;HA15[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="69" partition="1" name="L1_TAU11" complex_deadtime="0" definition="(HA11[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="70" partition="1" name="L1_2TAU20" complex_deadtime="0" definition="(HA20[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA20_x2" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="71" partition="1" name="L1_2MU6" complex_deadtime="0" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="72" partition="1" name="L1_2MU10" complex_deadtime="0" definition="(MU10[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="73" partition="1" name="L1_TAU40" complex_deadtime="0" definition="(HA40[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="74" partition="1" name="L1_TAU20" complex_deadtime="0" definition="(HA20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="75" partition="1" name="L1_MU10_XE25" complex_deadtime="0" definition="(MU10[x1]&amp;XE25[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="76" partition="1" name="L1_3MU4" complex_deadtime="0" definition="(MU4[x3]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="77" partition="1" name="L1_2MU4_MU6" complex_deadtime="0" definition="(MU4[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="78" partition="1" name="L1_TRT" complex_deadtime="0" definition="(NIMDIR25[x1]&amp;BGRP0)" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="79" partition="1" name="L1_L1A_Mon" complex_deadtime="0" definition="(NIMDIR26[x1]&amp;BGRP0)" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="80" partition="1" name="L1_2EM12_EM16V" complex_deadtime="0" definition="(EM12[x2]&amp;EM16V[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM12_x2" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="EM16V_x1" triggerthreshold="EM16V"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="81" partition="1" name="L1_2TAU8_TAU11I_EM10VH_J15CF" complex_deadtime="0" definition="(HA8[x2]&amp;HA11I[x1]&amp;EM10VH[x1]&amp;J15CF[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="HA11I_x1" triggerthreshold="HA11I"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="J15CF_x1" triggerthreshold="J15CF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="82" partition="1" name="L1_LUCID_COMM_EMPTY" complex_deadtime="0" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="83" partition="1" name="L1_EM30_BGRP7" complex_deadtime="0" definition="(EM30[x1]&amp;(BGRP0&amp;BGRP7))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM30_x1" triggerthreshold="EM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="84" partition="1" name="L1_MU4_J20_XE20" complex_deadtime="0" definition="(MU4[x1]&amp;J20[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="85" partition="1" name="L1_EM30" complex_deadtime="0" definition="(EM30[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM30_x1" triggerthreshold="EM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="86" partition="1" name="L1_6J10" complex_deadtime="0" definition="(J10[x6]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="6" name="J10_x6" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="87" partition="1" name="L1_MU4_J10" complex_deadtime="0" definition="(MU4[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="88" partition="1" name="L1_MU15" complex_deadtime="0" definition="(MU15[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="89" partition="1" name="L1_MU4" complex_deadtime="0" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="90" partition="1" name="L1_MU6" complex_deadtime="0" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="91" partition="1" name="L1_MU10" complex_deadtime="0" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="92" partition="1" name="L1_MU20" complex_deadtime="0" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="93" partition="1" name="L1_MU11" complex_deadtime="0" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="94" partition="1" name="L1_2MU4" complex_deadtime="0" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="95" partition="1" name="L1_2TAU11" complex_deadtime="0" definition="(HA11[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="96" partition="1" name="L1_J20" complex_deadtime="0" definition="(J20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="97" partition="1" name="L1_J10" complex_deadtime="0" definition="(J10[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="98" partition="1" name="L1_J15" complex_deadtime="0" definition="(J15[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="99" partition="1" name="L1_J30" complex_deadtime="0" definition="(J30[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="100" partition="1" name="L1_J75" complex_deadtime="0" definition="(J75[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="101" partition="1" name="L1_TAU15_XE40" complex_deadtime="0" definition="(HA15[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="102" partition="1" name="L1_J50" complex_deadtime="0" definition="(J50[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="103" partition="1" name="L1_J350" complex_deadtime="0" definition="(J350[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J350_x1" triggerthreshold="J350"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="104" partition="1" name="L1_4J20" complex_deadtime="0" definition="(J20[x4]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="105" partition="1" name="L1_MU10_EMPTY" complex_deadtime="0" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="106" partition="1" name="L1_2MU4_EMPTY" complex_deadtime="0" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP3))" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="107" partition="1" name="L1_MU6_J15" complex_deadtime="0" definition="(MU6[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="108" partition="1" name="L1_LUCID_BGRP7" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP7))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="109" partition="1" name="L1_MBTS_2_BGRP7" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP7))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="110" partition="1" name="L1_ALFA_BGRP7_OD" complex_deadtime="0" definition="(NIM_ALFA_LOG_OD[x1]&amp;(BGRP0&amp;BGRP7))" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_OD_x1" triggerthreshold="NIM_ALFA_LOG_OD"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="111" partition="1" name="L1_2FJ15" complex_deadtime="0" definition="(JF15[x1]&amp;JB15[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-        <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="113" partition="1" name="L1_2TAU11_EM10VH" complex_deadtime="0" definition="(HA11[x2]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="114" partition="1" name="L1_TAU20_XE35" complex_deadtime="0" definition="(HA20[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="115" partition="1" name="L1_XE25" complex_deadtime="0" definition="(XE25[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="116" partition="1" name="L1_XE35" complex_deadtime="0" definition="(XE35[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="117" partition="1" name="L1_XE40" complex_deadtime="0" definition="(XE40[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="118" partition="1" name="L1_XE50" complex_deadtime="0" definition="(XE50[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="119" partition="1" name="L1_LHCF" complex_deadtime="0" definition="(NIMDIR36[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR36_x1" triggerthreshold="NIMDIR36"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="120" partition="1" name="L1_FJ30" complex_deadtime="0" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="121" partition="1" name="L1_TAU8_MU10" complex_deadtime="0" definition="(HA8[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="122" partition="1" name="L1_J50_XE40" complex_deadtime="0" definition="(J50[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="123" partition="1" name="L1_2FJ50" complex_deadtime="0" definition="(JF50[x1]&amp;JB50[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-        <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="124" partition="1" name="L1_ALFA_EMPTY_OD" complex_deadtime="0" definition="(NIM_ALFA_LOG_OD[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_OD_x1" triggerthreshold="NIM_ALFA_LOG_OD"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="125" partition="1" name="L1_2FJ30" complex_deadtime="0" definition="(JF30[x1]&amp;JB30[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-        <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="126" partition="1" name="L1_FJ50" complex_deadtime="0" definition="((JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="127" partition="1" name="L1_2TAU8_TAU15_J15CF" complex_deadtime="0" definition="(HA8[x2]&amp;HA15[x1]&amp;J15CF[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="J15CF_x1" triggerthreshold="J15CF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="128" partition="1" name="L1_FJ75" complex_deadtime="0" definition="((JF75[x1]|JB75[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF75_x1" triggerthreshold="JF75"/>
-          <TriggerCondition multi="1" name="JB75_x1" triggerthreshold="JB75"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="129" partition="1" name="L1_XE70" complex_deadtime="0" definition="(XE70[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE70_x1" triggerthreshold="XE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="130" partition="1" name="L1_J30_FJ30" complex_deadtime="0" definition="(J30[x1]&amp;(JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="131" partition="1" name="L1_XE60" complex_deadtime="0" definition="(XE60[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="132" partition="1" name="L1_2TAU11_TAU20_EM14VH" complex_deadtime="0" definition="(HA11[x2]&amp;HA20[x1]&amp;EM14VH[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="133" partition="1" name="L1_XE20" complex_deadtime="0" definition="(XE20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="134" partition="1" name="L1_XE50_BGRP7" complex_deadtime="0" definition="(XE50[x1]&amp;(BGRP0&amp;BGRP7))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="135" partition="1" name="L1_XE30" complex_deadtime="0" definition="(XE30[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="136" partition="1" name="L1_2TAU15" complex_deadtime="0" definition="(HA15[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="137" partition="1" name="L1_2TAU11I" complex_deadtime="0" definition="(HA11I[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11I_x2" triggerthreshold="HA11I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="138" partition="1" name="L1_TE20" complex_deadtime="0" definition="(TE20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="139" partition="1" name="L1_2TAU11I_TAU15" complex_deadtime="0" definition="(HA11I[x2]&amp;HA15[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11I_x2" triggerthreshold="HA11I"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="140" partition="1" name="L1_TE300" complex_deadtime="0" definition="(TE300[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE300_x1" triggerthreshold="TE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="141" partition="1" name="L1_TE700" complex_deadtime="0" definition="(TE700[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE700_x1" triggerthreshold="TE700"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="142" partition="1" name="L1_XS50" complex_deadtime="0" definition="(XS50[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="143" partition="1" name="L1_TAU15_XE35" complex_deadtime="0" definition="(HA15[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="144" partition="1" name="L1_EM14VH_J15CF" complex_deadtime="0" definition="(EM14VH[x1]&amp;J15CF[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <TriggerCondition multi="1" name="J15CF_x1" triggerthreshold="J15CF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="145" partition="1" name="L1_BCM_AC_CA_UNPAIRED_ISO" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;(BGRP0&amp;BGRP4))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="146" partition="1" name="L1_2MU6_MU10" complex_deadtime="0" definition="(MU6[x2]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="147" partition="1" name="L1_2MU6_BARREL" complex_deadtime="0" definition="(MU6[x2]&amp;NIM_MUB[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="NIM_MUB_x1" triggerthreshold="NIM_MUB"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="148" partition="1" name="L1_2MU6_BARRELONLY" complex_deadtime="0" definition="(((MU6[x2]&amp;!NIM_MUE[x1])|MU6[x3])&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <OR>
-          <AND>
-            <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-            <NOT>
-              <TriggerCondition multi="1" name="NIM_MUE_x1" triggerthreshold="NIM_MUE"/>
-            </NOT>
-          </AND>
-          <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="149" partition="1" name="L1_EM12_XS45" complex_deadtime="0" definition="(EM12[x1]&amp;XS45[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="150" partition="1" name="L1_EM6_XS45" complex_deadtime="0" definition="(EM6[x1]&amp;XS45[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="151" partition="1" name="L1_EM12_4J10" complex_deadtime="0" definition="(EM12[x1]&amp;J10[x4]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="152" partition="1" name="L1_TAU8_EMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="153" partition="1" name="L1_XS45" complex_deadtime="0" definition="(XS45[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="154" partition="1" name="L1_EM6_2MU6" complex_deadtime="0" definition="(MU6[x2]&amp;EM6[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="156" partition="1" name="L1_J10_FIRSTEMPTY" complex_deadtime="0" definition="(J10[x1]&amp;(BGRP0&amp;BGRP6))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="157" partition="1" name="L1_J30_FIRSTEMPTY" complex_deadtime="0" definition="(J30[x1]&amp;(BGRP0&amp;BGRP6))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="158" partition="1" name="L1_5J20" complex_deadtime="0" definition="(J20[x5]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J20_x5" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="159" partition="1" name="L1_J30_UNPAIRED_ISO" complex_deadtime="0" definition="(J30[x1]&amp;(BGRP0&amp;BGRP4))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="160" partition="1" name="L1_MU4_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP6))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="161" partition="1" name="L1_MU20_FIRSTEMPTY" complex_deadtime="0" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP6))" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="162" partition="1" name="L1_MU4_EMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="163" partition="1" name="L1_2MU4_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP6))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="164" partition="1" name="L1_MU10_FIRSTEMPTY" complex_deadtime="0" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP6))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="165" partition="1" name="L1_MU6_FIRSTEMPTY" complex_deadtime="0" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP6))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="166" partition="1" name="L1_MU11_EMPTY" complex_deadtime="0" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="167" partition="1" name="L1_TE800" complex_deadtime="0" definition="(TE800[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE800_x1" triggerthreshold="TE800"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="168" partition="1" name="L1_J50_FJ50" complex_deadtime="0" definition="(J50[x1]&amp;(JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="169" partition="1" name="L1_J30_UNPAIRED_NONISO" complex_deadtime="0" definition="(J30[x1]&amp;(BGRP0&amp;BGRP5))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="170" partition="1" name="L1_J50_XE30" complex_deadtime="0" definition="(J50[x1]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="171" partition="1" name="L1_J10_EMPTY" complex_deadtime="0" definition="(J10[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="172" partition="1" name="L1_J30_EMPTY" complex_deadtime="0" definition="(J30[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="173" partition="1" name="L1_MU10_J15CF" complex_deadtime="0" definition="(MU10[x1]&amp;J15CF[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="J15CF_x1" triggerthreshold="J15CF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="174" partition="1" name="L1_BCM_Wide_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP4))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="175" partition="1" name="L1_FJ30_EMPTY" complex_deadtime="0" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP3))" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="176" partition="1" name="L1_EM6_EMPTY" complex_deadtime="0" definition="(EM6[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="177" partition="1" name="L1_EM3_EMPTY" complex_deadtime="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="178" partition="1" name="L1_2EM12" complex_deadtime="0" definition="(EM12[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM12_x2" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="179" partition="1" name="L1_EM12" complex_deadtime="0" definition="(EM12[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="180" partition="1" name="L1_BCM_Wide_EMPTY" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="181" partition="1" name="L1_5J15" complex_deadtime="0" definition="(J15[x5]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J15_x5" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="182" partition="1" name="L1_EM6_MU6" complex_deadtime="0" definition="(EM6[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="183" partition="1" name="L1_EM12_XE20" complex_deadtime="0" definition="(EM12[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="184" partition="1" name="L1_3J20" complex_deadtime="0" definition="(J20[x3]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="185" partition="1" name="L1_2EM10VH" complex_deadtime="0" definition="(EM10VH[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="186" partition="1" name="L1_2TAU8_TAU15_FJ15" complex_deadtime="0" definition="(HA8[x2]&amp;HA15[x1]&amp;(JF15[x1]|JB15[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-          <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="187" partition="1" name="L1_4J15" complex_deadtime="0" definition="(J15[x4]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="188" partition="1" name="L1_5J10" complex_deadtime="0" definition="(J10[x5]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J10_x5" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="189" partition="1" name="L1_ZDC_A_C" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="190" partition="1" name="L1_2MU4_BARRELONLY" complex_deadtime="0" definition="(((MU4[x2]&amp;!NIM_MUE[x1])|MU4[x3])&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <OR>
-          <AND>
-            <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-            <NOT>
-              <TriggerCondition multi="1" name="NIM_MUE_x1" triggerthreshold="NIM_MUE"/>
-            </NOT>
-          </AND>
-          <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="191" partition="1" name="L1_2MU4_MU6_BARREL" complex_deadtime="0" definition="(MU4[x2]&amp;NIM_MUB[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="NIM_MUB_x1" triggerthreshold="NIM_MUB"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="192" partition="1" name="L1_3MU4_MU6" complex_deadtime="0" definition="(MU4[x3]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="193" partition="1" name="L1_ZDC" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="194" partition="1" name="L1_TAU11_MU10" complex_deadtime="0" definition="(HA11[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="195" partition="1" name="L1_MU6_2J20" complex_deadtime="0" definition="(MU6[x1]&amp;J20[x2]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="196" partition="1" name="L1_ZDC_A_C_EMPTY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="197" partition="1" name="L1_ZDC_EMPTY" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="199" partition="1" name="L1_RD1_EMPTY" complex_deadtime="0" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="200" partition="1" name="L1_3MU6" complex_deadtime="0" definition="(MU6[x3]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="201" partition="1" name="L1_J30_XE50" complex_deadtime="0" definition="(J30[x1]&amp;XE50[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="202" partition="1" name="L1_2EM6_EM16VH" complex_deadtime="0" definition="(EM6[x2]&amp;EM16VH[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM6_x2" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="EM16VH_x1" triggerthreshold="EM16VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="203" partition="1" name="L1_LUCID_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP4))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="204" partition="1" name="L1_LUCID_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP5))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="205" partition="1" name="L1_BCM_Wide_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP5))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="206" partition="1" name="L1_MBTS_2_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="207" partition="1" name="L1_2J30_XE20" complex_deadtime="0" definition="(J30[x2]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J30_x2" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="208" partition="1" name="L1_EM10VH_XE30" complex_deadtime="0" definition="(EM10VH[x1]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="209" partition="1" name="L1_EM14VH_FJ15" complex_deadtime="0" definition="(EM14VH[x1]&amp;(JF15[x1]|JB15[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-          <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="210" partition="1" name="L1_MU4_J20_XE35" complex_deadtime="0" definition="(MU4[x1]&amp;J20[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="211" partition="1" name="L1_MU10_XE20" complex_deadtime="0" definition="(MU10[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="212" partition="1" name="L1_J30_XE40" complex_deadtime="0" definition="(J30[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="213" partition="1" name="L1_2J20_XE20" complex_deadtime="0" definition="(J20[x2]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="214" partition="1" name="L1_LUCID_A_C" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="215" partition="1" name="L1_LUCID" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="216" partition="1" name="L1_BCM_AC_CA_BGRP0" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="217" partition="1" name="L1_BCM_Wide_BGRP0" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0)" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="218" partition="1" name="L1_BCM_HT_BGRP0" complex_deadtime="0" definition="(BCM_Comb[x7]&amp;BGRP0)" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="219" partition="1" name="L1_MU4_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP5))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="220" partition="1" name="L1_3J15" complex_deadtime="0" definition="(J15[x3]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="221" partition="1" name="L1_EM3_UNPAIRED_NONISO" complex_deadtime="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP5))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="222" partition="1" name="L1_TAU8_UNPAIRED_NONISO" complex_deadtime="0" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP5))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="223" partition="1" name="L1_J10_UNPAIRED_NONISO" complex_deadtime="0" definition="(J10[x1]&amp;(BGRP0&amp;BGRP5))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="224" partition="1" name="L1_2EM3_EM12" complex_deadtime="0" definition="(EM3[x2]&amp;EM12[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="225" partition="1" name="L1_EM10VH_XE20" complex_deadtime="0" definition="(EM10VH[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="226" partition="1" name="L1_EM16V_XE20" complex_deadtime="0" definition="(EM16V[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16V_x1" triggerthreshold="EM16V"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="227" partition="1" name="L1_MBTS_2" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="228" partition="1" name="L1_EM16V_XS45" complex_deadtime="0" definition="(EM16V[x1]&amp;XS45[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16V_x1" triggerthreshold="EM16V"/>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="229" partition="1" name="L1_TE500" complex_deadtime="0" definition="(TE500[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE500_x1" triggerthreshold="TE500"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="230" partition="1" name="L1_EM16VH_MU4" complex_deadtime="0" definition="(EM16VH[x1]&amp;MU4[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16VH_x1" triggerthreshold="EM16VH"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="231" partition="1" name="L1_3EM6_EM14VH" complex_deadtime="0" definition="(EM6[x3]&amp;EM14VH[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM6_x3" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="232" partition="1" name="L1_LUCID_UNPAIRED_ISO" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP4))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="233" partition="1" name="L1_LUCID_COMM_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP4))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="234" partition="1" name="L1_MU10_J20" complex_deadtime="0" definition="(MU10[x1]&amp;J20[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="235" partition="1" name="L1_2MU4_BARREL" complex_deadtime="0" definition="(MU4[x2]&amp;NIM_MUB[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="NIM_MUB_x1" triggerthreshold="NIM_MUB"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="236" partition="1" name="L1_EM12_XS30" complex_deadtime="0" definition="(EM12[x1]&amp;XS30[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="237" partition="1" name="L1_2J15_2FJ15" complex_deadtime="0" definition="(J15[x2]&amp;(JF15[x1]&amp;JB15[x1])&amp;(BGRP0&amp;BGRP1))" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-        <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="238" partition="1" name="L1_LUCID_A_C_EMPTY" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="239" partition="1" name="L1_3EM6" complex_deadtime="0" definition="(EM6[x3]&amp;(BGRP0&amp;BGRP1))" trigger_type="10010100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM6_x3" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="240" partition="1" name="L1_ZB" complex_deadtime="0" definition="(ZB_EM12[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM12_x1" triggerthreshold="ZB_EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="241" partition="1" name="L1_BPTX0_BGRP0" complex_deadtime="0" definition="(BPTX0[x1]&amp;BGRP0)" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="242" partition="1" name="L1_BPTX1_BGRP0" complex_deadtime="0" definition="(BPTX1[x1]&amp;BGRP0)" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="243" partition="1" name="L1_EM6_MU10" complex_deadtime="0" definition="(EM6[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="244" partition="1" name="L1_MU4_J15" complex_deadtime="0" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="245" partition="1" name="L1_LUCID_EMPTY" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="246" partition="1" name="L1_MUB" complex_deadtime="0" definition="(NIM_MUB[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_MUB_x1" triggerthreshold="NIM_MUB"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="247" partition="1" name="L1_TAU15I_XE40" complex_deadtime="0" definition="(HA15I[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15I_x1" triggerthreshold="HA15I"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="248" partition="1" name="L1_TAU20_XE40" complex_deadtime="0" definition="(HA20[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="249" partition="1" name="L1_LUCID_COMM" complex_deadtime="0" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="250" partition="1" name="L1_EM3_MU6" complex_deadtime="0" definition="(MU6[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10011100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="251" partition="1" name="L1_MUE" complex_deadtime="0" definition="(NIM_MUE[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_MUE_x1" triggerthreshold="NIM_MUE"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="252" partition="1" name="L1_MU4_J75" complex_deadtime="0" definition="(MU4[x1]&amp;J75[x1]&amp;(BGRP0&amp;BGRP1))" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="253" partition="1" name="L1_CALREQ0" complex_deadtime="0" definition="(NIM28[x1]&amp;(BGRP0&amp;BGRP2))" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="254" partition="1" name="L1_CALREQ1" complex_deadtime="0" definition="(NIM29[x1]&amp;(BGRP0&amp;BGRP2))" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="255" partition="1" name="L1_CALREQ2" complex_deadtime="0" definition="(NIM30[x1]&amp;(BGRP0&amp;BGRP2))" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="LS1_v1_default_prescale" type="Physics" menuPartition="0" version="0">
-    <Prescale ctpid="0" cut="ffffff" value="1"/>
-    <Prescale ctpid="1" cut="ffffff" value="1"/>
-    <Prescale ctpid="2" cut="ffffff" value="1"/>
-    <Prescale ctpid="3" cut="ffffff" value="1"/>
-    <Prescale ctpid="4" cut="ffffff" value="1"/>
-    <Prescale ctpid="5" cut="ffffff" value="1"/>
-    <Prescale ctpid="6" cut="ffffff" value="1"/>
-    <Prescale ctpid="7" cut="ffffff" value="1"/>
-    <Prescale ctpid="8" cut="ffffff" value="1"/>
-    <Prescale ctpid="9" cut="ffffff" value="1"/>
-    <Prescale ctpid="10" cut="ffffff" value="1"/>
-    <Prescale ctpid="11" cut="ffffff" value="1"/>
-    <Prescale ctpid="12" cut="ffffff" value="1"/>
-    <Prescale ctpid="13" cut="ffffff" value="1"/>
-    <Prescale ctpid="14" cut="ffffff" value="1"/>
-    <Prescale ctpid="15" cut="ffffff" value="1"/>
-    <Prescale ctpid="16" cut="ffffff" value="1"/>
-    <Prescale ctpid="17" cut="ffffff" value="1"/>
-    <Prescale ctpid="18" cut="ffffff" value="1"/>
-    <Prescale ctpid="19" cut="ffffff" value="1"/>
-    <Prescale ctpid="20" cut="ffffff" value="1"/>
-    <Prescale ctpid="21" cut="ffffff" value="1"/>
-    <Prescale ctpid="22" cut="ffffff" value="1"/>
-    <Prescale ctpid="23" cut="ffffff" value="1"/>
-    <Prescale ctpid="24" cut="ffffff" value="1"/>
-    <Prescale ctpid="25" cut="ffffff" value="1"/>
-    <Prescale ctpid="26" cut="ffffff" value="1"/>
-    <Prescale ctpid="27" cut="ffffff" value="1"/>
-    <Prescale ctpid="28" cut="ffffff" value="1"/>
-    <Prescale ctpid="29" cut="ffffff" value="1"/>
-    <Prescale ctpid="30" cut="ffffff" value="1"/>
-    <Prescale ctpid="31" cut="ffffff" value="1"/>
-    <Prescale ctpid="32" cut="ffffff" value="1"/>
-    <Prescale ctpid="33" cut="ffffff" value="1"/>
-    <Prescale ctpid="34" cut="ffffff" value="1"/>
-    <Prescale ctpid="35" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="36" cut="ffffff" value="1"/>
-    <Prescale ctpid="37" cut="ffffff" value="1"/>
-    <Prescale ctpid="38" cut="ffffff" value="1"/>
-    <Prescale ctpid="39" cut="ffffff" value="1"/>
-    <Prescale ctpid="40" cut="ffffff" value="1"/>
-    <Prescale ctpid="41" cut="ffffff" value="1"/>
-    <Prescale ctpid="42" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="43" cut="ffffff" value="1"/>
-    <Prescale ctpid="44" cut="ffffff" value="1"/>
-    <Prescale ctpid="45" cut="ffffff" value="1"/>
-    <Prescale ctpid="46" cut="ffffff" value="1"/>
-    <Prescale ctpid="47" cut="ffffff" value="1"/>
-    <Prescale ctpid="48" cut="ffffff" value="1"/>
-    <Prescale ctpid="49" cut="ffffff" value="1"/>
-    <Prescale ctpid="50" cut="ffffff" value="1"/>
-    <Prescale ctpid="51" cut="ffffff" value="1"/>
-    <Prescale ctpid="52" cut="ffffff" value="1"/>
-    <Prescale ctpid="53" cut="ffffff" value="1"/>
-    <Prescale ctpid="54" cut="ffffff" value="1"/>
-    <Prescale ctpid="55" cut="ffffff" value="1"/>
-    <Prescale ctpid="56" cut="ffffff" value="1"/>
-    <Prescale ctpid="57" cut="ffffff" value="1"/>
-    <Prescale ctpid="58" cut="ffffff" value="1"/>
-    <Prescale ctpid="59" cut="ffffff" value="1"/>
-    <Prescale ctpid="60" cut="ffffff" value="1"/>
-    <Prescale ctpid="61" cut="ffffff" value="1"/>
-    <Prescale ctpid="62" cut="ffffff" value="1"/>
-    <Prescale ctpid="63" cut="ffffff" value="1"/>
-    <Prescale ctpid="64" cut="ffffff" value="1"/>
-    <Prescale ctpid="65" cut="ffffff" value="1"/>
-    <Prescale ctpid="66" cut="ffffff" value="1"/>
-    <Prescale ctpid="67" cut="ffffff" value="1"/>
-    <Prescale ctpid="68" cut="ffffff" value="1"/>
-    <Prescale ctpid="69" cut="ffffff" value="1"/>
-    <Prescale ctpid="70" cut="ffffff" value="1"/>
-    <Prescale ctpid="71" cut="ffffff" value="1"/>
-    <Prescale ctpid="72" cut="ffffff" value="1"/>
-    <Prescale ctpid="73" cut="ffffff" value="1"/>
-    <Prescale ctpid="74" cut="ffffff" value="1"/>
-    <Prescale ctpid="75" cut="ffffff" value="1"/>
-    <Prescale ctpid="76" cut="ffffff" value="1"/>
-    <Prescale ctpid="77" cut="ffffff" value="1"/>
-    <Prescale ctpid="78" cut="ffffff" value="1"/>
-    <Prescale ctpid="79" cut="ffffff" value="1"/>
-    <Prescale ctpid="80" cut="ffffff" value="1"/>
-    <Prescale ctpid="81" cut="ffffff" value="1"/>
-    <Prescale ctpid="82" cut="ffffff" value="1"/>
-    <Prescale ctpid="83" cut="ffffff" value="1"/>
-    <Prescale ctpid="84" cut="ffffff" value="1"/>
-    <Prescale ctpid="85" cut="ffffff" value="1"/>
-    <Prescale ctpid="86" cut="ffffff" value="1"/>
-    <Prescale ctpid="87" cut="ffffff" value="1"/>
-    <Prescale ctpid="88" cut="ffffff" value="1"/>
-    <Prescale ctpid="89" cut="ffffff" value="1"/>
-    <Prescale ctpid="90" cut="ffffff" value="1"/>
-    <Prescale ctpid="91" cut="ffffff" value="1"/>
-    <Prescale ctpid="92" cut="ffffff" value="1"/>
-    <Prescale ctpid="93" cut="ffffff" value="1"/>
-    <Prescale ctpid="94" cut="ffffff" value="1"/>
-    <Prescale ctpid="95" cut="ffffff" value="1"/>
-    <Prescale ctpid="96" cut="ffffff" value="1"/>
-    <Prescale ctpid="97" cut="ffffff" value="1"/>
-    <Prescale ctpid="98" cut="ffffff" value="1"/>
-    <Prescale ctpid="99" cut="ffffff" value="1"/>
-    <Prescale ctpid="100" cut="ffffff" value="1"/>
-    <Prescale ctpid="101" cut="ffffff" value="1"/>
-    <Prescale ctpid="102" cut="ffffff" value="1"/>
-    <Prescale ctpid="103" cut="ffffff" value="1"/>
-    <Prescale ctpid="104" cut="ffffff" value="1"/>
-    <Prescale ctpid="105" cut="ffffff" value="1"/>
-    <Prescale ctpid="106" cut="ffffff" value="1"/>
-    <Prescale ctpid="107" cut="ffffff" value="1"/>
-    <Prescale ctpid="108" cut="ffffff" value="1"/>
-    <Prescale ctpid="109" cut="ffffff" value="1"/>
-    <Prescale ctpid="110" cut="ffffff" value="1"/>
-    <Prescale ctpid="111" cut="ffffff" value="1"/>
-    <Prescale ctpid="112" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="113" cut="ffffff" value="1"/>
-    <Prescale ctpid="114" cut="ffffff" value="1"/>
-    <Prescale ctpid="115" cut="ffffff" value="1"/>
-    <Prescale ctpid="116" cut="ffffff" value="1"/>
-    <Prescale ctpid="117" cut="ffffff" value="1"/>
-    <Prescale ctpid="118" cut="ffffff" value="1"/>
-    <Prescale ctpid="119" cut="ffffff" value="1"/>
-    <Prescale ctpid="120" cut="ffffff" value="1"/>
-    <Prescale ctpid="121" cut="ffffff" value="1"/>
-    <Prescale ctpid="122" cut="ffffff" value="1"/>
-    <Prescale ctpid="123" cut="ffffff" value="1"/>
-    <Prescale ctpid="124" cut="ffffff" value="1"/>
-    <Prescale ctpid="125" cut="ffffff" value="1"/>
-    <Prescale ctpid="126" cut="ffffff" value="1"/>
-    <Prescale ctpid="127" cut="ffffff" value="1"/>
-    <Prescale ctpid="128" cut="ffffff" value="1"/>
-    <Prescale ctpid="129" cut="ffffff" value="1"/>
-    <Prescale ctpid="130" cut="ffffff" value="1"/>
-    <Prescale ctpid="131" cut="ffffff" value="1"/>
-    <Prescale ctpid="132" cut="ffffff" value="1"/>
-    <Prescale ctpid="133" cut="ffffff" value="1"/>
-    <Prescale ctpid="134" cut="ffffff" value="1"/>
-    <Prescale ctpid="135" cut="ffffff" value="1"/>
-    <Prescale ctpid="136" cut="ffffff" value="1"/>
-    <Prescale ctpid="137" cut="ffffff" value="1"/>
-    <Prescale ctpid="138" cut="ffffff" value="1"/>
-    <Prescale ctpid="139" cut="ffffff" value="1"/>
-    <Prescale ctpid="140" cut="ffffff" value="1"/>
-    <Prescale ctpid="141" cut="ffffff" value="1"/>
-    <Prescale ctpid="142" cut="ffffff" value="1"/>
-    <Prescale ctpid="143" cut="ffffff" value="1"/>
-    <Prescale ctpid="144" cut="ffffff" value="1"/>
-    <Prescale ctpid="145" cut="ffffff" value="1"/>
-    <Prescale ctpid="146" cut="ffffff" value="1"/>
-    <Prescale ctpid="147" cut="ffffff" value="1"/>
-    <Prescale ctpid="148" cut="ffffff" value="1"/>
-    <Prescale ctpid="149" cut="ffffff" value="1"/>
-    <Prescale ctpid="150" cut="ffffff" value="1"/>
-    <Prescale ctpid="151" cut="ffffff" value="1"/>
-    <Prescale ctpid="152" cut="ffffff" value="1"/>
-    <Prescale ctpid="153" cut="ffffff" value="1"/>
-    <Prescale ctpid="154" cut="ffffff" value="1"/>
-    <Prescale ctpid="155" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="156" cut="ffffff" value="1"/>
-    <Prescale ctpid="157" cut="ffffff" value="1"/>
-    <Prescale ctpid="158" cut="ffffff" value="1"/>
-    <Prescale ctpid="159" cut="ffffff" value="1"/>
-    <Prescale ctpid="160" cut="ffffff" value="1"/>
-    <Prescale ctpid="161" cut="ffffff" value="1"/>
-    <Prescale ctpid="162" cut="ffffff" value="1"/>
-    <Prescale ctpid="163" cut="ffffff" value="1"/>
-    <Prescale ctpid="164" cut="ffffff" value="1"/>
-    <Prescale ctpid="165" cut="ffffff" value="1"/>
-    <Prescale ctpid="166" cut="ffffff" value="1"/>
-    <Prescale ctpid="167" cut="ffffff" value="1"/>
-    <Prescale ctpid="168" cut="ffffff" value="1"/>
-    <Prescale ctpid="169" cut="ffffff" value="1"/>
-    <Prescale ctpid="170" cut="ffffff" value="1"/>
-    <Prescale ctpid="171" cut="ffffff" value="1"/>
-    <Prescale ctpid="172" cut="ffffff" value="1"/>
-    <Prescale ctpid="173" cut="ffffff" value="1"/>
-    <Prescale ctpid="174" cut="ffffff" value="1"/>
-    <Prescale ctpid="175" cut="ffffff" value="1"/>
-    <Prescale ctpid="176" cut="ffffff" value="1"/>
-    <Prescale ctpid="177" cut="ffffff" value="1"/>
-    <Prescale ctpid="178" cut="ffffff" value="1"/>
-    <Prescale ctpid="179" cut="ffffff" value="1"/>
-    <Prescale ctpid="180" cut="ffffff" value="1"/>
-    <Prescale ctpid="181" cut="ffffff" value="1"/>
-    <Prescale ctpid="182" cut="ffffff" value="1"/>
-    <Prescale ctpid="183" cut="ffffff" value="1"/>
-    <Prescale ctpid="184" cut="ffffff" value="1"/>
-    <Prescale ctpid="185" cut="ffffff" value="1"/>
-    <Prescale ctpid="186" cut="ffffff" value="1"/>
-    <Prescale ctpid="187" cut="ffffff" value="1"/>
-    <Prescale ctpid="188" cut="ffffff" value="1"/>
-    <Prescale ctpid="189" cut="ffffff" value="1"/>
-    <Prescale ctpid="190" cut="ffffff" value="1"/>
-    <Prescale ctpid="191" cut="ffffff" value="1"/>
-    <Prescale ctpid="192" cut="ffffff" value="1"/>
-    <Prescale ctpid="193" cut="ffffff" value="1"/>
-    <Prescale ctpid="194" cut="ffffff" value="1"/>
-    <Prescale ctpid="195" cut="ffffff" value="1"/>
-    <Prescale ctpid="196" cut="ffffff" value="1"/>
-    <Prescale ctpid="197" cut="ffffff" value="1"/>
-    <Prescale ctpid="198" cut="-ffffff" value="-1"/>
-    <Prescale ctpid="199" cut="ffffff" value="1"/>
-    <Prescale ctpid="200" cut="ffffff" value="1"/>
-    <Prescale ctpid="201" cut="ffffff" value="1"/>
-    <Prescale ctpid="202" cut="ffffff" value="1"/>
-    <Prescale ctpid="203" cut="ffffff" value="1"/>
-    <Prescale ctpid="204" cut="ffffff" value="1"/>
-    <Prescale ctpid="205" cut="ffffff" value="1"/>
-    <Prescale ctpid="206" cut="ffffff" value="1"/>
-    <Prescale ctpid="207" cut="ffffff" value="1"/>
-    <Prescale ctpid="208" cut="ffffff" value="1"/>
-    <Prescale ctpid="209" cut="ffffff" value="1"/>
-    <Prescale ctpid="210" cut="ffffff" value="1"/>
-    <Prescale ctpid="211" cut="ffffff" value="1"/>
-    <Prescale ctpid="212" cut="ffffff" value="1"/>
-    <Prescale ctpid="213" cut="ffffff" value="1"/>
-    <Prescale ctpid="214" cut="ffffff" value="1"/>
-    <Prescale ctpid="215" cut="ffffff" value="1"/>
-    <Prescale ctpid="216" cut="ffffff" value="1"/>
-    <Prescale ctpid="217" cut="ffffff" value="1"/>
-    <Prescale ctpid="218" cut="ffffff" value="1"/>
-    <Prescale ctpid="219" cut="ffffff" value="1"/>
-    <Prescale ctpid="220" cut="ffffff" value="1"/>
-    <Prescale ctpid="221" cut="ffffff" value="1"/>
-    <Prescale ctpid="222" cut="ffffff" value="1"/>
-    <Prescale ctpid="223" cut="ffffff" value="1"/>
-    <Prescale ctpid="224" cut="ffffff" value="1"/>
-    <Prescale ctpid="225" cut="ffffff" value="1"/>
-    <Prescale ctpid="226" cut="ffffff" value="1"/>
-    <Prescale ctpid="227" cut="ffffff" value="1"/>
-    <Prescale ctpid="228" cut="ffffff" value="1"/>
-    <Prescale ctpid="229" cut="ffffff" value="1"/>
-    <Prescale ctpid="230" cut="ffffff" value="1"/>
-    <Prescale ctpid="231" cut="ffffff" value="1"/>
-    <Prescale ctpid="232" cut="ffffff" value="1"/>
-    <Prescale ctpid="233" cut="ffffff" value="1"/>
-    <Prescale ctpid="234" cut="ffffff" value="1"/>
-    <Prescale ctpid="235" cut="ffffff" value="1"/>
-    <Prescale ctpid="236" cut="ffffff" value="1"/>
-    <Prescale ctpid="237" cut="ffffff" value="1"/>
-    <Prescale ctpid="238" cut="ffffff" value="1"/>
-    <Prescale ctpid="239" cut="ffffff" value="1"/>
-    <Prescale ctpid="240" cut="ffffff" value="1"/>
-    <Prescale ctpid="241" cut="ffffff" value="1"/>
-    <Prescale ctpid="242" cut="ffffff" value="1"/>
-    <Prescale ctpid="243" cut="ffffff" value="1"/>
-    <Prescale ctpid="244" cut="ffffff" value="1"/>
-    <Prescale ctpid="245" cut="ffffff" value="1"/>
-    <Prescale ctpid="246" cut="ffffff" value="1"/>
-    <Prescale ctpid="247" cut="ffffff" value="1"/>
-    <Prescale ctpid="248" cut="ffffff" value="1"/>
-    <Prescale ctpid="249" cut="ffffff" value="1"/>
-    <Prescale ctpid="250" cut="ffffff" value="1"/>
-    <Prescale ctpid="251" cut="ffffff" value="1"/>
-    <Prescale ctpid="252" cut="ffffff" value="1"/>
-    <Prescale ctpid="253" cut="ffffff" value="1"/>
-    <Prescale ctpid="254" cut="ffffff" value="1"/>
-    <Prescale ctpid="255" cut="ffffff" value="1"/>
-  </PrescaleSet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="BCM_AtoC" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="1" name="BCM_CtoA" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="2" name="BCM_Wide" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="4" mapping="0" name="BCM_Comb" type="BCMCMB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="0" name="NIM28" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM28full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="1" name="NIM29" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM29full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="2" name="NIM30" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM30full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="8" mapping="0" name="EM3" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="EM3full" phimin="0" phimax="64" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="9" mapping="1" name="EM6" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="EM6full" phimin="0" phimax="64" priority="1" thresholdval="6" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="10" mapping="2" name="EM10VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="1" name="EM10VHfull" phimin="0" phimax="64" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-8" had_isolation="63" had_veto="1" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="20" had_isolation="63" had_veto="1" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="11" mapping="3" name="EM12" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="EM12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="12" mapping="4" name="EM14VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="1" name="EM14VHfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-8" had_isolation="63" had_veto="1" name="EM14VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="20" had_isolation="63" had_veto="1" name="EM14VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="13" mapping="5" name="EM16V" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="EM16Vfull" phimin="0" phimax="64" priority="1" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-8" had_isolation="63" had_veto="63" name="EM16Vfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="12" had_isolation="63" had_veto="63" name="EM16Vfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-16" etamax="-12" had_isolation="63" had_veto="63" name="EM16Vfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="16" had_isolation="63" had_veto="63" name="EM16Vfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-16" had_isolation="63" had_veto="63" name="EM16Vfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="16" etamax="20" had_isolation="63" had_veto="63" name="EM16Vfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="14" mapping="6" name="EM16VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="1" name="EM16VHfull" phimin="0" phimax="64" priority="1" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-8" had_isolation="63" had_veto="1" name="EM16VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="12" had_isolation="63" had_veto="1" name="EM16VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-16" etamax="-12" had_isolation="63" had_veto="1" name="EM16VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="16" had_isolation="63" had_veto="1" name="EM16VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-16" had_isolation="63" had_veto="1" name="EM16VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="16" etamax="20" had_isolation="63" had_veto="1" name="EM16VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="15" mapping="7" name="EM18VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="1" name="EM18VHfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-8" had_isolation="63" had_veto="1" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="12" had_isolation="63" had_veto="1" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-16" etamax="-12" had_isolation="63" had_veto="1" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="16" had_isolation="63" had_veto="1" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-20" etamax="-16" had_isolation="63" had_veto="1" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="16" etamax="20" had_isolation="63" had_veto="1" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="16" mapping="8" name="EM30" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="EM30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="EM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="17" mapping="0" name="JB15" type="JB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JB15full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-32" had_isolation="63" had_veto="63" name="JB15full" phimin="0" phimax="64" priority="2" thresholdval="15" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="18" mapping="1" name="JB30" type="JB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JB30full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-32" had_isolation="63" had_veto="63" name="JB30full" phimin="0" phimax="64" priority="2" thresholdval="30" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="19" mapping="2" name="JB50" type="JB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JB50full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-32" had_isolation="63" had_veto="63" name="JB50full" phimin="0" phimax="64" priority="2" thresholdval="50" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="20" mapping="3" name="JB75" type="JB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JB75full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-32" had_isolation="63" had_veto="63" name="JB75full" phimin="0" phimax="64" priority="2" thresholdval="75" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="21" mapping="0" name="J10" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="22" mapping="1" name="J15" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="23" mapping="2" name="J15CF" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15CFfull" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-32" etamax="-29" had_isolation="63" had_veto="63" name="J15CFfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="27" etamax="32" had_isolation="63" had_veto="63" name="J15CFfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="24" mapping="3" name="J20" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="25" mapping="4" name="J30" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="26" mapping="5" name="J50" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="27" mapping="6" name="J75" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="28" mapping="7" name="J350" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J350full" phimin="0" phimax="64" priority="0" thresholdval="350" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="29" mapping="0" name="JF15" type="JF" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JF15full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="32" etamax="49" had_isolation="63" had_veto="63" name="JF15full" phimin="0" phimax="64" priority="2" thresholdval="15" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="30" mapping="1" name="JF30" type="JF" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JF30full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="32" etamax="49" had_isolation="63" had_veto="63" name="JF30full" phimin="0" phimax="64" priority="2" thresholdval="30" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="31" mapping="2" name="JF50" type="JF" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JF50full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="32" etamax="49" had_isolation="63" had_veto="63" name="JF50full" phimin="0" phimax="64" priority="2" thresholdval="50" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="32" mapping="3" name="JF75" type="JF" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JF75full" phimin="0" phimax="64" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamin="32" etamax="49" had_isolation="63" had_veto="63" name="JF75full" phimin="0" phimax="64" priority="2" thresholdval="75" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="0" name="LUCID_A" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="1" name="LUCID_C" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="35" mapping="0" name="MBTS_A" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="36" mapping="1" name="MBTS_C" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="0" name="MBTS_A0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="1" name="MBTS_A1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="2" name="MBTS_A2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="3" name="MBTS_A3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="4" name="MBTS_A4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="5" name="MBTS_A5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="6" name="MBTS_A6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="7" name="MBTS_A7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="8" name="MBTS_A8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="9" name="MBTS_A9" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="10" name="MBTS_A10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="11" name="MBTS_A11" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="12" name="MBTS_A12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="13" name="MBTS_A13" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="51" mapping="14" name="MBTS_A14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="15" name="MBTS_A15" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="16" name="MBTS_C0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="17" name="MBTS_C1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="18" name="MBTS_C2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="19" name="MBTS_C3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="20" name="MBTS_C4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="21" name="MBTS_C5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="22" name="MBTS_C6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="60" mapping="23" name="MBTS_C7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="61" mapping="24" name="MBTS_C8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="62" mapping="25" name="MBTS_C9" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="63" mapping="26" name="MBTS_C10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="64" mapping="27" name="MBTS_C11" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="28" name="MBTS_C12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="66" mapping="29" name="MBTS_C13" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="67" mapping="30" name="MBTS_C14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="31" name="MBTS_C15" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="69" mapping="0" name="MU4" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU4full" phimin="0" phimax="64" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="70" mapping="1" name="MU6" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU6full" phimin="0" phimax="64" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="71" mapping="2" name="MU10" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="72" mapping="3" name="MU11" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU11full" phimin="0" phimax="64" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="73" mapping="4" name="MU15" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="74" mapping="5" name="MU20" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="75" mapping="0" name="BPTX0" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="76" mapping="1" name="BPTX1" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="77" mapping="5" name="NIMDIR5" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="14" name="NIM_B7R1L" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7R1Lfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="79" mapping="15" name="NIM_B7R1U" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7R1Ufull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="80" mapping="16" name="NIM_A7R1L" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7R1Lfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="81" mapping="17" name="NIM_A7R1U" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7R1Ufull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="82" mapping="18" name="NIM_A7L1L" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7L1Lfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="83" mapping="19" name="NIM_A7L1U" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7L1Ufull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="84" mapping="20" name="NIM_B7L1L" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7L1Lfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="21" name="NIM_B7L1U" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7L1Ufull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="86" mapping="22" name="NIM_ALFA_LOG" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_ALFA_LOGfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="23" name="NIM_MUB" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_MUBfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="24" name="NIM_MUE" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_MUEfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="25" name="NIMDIR25" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="26" name="NIM_B7R1L_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7R1L_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="27" name="NIM_B7R1U_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7R1U_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="28" name="NIM_A7R1L_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7R1L_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="93" mapping="29" name="NIM_A7R1U_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7R1U_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="94" mapping="30" name="NIM_A7L1L_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7L1L_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="31" name="NIM_A7L1U_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_A7L1U_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="32" name="NIM_B7L1L_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7L1L_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="33" name="NIM_B7L1U_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_B7L1U_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="34" name="NIM_ALFA_LOG_OD" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIM_ALFA_LOG_ODfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="35" name="NIMDIR26" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="36" name="NIMDIR36" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMDIR36full" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="101" mapping="0" name="HA8" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="HA8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="102" mapping="1" name="HA11" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="HA11full" phimin="0" phimax="64" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="103" mapping="2" name="HA11I" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="4" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="HA11Ifull" phimin="0" phimax="64" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="104" mapping="3" name="HA15" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="HA15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="105" mapping="4" name="HA15I" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="4" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="HA15Ifull" phimin="0" phimax="64" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="106" mapping="5" name="HA20" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="HA20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="107" mapping="6" name="HA40" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="HA40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="0" name="TE20" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="1" name="TE300" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE300full" phimin="0" phimax="64" priority="0" thresholdval="300" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="2" name="TE500" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE500full" phimin="0" phimax="64" priority="0" thresholdval="500" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="111" mapping="3" name="TE700" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE700full" phimin="0" phimax="64" priority="0" thresholdval="700" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="112" mapping="4" name="TE800" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE800full" phimin="0" phimax="64" priority="0" thresholdval="800" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="113" mapping="5" name="TE1000" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE1000full" phimin="0" phimax="64" priority="0" thresholdval="1000" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="114" mapping="6" name="TE1200" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE1200full" phimin="0" phimax="64" priority="0" thresholdval="1200" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="115" mapping="7" name="TE1400" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE1400full" phimin="0" phimax="64" priority="0" thresholdval="1400" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="116" mapping="0" name="XE20" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="1" name="XE25" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE25full" phimin="0" phimax="64" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="2" name="XE30" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="3" name="XE35" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="4" name="XE40" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="5" name="XE50" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="6" name="XE60" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="7" name="XE70" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="124" mapping="0" name="XS30" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="125" mapping="1" name="XS35" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="126" mapping="2" name="XS45" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="127" mapping="3" name="XS50" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="128" mapping="4" name="XS55" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="129" mapping="5" name="XS60" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="130" mapping="6" name="XS65" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="131" mapping="0" name="ZB_EM12" type="ZB" input="ctpin" seed="EM12" seed_multi="1" bcdelay="3564" version="1">
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="132" mapping="0" name="ZDC_A" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="133" mapping="1" name="ZDC_C" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="134" mapping="2" name="ZDC_AND" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name0="Random0" cut0="5" name1="Random1" cut1="5" name2="Random2" cut2="5" name3="Random3" cut3="5"/>
-  <BunchGroupSet name="LS1" menuPartition="0">
-    <BunchGroup menuPartition="0" internalNumber="0" name="BCRVeto">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup menuPartition="1" internalNumber="1" name="Filled">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup menuPartition="1" internalNumber="2" name="Calib"/>
-    <BunchGroup menuPartition="1" internalNumber="3" name="Empty"/>
-    <BunchGroup menuPartition="1" internalNumber="4" name="UnpairedBeam1"/>
-    <BunchGroup menuPartition="1" internalNumber="5" name="UnpairedBeam2"/>
-    <BunchGroup menuPartition="1" internalNumber="6" name="FirstEmpty"/>
-    <BunchGroup menuPartition="1" internalNumber="7" name="InTrain">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01"/>
-  <CaloInfo name="CaloInfo" global_scale="1">
-    <METSignificance xeMin="11" xeMax="63" teSqrtMin="4" teSqrtMax="63" xsSigmaScale="1150" xsSigmaOffset="1640"/>
-    <Isolation thrtype="HAIsoForEMthr">
-      <Parametrization isobit="1" offset="1" slope="0" mincut="0" upperlimit="255" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForEMthr">
-      <Parametrization isobit="1" offset="2" slope="0" mincut="0" upperlimit="255" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="-5" slope="3" mincut="0" upperlimit="255" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForTAUthr">
-      <Parametrization isobit="1" offset="1" slope="0" mincut="0" upperlimit="255" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <MinimumTOBPt thrtype="EM" ptmin="4" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="TAU" ptmin="4" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETS" window="4" ptmin="8" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETL" window="8" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-  </CaloInfo>
-  <MuctpiInfo name="muctpi" low_pt="1" high_pt="1" max_cand="13"/>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_HI_v3.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_HI_v3.xml
deleted file mode 100644
index 68482d4d63c310d0dc0abbc48927290e7c32ce62..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_HI_v3.xml
+++ /dev/null
@@ -1,5518 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE LVL1Config SYSTEM "LVL1config.dtd">
-<LVL1Config name="MC_HI_v3" ctpVersion="4" l1Version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1 thresholds defined: 149-->
-  <!--No. L1 items defined: 298-->
-  <TriggerMenu name="MC_HI_v3" phase="lumi">
-    <TriggerItem ctpid="0" partition="1" name="L1_EM18" complex_deadtime="0" definition="(EM18[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18_x1" triggerthreshold="EM18"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="1" partition="1" name="L1_EM22" complex_deadtime="0" definition="(EM22[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22_x1" triggerthreshold="EM22"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="2" partition="1" name="L1_EM7" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="3" partition="1" name="L1_EM10" complex_deadtime="0" definition="(EM10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="4" partition="1" name="L1_EM12" complex_deadtime="0" definition="(EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="5" partition="1" name="L1_EM14" complex_deadtime="0" definition="(EM14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="6" partition="1" name="L1_2MU4_EMPTY" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="7" partition="1" name="L1_2MU0_MU6" complex_deadtime="0" definition="(MU0[x2]&amp;MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="8" partition="1" name="L1_3MU6" complex_deadtime="0" definition="(MU6[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="9" partition="1" name="L1_J75" complex_deadtime="0" definition="(J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="10" partition="1" name="L1_2EM10" complex_deadtime="0" definition="(EM10[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM10_x2" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="11" partition="1" name="L1_J175" complex_deadtime="0" definition="(J175[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J175_x1" triggerthreshold="J175"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="12" partition="1" name="L1_2J15" complex_deadtime="0" definition="(J15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="13" partition="1" name="L1_J10.31ETA49" complex_deadtime="0" definition="(J10.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10.31ETA49_x1" triggerthreshold="J10.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="14" partition="1" name="L1_MBTS_1_1_VTE50" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="15" partition="1" name="L1_MBTS_4_4" complex_deadtime="0" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="16" partition="1" name="L1_RD1_EMPTY" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP3)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="17" partition="1" name="L1_RD0_FILLED" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="18" partition="1" name="L1_RD0_FIRSTEMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP6)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="19" partition="1" name="L1_RD0_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP4)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="20" partition="1" name="L1_MBTS_4_4_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="21" partition="1" name="L1_MBTS_2_2_VTE50" complex_deadtime="0" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="22" partition="1" name="L1_TE5_NZ" complex_deadtime="0" definition="(TE5[x1]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="23" partition="1" name="L1_TE5000.0ETA49" complex_deadtime="0" definition="(TE5000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5000.0ETA49_x1" triggerthreshold="TE5000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="24" partition="1" name="L1_TE5000.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE5000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5000.0ETA49_x1" triggerthreshold="TE5000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="25" partition="1" name="L1_TE6500.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE6500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE6500.0ETA49_x1" triggerthreshold="TE6500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="26" partition="1" name="L1_BCM_Wide" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="27" partition="1" name="L1_ZDC_AND_VTE50" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="28" partition="1" name="L1_MU0_NZ" complex_deadtime="0" definition="(MU0[x1]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="29" partition="1" name="L1_J15_NZ" complex_deadtime="0" definition="(J15[x1]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="30" partition="1" name="L1_2MU0_NZ" complex_deadtime="0" definition="(MU0[x2]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="31" partition="1" name="L1_2J15_NZ" complex_deadtime="0" definition="(J15[x2]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="32" partition="1" name="L1_MU0_NL" complex_deadtime="0" definition="(MU0[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="33" partition="1" name="L1_J15_NL" complex_deadtime="0" definition="(J15[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="34" partition="1" name="L1_MU0_MV_VTE50" complex_deadtime="0" definition="(MU0[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="35" partition="1" name="L1_MU0_VTE50" complex_deadtime="0" definition="(MU0[x1]&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="36" partition="1" name="L1_ZDC_A_C_VTE50" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="37" partition="1" name="L1_ZDC_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="38" partition="1" name="L1_MU4_VTE50" complex_deadtime="0" definition="(MU4[x1]&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="39" partition="1" name="L1_MU4_MV_VTE50" complex_deadtime="0" definition="(MU4[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="40" partition="1" name="L1_ZDC_A_C_OVERLAY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="41" partition="1" name="L1_MU0_TE50" complex_deadtime="0" definition="(MU0[x1]&amp;TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="42" partition="1" name="L1_ZDC_A_C_TE50" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="43" partition="1" name="L1_MU4_TE50" complex_deadtime="0" definition="(MU4[x1]&amp;TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="44" partition="1" name="L1_2MU0_NL" complex_deadtime="0" definition="(MU0[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="45" partition="1" name="L1_2J15_NL" complex_deadtime="0" definition="(J15[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="46" partition="1" name="L1_J10_VTE100" complex_deadtime="0" definition="(J10[x1]&amp;!TE100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE100_x1" triggerthreshold="TE100"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="47" partition="1" name="L1_BGRP7" complex_deadtime="0" definition="(BGRP0&amp;BGRP7)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="48" partition="1" name="L1_LUCID_BGRP7" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP7)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="49" partition="1" name="L1_MU0_MV" complex_deadtime="0" definition="(MU0[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="50" partition="1" name="L1_MBTSC4" complex_deadtime="0" definition="(MBTS_C4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C4_x1" triggerthreshold="MBTS_C4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="51" partition="1" name="L1_MBTSC5" complex_deadtime="0" definition="(MBTS_C5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C5_x1" triggerthreshold="MBTS_C5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="52" partition="1" name="L1_MBTSC6" complex_deadtime="0" definition="(MBTS_C6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C6_x1" triggerthreshold="MBTS_C6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="53" partition="1" name="L1_MBTSC7" complex_deadtime="0" definition="(MBTS_C7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C7_x1" triggerthreshold="MBTS_C7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="54" partition="1" name="L1_MBTSC8" complex_deadtime="0" definition="(MBTS_C8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C8_x1" triggerthreshold="MBTS_C8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="55" partition="1" name="L1_2MU0_MV" complex_deadtime="0" definition="(MU0[x2]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="56" partition="1" name="L1_MBTSC10" complex_deadtime="0" definition="(MBTS_C10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C10_x1" triggerthreshold="MBTS_C10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="57" partition="1" name="L1_ZDC_A_C_BGRP7" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="58" partition="1" name="L1_MBTSC12" complex_deadtime="0" definition="(MBTS_C12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C12_x1" triggerthreshold="MBTS_C12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="59" partition="1" name="L1_TAU12_UNPAIRED_ISO" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="60" partition="1" name="L1_MBTSC14" complex_deadtime="0" definition="(MBTS_C14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C14_x1" triggerthreshold="MBTS_C14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="61" partition="1" name="L1_TAU12_UNPAIRED_NONISO" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="62" partition="1" name="L1_RD0_EMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="63" partition="1" name="L1_RD1_FILLED" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="64" partition="1" name="L1_TAU12_EMPTY" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="65" partition="1" name="L1_MBTSC3" complex_deadtime="0" definition="(MBTS_C3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C3_x1" triggerthreshold="MBTS_C3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="66" partition="1" name="L1_TAU12_FIRSTEMPTY" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="67" partition="1" name="L1_MU4_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="68" partition="1" name="L1_MU6_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="69" partition="1" name="L1_2MU0_EMPTY" complex_deadtime="0" definition="(MU0[x2]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="70" partition="1" name="L1_MU0_FIRSTEMPTY" complex_deadtime="0" definition="(MU0[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="71" partition="1" name="L1_2MU6" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="72" partition="1" name="L1_2MU11" complex_deadtime="0" definition="(MU11[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU11_x2" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="73" partition="1" name="L1_2MU20" complex_deadtime="0" definition="(MU20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU20_x2" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="74" partition="1" name="L1_J10.31ETA49_EMPTY" complex_deadtime="0" definition="(J10.31ETA49[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10.31ETA49_x1" triggerthreshold="J10.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="75" partition="1" name="L1_MU11_EMPTY" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="76" partition="1" name="L1_MBTSC2" complex_deadtime="0" definition="(MBTS_C2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C2_x1" triggerthreshold="MBTS_C2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="77" partition="1" name="L1_ZDC_AND_EMPTY" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="78" partition="1" name="L1_ZDC_AND_UNPAIRED_ISO" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="79" partition="1" name="L1_ZDC_AND_UNPAIRED_NONISO" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="80" partition="1" name="L1_BCM_Wide_BGRP0" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="81" partition="1" name="L1_BCM_AC_CA_BGRP0" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="82" partition="1" name="L1_MBTSC1" complex_deadtime="0" definition="(MBTS_C1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C1_x1" triggerthreshold="MBTS_C1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="83" partition="1" name="L1_MLZ_A" complex_deadtime="0" definition="((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="84" partition="1" name="L1_EM20" complex_deadtime="0" definition="(EM20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20_x1" triggerthreshold="EM20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="85" partition="1" name="L1_EM16" complex_deadtime="0" definition="(EM16[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM16_x1" triggerthreshold="EM16"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="86" partition="1" name="L1_MBTSC0" complex_deadtime="0" definition="(MBTS_C0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C0_x1" triggerthreshold="MBTS_C0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="87" partition="1" name="L1_J30_UNPAIRED" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="88" partition="1" name="L1_MU15" complex_deadtime="0" definition="(MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="89" partition="1" name="L1_MU0" complex_deadtime="0" definition="(MU0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="90" partition="1" name="L1_MU6" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="91" partition="1" name="L1_MU11" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="92" partition="1" name="L1_MU20" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="93" partition="1" name="L1_MU4" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="94" partition="1" name="L1_2MU0" complex_deadtime="0" definition="(MU0[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="95" partition="1" name="L1_2MU4" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="96" partition="1" name="L1_J20" complex_deadtime="0" definition="(J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="97" partition="1" name="L1_J10" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="98" partition="1" name="L1_J15" complex_deadtime="0" definition="(J15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="99" partition="1" name="L1_J30" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="100" partition="1" name="L1_J35" complex_deadtime="0" definition="(J35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J35_x1" triggerthreshold="J35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="101" partition="1" name="L1_MLZ_C" complex_deadtime="0" definition="((MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="102" partition="1" name="L1_J50" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="103" partition="1" name="L1_MBLZ" complex_deadtime="0" definition="((((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;(MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1]))|BCM_Wide[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <AND>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-              <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-            </OR>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-              <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-            </OR>
-          </AND>
-          <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="104" partition="1" name="L1_BGRP0" complex_deadtime="0" definition="(BGRP0)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <InternalTrigger name="BGRP0"/>
-    </TriggerItem>
-    <TriggerItem ctpid="106" partition="1" name="L1_BCM_AC_CA_UNPAIRED_ISO" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="107" partition="1" name="L1_BCM_Wide_EMPTY" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="108" partition="1" name="L1_BCM_Wide_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="113" partition="1" name="L1_LUCID_UNPAIRED_ISO" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="117" partition="1" name="L1_ZDC_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="120" partition="1" name="L1_MBTSA0" complex_deadtime="0" definition="(MBTS_A0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A0_x1" triggerthreshold="MBTS_A0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="122" partition="1" name="L1_MBTSA1" complex_deadtime="0" definition="(MBTS_A1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A1_x1" triggerthreshold="MBTS_A1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="124" partition="1" name="L1_2MU6_UNPAIRED_ISO" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="125" partition="1" name="L1_2MU6_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP5)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="126" partition="1" name="L1_BCM_Wide_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="127" partition="1" name="L1_EM7_UNPAIRED_ISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="128" partition="1" name="L1_EM7_UNPAIRED_NONISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="130" partition="1" name="L1_J30_FIRSTEMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="131" partition="1" name="L1_MBTSA2" complex_deadtime="0" definition="(MBTS_A2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A2_x1" triggerthreshold="MBTS_A2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="132" partition="1" name="L1_TE5" complex_deadtime="0" definition="(TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="133" partition="1" name="L1_TE14000" complex_deadtime="0" definition="(TE14000[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE14000_x1" triggerthreshold="TE14000"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="134" partition="1" name="L1_TE20" complex_deadtime="0" definition="(TE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="135" partition="1" name="L1_TE200" complex_deadtime="0" definition="(TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="136" partition="1" name="L1_TE100" complex_deadtime="0" definition="(TE100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE100_x1" triggerthreshold="TE100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="137" partition="1" name="L1_MBTSA3" complex_deadtime="0" definition="(MBTS_A3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A3_x1" triggerthreshold="MBTS_A3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="138" partition="1" name="L1_TE50" complex_deadtime="0" definition="(TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="141" partition="1" name="L1_TE12000" complex_deadtime="0" definition="(TE12000[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE12000_x1" triggerthreshold="TE12000"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="142" partition="1" name="L1_TE10000" complex_deadtime="0" definition="(TE10000[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10000_x1" triggerthreshold="TE10000"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="143" partition="1" name="L1_2MU6_EMPTY" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="144" partition="1" name="L1_2MU6_FIRSTEMPTY" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="145" partition="1" name="L1_ZDC_MBTS_1" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="146" partition="1" name="L1_ZDC_MBTS_2" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="147" partition="1" name="L1_ZDC_MBTS_1_1" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="148" partition="1" name="L1_ZDC_MBTS_2_2" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="149" partition="1" name="L1_MBTS_1_EMPTY" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="150" partition="1" name="L1_MBTS_1_1_EMPTY" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="151" partition="1" name="L1_MBTS_2_EMPTY" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="153" partition="1" name="L1_MBTSA4" complex_deadtime="0" definition="(MBTS_A4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A4_x1" triggerthreshold="MBTS_A4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="154" partition="1" name="L1_MBTSA5" complex_deadtime="0" definition="(MBTS_A5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A5_x1" triggerthreshold="MBTS_A5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="155" partition="1" name="L1_MBTSA6" complex_deadtime="0" definition="(MBTS_A6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A6_x1" triggerthreshold="MBTS_A6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="156" partition="1" name="L1_MBTSA7" complex_deadtime="0" definition="(MBTS_A7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A7_x1" triggerthreshold="MBTS_A7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="159" partition="1" name="L1_MU0_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU0[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="160" partition="1" name="L1_MU0_UNPAIRED_ISO" complex_deadtime="0" definition="(MU0[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="161" partition="1" name="L1_MBTSA8" complex_deadtime="0" definition="(MBTS_A8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A8_x1" triggerthreshold="MBTS_A8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="162" partition="1" name="L1_MU0_EMPTY" complex_deadtime="0" definition="(MU0[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="164" partition="1" name="L1_MBTSA10" complex_deadtime="0" definition="(MBTS_A10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A10_x1" triggerthreshold="MBTS_A10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="165" partition="1" name="L1_MU4_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="166" partition="1" name="L1_MU4_EMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="167" partition="1" name="L1_MU4_UNPAIRED_ISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="172" partition="1" name="L1_J30_EMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="173" partition="1" name="L1_MBTSA12" complex_deadtime="0" definition="(MBTS_A12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A12_x1" triggerthreshold="MBTS_A12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="176" partition="1" name="L1_MBTSA14" complex_deadtime="0" definition="(MBTS_A14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A14_x1" triggerthreshold="MBTS_A14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="182" partition="1" name="L1_ZDC_UNPAIRED_ISO" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="183" partition="1" name="L1_ZDC_UNPAIRED_NONISO" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="184" partition="1" name="L1_J10_EMPTY" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="185" partition="1" name="L1_J10_FIRSTEMPTY" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="186" partition="1" name="L1_J10_UNPAIRED_ISO" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="187" partition="1" name="L1_J10_UNPAIRED_NONISO" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="189" partition="1" name="L1_ZDC_AND" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="190" partition="1" name="L1_ZDC_A" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="191" partition="1" name="L1_ZDC_C" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="192" partition="1" name="L1_ZDC_A_C" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="193" partition="1" name="L1_ZDC" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="196" partition="1" name="L1_ZDC_A_C_EMPTY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="197" partition="1" name="L1_ZDC_EMPTY" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="200" partition="1" name="L1_MBTS_1_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="201" partition="1" name="L1_MBTS_1_UNPAIRED_NONISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="202" partition="1" name="L1_MBTS_1_1_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="204" partition="1" name="L1_MBTS_2_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="205" partition="1" name="L1_MBTS_2_UNPAIRED_NONISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="206" partition="1" name="L1_LUCID_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="208" partition="1" name="L1_LUCID_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="212" partition="1" name="L1_LUCID_A" complex_deadtime="0" definition="(LUCID_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="213" partition="1" name="L1_LUCID_C" complex_deadtime="0" definition="(LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="214" partition="1" name="L1_LUCID_A_C" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="215" partition="1" name="L1_LUCID" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="222" partition="1" name="L1_MBTS_2" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="223" partition="1" name="L1_MBTS_2_2" complex_deadtime="0" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="224" partition="1" name="L1_MBTS_3_3" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="225" partition="1" name="L1_BCM_HT_BGRP0" complex_deadtime="0" definition="(BCM_Comb[x7]&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="226" partition="1" name="L1_MBTS_1" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="228" partition="1" name="L1_MBTS_1_1" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="229" partition="1" name="L1_MBTS_2_2_EMPTY" complex_deadtime="0" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="230" partition="1" name="L1_MBTS_3_3_EMPTY" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="231" partition="1" name="L1_MBTS_2_2_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="232" partition="1" name="L1_MBTS_3_3_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="235" partition="1" name="L1_ZDC_A_C_BGRP11" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP11&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="238" partition="1" name="L1_LUCID_A_C_EMPTY" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="240" partition="1" name="L1_MBTS_1_1_BGRP11" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="241" partition="1" name="L1_BPTX0_BGRP0" complex_deadtime="0" definition="(BPTX0[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="242" partition="1" name="L1_BPTX1_BGRP0" complex_deadtime="0" definition="(BPTX1[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="243" partition="1" name="L1_MBTS_2_BGRP9" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="244" partition="1" name="L1_MBTS_1_1_BGRP9" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="245" partition="1" name="L1_LUCID_EMPTY" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="246" partition="1" name="L1_RD0_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="248" partition="1" name="L1_ZDC_A_C_BGRP9" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP9&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="249" partition="1" name="L1_MBTS_2_BGRP11" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="250" partition="1" name="L1_ZB" complex_deadtime="0" definition="(ZB_J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_J75_x1" triggerthreshold="ZB_J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="252" partition="1" name="L1_BGRP1" complex_deadtime="0" definition="(BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="256" partition="1" name="L1_ZDC_A_C_VTE50_OVERLAY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="257" partition="1" name="L1_TE50_OVERLAY" complex_deadtime="0" definition="(TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="258" partition="1" name="L1_J10_VTE200" complex_deadtime="0" definition="(J10[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="259" partition="1" name="L1_BCM_AC_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="260" partition="1" name="L1_BCM_AC_CALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="261" partition="1" name="L1_BCM_AC_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="262" partition="1" name="L1_BCM_AC_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="263" partition="1" name="L1_BCM_CA_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="264" partition="1" name="L1_BCM_CA_CALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="265" partition="1" name="L1_BCM_CA_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="266" partition="1" name="L1_BCM_CA_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="267" partition="1" name="L1_BCM_Wide_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="268" partition="1" name="L1_BCM_Wide_CALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="269" partition="1" name="L1_J12_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="270" partition="1" name="L1_J12_UNPAIRED_ISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="271" partition="1" name="L1_J12_UNPAIRED_NONISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="272" partition="1" name="L1_J30.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="273" partition="1" name="L1_J30.31ETA49_UNPAIRED_NONISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="274" partition="1" name="L1_J50_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="275" partition="1" name="L1_J50_UNPAIRED_ISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="276" partition="1" name="L1_J50_UNPAIRED_NONISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="278" partition="1" name="L1_TAU12" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="279" partition="1" name="L1_TAU12IL" complex_deadtime="0" definition="(HA12IL[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IL_x1" triggerthreshold="HA12IL"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="280" partition="1" name="L1_TAU12IM" complex_deadtime="0" definition="(HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="281" partition="1" name="L1_TAU12IT" complex_deadtime="0" definition="(HA12IT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IT_x1" triggerthreshold="HA12IT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="282" partition="1" name="L1_TAU20" complex_deadtime="0" definition="(HA20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="283" partition="1" name="L1_TAU20IL" complex_deadtime="0" definition="(HA20IL[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IL_x1" triggerthreshold="HA20IL"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="284" partition="1" name="L1_TAU20IL_2TAU12IL_J25_2J20_3J12" complex_deadtime="0" definition="(HA20IL[x1]&amp;HA12IL[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IL_x1" triggerthreshold="HA20IL"/>
-        <TriggerCondition multi="2" name="HA12IL_x2" triggerthreshold="HA12IL"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="285" partition="1" name="L1_TAU20IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="286" partition="1" name="L1_TAU20IM_2J20_XE45" complex_deadtime="0" definition="(HA20IM[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="287" partition="1" name="L1_TAU20IM_2J20_XE50" complex_deadtime="0" definition="(HA20IM[x1]&amp;J20[x2]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="288" partition="1" name="L1_TAU20IM_2TAU12IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="289" partition="1" name="L1_TAU20IM_2TAU12IM_J25_2J20_3J12" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="290" partition="1" name="L1_TAU20IM_2TAU12IM_XE35" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="291" partition="1" name="L1_TAU20IM_2TAU12IM_XE40" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="292" partition="1" name="L1_TAU20IT" complex_deadtime="0" definition="(HA20IT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IT_x1" triggerthreshold="HA20IT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="293" partition="1" name="L1_TAU20_2J20_XE45" complex_deadtime="0" definition="(HA20[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="294" partition="1" name="L1_TAU20_2TAU12" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="295" partition="1" name="L1_TAU20_2TAU12_XE35" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="296" partition="1" name="L1_TAU25IT_2TAU12IT_2J25_3J12" complex_deadtime="0" definition="(HA25IT[x1]&amp;HA12IT[x2]&amp;J25[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA25IT_x1" triggerthreshold="HA25IT"/>
-        <TriggerCondition multi="2" name="HA12IT_x2" triggerthreshold="HA12IT"/>
-        <TriggerCondition multi="2" name="J25_x2" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="297" partition="1" name="L1_TAU30" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="298" partition="1" name="L1_TAU40" complex_deadtime="0" definition="(HA40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="299" partition="1" name="L1_TAU60" complex_deadtime="0" definition="(HA60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA60_x1" triggerthreshold="HA60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="300" partition="1" name="L1_EM20VH_FIRSTEMPTY" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="301" partition="1" name="L1_EM20VHI" complex_deadtime="0" definition="(EM20VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="302" partition="1" name="L1_EM7_EMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="303" partition="1" name="L1_EM7_FIRSTEMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="304" partition="1" name="L1_J100" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="305" partition="1" name="L1_J100.31ETA49" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="306" partition="1" name="L1_J100.31ETA49_FIRSTEMPTY" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="307" partition="1" name="L1_J100_FIRSTEMPTY" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="308" partition="1" name="L1_J12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="309" partition="1" name="L1_J12_EMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="310" partition="1" name="L1_J12_FIRSTEMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="311" partition="1" name="L1_J30.31ETA49" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="312" partition="1" name="L1_J30.31ETA49_EMPTY" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="313" partition="1" name="L1_J40_XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="314" partition="1" name="L1_J75.31ETA49" complex_deadtime="0" definition="(J75.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75.31ETA49_x1" triggerthreshold="J75.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="315" partition="1" name="L1_J75_XE40" complex_deadtime="0" definition="(J75[x1]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="316" partition="1" name="L1_RD0_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP8)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="317" partition="1" name="L1_TGC_BURST" complex_deadtime="0" definition="(NIMTGC[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTGC_x1" triggerthreshold="NIMTGC"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="318" partition="1" name="L1_XE35" complex_deadtime="0" definition="(XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="319" partition="1" name="L1_XE50" complex_deadtime="0" definition="(XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="320" partition="1" name="L1_EM10VH" complex_deadtime="0" definition="(EM10VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="321" partition="1" name="L1_EM15" complex_deadtime="0" definition="(EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="322" partition="1" name="L1_EM15HI_2TAU12IM" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="323" partition="1" name="L1_EM15HI_2TAU12IM_J25_3J12" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="324" partition="1" name="L1_EM15HI_2TAU12IM_XE35" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="325" partition="1" name="L1_EM15HI_TAU40_2TAU15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA40[x1]&amp;HA15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="326" partition="1" name="L1_TE500.0ETA49" complex_deadtime="0" definition="(TE500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE500.0ETA49_x1" triggerthreshold="TE500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="327" partition="1" name="L1_TE1500.0ETA49" complex_deadtime="0" definition="(TE1500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE1500.0ETA49_x1" triggerthreshold="TE1500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="328" partition="1" name="L1_TE3000.0ETA49" complex_deadtime="0" definition="(TE3000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE3000.0ETA49_x1" triggerthreshold="TE3000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="329" partition="1" name="L1_TE3500.0ETA49" complex_deadtime="0" definition="(TE3500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE3500.0ETA49_x1" triggerthreshold="TE3500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="331" partition="1" name="L1_TE6500.0ETA49" complex_deadtime="0" definition="(TE6500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE6500.0ETA49_x1" triggerthreshold="TE6500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="332" partition="1" name="L1_TE8000.0ETA49" complex_deadtime="0" definition="(TE8000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE8000.0ETA49_x1" triggerthreshold="TE8000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="333" partition="1" name="L1_TE9000.0ETA49" complex_deadtime="0" definition="(TE9000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE9000.0ETA49_x1" triggerthreshold="TE9000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="335" partition="1" name="L1_TE5_VTE200" complex_deadtime="0" definition="(TE5[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="336" partition="1" name="L1_TE500.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE500.0ETA49_x1" triggerthreshold="TE500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="337" partition="1" name="L1_TE1500.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE1500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE1500.0ETA49_x1" triggerthreshold="TE1500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="338" partition="1" name="L1_TE3000.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE3000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE3000.0ETA49_x1" triggerthreshold="TE3000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="339" partition="1" name="L1_TE3500.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE3500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE3500.0ETA49_x1" triggerthreshold="TE3500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="342" partition="1" name="L1_TE8000.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE8000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE8000.0ETA49_x1" triggerthreshold="TE8000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="343" partition="1" name="L1_TE9000.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE9000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE9000.0ETA49_x1" triggerthreshold="TE9000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="344" partition="1" name="L1_EM8" complex_deadtime="0" definition="(EM8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8_x1" triggerthreshold="EM8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="345" partition="1" name="L1_2EM7" complex_deadtime="0" definition="(EM7[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="482" partition="1" name="L1_TRT_FILLED" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="483" partition="1" name="L1_TRT_EMPTY" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="484" partition="1" name="L1_ZDC_A_VZDC_C_VTE200" complex_deadtime="0" definition="(ZDC_A[x1]&amp;!ZDC_C[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="485" partition="1" name="L1_ZDC_C_VZDC_A_VTE200" complex_deadtime="0" definition="(ZDC_C[x1]&amp;!ZDC_A[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="486" partition="1" name="L1_ZDC_XOR" complex_deadtime="0" definition="(((ZDC_A[x1]&amp;!ZDC_C[x1])|(ZDC_C[x1]&amp;!ZDC_A[x1]))&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            </NOT>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            </NOT>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="487" partition="1" name="L1_ZDC_XOR_VTE200" complex_deadtime="0" definition="(((ZDC_A[x1]&amp;!ZDC_C[x1])|(ZDC_C[x1]&amp;!ZDC_A[x1]))&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            </NOT>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            </NOT>
-          </AND>
-        </OR>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="488" partition="1" name="L1_ZDC_XOR_TE5_VTE200" complex_deadtime="0" definition="(((ZDC_A[x1]&amp;!ZDC_C[x1])|(ZDC_C[x1]&amp;!ZDC_A[x1]))&amp;TE5[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            </NOT>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            </NOT>
-          </AND>
-        </OR>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="489" partition="1" name="L1_ZDC_XOR_TRT_VTE200" complex_deadtime="0" definition="(((ZDC_A[x1]&amp;!ZDC_C[x1])|(ZDC_C[x1]&amp;!ZDC_A[x1]))&amp;NIMTRT[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            </NOT>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            </NOT>
-          </AND>
-        </OR>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="490" partition="1" name="L1_ZDC_VTE200" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="491" partition="1" name="L1_ZDC_A_C_VTE200" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="492" partition="1" name="L1_ZDC_A_C_TE5_VTE200" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;TE5[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="493" partition="1" name="L1_J12_BGRP12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="494" partition="1" name="L1_J30.31ETA49_BGRP12" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="511" partition="1" name="L1_CALREQ2" complex_deadtime="0" definition="(CAL2[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="00110100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="CAL2_x1" triggerthreshold="CAL2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="MC_HI_v3_default_prescale" type="Physics" menuPartition="0">
-    <Prescale ctpid="0" cut="000001" value="1"/>
-    <Prescale ctpid="1" cut="000001" value="1"/>
-    <Prescale ctpid="2" cut="000001" value="1"/>
-    <Prescale ctpid="3" cut="000001" value="1"/>
-    <Prescale ctpid="4" cut="000001" value="1"/>
-    <Prescale ctpid="5" cut="000001" value="1"/>
-    <Prescale ctpid="6" cut="000001" value="1"/>
-    <Prescale ctpid="7" cut="000001" value="1"/>
-    <Prescale ctpid="8" cut="000001" value="1"/>
-    <Prescale ctpid="9" cut="000001" value="1"/>
-    <Prescale ctpid="10" cut="000001" value="1"/>
-    <Prescale ctpid="11" cut="000001" value="1"/>
-    <Prescale ctpid="12" cut="000001" value="1"/>
-    <Prescale ctpid="13" cut="000001" value="1"/>
-    <Prescale ctpid="14" cut="000001" value="1"/>
-    <Prescale ctpid="15" cut="000001" value="1"/>
-    <Prescale ctpid="16" cut="000001" value="1"/>
-    <Prescale ctpid="17" cut="000001" value="1"/>
-    <Prescale ctpid="18" cut="000001" value="1"/>
-    <Prescale ctpid="19" cut="000001" value="1"/>
-    <Prescale ctpid="20" cut="000001" value="1"/>
-    <Prescale ctpid="21" cut="000001" value="1"/>
-    <Prescale ctpid="22" cut="000001" value="1"/>
-    <Prescale ctpid="23" cut="000001" value="1"/>
-    <Prescale ctpid="24" cut="000001" value="1"/>
-    <Prescale ctpid="25" cut="000001" value="1"/>
-    <Prescale ctpid="26" cut="000001" value="1"/>
-    <Prescale ctpid="27" cut="000001" value="1"/>
-    <Prescale ctpid="28" cut="000001" value="1"/>
-    <Prescale ctpid="29" cut="000001" value="1"/>
-    <Prescale ctpid="30" cut="000001" value="1"/>
-    <Prescale ctpid="31" cut="000001" value="1"/>
-    <Prescale ctpid="32" cut="000001" value="1"/>
-    <Prescale ctpid="33" cut="000001" value="1"/>
-    <Prescale ctpid="34" cut="000001" value="1"/>
-    <Prescale ctpid="35" cut="000001" value="1"/>
-    <Prescale ctpid="36" cut="000001" value="1"/>
-    <Prescale ctpid="37" cut="000001" value="1"/>
-    <Prescale ctpid="38" cut="000001" value="1"/>
-    <Prescale ctpid="39" cut="000001" value="1"/>
-    <Prescale ctpid="40" cut="000001" value="1"/>
-    <Prescale ctpid="41" cut="000001" value="1"/>
-    <Prescale ctpid="42" cut="000001" value="1"/>
-    <Prescale ctpid="43" cut="000001" value="1"/>
-    <Prescale ctpid="44" cut="000001" value="1"/>
-    <Prescale ctpid="45" cut="000001" value="1"/>
-    <Prescale ctpid="46" cut="000001" value="1"/>
-    <Prescale ctpid="47" cut="000001" value="1"/>
-    <Prescale ctpid="48" cut="000001" value="1"/>
-    <Prescale ctpid="49" cut="000001" value="1"/>
-    <Prescale ctpid="50" cut="000001" value="1"/>
-    <Prescale ctpid="51" cut="000001" value="1"/>
-    <Prescale ctpid="52" cut="000001" value="1"/>
-    <Prescale ctpid="53" cut="000001" value="1"/>
-    <Prescale ctpid="54" cut="000001" value="1"/>
-    <Prescale ctpid="55" cut="000001" value="1"/>
-    <Prescale ctpid="56" cut="000001" value="1"/>
-    <Prescale ctpid="57" cut="000001" value="1"/>
-    <Prescale ctpid="58" cut="000001" value="1"/>
-    <Prescale ctpid="59" cut="000001" value="1"/>
-    <Prescale ctpid="60" cut="000001" value="1"/>
-    <Prescale ctpid="61" cut="000001" value="1"/>
-    <Prescale ctpid="62" cut="000001" value="1"/>
-    <Prescale ctpid="63" cut="000001" value="1"/>
-    <Prescale ctpid="64" cut="000001" value="1"/>
-    <Prescale ctpid="65" cut="000001" value="1"/>
-    <Prescale ctpid="66" cut="000001" value="1"/>
-    <Prescale ctpid="67" cut="000001" value="1"/>
-    <Prescale ctpid="68" cut="000001" value="1"/>
-    <Prescale ctpid="69" cut="000001" value="1"/>
-    <Prescale ctpid="70" cut="000001" value="1"/>
-    <Prescale ctpid="71" cut="000001" value="1"/>
-    <Prescale ctpid="72" cut="000001" value="1"/>
-    <Prescale ctpid="73" cut="000001" value="1"/>
-    <Prescale ctpid="74" cut="000001" value="1"/>
-    <Prescale ctpid="75" cut="000001" value="1"/>
-    <Prescale ctpid="76" cut="000001" value="1"/>
-    <Prescale ctpid="77" cut="000001" value="1"/>
-    <Prescale ctpid="78" cut="000001" value="1"/>
-    <Prescale ctpid="79" cut="000001" value="1"/>
-    <Prescale ctpid="80" cut="000001" value="1"/>
-    <Prescale ctpid="81" cut="000001" value="1"/>
-    <Prescale ctpid="82" cut="000001" value="1"/>
-    <Prescale ctpid="83" cut="000001" value="1"/>
-    <Prescale ctpid="84" cut="000001" value="1"/>
-    <Prescale ctpid="85" cut="000001" value="1"/>
-    <Prescale ctpid="86" cut="000001" value="1"/>
-    <Prescale ctpid="87" cut="000001" value="1"/>
-    <Prescale ctpid="88" cut="000001" value="1"/>
-    <Prescale ctpid="89" cut="000001" value="1"/>
-    <Prescale ctpid="90" cut="000001" value="1"/>
-    <Prescale ctpid="91" cut="000001" value="1"/>
-    <Prescale ctpid="92" cut="000001" value="1"/>
-    <Prescale ctpid="93" cut="000001" value="1"/>
-    <Prescale ctpid="94" cut="000001" value="1"/>
-    <Prescale ctpid="95" cut="000001" value="1"/>
-    <Prescale ctpid="96" cut="000001" value="1"/>
-    <Prescale ctpid="97" cut="000001" value="1"/>
-    <Prescale ctpid="98" cut="000001" value="1"/>
-    <Prescale ctpid="99" cut="000001" value="1"/>
-    <Prescale ctpid="100" cut="000001" value="1"/>
-    <Prescale ctpid="101" cut="000001" value="1"/>
-    <Prescale ctpid="102" cut="000001" value="1"/>
-    <Prescale ctpid="103" cut="000001" value="1"/>
-    <Prescale ctpid="104" cut="000001" value="1"/>
-    <Prescale ctpid="105" cut="-000001" value="-1"/>
-    <Prescale ctpid="106" cut="000001" value="1"/>
-    <Prescale ctpid="107" cut="000001" value="1"/>
-    <Prescale ctpid="108" cut="000001" value="1"/>
-    <Prescale ctpid="109" cut="-000001" value="-1"/>
-    <Prescale ctpid="110" cut="-000001" value="-1"/>
-    <Prescale ctpid="111" cut="-000001" value="-1"/>
-    <Prescale ctpid="112" cut="-000001" value="-1"/>
-    <Prescale ctpid="113" cut="000001" value="1"/>
-    <Prescale ctpid="114" cut="-000001" value="-1"/>
-    <Prescale ctpid="115" cut="-000001" value="-1"/>
-    <Prescale ctpid="116" cut="-000001" value="-1"/>
-    <Prescale ctpid="117" cut="000001" value="1"/>
-    <Prescale ctpid="118" cut="-000001" value="-1"/>
-    <Prescale ctpid="119" cut="-000001" value="-1"/>
-    <Prescale ctpid="120" cut="000001" value="1"/>
-    <Prescale ctpid="121" cut="-000001" value="-1"/>
-    <Prescale ctpid="122" cut="000001" value="1"/>
-    <Prescale ctpid="123" cut="-000001" value="-1"/>
-    <Prescale ctpid="124" cut="000001" value="1"/>
-    <Prescale ctpid="125" cut="000001" value="1"/>
-    <Prescale ctpid="126" cut="000001" value="1"/>
-    <Prescale ctpid="127" cut="000001" value="1"/>
-    <Prescale ctpid="128" cut="000001" value="1"/>
-    <Prescale ctpid="129" cut="-000001" value="-1"/>
-    <Prescale ctpid="130" cut="000001" value="1"/>
-    <Prescale ctpid="131" cut="000001" value="1"/>
-    <Prescale ctpid="132" cut="000001" value="1"/>
-    <Prescale ctpid="133" cut="000001" value="1"/>
-    <Prescale ctpid="134" cut="000001" value="1"/>
-    <Prescale ctpid="135" cut="000001" value="1"/>
-    <Prescale ctpid="136" cut="000001" value="1"/>
-    <Prescale ctpid="137" cut="000001" value="1"/>
-    <Prescale ctpid="138" cut="000001" value="1"/>
-    <Prescale ctpid="139" cut="-000001" value="-1"/>
-    <Prescale ctpid="140" cut="-000001" value="-1"/>
-    <Prescale ctpid="141" cut="000001" value="1"/>
-    <Prescale ctpid="142" cut="000001" value="1"/>
-    <Prescale ctpid="143" cut="000001" value="1"/>
-    <Prescale ctpid="144" cut="000001" value="1"/>
-    <Prescale ctpid="145" cut="000001" value="1"/>
-    <Prescale ctpid="146" cut="000001" value="1"/>
-    <Prescale ctpid="147" cut="000001" value="1"/>
-    <Prescale ctpid="148" cut="000001" value="1"/>
-    <Prescale ctpid="149" cut="000001" value="1"/>
-    <Prescale ctpid="150" cut="000001" value="1"/>
-    <Prescale ctpid="151" cut="000001" value="1"/>
-    <Prescale ctpid="152" cut="-000001" value="-1"/>
-    <Prescale ctpid="153" cut="000001" value="1"/>
-    <Prescale ctpid="154" cut="000001" value="1"/>
-    <Prescale ctpid="155" cut="000001" value="1"/>
-    <Prescale ctpid="156" cut="000001" value="1"/>
-    <Prescale ctpid="157" cut="-000001" value="-1"/>
-    <Prescale ctpid="158" cut="-000001" value="-1"/>
-    <Prescale ctpid="159" cut="000001" value="1"/>
-    <Prescale ctpid="160" cut="000001" value="1"/>
-    <Prescale ctpid="161" cut="000001" value="1"/>
-    <Prescale ctpid="162" cut="000001" value="1"/>
-    <Prescale ctpid="163" cut="-000001" value="-1"/>
-    <Prescale ctpid="164" cut="000001" value="1"/>
-    <Prescale ctpid="165" cut="000001" value="1"/>
-    <Prescale ctpid="166" cut="000001" value="1"/>
-    <Prescale ctpid="167" cut="000001" value="1"/>
-    <Prescale ctpid="168" cut="-000001" value="-1"/>
-    <Prescale ctpid="169" cut="-000001" value="-1"/>
-    <Prescale ctpid="170" cut="-000001" value="-1"/>
-    <Prescale ctpid="171" cut="-000001" value="-1"/>
-    <Prescale ctpid="172" cut="000001" value="1"/>
-    <Prescale ctpid="173" cut="000001" value="1"/>
-    <Prescale ctpid="174" cut="-000001" value="-1"/>
-    <Prescale ctpid="175" cut="-000001" value="-1"/>
-    <Prescale ctpid="176" cut="000001" value="1"/>
-    <Prescale ctpid="177" cut="-000001" value="-1"/>
-    <Prescale ctpid="178" cut="-000001" value="-1"/>
-    <Prescale ctpid="179" cut="-000001" value="-1"/>
-    <Prescale ctpid="180" cut="-000001" value="-1"/>
-    <Prescale ctpid="181" cut="-000001" value="-1"/>
-    <Prescale ctpid="182" cut="000001" value="1"/>
-    <Prescale ctpid="183" cut="000001" value="1"/>
-    <Prescale ctpid="184" cut="000001" value="1"/>
-    <Prescale ctpid="185" cut="000001" value="1"/>
-    <Prescale ctpid="186" cut="000001" value="1"/>
-    <Prescale ctpid="187" cut="000001" value="1"/>
-    <Prescale ctpid="188" cut="-000001" value="-1"/>
-    <Prescale ctpid="189" cut="000001" value="1"/>
-    <Prescale ctpid="190" cut="000001" value="1"/>
-    <Prescale ctpid="191" cut="000001" value="1"/>
-    <Prescale ctpid="192" cut="000001" value="1"/>
-    <Prescale ctpid="193" cut="000001" value="1"/>
-    <Prescale ctpid="194" cut="-000001" value="-1"/>
-    <Prescale ctpid="195" cut="-000001" value="-1"/>
-    <Prescale ctpid="196" cut="000001" value="1"/>
-    <Prescale ctpid="197" cut="000001" value="1"/>
-    <Prescale ctpid="198" cut="-000001" value="-1"/>
-    <Prescale ctpid="199" cut="-000001" value="-1"/>
-    <Prescale ctpid="200" cut="000001" value="1"/>
-    <Prescale ctpid="201" cut="000001" value="1"/>
-    <Prescale ctpid="202" cut="000001" value="1"/>
-    <Prescale ctpid="203" cut="-000001" value="-1"/>
-    <Prescale ctpid="204" cut="000001" value="1"/>
-    <Prescale ctpid="205" cut="000001" value="1"/>
-    <Prescale ctpid="206" cut="000001" value="1"/>
-    <Prescale ctpid="207" cut="-000001" value="-1"/>
-    <Prescale ctpid="208" cut="000001" value="1"/>
-    <Prescale ctpid="209" cut="-000001" value="-1"/>
-    <Prescale ctpid="210" cut="-000001" value="-1"/>
-    <Prescale ctpid="211" cut="-000001" value="-1"/>
-    <Prescale ctpid="212" cut="000001" value="1"/>
-    <Prescale ctpid="213" cut="000001" value="1"/>
-    <Prescale ctpid="214" cut="000001" value="1"/>
-    <Prescale ctpid="215" cut="000001" value="1"/>
-    <Prescale ctpid="216" cut="-000001" value="-1"/>
-    <Prescale ctpid="217" cut="-000001" value="-1"/>
-    <Prescale ctpid="218" cut="-000001" value="-1"/>
-    <Prescale ctpid="219" cut="-000001" value="-1"/>
-    <Prescale ctpid="220" cut="-000001" value="-1"/>
-    <Prescale ctpid="221" cut="-000001" value="-1"/>
-    <Prescale ctpid="222" cut="000001" value="1"/>
-    <Prescale ctpid="223" cut="000001" value="1"/>
-    <Prescale ctpid="224" cut="000001" value="1"/>
-    <Prescale ctpid="225" cut="000001" value="1"/>
-    <Prescale ctpid="226" cut="000001" value="1"/>
-    <Prescale ctpid="227" cut="-000001" value="-1"/>
-    <Prescale ctpid="228" cut="000001" value="1"/>
-    <Prescale ctpid="229" cut="000001" value="1"/>
-    <Prescale ctpid="230" cut="000001" value="1"/>
-    <Prescale ctpid="231" cut="000001" value="1"/>
-    <Prescale ctpid="232" cut="000001" value="1"/>
-    <Prescale ctpid="233" cut="-000001" value="-1"/>
-    <Prescale ctpid="234" cut="-000001" value="-1"/>
-    <Prescale ctpid="235" cut="000001" value="1"/>
-    <Prescale ctpid="236" cut="-000001" value="-1"/>
-    <Prescale ctpid="237" cut="-000001" value="-1"/>
-    <Prescale ctpid="238" cut="000001" value="1"/>
-    <Prescale ctpid="239" cut="-000001" value="-1"/>
-    <Prescale ctpid="240" cut="000001" value="1"/>
-    <Prescale ctpid="241" cut="000001" value="1"/>
-    <Prescale ctpid="242" cut="000001" value="1"/>
-    <Prescale ctpid="243" cut="000001" value="1"/>
-    <Prescale ctpid="244" cut="000001" value="1"/>
-    <Prescale ctpid="245" cut="000001" value="1"/>
-    <Prescale ctpid="246" cut="000001" value="1"/>
-    <Prescale ctpid="247" cut="-000001" value="-1"/>
-    <Prescale ctpid="248" cut="000001" value="1"/>
-    <Prescale ctpid="249" cut="000001" value="1"/>
-    <Prescale ctpid="250" cut="000001" value="1"/>
-    <Prescale ctpid="251" cut="-000001" value="-1"/>
-    <Prescale ctpid="252" cut="000001" value="1"/>
-    <Prescale ctpid="253" cut="-000001" value="-1"/>
-    <Prescale ctpid="254" cut="-000001" value="-1"/>
-    <Prescale ctpid="255" cut="-000001" value="-1"/>
-    <Prescale ctpid="256" cut="000001" value="1"/>
-    <Prescale ctpid="257" cut="000001" value="1"/>
-    <Prescale ctpid="258" cut="000001" value="1"/>
-    <Prescale ctpid="259" cut="000001" value="1"/>
-    <Prescale ctpid="260" cut="000001" value="1"/>
-    <Prescale ctpid="261" cut="000001" value="1"/>
-    <Prescale ctpid="262" cut="000001" value="1"/>
-    <Prescale ctpid="263" cut="000001" value="1"/>
-    <Prescale ctpid="264" cut="000001" value="1"/>
-    <Prescale ctpid="265" cut="000001" value="1"/>
-    <Prescale ctpid="266" cut="000001" value="1"/>
-    <Prescale ctpid="267" cut="000001" value="1"/>
-    <Prescale ctpid="268" cut="000001" value="1"/>
-    <Prescale ctpid="269" cut="000001" value="1"/>
-    <Prescale ctpid="270" cut="000001" value="1"/>
-    <Prescale ctpid="271" cut="000001" value="1"/>
-    <Prescale ctpid="272" cut="000001" value="1"/>
-    <Prescale ctpid="273" cut="000001" value="1"/>
-    <Prescale ctpid="274" cut="000001" value="1"/>
-    <Prescale ctpid="275" cut="000001" value="1"/>
-    <Prescale ctpid="276" cut="000001" value="1"/>
-    <Prescale ctpid="277" cut="-000001" value="-1"/>
-    <Prescale ctpid="278" cut="000001" value="1"/>
-    <Prescale ctpid="279" cut="000001" value="1"/>
-    <Prescale ctpid="280" cut="000001" value="1"/>
-    <Prescale ctpid="281" cut="000001" value="1"/>
-    <Prescale ctpid="282" cut="000001" value="1"/>
-    <Prescale ctpid="283" cut="000001" value="1"/>
-    <Prescale ctpid="284" cut="000001" value="1"/>
-    <Prescale ctpid="285" cut="000001" value="1"/>
-    <Prescale ctpid="286" cut="000001" value="1"/>
-    <Prescale ctpid="287" cut="000001" value="1"/>
-    <Prescale ctpid="288" cut="000001" value="1"/>
-    <Prescale ctpid="289" cut="000001" value="1"/>
-    <Prescale ctpid="290" cut="000001" value="1"/>
-    <Prescale ctpid="291" cut="000001" value="1"/>
-    <Prescale ctpid="292" cut="000001" value="1"/>
-    <Prescale ctpid="293" cut="000001" value="1"/>
-    <Prescale ctpid="294" cut="000001" value="1"/>
-    <Prescale ctpid="295" cut="000001" value="1"/>
-    <Prescale ctpid="296" cut="000001" value="1"/>
-    <Prescale ctpid="297" cut="000001" value="1"/>
-    <Prescale ctpid="298" cut="000001" value="1"/>
-    <Prescale ctpid="299" cut="000001" value="1"/>
-    <Prescale ctpid="300" cut="000001" value="1"/>
-    <Prescale ctpid="301" cut="000001" value="1"/>
-    <Prescale ctpid="302" cut="000001" value="1"/>
-    <Prescale ctpid="303" cut="000001" value="1"/>
-    <Prescale ctpid="304" cut="000001" value="1"/>
-    <Prescale ctpid="305" cut="000001" value="1"/>
-    <Prescale ctpid="306" cut="000001" value="1"/>
-    <Prescale ctpid="307" cut="000001" value="1"/>
-    <Prescale ctpid="308" cut="000001" value="1"/>
-    <Prescale ctpid="309" cut="000001" value="1"/>
-    <Prescale ctpid="310" cut="000001" value="1"/>
-    <Prescale ctpid="311" cut="000001" value="1"/>
-    <Prescale ctpid="312" cut="000001" value="1"/>
-    <Prescale ctpid="313" cut="000001" value="1"/>
-    <Prescale ctpid="314" cut="000001" value="1"/>
-    <Prescale ctpid="315" cut="000001" value="1"/>
-    <Prescale ctpid="316" cut="000001" value="1"/>
-    <Prescale ctpid="317" cut="000001" value="1"/>
-    <Prescale ctpid="318" cut="000001" value="1"/>
-    <Prescale ctpid="319" cut="000001" value="1"/>
-    <Prescale ctpid="320" cut="000001" value="1"/>
-    <Prescale ctpid="321" cut="000001" value="1"/>
-    <Prescale ctpid="322" cut="000001" value="1"/>
-    <Prescale ctpid="323" cut="000001" value="1"/>
-    <Prescale ctpid="324" cut="000001" value="1"/>
-    <Prescale ctpid="325" cut="000001" value="1"/>
-    <Prescale ctpid="326" cut="000001" value="1"/>
-    <Prescale ctpid="327" cut="000001" value="1"/>
-    <Prescale ctpid="328" cut="000001" value="1"/>
-    <Prescale ctpid="329" cut="000001" value="1"/>
-    <Prescale ctpid="330" cut="-000001" value="-1"/>
-    <Prescale ctpid="331" cut="000001" value="1"/>
-    <Prescale ctpid="332" cut="000001" value="1"/>
-    <Prescale ctpid="333" cut="000001" value="1"/>
-    <Prescale ctpid="334" cut="-000001" value="-1"/>
-    <Prescale ctpid="335" cut="000001" value="1"/>
-    <Prescale ctpid="336" cut="000001" value="1"/>
-    <Prescale ctpid="337" cut="000001" value="1"/>
-    <Prescale ctpid="338" cut="000001" value="1"/>
-    <Prescale ctpid="339" cut="000001" value="1"/>
-    <Prescale ctpid="340" cut="-000001" value="-1"/>
-    <Prescale ctpid="341" cut="-000001" value="-1"/>
-    <Prescale ctpid="342" cut="000001" value="1"/>
-    <Prescale ctpid="343" cut="000001" value="1"/>
-    <Prescale ctpid="344" cut="000001" value="1"/>
-    <Prescale ctpid="345" cut="000001" value="1"/>
-    <Prescale ctpid="346" cut="-000001" value="-1"/>
-    <Prescale ctpid="347" cut="-000001" value="-1"/>
-    <Prescale ctpid="348" cut="-000001" value="-1"/>
-    <Prescale ctpid="349" cut="-000001" value="-1"/>
-    <Prescale ctpid="350" cut="-000001" value="-1"/>
-    <Prescale ctpid="351" cut="-000001" value="-1"/>
-    <Prescale ctpid="352" cut="-000001" value="-1"/>
-    <Prescale ctpid="353" cut="-000001" value="-1"/>
-    <Prescale ctpid="354" cut="-000001" value="-1"/>
-    <Prescale ctpid="355" cut="-000001" value="-1"/>
-    <Prescale ctpid="356" cut="-000001" value="-1"/>
-    <Prescale ctpid="357" cut="-000001" value="-1"/>
-    <Prescale ctpid="358" cut="-000001" value="-1"/>
-    <Prescale ctpid="359" cut="-000001" value="-1"/>
-    <Prescale ctpid="360" cut="-000001" value="-1"/>
-    <Prescale ctpid="361" cut="-000001" value="-1"/>
-    <Prescale ctpid="362" cut="-000001" value="-1"/>
-    <Prescale ctpid="363" cut="-000001" value="-1"/>
-    <Prescale ctpid="364" cut="-000001" value="-1"/>
-    <Prescale ctpid="365" cut="-000001" value="-1"/>
-    <Prescale ctpid="366" cut="-000001" value="-1"/>
-    <Prescale ctpid="367" cut="-000001" value="-1"/>
-    <Prescale ctpid="368" cut="-000001" value="-1"/>
-    <Prescale ctpid="369" cut="-000001" value="-1"/>
-    <Prescale ctpid="370" cut="-000001" value="-1"/>
-    <Prescale ctpid="371" cut="-000001" value="-1"/>
-    <Prescale ctpid="372" cut="-000001" value="-1"/>
-    <Prescale ctpid="373" cut="-000001" value="-1"/>
-    <Prescale ctpid="374" cut="-000001" value="-1"/>
-    <Prescale ctpid="375" cut="-000001" value="-1"/>
-    <Prescale ctpid="376" cut="-000001" value="-1"/>
-    <Prescale ctpid="377" cut="-000001" value="-1"/>
-    <Prescale ctpid="378" cut="-000001" value="-1"/>
-    <Prescale ctpid="379" cut="-000001" value="-1"/>
-    <Prescale ctpid="380" cut="-000001" value="-1"/>
-    <Prescale ctpid="381" cut="-000001" value="-1"/>
-    <Prescale ctpid="382" cut="-000001" value="-1"/>
-    <Prescale ctpid="383" cut="-000001" value="-1"/>
-    <Prescale ctpid="384" cut="-000001" value="-1"/>
-    <Prescale ctpid="385" cut="-000001" value="-1"/>
-    <Prescale ctpid="386" cut="-000001" value="-1"/>
-    <Prescale ctpid="387" cut="-000001" value="-1"/>
-    <Prescale ctpid="388" cut="-000001" value="-1"/>
-    <Prescale ctpid="389" cut="-000001" value="-1"/>
-    <Prescale ctpid="390" cut="-000001" value="-1"/>
-    <Prescale ctpid="391" cut="-000001" value="-1"/>
-    <Prescale ctpid="392" cut="-000001" value="-1"/>
-    <Prescale ctpid="393" cut="-000001" value="-1"/>
-    <Prescale ctpid="394" cut="-000001" value="-1"/>
-    <Prescale ctpid="395" cut="-000001" value="-1"/>
-    <Prescale ctpid="396" cut="-000001" value="-1"/>
-    <Prescale ctpid="397" cut="-000001" value="-1"/>
-    <Prescale ctpid="398" cut="-000001" value="-1"/>
-    <Prescale ctpid="399" cut="-000001" value="-1"/>
-    <Prescale ctpid="400" cut="-000001" value="-1"/>
-    <Prescale ctpid="401" cut="-000001" value="-1"/>
-    <Prescale ctpid="402" cut="-000001" value="-1"/>
-    <Prescale ctpid="403" cut="-000001" value="-1"/>
-    <Prescale ctpid="404" cut="-000001" value="-1"/>
-    <Prescale ctpid="405" cut="-000001" value="-1"/>
-    <Prescale ctpid="406" cut="-000001" value="-1"/>
-    <Prescale ctpid="407" cut="-000001" value="-1"/>
-    <Prescale ctpid="408" cut="-000001" value="-1"/>
-    <Prescale ctpid="409" cut="-000001" value="-1"/>
-    <Prescale ctpid="410" cut="-000001" value="-1"/>
-    <Prescale ctpid="411" cut="-000001" value="-1"/>
-    <Prescale ctpid="412" cut="-000001" value="-1"/>
-    <Prescale ctpid="413" cut="-000001" value="-1"/>
-    <Prescale ctpid="414" cut="-000001" value="-1"/>
-    <Prescale ctpid="415" cut="-000001" value="-1"/>
-    <Prescale ctpid="416" cut="-000001" value="-1"/>
-    <Prescale ctpid="417" cut="-000001" value="-1"/>
-    <Prescale ctpid="418" cut="-000001" value="-1"/>
-    <Prescale ctpid="419" cut="-000001" value="-1"/>
-    <Prescale ctpid="420" cut="-000001" value="-1"/>
-    <Prescale ctpid="421" cut="-000001" value="-1"/>
-    <Prescale ctpid="422" cut="-000001" value="-1"/>
-    <Prescale ctpid="423" cut="-000001" value="-1"/>
-    <Prescale ctpid="424" cut="-000001" value="-1"/>
-    <Prescale ctpid="425" cut="-000001" value="-1"/>
-    <Prescale ctpid="426" cut="-000001" value="-1"/>
-    <Prescale ctpid="427" cut="-000001" value="-1"/>
-    <Prescale ctpid="428" cut="-000001" value="-1"/>
-    <Prescale ctpid="429" cut="-000001" value="-1"/>
-    <Prescale ctpid="430" cut="-000001" value="-1"/>
-    <Prescale ctpid="431" cut="-000001" value="-1"/>
-    <Prescale ctpid="432" cut="-000001" value="-1"/>
-    <Prescale ctpid="433" cut="-000001" value="-1"/>
-    <Prescale ctpid="434" cut="-000001" value="-1"/>
-    <Prescale ctpid="435" cut="-000001" value="-1"/>
-    <Prescale ctpid="436" cut="-000001" value="-1"/>
-    <Prescale ctpid="437" cut="-000001" value="-1"/>
-    <Prescale ctpid="438" cut="-000001" value="-1"/>
-    <Prescale ctpid="439" cut="-000001" value="-1"/>
-    <Prescale ctpid="440" cut="-000001" value="-1"/>
-    <Prescale ctpid="441" cut="-000001" value="-1"/>
-    <Prescale ctpid="442" cut="-000001" value="-1"/>
-    <Prescale ctpid="443" cut="-000001" value="-1"/>
-    <Prescale ctpid="444" cut="-000001" value="-1"/>
-    <Prescale ctpid="445" cut="-000001" value="-1"/>
-    <Prescale ctpid="446" cut="-000001" value="-1"/>
-    <Prescale ctpid="447" cut="-000001" value="-1"/>
-    <Prescale ctpid="448" cut="-000001" value="-1"/>
-    <Prescale ctpid="449" cut="-000001" value="-1"/>
-    <Prescale ctpid="450" cut="-000001" value="-1"/>
-    <Prescale ctpid="451" cut="-000001" value="-1"/>
-    <Prescale ctpid="452" cut="-000001" value="-1"/>
-    <Prescale ctpid="453" cut="-000001" value="-1"/>
-    <Prescale ctpid="454" cut="-000001" value="-1"/>
-    <Prescale ctpid="455" cut="-000001" value="-1"/>
-    <Prescale ctpid="456" cut="-000001" value="-1"/>
-    <Prescale ctpid="457" cut="-000001" value="-1"/>
-    <Prescale ctpid="458" cut="-000001" value="-1"/>
-    <Prescale ctpid="459" cut="-000001" value="-1"/>
-    <Prescale ctpid="460" cut="-000001" value="-1"/>
-    <Prescale ctpid="461" cut="-000001" value="-1"/>
-    <Prescale ctpid="462" cut="-000001" value="-1"/>
-    <Prescale ctpid="463" cut="-000001" value="-1"/>
-    <Prescale ctpid="464" cut="-000001" value="-1"/>
-    <Prescale ctpid="465" cut="-000001" value="-1"/>
-    <Prescale ctpid="466" cut="-000001" value="-1"/>
-    <Prescale ctpid="467" cut="-000001" value="-1"/>
-    <Prescale ctpid="468" cut="-000001" value="-1"/>
-    <Prescale ctpid="469" cut="-000001" value="-1"/>
-    <Prescale ctpid="470" cut="-000001" value="-1"/>
-    <Prescale ctpid="471" cut="-000001" value="-1"/>
-    <Prescale ctpid="472" cut="-000001" value="-1"/>
-    <Prescale ctpid="473" cut="-000001" value="-1"/>
-    <Prescale ctpid="474" cut="-000001" value="-1"/>
-    <Prescale ctpid="475" cut="-000001" value="-1"/>
-    <Prescale ctpid="476" cut="-000001" value="-1"/>
-    <Prescale ctpid="477" cut="-000001" value="-1"/>
-    <Prescale ctpid="478" cut="-000001" value="-1"/>
-    <Prescale ctpid="479" cut="-000001" value="-1"/>
-    <Prescale ctpid="480" cut="-000001" value="-1"/>
-    <Prescale ctpid="481" cut="-000001" value="-1"/>
-    <Prescale ctpid="482" cut="000001" value="1"/>
-    <Prescale ctpid="483" cut="000001" value="1"/>
-    <Prescale ctpid="484" cut="000001" value="1"/>
-    <Prescale ctpid="485" cut="000001" value="1"/>
-    <Prescale ctpid="486" cut="000001" value="1"/>
-    <Prescale ctpid="487" cut="000001" value="1"/>
-    <Prescale ctpid="488" cut="000001" value="1"/>
-    <Prescale ctpid="489" cut="000001" value="1"/>
-    <Prescale ctpid="490" cut="000001" value="1"/>
-    <Prescale ctpid="491" cut="000001" value="1"/>
-    <Prescale ctpid="492" cut="000001" value="1"/>
-    <Prescale ctpid="493" cut="000001" value="1"/>
-    <Prescale ctpid="494" cut="000001" value="1"/>
-    <Prescale ctpid="495" cut="-000001" value="-1"/>
-    <Prescale ctpid="496" cut="-000001" value="-1"/>
-    <Prescale ctpid="497" cut="-000001" value="-1"/>
-    <Prescale ctpid="498" cut="-000001" value="-1"/>
-    <Prescale ctpid="499" cut="-000001" value="-1"/>
-    <Prescale ctpid="500" cut="-000001" value="-1"/>
-    <Prescale ctpid="501" cut="-000001" value="-1"/>
-    <Prescale ctpid="502" cut="-000001" value="-1"/>
-    <Prescale ctpid="503" cut="-000001" value="-1"/>
-    <Prescale ctpid="504" cut="-000001" value="-1"/>
-    <Prescale ctpid="505" cut="-000001" value="-1"/>
-    <Prescale ctpid="506" cut="-000001" value="-1"/>
-    <Prescale ctpid="507" cut="-000001" value="-1"/>
-    <Prescale ctpid="508" cut="-000001" value="-1"/>
-    <Prescale ctpid="509" cut="-000001" value="-1"/>
-    <Prescale ctpid="510" cut="-000001" value="-1"/>
-    <Prescale ctpid="511" cut="000001" value="1"/>
-  </PrescaleSet>
-  <TriggerCounterList>
-    <TriggerCounter name="1BCM_AtoC" type="CTPIN">
-      <TriggerCondition name="1BCM_AtoC" triggerthreshold="BCM_AtoC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Comb" type="CTPIN">
-      <TriggerCondition name="1BCM_Comb" triggerthreshold="BCM_Comb" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2BCM_Comb" type="CTPIN">
-      <TriggerCondition name="2BCM_Comb" triggerthreshold="BCM_Comb" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3BCM_Comb" type="CTPIN">
-      <TriggerCondition name="3BCM_Comb" triggerthreshold="BCM_Comb" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4BCM_Comb" type="CTPIN">
-      <TriggerCondition name="4BCM_Comb" triggerthreshold="BCM_Comb" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5BCM_Comb" type="CTPIN">
-      <TriggerCondition name="5BCM_Comb" triggerthreshold="BCM_Comb" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6BCM_Comb" type="CTPIN">
-      <TriggerCondition name="6BCM_Comb" triggerthreshold="BCM_Comb" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7BCM_Comb" type="CTPIN">
-      <TriggerCondition name="7BCM_Comb" triggerthreshold="BCM_Comb" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_CtoA" type="CTPIN">
-      <TriggerCondition name="1BCM_CtoA" triggerthreshold="BCM_CtoA" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Wide" type="CTPIN">
-      <TriggerCondition name="1BCM_Wide" triggerthreshold="BCM_Wide" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX0" type="CTPIN">
-      <TriggerCondition name="1BPTX0" triggerthreshold="BPTX0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX1" type="CTPIN">
-      <TriggerCondition name="1BPTX1" triggerthreshold="BPTX1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL0" type="CTPIN">
-      <TriggerCondition name="1CAL0" triggerthreshold="CAL0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL1" type="CTPIN">
-      <TriggerCondition name="1CAL1" triggerthreshold="CAL1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL2" type="CTPIN">
-      <TriggerCondition name="1CAL2" triggerthreshold="CAL2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10" type="CTPIN">
-      <TriggerCondition name="1EM10" triggerthreshold="EM10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10" type="CTPIN">
-      <TriggerCondition name="2EM10" triggerthreshold="EM10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10" type="CTPIN">
-      <TriggerCondition name="3EM10" triggerthreshold="EM10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10" type="CTPIN">
-      <TriggerCondition name="4EM10" triggerthreshold="EM10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10" type="CTPIN">
-      <TriggerCondition name="5EM10" triggerthreshold="EM10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10" type="CTPIN">
-      <TriggerCondition name="6EM10" triggerthreshold="EM10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10" type="CTPIN">
-      <TriggerCondition name="7EM10" triggerthreshold="EM10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10VH" type="CTPIN">
-      <TriggerCondition name="1EM10VH" triggerthreshold="EM10VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10VH" type="CTPIN">
-      <TriggerCondition name="2EM10VH" triggerthreshold="EM10VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10VH" type="CTPIN">
-      <TriggerCondition name="3EM10VH" triggerthreshold="EM10VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10VH" type="CTPIN">
-      <TriggerCondition name="4EM10VH" triggerthreshold="EM10VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10VH" type="CTPIN">
-      <TriggerCondition name="5EM10VH" triggerthreshold="EM10VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10VH" type="CTPIN">
-      <TriggerCondition name="6EM10VH" triggerthreshold="EM10VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10VH" type="CTPIN">
-      <TriggerCondition name="7EM10VH" triggerthreshold="EM10VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM12" type="CTPIN">
-      <TriggerCondition name="1EM12" triggerthreshold="EM12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM12" type="CTPIN">
-      <TriggerCondition name="2EM12" triggerthreshold="EM12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM12" type="CTPIN">
-      <TriggerCondition name="3EM12" triggerthreshold="EM12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM12" type="CTPIN">
-      <TriggerCondition name="4EM12" triggerthreshold="EM12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM12" type="CTPIN">
-      <TriggerCondition name="5EM12" triggerthreshold="EM12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM12" type="CTPIN">
-      <TriggerCondition name="6EM12" triggerthreshold="EM12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM12" type="CTPIN">
-      <TriggerCondition name="7EM12" triggerthreshold="EM12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM13VH" type="CTPIN">
-      <TriggerCondition name="1EM13VH" triggerthreshold="EM13VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM13VH" type="CTPIN">
-      <TriggerCondition name="2EM13VH" triggerthreshold="EM13VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM13VH" type="CTPIN">
-      <TriggerCondition name="3EM13VH" triggerthreshold="EM13VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM13VH" type="CTPIN">
-      <TriggerCondition name="4EM13VH" triggerthreshold="EM13VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM13VH" type="CTPIN">
-      <TriggerCondition name="5EM13VH" triggerthreshold="EM13VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM13VH" type="CTPIN">
-      <TriggerCondition name="6EM13VH" triggerthreshold="EM13VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM13VH" type="CTPIN">
-      <TriggerCondition name="7EM13VH" triggerthreshold="EM13VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM14" type="CTPIN">
-      <TriggerCondition name="1EM14" triggerthreshold="EM14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM14" type="CTPIN">
-      <TriggerCondition name="2EM14" triggerthreshold="EM14" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM14" type="CTPIN">
-      <TriggerCondition name="3EM14" triggerthreshold="EM14" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM14" type="CTPIN">
-      <TriggerCondition name="4EM14" triggerthreshold="EM14" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM14" type="CTPIN">
-      <TriggerCondition name="5EM14" triggerthreshold="EM14" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM14" type="CTPIN">
-      <TriggerCondition name="6EM14" triggerthreshold="EM14" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM14" type="CTPIN">
-      <TriggerCondition name="7EM14" triggerthreshold="EM14" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15" type="CTPIN">
-      <TriggerCondition name="1EM15" triggerthreshold="EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15" type="CTPIN">
-      <TriggerCondition name="2EM15" triggerthreshold="EM15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15" type="CTPIN">
-      <TriggerCondition name="3EM15" triggerthreshold="EM15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15" type="CTPIN">
-      <TriggerCondition name="4EM15" triggerthreshold="EM15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15" type="CTPIN">
-      <TriggerCondition name="5EM15" triggerthreshold="EM15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15" type="CTPIN">
-      <TriggerCondition name="6EM15" triggerthreshold="EM15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15" type="CTPIN">
-      <TriggerCondition name="7EM15" triggerthreshold="EM15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15HI" type="CTPIN">
-      <TriggerCondition name="1EM15HI" triggerthreshold="EM15HI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15HI" type="CTPIN">
-      <TriggerCondition name="2EM15HI" triggerthreshold="EM15HI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15HI" type="CTPIN">
-      <TriggerCondition name="3EM15HI" triggerthreshold="EM15HI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15HI" type="CTPIN">
-      <TriggerCondition name="4EM15HI" triggerthreshold="EM15HI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15HI" type="CTPIN">
-      <TriggerCondition name="5EM15HI" triggerthreshold="EM15HI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15HI" type="CTPIN">
-      <TriggerCondition name="6EM15HI" triggerthreshold="EM15HI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15HI" type="CTPIN">
-      <TriggerCondition name="7EM15HI" triggerthreshold="EM15HI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM16" type="CTPIN">
-      <TriggerCondition name="1EM16" triggerthreshold="EM16" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM16" type="CTPIN">
-      <TriggerCondition name="2EM16" triggerthreshold="EM16" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM16" type="CTPIN">
-      <TriggerCondition name="3EM16" triggerthreshold="EM16" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM16" type="CTPIN">
-      <TriggerCondition name="4EM16" triggerthreshold="EM16" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM16" type="CTPIN">
-      <TriggerCondition name="5EM16" triggerthreshold="EM16" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM16" type="CTPIN">
-      <TriggerCondition name="6EM16" triggerthreshold="EM16" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM16" type="CTPIN">
-      <TriggerCondition name="7EM16" triggerthreshold="EM16" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM18" type="CTPIN">
-      <TriggerCondition name="1EM18" triggerthreshold="EM18" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM18" type="CTPIN">
-      <TriggerCondition name="2EM18" triggerthreshold="EM18" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM18" type="CTPIN">
-      <TriggerCondition name="3EM18" triggerthreshold="EM18" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM18" type="CTPIN">
-      <TriggerCondition name="4EM18" triggerthreshold="EM18" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM18" type="CTPIN">
-      <TriggerCondition name="5EM18" triggerthreshold="EM18" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM18" type="CTPIN">
-      <TriggerCondition name="6EM18" triggerthreshold="EM18" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM18" type="CTPIN">
-      <TriggerCondition name="7EM18" triggerthreshold="EM18" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20" type="CTPIN">
-      <TriggerCondition name="1EM20" triggerthreshold="EM20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20" type="CTPIN">
-      <TriggerCondition name="2EM20" triggerthreshold="EM20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20" type="CTPIN">
-      <TriggerCondition name="3EM20" triggerthreshold="EM20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20" type="CTPIN">
-      <TriggerCondition name="4EM20" triggerthreshold="EM20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20" type="CTPIN">
-      <TriggerCondition name="5EM20" triggerthreshold="EM20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20" type="CTPIN">
-      <TriggerCondition name="6EM20" triggerthreshold="EM20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20" type="CTPIN">
-      <TriggerCondition name="7EM20" triggerthreshold="EM20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VH" type="CTPIN">
-      <TriggerCondition name="1EM20VH" triggerthreshold="EM20VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VH" type="CTPIN">
-      <TriggerCondition name="2EM20VH" triggerthreshold="EM20VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VH" type="CTPIN">
-      <TriggerCondition name="3EM20VH" triggerthreshold="EM20VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VH" type="CTPIN">
-      <TriggerCondition name="4EM20VH" triggerthreshold="EM20VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VH" type="CTPIN">
-      <TriggerCondition name="5EM20VH" triggerthreshold="EM20VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VH" type="CTPIN">
-      <TriggerCondition name="6EM20VH" triggerthreshold="EM20VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VH" type="CTPIN">
-      <TriggerCondition name="7EM20VH" triggerthreshold="EM20VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VHI" type="CTPIN">
-      <TriggerCondition name="1EM20VHI" triggerthreshold="EM20VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VHI" type="CTPIN">
-      <TriggerCondition name="2EM20VHI" triggerthreshold="EM20VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VHI" type="CTPIN">
-      <TriggerCondition name="3EM20VHI" triggerthreshold="EM20VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VHI" type="CTPIN">
-      <TriggerCondition name="4EM20VHI" triggerthreshold="EM20VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VHI" type="CTPIN">
-      <TriggerCondition name="5EM20VHI" triggerthreshold="EM20VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VHI" type="CTPIN">
-      <TriggerCondition name="6EM20VHI" triggerthreshold="EM20VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VHI" type="CTPIN">
-      <TriggerCondition name="7EM20VHI" triggerthreshold="EM20VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM22" type="CTPIN">
-      <TriggerCondition name="1EM22" triggerthreshold="EM22" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM22" type="CTPIN">
-      <TriggerCondition name="2EM22" triggerthreshold="EM22" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM22" type="CTPIN">
-      <TriggerCondition name="3EM22" triggerthreshold="EM22" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM22" type="CTPIN">
-      <TriggerCondition name="4EM22" triggerthreshold="EM22" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM22" type="CTPIN">
-      <TriggerCondition name="5EM22" triggerthreshold="EM22" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM22" type="CTPIN">
-      <TriggerCondition name="6EM22" triggerthreshold="EM22" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM22" type="CTPIN">
-      <TriggerCondition name="7EM22" triggerthreshold="EM22" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM7" type="CTPIN">
-      <TriggerCondition name="1EM7" triggerthreshold="EM7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM7" type="CTPMON">
-      <TriggerCondition name="1EM7" triggerthreshold="EM7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM7" type="CTPIN">
-      <TriggerCondition name="2EM7" triggerthreshold="EM7" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM7" type="CTPIN">
-      <TriggerCondition name="3EM7" triggerthreshold="EM7" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM7" type="CTPIN">
-      <TriggerCondition name="4EM7" triggerthreshold="EM7" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM7" type="CTPIN">
-      <TriggerCondition name="5EM7" triggerthreshold="EM7" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM7" type="CTPIN">
-      <TriggerCondition name="6EM7" triggerthreshold="EM7" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM7" type="CTPIN">
-      <TriggerCondition name="7EM7" triggerthreshold="EM7" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8" type="CTPIN">
-      <TriggerCondition name="1EM8" triggerthreshold="EM8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8" type="CTPIN">
-      <TriggerCondition name="2EM8" triggerthreshold="EM8" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8" type="CTPIN">
-      <TriggerCondition name="3EM8" triggerthreshold="EM8" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8" type="CTPIN">
-      <TriggerCondition name="4EM8" triggerthreshold="EM8" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8" type="CTPIN">
-      <TriggerCondition name="5EM8" triggerthreshold="EM8" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8" type="CTPIN">
-      <TriggerCondition name="6EM8" triggerthreshold="EM8" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8" type="CTPIN">
-      <TriggerCondition name="7EM8" triggerthreshold="EM8" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8I" type="CTPIN">
-      <TriggerCondition name="1EM8I" triggerthreshold="EM8I" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8I" type="CTPIN">
-      <TriggerCondition name="2EM8I" triggerthreshold="EM8I" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8I" type="CTPIN">
-      <TriggerCondition name="3EM8I" triggerthreshold="EM8I" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8I" type="CTPIN">
-      <TriggerCondition name="4EM8I" triggerthreshold="EM8I" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8I" type="CTPIN">
-      <TriggerCondition name="5EM8I" triggerthreshold="EM8I" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8I" type="CTPIN">
-      <TriggerCondition name="6EM8I" triggerthreshold="EM8I" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8I" type="CTPIN">
-      <TriggerCondition name="7EM8I" triggerthreshold="EM8I" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12" type="CTPIN">
-      <TriggerCondition name="1HA12" triggerthreshold="HA12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12" type="CTPIN">
-      <TriggerCondition name="2HA12" triggerthreshold="HA12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12" type="CTPIN">
-      <TriggerCondition name="3HA12" triggerthreshold="HA12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12" type="CTPIN">
-      <TriggerCondition name="4HA12" triggerthreshold="HA12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12" type="CTPIN">
-      <TriggerCondition name="5HA12" triggerthreshold="HA12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12" type="CTPIN">
-      <TriggerCondition name="6HA12" triggerthreshold="HA12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12" type="CTPIN">
-      <TriggerCondition name="7HA12" triggerthreshold="HA12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IL" type="CTPIN">
-      <TriggerCondition name="1HA12IL" triggerthreshold="HA12IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IL" type="CTPIN">
-      <TriggerCondition name="2HA12IL" triggerthreshold="HA12IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IL" type="CTPIN">
-      <TriggerCondition name="3HA12IL" triggerthreshold="HA12IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IL" type="CTPIN">
-      <TriggerCondition name="4HA12IL" triggerthreshold="HA12IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IL" type="CTPIN">
-      <TriggerCondition name="5HA12IL" triggerthreshold="HA12IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IL" type="CTPIN">
-      <TriggerCondition name="6HA12IL" triggerthreshold="HA12IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IL" type="CTPIN">
-      <TriggerCondition name="7HA12IL" triggerthreshold="HA12IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IM" type="CTPIN">
-      <TriggerCondition name="1HA12IM" triggerthreshold="HA12IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IM" type="CTPIN">
-      <TriggerCondition name="2HA12IM" triggerthreshold="HA12IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IM" type="CTPIN">
-      <TriggerCondition name="3HA12IM" triggerthreshold="HA12IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IM" type="CTPIN">
-      <TriggerCondition name="4HA12IM" triggerthreshold="HA12IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IM" type="CTPIN">
-      <TriggerCondition name="5HA12IM" triggerthreshold="HA12IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IM" type="CTPIN">
-      <TriggerCondition name="6HA12IM" triggerthreshold="HA12IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IM" type="CTPIN">
-      <TriggerCondition name="7HA12IM" triggerthreshold="HA12IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IT" type="CTPIN">
-      <TriggerCondition name="1HA12IT" triggerthreshold="HA12IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IT" type="CTPIN">
-      <TriggerCondition name="2HA12IT" triggerthreshold="HA12IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IT" type="CTPIN">
-      <TriggerCondition name="3HA12IT" triggerthreshold="HA12IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IT" type="CTPIN">
-      <TriggerCondition name="4HA12IT" triggerthreshold="HA12IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IT" type="CTPIN">
-      <TriggerCondition name="5HA12IT" triggerthreshold="HA12IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IT" type="CTPIN">
-      <TriggerCondition name="6HA12IT" triggerthreshold="HA12IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IT" type="CTPIN">
-      <TriggerCondition name="7HA12IT" triggerthreshold="HA12IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA15" type="CTPIN">
-      <TriggerCondition name="1HA15" triggerthreshold="HA15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA15" type="CTPIN">
-      <TriggerCondition name="2HA15" triggerthreshold="HA15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA15" type="CTPIN">
-      <TriggerCondition name="3HA15" triggerthreshold="HA15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA15" type="CTPIN">
-      <TriggerCondition name="4HA15" triggerthreshold="HA15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA15" type="CTPIN">
-      <TriggerCondition name="5HA15" triggerthreshold="HA15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA15" type="CTPIN">
-      <TriggerCondition name="6HA15" triggerthreshold="HA15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA15" type="CTPIN">
-      <TriggerCondition name="7HA15" triggerthreshold="HA15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20" type="CTPIN">
-      <TriggerCondition name="1HA20" triggerthreshold="HA20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20" type="CTPIN">
-      <TriggerCondition name="2HA20" triggerthreshold="HA20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20" type="CTPIN">
-      <TriggerCondition name="3HA20" triggerthreshold="HA20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20" type="CTPIN">
-      <TriggerCondition name="4HA20" triggerthreshold="HA20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20" type="CTPIN">
-      <TriggerCondition name="5HA20" triggerthreshold="HA20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20" type="CTPIN">
-      <TriggerCondition name="6HA20" triggerthreshold="HA20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20" type="CTPIN">
-      <TriggerCondition name="7HA20" triggerthreshold="HA20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IL" type="CTPIN">
-      <TriggerCondition name="1HA20IL" triggerthreshold="HA20IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IL" type="CTPIN">
-      <TriggerCondition name="2HA20IL" triggerthreshold="HA20IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IL" type="CTPIN">
-      <TriggerCondition name="3HA20IL" triggerthreshold="HA20IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IL" type="CTPIN">
-      <TriggerCondition name="4HA20IL" triggerthreshold="HA20IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IL" type="CTPIN">
-      <TriggerCondition name="5HA20IL" triggerthreshold="HA20IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IL" type="CTPIN">
-      <TriggerCondition name="6HA20IL" triggerthreshold="HA20IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IL" type="CTPIN">
-      <TriggerCondition name="7HA20IL" triggerthreshold="HA20IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IM" type="CTPIN">
-      <TriggerCondition name="1HA20IM" triggerthreshold="HA20IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IM" type="CTPIN">
-      <TriggerCondition name="2HA20IM" triggerthreshold="HA20IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IM" type="CTPIN">
-      <TriggerCondition name="3HA20IM" triggerthreshold="HA20IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IM" type="CTPIN">
-      <TriggerCondition name="4HA20IM" triggerthreshold="HA20IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IM" type="CTPIN">
-      <TriggerCondition name="5HA20IM" triggerthreshold="HA20IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IM" type="CTPIN">
-      <TriggerCondition name="6HA20IM" triggerthreshold="HA20IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IM" type="CTPIN">
-      <TriggerCondition name="7HA20IM" triggerthreshold="HA20IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IT" type="CTPIN">
-      <TriggerCondition name="1HA20IT" triggerthreshold="HA20IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IT" type="CTPIN">
-      <TriggerCondition name="2HA20IT" triggerthreshold="HA20IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IT" type="CTPIN">
-      <TriggerCondition name="3HA20IT" triggerthreshold="HA20IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IT" type="CTPIN">
-      <TriggerCondition name="4HA20IT" triggerthreshold="HA20IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IT" type="CTPIN">
-      <TriggerCondition name="5HA20IT" triggerthreshold="HA20IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IT" type="CTPIN">
-      <TriggerCondition name="6HA20IT" triggerthreshold="HA20IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IT" type="CTPIN">
-      <TriggerCondition name="7HA20IT" triggerthreshold="HA20IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25" type="CTPIN">
-      <TriggerCondition name="1HA25" triggerthreshold="HA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25" type="CTPIN">
-      <TriggerCondition name="2HA25" triggerthreshold="HA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25" type="CTPIN">
-      <TriggerCondition name="3HA25" triggerthreshold="HA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25" type="CTPIN">
-      <TriggerCondition name="4HA25" triggerthreshold="HA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25" type="CTPIN">
-      <TriggerCondition name="5HA25" triggerthreshold="HA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25" type="CTPIN">
-      <TriggerCondition name="6HA25" triggerthreshold="HA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25" type="CTPIN">
-      <TriggerCondition name="7HA25" triggerthreshold="HA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25IT" type="CTPIN">
-      <TriggerCondition name="1HA25IT" triggerthreshold="HA25IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25IT" type="CTPIN">
-      <TriggerCondition name="2HA25IT" triggerthreshold="HA25IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25IT" type="CTPIN">
-      <TriggerCondition name="3HA25IT" triggerthreshold="HA25IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25IT" type="CTPIN">
-      <TriggerCondition name="4HA25IT" triggerthreshold="HA25IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25IT" type="CTPIN">
-      <TriggerCondition name="5HA25IT" triggerthreshold="HA25IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25IT" type="CTPIN">
-      <TriggerCondition name="6HA25IT" triggerthreshold="HA25IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25IT" type="CTPIN">
-      <TriggerCondition name="7HA25IT" triggerthreshold="HA25IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA30" type="CTPIN">
-      <TriggerCondition name="1HA30" triggerthreshold="HA30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA30" type="CTPIN">
-      <TriggerCondition name="2HA30" triggerthreshold="HA30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA30" type="CTPIN">
-      <TriggerCondition name="3HA30" triggerthreshold="HA30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA30" type="CTPIN">
-      <TriggerCondition name="4HA30" triggerthreshold="HA30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA30" type="CTPIN">
-      <TriggerCondition name="5HA30" triggerthreshold="HA30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA30" type="CTPIN">
-      <TriggerCondition name="6HA30" triggerthreshold="HA30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA30" type="CTPIN">
-      <TriggerCondition name="7HA30" triggerthreshold="HA30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA35" type="CTPIN">
-      <TriggerCondition name="1HA35" triggerthreshold="HA35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA35" type="CTPIN">
-      <TriggerCondition name="2HA35" triggerthreshold="HA35" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA35" type="CTPIN">
-      <TriggerCondition name="3HA35" triggerthreshold="HA35" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA35" type="CTPIN">
-      <TriggerCondition name="4HA35" triggerthreshold="HA35" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA35" type="CTPIN">
-      <TriggerCondition name="5HA35" triggerthreshold="HA35" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA35" type="CTPIN">
-      <TriggerCondition name="6HA35" triggerthreshold="HA35" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA35" type="CTPIN">
-      <TriggerCondition name="7HA35" triggerthreshold="HA35" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA40" type="CTPIN">
-      <TriggerCondition name="1HA40" triggerthreshold="HA40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA40" type="CTPIN">
-      <TriggerCondition name="2HA40" triggerthreshold="HA40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA40" type="CTPIN">
-      <TriggerCondition name="3HA40" triggerthreshold="HA40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA40" type="CTPIN">
-      <TriggerCondition name="4HA40" triggerthreshold="HA40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA40" type="CTPIN">
-      <TriggerCondition name="5HA40" triggerthreshold="HA40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA40" type="CTPIN">
-      <TriggerCondition name="6HA40" triggerthreshold="HA40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA40" type="CTPIN">
-      <TriggerCondition name="7HA40" triggerthreshold="HA40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA50" type="CTPIN">
-      <TriggerCondition name="1HA50" triggerthreshold="HA50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA50" type="CTPIN">
-      <TriggerCondition name="2HA50" triggerthreshold="HA50" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA50" type="CTPIN">
-      <TriggerCondition name="3HA50" triggerthreshold="HA50" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA50" type="CTPIN">
-      <TriggerCondition name="4HA50" triggerthreshold="HA50" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA50" type="CTPIN">
-      <TriggerCondition name="5HA50" triggerthreshold="HA50" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA50" type="CTPIN">
-      <TriggerCondition name="6HA50" triggerthreshold="HA50" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA50" type="CTPIN">
-      <TriggerCondition name="7HA50" triggerthreshold="HA50" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA60" type="CTPIN">
-      <TriggerCondition name="1HA60" triggerthreshold="HA60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA60" type="CTPIN">
-      <TriggerCondition name="2HA60" triggerthreshold="HA60" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA60" type="CTPIN">
-      <TriggerCondition name="3HA60" triggerthreshold="HA60" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA60" type="CTPIN">
-      <TriggerCondition name="4HA60" triggerthreshold="HA60" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA60" type="CTPIN">
-      <TriggerCondition name="5HA60" triggerthreshold="HA60" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA60" type="CTPIN">
-      <TriggerCondition name="6HA60" triggerthreshold="HA60" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA60" type="CTPIN">
-      <TriggerCondition name="7HA60" triggerthreshold="HA60" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J10" type="CTPIN">
-      <TriggerCondition name="1J10" triggerthreshold="J10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J10" type="CTPIN">
-      <TriggerCondition name="2J10" triggerthreshold="J10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J10" type="CTPIN">
-      <TriggerCondition name="3J10" triggerthreshold="J10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J10" type="CTPIN">
-      <TriggerCondition name="4J10" triggerthreshold="J10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J10" type="CTPIN">
-      <TriggerCondition name="5J10" triggerthreshold="J10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J10" type="CTPIN">
-      <TriggerCondition name="6J10" triggerthreshold="J10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J10" type="CTPIN">
-      <TriggerCondition name="7J10" triggerthreshold="J10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J10.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J10.31ETA49" triggerthreshold="J10.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J10.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J10.31ETA49" triggerthreshold="J10.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J10.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J10.31ETA49" triggerthreshold="J10.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100" type="CTPIN">
-      <TriggerCondition name="1J100" triggerthreshold="J100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100" type="CTPIN">
-      <TriggerCondition name="2J100" triggerthreshold="J100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100" type="CTPIN">
-      <TriggerCondition name="3J100" triggerthreshold="J100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J100.31ETA49" triggerthreshold="J100.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J100.31ETA49" triggerthreshold="J100.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J100.31ETA49" triggerthreshold="J100.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J12" type="CTPIN">
-      <TriggerCondition name="1J12" triggerthreshold="J12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J12" type="CTPIN">
-      <TriggerCondition name="2J12" triggerthreshold="J12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J12" type="CTPIN">
-      <TriggerCondition name="3J12" triggerthreshold="J12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J12" type="CTPIN">
-      <TriggerCondition name="4J12" triggerthreshold="J12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J12" type="CTPIN">
-      <TriggerCondition name="5J12" triggerthreshold="J12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J12" type="CTPIN">
-      <TriggerCondition name="6J12" triggerthreshold="J12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J12" type="CTPIN">
-      <TriggerCondition name="7J12" triggerthreshold="J12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15" type="CTPIN">
-      <TriggerCondition name="1J15" triggerthreshold="J15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15" type="CTPIN">
-      <TriggerCondition name="2J15" triggerthreshold="J15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15" type="CTPIN">
-      <TriggerCondition name="3J15" triggerthreshold="J15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15" type="CTPIN">
-      <TriggerCondition name="4J15" triggerthreshold="J15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15" type="CTPIN">
-      <TriggerCondition name="5J15" triggerthreshold="J15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15" type="CTPIN">
-      <TriggerCondition name="6J15" triggerthreshold="J15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15" type="CTPIN">
-      <TriggerCondition name="7J15" triggerthreshold="J15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J15.31ETA49" triggerthreshold="J15.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J15.31ETA49" triggerthreshold="J15.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J15.31ETA49" triggerthreshold="J15.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J175" type="CTPIN">
-      <TriggerCondition name="1J175" triggerthreshold="J175" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J175" type="CTPIN">
-      <TriggerCondition name="2J175" triggerthreshold="J175" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J175" type="CTPIN">
-      <TriggerCondition name="3J175" triggerthreshold="J175" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20" type="CTPIN">
-      <TriggerCondition name="1J20" triggerthreshold="J20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20" type="CTPIN">
-      <TriggerCondition name="2J20" triggerthreshold="J20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20" type="CTPIN">
-      <TriggerCondition name="3J20" triggerthreshold="J20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J20" type="CTPIN">
-      <TriggerCondition name="4J20" triggerthreshold="J20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J20" type="CTPIN">
-      <TriggerCondition name="5J20" triggerthreshold="J20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J20" type="CTPIN">
-      <TriggerCondition name="6J20" triggerthreshold="J20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J20" type="CTPIN">
-      <TriggerCondition name="7J20" triggerthreshold="J20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="1J20.28ETA31" triggerthreshold="J20.28ETA31" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="2J20.28ETA31" triggerthreshold="J20.28ETA31" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="3J20.28ETA31" triggerthreshold="J20.28ETA31" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J20.31ETA49" triggerthreshold="J20.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J20.31ETA49" triggerthreshold="J20.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J20.31ETA49" triggerthreshold="J20.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25" type="CTPIN">
-      <TriggerCondition name="1J25" triggerthreshold="J25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25" type="CTPIN">
-      <TriggerCondition name="2J25" triggerthreshold="J25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25" type="CTPIN">
-      <TriggerCondition name="3J25" triggerthreshold="J25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25" type="CTPIN">
-      <TriggerCondition name="4J25" triggerthreshold="J25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25" type="CTPIN">
-      <TriggerCondition name="5J25" triggerthreshold="J25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25" type="CTPIN">
-      <TriggerCondition name="6J25" triggerthreshold="J25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25" type="CTPIN">
-      <TriggerCondition name="7J25" triggerthreshold="J25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J25.0ETA23" triggerthreshold="J25.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J25.0ETA23" triggerthreshold="J25.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J25.0ETA23" triggerthreshold="J25.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="4J25.0ETA23" triggerthreshold="J25.0ETA23" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="5J25.0ETA23" triggerthreshold="J25.0ETA23" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="6J25.0ETA23" triggerthreshold="J25.0ETA23" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="7J25.0ETA23" triggerthreshold="J25.0ETA23" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30" type="CTPIN">
-      <TriggerCondition name="1J30" triggerthreshold="J30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30" type="CTPIN">
-      <TriggerCondition name="2J30" triggerthreshold="J30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30" type="CTPIN">
-      <TriggerCondition name="3J30" triggerthreshold="J30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J30" type="CTPIN">
-      <TriggerCondition name="4J30" triggerthreshold="J30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J30" type="CTPIN">
-      <TriggerCondition name="5J30" triggerthreshold="J30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J30" type="CTPIN">
-      <TriggerCondition name="6J30" triggerthreshold="J30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J30" type="CTPIN">
-      <TriggerCondition name="7J30" triggerthreshold="J30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J30.31ETA49" triggerthreshold="J30.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J30.31ETA49" triggerthreshold="J30.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J30.31ETA49" triggerthreshold="J30.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J35" type="CTPIN">
-      <TriggerCondition name="1J35" triggerthreshold="J35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J35" type="CTPIN">
-      <TriggerCondition name="2J35" triggerthreshold="J35" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J35" type="CTPIN">
-      <TriggerCondition name="3J35" triggerthreshold="J35" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J35" type="CTPIN">
-      <TriggerCondition name="4J35" triggerthreshold="J35" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J35" type="CTPIN">
-      <TriggerCondition name="5J35" triggerthreshold="J35" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J35" type="CTPIN">
-      <TriggerCondition name="6J35" triggerthreshold="J35" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J35" type="CTPIN">
-      <TriggerCondition name="7J35" triggerthreshold="J35" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40" type="CTPIN">
-      <TriggerCondition name="1J40" triggerthreshold="J40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40" type="CTPIN">
-      <TriggerCondition name="2J40" triggerthreshold="J40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40" type="CTPIN">
-      <TriggerCondition name="3J40" triggerthreshold="J40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J40.0ETA25" triggerthreshold="J40.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J40.0ETA25" triggerthreshold="J40.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J40.0ETA25" triggerthreshold="J40.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50" type="CTPIN">
-      <TriggerCondition name="1J50" triggerthreshold="J50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50" type="CTPIN">
-      <TriggerCondition name="2J50" triggerthreshold="J50" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50" type="CTPIN">
-      <TriggerCondition name="3J50" triggerthreshold="J50" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75" type="CTPIN">
-      <TriggerCondition name="1J75" triggerthreshold="J75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75" type="CTPIN">
-      <TriggerCondition name="2J75" triggerthreshold="J75" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75" type="CTPIN">
-      <TriggerCondition name="3J75" triggerthreshold="J75" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J75.31ETA49" triggerthreshold="J75.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J75.31ETA49" triggerthreshold="J75.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J75.31ETA49" triggerthreshold="J75.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J85" type="CTPIN">
-      <TriggerCondition name="1J85" triggerthreshold="J85" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J85" type="CTPIN">
-      <TriggerCondition name="2J85" triggerthreshold="J85" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J85" type="CTPIN">
-      <TriggerCondition name="3J85" triggerthreshold="J85" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="1JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="2JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="3JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_A" type="CTPIN">
-      <TriggerCondition name="1LUCID_A" triggerthreshold="LUCID_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_C" type="CTPIN">
-      <TriggerCondition name="1LUCID_C" triggerthreshold="LUCID_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPIN">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPMON">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_A" type="CTPIN">
-      <TriggerCondition name="2MBTS_A" triggerthreshold="MBTS_A" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_A" type="CTPIN">
-      <TriggerCondition name="3MBTS_A" triggerthreshold="MBTS_A" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_A" type="CTPIN">
-      <TriggerCondition name="4MBTS_A" triggerthreshold="MBTS_A" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_A" type="CTPIN">
-      <TriggerCondition name="5MBTS_A" triggerthreshold="MBTS_A" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_A" type="CTPIN">
-      <TriggerCondition name="6MBTS_A" triggerthreshold="MBTS_A" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_A" type="CTPIN">
-      <TriggerCondition name="7MBTS_A" triggerthreshold="MBTS_A" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A0" type="CTPIN">
-      <TriggerCondition name="1MBTS_A0" triggerthreshold="MBTS_A0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A1" type="CTPIN">
-      <TriggerCondition name="1MBTS_A1" triggerthreshold="MBTS_A1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A10" type="CTPIN">
-      <TriggerCondition name="1MBTS_A10" triggerthreshold="MBTS_A10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A12" type="CTPIN">
-      <TriggerCondition name="1MBTS_A12" triggerthreshold="MBTS_A12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A14" type="CTPIN">
-      <TriggerCondition name="1MBTS_A14" triggerthreshold="MBTS_A14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A2" type="CTPIN">
-      <TriggerCondition name="1MBTS_A2" triggerthreshold="MBTS_A2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A3" type="CTPIN">
-      <TriggerCondition name="1MBTS_A3" triggerthreshold="MBTS_A3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A4" type="CTPIN">
-      <TriggerCondition name="1MBTS_A4" triggerthreshold="MBTS_A4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A5" type="CTPIN">
-      <TriggerCondition name="1MBTS_A5" triggerthreshold="MBTS_A5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A6" type="CTPIN">
-      <TriggerCondition name="1MBTS_A6" triggerthreshold="MBTS_A6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A7" type="CTPIN">
-      <TriggerCondition name="1MBTS_A7" triggerthreshold="MBTS_A7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A8" type="CTPIN">
-      <TriggerCondition name="1MBTS_A8" triggerthreshold="MBTS_A8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPIN">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPMON">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_C" type="CTPIN">
-      <TriggerCondition name="2MBTS_C" triggerthreshold="MBTS_C" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_C" type="CTPIN">
-      <TriggerCondition name="3MBTS_C" triggerthreshold="MBTS_C" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_C" type="CTPIN">
-      <TriggerCondition name="4MBTS_C" triggerthreshold="MBTS_C" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_C" type="CTPIN">
-      <TriggerCondition name="5MBTS_C" triggerthreshold="MBTS_C" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_C" type="CTPIN">
-      <TriggerCondition name="6MBTS_C" triggerthreshold="MBTS_C" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_C" type="CTPIN">
-      <TriggerCondition name="7MBTS_C" triggerthreshold="MBTS_C" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C0" type="CTPIN">
-      <TriggerCondition name="1MBTS_C0" triggerthreshold="MBTS_C0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C1" type="CTPIN">
-      <TriggerCondition name="1MBTS_C1" triggerthreshold="MBTS_C1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C10" type="CTPIN">
-      <TriggerCondition name="1MBTS_C10" triggerthreshold="MBTS_C10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C12" type="CTPIN">
-      <TriggerCondition name="1MBTS_C12" triggerthreshold="MBTS_C12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C14" type="CTPIN">
-      <TriggerCondition name="1MBTS_C14" triggerthreshold="MBTS_C14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C2" type="CTPIN">
-      <TriggerCondition name="1MBTS_C2" triggerthreshold="MBTS_C2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C3" type="CTPIN">
-      <TriggerCondition name="1MBTS_C3" triggerthreshold="MBTS_C3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C4" type="CTPIN">
-      <TriggerCondition name="1MBTS_C4" triggerthreshold="MBTS_C4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C5" type="CTPIN">
-      <TriggerCondition name="1MBTS_C5" triggerthreshold="MBTS_C5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C6" type="CTPIN">
-      <TriggerCondition name="1MBTS_C6" triggerthreshold="MBTS_C6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C7" type="CTPIN">
-      <TriggerCondition name="1MBTS_C7" triggerthreshold="MBTS_C7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C8" type="CTPIN">
-      <TriggerCondition name="1MBTS_C8" triggerthreshold="MBTS_C8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU0" type="CTPIN">
-      <TriggerCondition name="1MU0" triggerthreshold="MU0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU0" type="CTPIN">
-      <TriggerCondition name="2MU0" triggerthreshold="MU0" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU0" type="CTPIN">
-      <TriggerCondition name="3MU0" triggerthreshold="MU0" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU0" type="CTPIN">
-      <TriggerCondition name="4MU0" triggerthreshold="MU0" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU0" type="CTPIN">
-      <TriggerCondition name="5MU0" triggerthreshold="MU0" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU0" type="CTPIN">
-      <TriggerCondition name="6MU0" triggerthreshold="MU0" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU0" type="CTPIN">
-      <TriggerCondition name="7MU0" triggerthreshold="MU0" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU11" type="CTPIN">
-      <TriggerCondition name="1MU11" triggerthreshold="MU11" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU11" type="CTPIN">
-      <TriggerCondition name="2MU11" triggerthreshold="MU11" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU11" type="CTPIN">
-      <TriggerCondition name="3MU11" triggerthreshold="MU11" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU11" type="CTPIN">
-      <TriggerCondition name="4MU11" triggerthreshold="MU11" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU11" type="CTPIN">
-      <TriggerCondition name="5MU11" triggerthreshold="MU11" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU11" type="CTPIN">
-      <TriggerCondition name="6MU11" triggerthreshold="MU11" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU11" type="CTPIN">
-      <TriggerCondition name="7MU11" triggerthreshold="MU11" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU15" type="CTPIN">
-      <TriggerCondition name="1MU15" triggerthreshold="MU15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU15" type="CTPIN">
-      <TriggerCondition name="2MU15" triggerthreshold="MU15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU15" type="CTPIN">
-      <TriggerCondition name="3MU15" triggerthreshold="MU15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU15" type="CTPIN">
-      <TriggerCondition name="4MU15" triggerthreshold="MU15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU15" type="CTPIN">
-      <TriggerCondition name="5MU15" triggerthreshold="MU15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU15" type="CTPIN">
-      <TriggerCondition name="6MU15" triggerthreshold="MU15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU15" type="CTPIN">
-      <TriggerCondition name="7MU15" triggerthreshold="MU15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU20" type="CTPIN">
-      <TriggerCondition name="1MU20" triggerthreshold="MU20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU20" type="CTPIN">
-      <TriggerCondition name="2MU20" triggerthreshold="MU20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU20" type="CTPIN">
-      <TriggerCondition name="3MU20" triggerthreshold="MU20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU20" type="CTPIN">
-      <TriggerCondition name="4MU20" triggerthreshold="MU20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU20" type="CTPIN">
-      <TriggerCondition name="5MU20" triggerthreshold="MU20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU20" type="CTPIN">
-      <TriggerCondition name="6MU20" triggerthreshold="MU20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU20" type="CTPIN">
-      <TriggerCondition name="7MU20" triggerthreshold="MU20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU4" type="CTPIN">
-      <TriggerCondition name="1MU4" triggerthreshold="MU4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU4" type="CTPIN">
-      <TriggerCondition name="2MU4" triggerthreshold="MU4" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU4" type="CTPIN">
-      <TriggerCondition name="3MU4" triggerthreshold="MU4" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU4" type="CTPIN">
-      <TriggerCondition name="4MU4" triggerthreshold="MU4" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU4" type="CTPIN">
-      <TriggerCondition name="5MU4" triggerthreshold="MU4" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU4" type="CTPIN">
-      <TriggerCondition name="6MU4" triggerthreshold="MU4" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU4" type="CTPIN">
-      <TriggerCondition name="7MU4" triggerthreshold="MU4" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU6" type="CTPIN">
-      <TriggerCondition name="1MU6" triggerthreshold="MU6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU6" type="CTPIN">
-      <TriggerCondition name="2MU6" triggerthreshold="MU6" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU6" type="CTPIN">
-      <TriggerCondition name="3MU6" triggerthreshold="MU6" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU6" type="CTPIN">
-      <TriggerCondition name="4MU6" triggerthreshold="MU6" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU6" type="CTPIN">
-      <TriggerCondition name="5MU6" triggerthreshold="MU6" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU6" type="CTPIN">
-      <TriggerCondition name="6MU6" triggerthreshold="MU6" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU6" type="CTPIN">
-      <TriggerCondition name="7MU6" triggerthreshold="MU6" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIML1A" type="CTPIN">
-      <TriggerCondition name="1NIML1A" triggerthreshold="NIML1A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMLHCF" type="CTPIN">
-      <TriggerCondition name="1NIMLHCF" triggerthreshold="NIMLHCF" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMRPC" type="CTPIN">
-      <TriggerCondition name="1NIMRPC" triggerthreshold="NIMRPC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTGC" type="CTPIN">
-      <TriggerCondition name="1NIMTGC" triggerthreshold="NIMTGC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTRT" type="CTPIN">
-      <TriggerCondition name="1NIMTRT" triggerthreshold="NIMTRT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE100" type="CTPIN">
-      <TriggerCondition name="1TE100" triggerthreshold="TE100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10000" type="CTPIN">
-      <TriggerCondition name="1TE10000" triggerthreshold="TE10000" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE12000" type="CTPIN">
-      <TriggerCondition name="1TE12000" triggerthreshold="TE12000" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE14000" type="CTPIN">
-      <TriggerCondition name="1TE14000" triggerthreshold="TE14000" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE1500.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE1500.0ETA49" triggerthreshold="TE1500.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20" type="CTPIN">
-      <TriggerCondition name="1TE20" triggerthreshold="TE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE200" type="CTPIN">
-      <TriggerCondition name="1TE200" triggerthreshold="TE200" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE3000.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE3000.0ETA49" triggerthreshold="TE3000.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE3500.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE3500.0ETA49" triggerthreshold="TE3500.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5" type="CTPIN">
-      <TriggerCondition name="1TE5" triggerthreshold="TE5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE50" type="CTPIN">
-      <TriggerCondition name="1TE50" triggerthreshold="TE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE500.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE500.0ETA49" triggerthreshold="TE500.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5000.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE5000.0ETA49" triggerthreshold="TE5000.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE6500.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE6500.0ETA49" triggerthreshold="TE6500.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE8000.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE8000.0ETA49" triggerthreshold="TE8000.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE9000.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE9000.0ETA49" triggerthreshold="TE9000.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35" type="CTPIN">
-      <TriggerCondition name="1XE35" triggerthreshold="XE35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE35.0ETA24" triggerthreshold="XE35.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40" type="CTPIN">
-      <TriggerCondition name="1XE40" triggerthreshold="XE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE40.0ETA24" triggerthreshold="XE40.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45" type="CTPIN">
-      <TriggerCondition name="1XE45" triggerthreshold="XE45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE45.0ETA24" triggerthreshold="XE45.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50" type="CTPIN">
-      <TriggerCondition name="1XE50" triggerthreshold="XE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE50.0ETA24" triggerthreshold="XE50.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55" type="CTPIN">
-      <TriggerCondition name="1XE55" triggerthreshold="XE55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE55.0ETA24" triggerthreshold="XE55.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60" type="CTPIN">
-      <TriggerCondition name="1XE60" triggerthreshold="XE60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE60.0ETA24" triggerthreshold="XE60.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70" type="CTPIN">
-      <TriggerCondition name="1XE70" triggerthreshold="XE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE70.0ETA24" triggerthreshold="XE70.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80" type="CTPIN">
-      <TriggerCondition name="1XE80" triggerthreshold="XE80" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE80.0ETA24" triggerthreshold="XE80.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS20" type="CTPIN">
-      <TriggerCondition name="1XS20" triggerthreshold="XS20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS30" type="CTPIN">
-      <TriggerCondition name="1XS30" triggerthreshold="XS30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS40" type="CTPIN">
-      <TriggerCondition name="1XS40" triggerthreshold="XS40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS45" type="CTPIN">
-      <TriggerCondition name="1XS45" triggerthreshold="XS45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS50" type="CTPIN">
-      <TriggerCondition name="1XS50" triggerthreshold="XS50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS55" type="CTPIN">
-      <TriggerCondition name="1XS55" triggerthreshold="XS55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS60" type="CTPIN">
-      <TriggerCondition name="1XS60" triggerthreshold="XS60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS65" type="CTPIN">
-      <TriggerCondition name="1XS65" triggerthreshold="XS65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZB_J75" type="CTPIN">
-      <TriggerCondition name="1ZB_J75" triggerthreshold="ZB_J75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_A" type="CTPIN">
-      <TriggerCondition name="1ZDC_A" triggerthreshold="ZDC_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_AND" type="CTPIN">
-      <TriggerCondition name="1ZDC_AND" triggerthreshold="ZDC_AND" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_C" type="CTPIN">
-      <TriggerCondition name="1ZDC_C" triggerthreshold="ZDC_C" multi="1"/>
-    </TriggerCounter>
-  </TriggerCounterList>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="BCM_AtoC" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="1" name="BCM_CtoA" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="2" name="BCM_Wide" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="4" mapping="0" name="BCM_Comb" type="BCMCMB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="0" name="BPTX0" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="1" name="BPTX1" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="0" name="CAL0" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="1" name="CAL1" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="2" name="CAL2" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL2full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="10" mapping="0" name="EM7" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM7full" phimin="0" phimax="64" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="11" mapping="1" name="EM8" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="12" mapping="2" name="EM8I" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="EM8Ifull" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="13" mapping="3" name="EM10" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM10full" phimin="0" phimax="64" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="14" mapping="4" name="EM10VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="15" mapping="5" name="EM12" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="16" mapping="6" name="EM13VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="17" mapping="7" name="EM14" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM14full" phimin="0" phimax="64" priority="1" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="18" mapping="8" name="EM15" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="19" mapping="9" name="EM15HI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM15HIfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="20" mapping="10" name="EM16" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM16full" phimin="0" phimax="64" priority="1" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="21" mapping="11" name="EM18" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM18full" phimin="0" phimax="64" priority="1" thresholdval="18" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="22" mapping="12" name="EM20" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="23" mapping="13" name="EM20VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="24" mapping="14" name="EM20VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="25" mapping="15" name="EM22" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM22full" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="26" mapping="0" name="J10" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J10full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J10full" phimin="0" phimax="64" priority="1" thresholdval="10" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="27" mapping="1" name="J12" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="28" mapping="2" name="J15" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="29" mapping="3" name="J20" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="30" mapping="4" name="J25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="31" mapping="5" name="J25.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="32" mapping="6" name="J30" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="33" mapping="7" name="J35" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J35full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J35full" phimin="0" phimax="64" priority="1" thresholdval="35" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="34" mapping="8" name="J20.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="24" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="35" mapping="9" name="J30.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="27" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="36" mapping="10" name="JJ15.23ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="4" windowSize="SMALL"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-23" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="4" windowSize="SMALL"/>
-      <TriggerThresholdValue em_isolation="63" etamin="23" etamax="49" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="4" windowSize="SMALL"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="37" mapping="11" name="J20.28ETA31" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="-28" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="28" etamax="31" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="38" mapping="12" name="J40.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="39" mapping="13" name="J40" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="40" mapping="14" name="J50" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="41" mapping="15" name="J75" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="42" mapping="16" name="J85" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="1" thresholdval="85" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="43" mapping="17" name="J100" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="44" mapping="18" name="J175" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J175full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J175full" phimin="0" phimax="64" priority="1" thresholdval="175" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="16" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="45" mapping="19" name="J10.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J10.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J10.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="10" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J10.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="10" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="18" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="46" mapping="20" name="J15.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="20" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="47" mapping="21" name="J20.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="22" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="48" mapping="22" name="J30.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="24" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="49" mapping="23" name="J75.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="26" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="50" mapping="24" name="J100.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="28" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="51" mapping="0" name="LUCID_A" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="1" name="LUCID_C" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="53" mapping="0" name="MBTS_A" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="54" mapping="1" name="MBTS_C" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="0" name="MBTS_A0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="1" name="MBTS_A1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="2" name="MBTS_A2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="3" name="MBTS_A3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="4" name="MBTS_A4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="60" mapping="5" name="MBTS_A5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="61" mapping="6" name="MBTS_A6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="62" mapping="7" name="MBTS_A7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="63" mapping="8" name="MBTS_A8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="64" mapping="9" name="MBTS_A10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="10" name="MBTS_A12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="66" mapping="11" name="MBTS_A14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="67" mapping="12" name="MBTS_C0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="13" name="MBTS_C1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="69" mapping="14" name="MBTS_C2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="70" mapping="15" name="MBTS_C3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="71" mapping="16" name="MBTS_C4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="72" mapping="17" name="MBTS_C5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="73" mapping="18" name="MBTS_C6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="74" mapping="19" name="MBTS_C7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="75" mapping="20" name="MBTS_C8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="76" mapping="21" name="MBTS_C10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="77" mapping="22" name="MBTS_C12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="23" name="MBTS_C14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="79" mapping="0" name="MU0" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU0full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="80" mapping="1" name="MU4" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU4full" phimin="0" phimax="64" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="81" mapping="2" name="MU6" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU6full" phimin="0" phimax="64" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="82" mapping="3" name="MU11" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU11full" phimin="0" phimax="64" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="83" mapping="4" name="MU15" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="84" mapping="5" name="MU20" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="0" name="NIML1A" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIML1Afull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="86" mapping="1" name="NIMLHCF" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMLHCFfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="12" name="NIMTGC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTGCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="13" name="NIMRPC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMRPCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="14" name="NIMTRT" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTRTfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="90" mapping="0" name="HA12" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="91" mapping="1" name="HA12IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA12ILfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="92" mapping="2" name="HA12IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA12IMfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="93" mapping="3" name="HA12IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA12ITfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="94" mapping="4" name="HA15" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="95" mapping="5" name="HA20" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="96" mapping="6" name="HA20IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA20ILfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="97" mapping="7" name="HA20IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA20IMfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="98" mapping="8" name="HA20IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA20ITfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="99" mapping="9" name="HA25" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="100" mapping="10" name="HA25IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA25ITfull" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="101" mapping="11" name="HA30" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="102" mapping="12" name="HA35" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA35full" phimin="0" phimax="64" priority="1" thresholdval="35" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="103" mapping="13" name="HA40" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="104" mapping="14" name="HA50" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA50full" phimin="0" phimax="64" priority="1" thresholdval="50" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="105" mapping="15" name="HA60" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA60full" phimin="0" phimax="64" priority="1" thresholdval="60" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="0" name="TE5" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5full" phimin="0" phimax="64" priority="0" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="107" mapping="1" name="TE20" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="2" name="TE50" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="3" name="TE100" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE100full" phimin="0" phimax="64" priority="0" thresholdval="100" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="4" name="TE200" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE200full" phimin="0" phimax="64" priority="0" thresholdval="200" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="111" mapping="5" name="TE10000" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10000full" phimin="0" phimax="64" priority="0" thresholdval="10000" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="112" mapping="6" name="TE12000" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE12000full" phimin="0" phimax="64" priority="0" thresholdval="12000" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="113" mapping="7" name="TE14000" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE14000full" phimin="0" phimax="64" priority="0" thresholdval="14000" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="114" mapping="8" name="TE500.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE500.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE500.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="500" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="115" mapping="9" name="TE1500.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE1500.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE1500.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="1500" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="116" mapping="10" name="TE3000.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE3000.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE3000.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="3000" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="11" name="TE3500.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE3500.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE3500.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="3500" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="12" name="TE5000.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5000.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5000.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="5000" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="13" name="TE6500.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE6500.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE6500.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="6500" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="14" name="TE8000.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE8000.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE8000.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="8000" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="15" name="TE9000.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE9000.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE9000.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="9000" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="0" name="XE35" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="1" name="XE40" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="124" mapping="2" name="XE45" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="125" mapping="3" name="XE50" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="126" mapping="4" name="XE55" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="127" mapping="5" name="XE60" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="128" mapping="6" name="XE70" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="129" mapping="7" name="XE80" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80full" phimin="0" phimax="64" priority="0" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="130" mapping="8" name="XE35.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE35.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="131" mapping="9" name="XE40.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE40.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="132" mapping="10" name="XE45.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE45.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="133" mapping="11" name="XE50.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE50.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="134" mapping="12" name="XE55.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE55.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="135" mapping="13" name="XE60.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE60.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="136" mapping="14" name="XE70.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE70.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="137" mapping="15" name="XE80.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE80.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="138" mapping="0" name="XS20" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="139" mapping="1" name="XS30" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="140" mapping="2" name="XS40" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="141" mapping="3" name="XS45" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="142" mapping="4" name="XS50" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="143" mapping="5" name="XS55" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="144" mapping="6" name="XS60" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="145" mapping="7" name="XS65" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="146" mapping="0" name="ZB_J75" type="ZB" input="ctpin" seed="J75" seed_multi="1" bcdelay="3564" version="1">
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="147" mapping="0" name="ZDC_A" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="148" mapping="1" name="ZDC_C" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="149" mapping="2" name="ZDC_AND" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name0="Random0" cut0="1" name1="Random1" cut1="1" name2="Random2" cut2="1" name3="Random3" cut3="1"/>
-  <BunchGroupSet name="MC" menuPartition="0">
-    <BunchGroup internalNumber="0" name="BCRVeto">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="Calib"/>
-    <BunchGroup internalNumber="3" name="Empty"/>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1"/>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2"/>
-    <BunchGroup internalNumber="6" name="FirstEmpty"/>
-    <BunchGroup internalNumber="7" name="InTrain">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="8" name="NotUsed"/>
-    <BunchGroup internalNumber="9" name="NotUsed"/>
-    <BunchGroup internalNumber="10" name="NotUsed"/>
-    <BunchGroup internalNumber="11" name="NotUsed"/>
-    <BunchGroup internalNumber="12" name="NotUsed"/>
-    <BunchGroup internalNumber="13" name="NotUsed"/>
-    <BunchGroup internalNumber="14" name="NotUsed"/>
-    <BunchGroup internalNumber="15" name="NotUsed"/>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01"/>
-  <CaloInfo name="CaloInfo" global_em_scale="2" global_jet_scale="1">
-    <METSignificance xeMin="11" xeMax="63" teSqrtMin="4" teSqrtMax="63" xsSigmaScale="1150" xsSigmaOffset="1640"/>
-    <Isolation thrtype="HAIsoForEMthr">
-      <Parametrization isobit="1" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForEMthr">
-      <Parametrization isobit="1" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForTAUthr">
-      <Parametrization isobit="1" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="20" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="15" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="40" slope="0" mincut="0" upperlimit="124" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <MinimumTOBPt thrtype="EM" ptmin="7" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="TAU" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETS" window="4" ptmin="10" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETL" window="8" ptmin="10" etamin="-49" etamax="49" priority="0"/>
-  </CaloInfo>
-  <MuctpiInfo name="muctpi" low_pt="1" high_pt="1" max_cand="13"/>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_HI_v4.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_HI_v4.xml
deleted file mode 100644
index 6a65b24058b7e761fab8eebb576bd77f865cd554..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_HI_v4.xml
+++ /dev/null
@@ -1,6961 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE LVL1Config SYSTEM "LVL1config.dtd">
-<LVL1Config name="MC_HI_v4" ctpVersion="4" l1Version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1 thresholds defined: 245-->
-  <!--No. L1 items defined: 431-->
-  <TriggerMenu name="MC_HI_v4" phase="lumi">
-    <TriggerItem ctpid="0" partition="1" name="L1_EM3" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="1" partition="1" name="L1_EM5" complex_deadtime="0" definition="(EM5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="2" partition="1" name="L1_EM7" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="3" partition="1" name="L1_EM10" complex_deadtime="0" definition="(EM10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="4" partition="1" name="L1_EM12" complex_deadtime="0" definition="(EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="5" partition="1" name="L1_EM14" complex_deadtime="0" definition="(EM14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="6" partition="1" name="L1_2MU4_EMPTY" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="7" partition="1" name="L1_3MU6" complex_deadtime="0" definition="(MU6[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="8" partition="1" name="L1_J75" complex_deadtime="0" definition="(J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="9" partition="1" name="L1_2EM10" complex_deadtime="0" definition="(EM10[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM10_x2" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="10" partition="1" name="L1_2EM3" complex_deadtime="0" definition="(EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="11" partition="1" name="L1_2EM5" complex_deadtime="0" definition="(EM5[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="12" partition="1" name="L1_MU4_VTE10" complex_deadtime="0" definition="(MU4[x1]&amp;!TE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="13" partition="1" name="L1_J175" complex_deadtime="0" definition="(J175[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J175_x1" triggerthreshold="J175"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="14" partition="1" name="L1_2J15" complex_deadtime="0" definition="(J15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="15" partition="1" name="L1_MBTS_4_4" complex_deadtime="0" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="16" partition="1" name="L1_RD1_EMPTY" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP3)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="17" partition="1" name="L1_RD0_FILLED" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="18" partition="1" name="L1_RD0_FIRSTEMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP6)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="19" partition="1" name="L1_RD0_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP4)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="20" partition="1" name="L1_MBTS_4_4_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="21" partition="1" name="L1_MBTS_2_A" complex_deadtime="0" definition="(MBTS_A[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="22" partition="1" name="L1_MBTS_2_C" complex_deadtime="0" definition="(MBTS_C[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="23" partition="1" name="L1_MBTS_4_A" complex_deadtime="0" definition="(MBTS_A[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="24" partition="1" name="L1_MBTS_4_C" complex_deadtime="0" definition="(MBTS_C[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="25" partition="1" name="L1_MU4_VTE10_VZDC_A" complex_deadtime="0" definition="(MU4[x1]&amp;!TE10[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="26" partition="1" name="L1_MU4_VTE10_VZDC_C" complex_deadtime="0" definition="(MU4[x1]&amp;!TE10[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="27" partition="1" name="L1_MU6_VTE10_VZDC_A" complex_deadtime="0" definition="(MU6[x1]&amp;!TE10[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="28" partition="1" name="L1_MU6_VTE10_VZDC_C" complex_deadtime="0" definition="(MU6[x1]&amp;!TE10[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="29" partition="1" name="L1_MU4_TE10.0ETA24" complex_deadtime="0" definition="(MU4[x1]&amp;TE10.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE10.0ETA24_x1" triggerthreshold="TE10.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="30" partition="1" name="L1_MU4_TE15.0ETA24" complex_deadtime="0" definition="(MU4[x1]&amp;TE15.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE15.0ETA24_x1" triggerthreshold="TE15.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="31" partition="1" name="L1_MU4_TE20.0ETA24" complex_deadtime="0" definition="(MU4[x1]&amp;TE20.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE20.0ETA24_x1" triggerthreshold="TE20.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="32" partition="1" name="L1_MU4_TE25.0ETA24" complex_deadtime="0" definition="(MU4[x1]&amp;TE25.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE25.0ETA24_x1" triggerthreshold="TE25.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="33" partition="1" name="L1_MU4_TE30.0ETA24" complex_deadtime="0" definition="(MU4[x1]&amp;TE30.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE30.0ETA24_x1" triggerthreshold="TE30.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="34" partition="1" name="L1_MU4_TE35.0ETA24" complex_deadtime="0" definition="(MU4[x1]&amp;TE35.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE35.0ETA24_x1" triggerthreshold="TE35.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="35" partition="1" name="L1_MU4_TE40.0ETA24" complex_deadtime="0" definition="(MU4[x1]&amp;TE40.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE40.0ETA24_x1" triggerthreshold="TE40.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="36" partition="1" name="L1_EM20VHI" complex_deadtime="0" definition="(EM20VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="37" partition="1" name="L1_ZDC_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="38" partition="1" name="L1_MU6_2MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="39" partition="1" name="L1_TE5_NZ" complex_deadtime="0" definition="(TE5[x1]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="40" partition="1" name="L1_ZDC_A_C_OVERLAY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="41" partition="1" name="L1_MU4_TE70" complex_deadtime="0" definition="(MU4[x1]&amp;TE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE70_x1" triggerthreshold="TE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="42" partition="1" name="L1_BCM_Wide" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="43" partition="1" name="L1_MU4_TE50" complex_deadtime="0" definition="(MU4[x1]&amp;TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="44" partition="1" name="L1_MU4_TE90" complex_deadtime="0" definition="(MU4[x1]&amp;TE90[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE90_x1" triggerthreshold="TE90"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="45" partition="1" name="L1_MU4_TE120" complex_deadtime="0" definition="(MU4[x1]&amp;TE120[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE120_x1" triggerthreshold="TE120"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="46" partition="1" name="L1_MU4_TE160" complex_deadtime="0" definition="(MU4[x1]&amp;TE160[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE160_x1" triggerthreshold="TE160"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="47" partition="1" name="L1_J15_NZ" complex_deadtime="0" definition="(J15[x1]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="48" partition="1" name="L1_LUCID_BGRP7" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP7)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="49" partition="1" name="L1_2J15_NZ" complex_deadtime="0" definition="(J15[x2]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="50" partition="1" name="L1_MBTSC4" complex_deadtime="0" definition="(MBTS_C4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C4_x1" triggerthreshold="MBTS_C4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="51" partition="1" name="L1_MBTSC5" complex_deadtime="0" definition="(MBTS_C5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C5_x1" triggerthreshold="MBTS_C5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="52" partition="1" name="L1_MBTSC6" complex_deadtime="0" definition="(MBTS_C6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C6_x1" triggerthreshold="MBTS_C6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="53" partition="1" name="L1_MBTSC7" complex_deadtime="0" definition="(MBTS_C7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C7_x1" triggerthreshold="MBTS_C7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="54" partition="1" name="L1_MBTSC8" complex_deadtime="0" definition="(MBTS_C8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C8_x1" triggerthreshold="MBTS_C8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="55" partition="1" name="L1_J15_NL" complex_deadtime="0" definition="(J15[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="56" partition="1" name="L1_MBTSC10" complex_deadtime="0" definition="(MBTS_C10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C10_x1" triggerthreshold="MBTS_C10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="57" partition="1" name="L1_2J15_NL" complex_deadtime="0" definition="(J15[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="58" partition="1" name="L1_MBTSC12" complex_deadtime="0" definition="(MBTS_C12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C12_x1" triggerthreshold="MBTS_C12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="59" partition="1" name="L1_ZDC_A_C_BGRP7" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="60" partition="1" name="L1_MBTSC14" complex_deadtime="0" definition="(MBTS_C14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C14_x1" triggerthreshold="MBTS_C14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="61" partition="1" name="L1_TAU12_UNPAIRED_ISO" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="62" partition="1" name="L1_RD0_EMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="63" partition="1" name="L1_RD1_FILLED" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="64" partition="1" name="L1_TAU12_UNPAIRED_NONISO" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="65" partition="1" name="L1_MBTSC3" complex_deadtime="0" definition="(MBTS_C3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C3_x1" triggerthreshold="MBTS_C3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="66" partition="1" name="L1_TAU12_EMPTY" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="67" partition="1" name="L1_MU4_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="68" partition="1" name="L1_MU6_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="69" partition="1" name="L1_J40_XE60" complex_deadtime="0" definition="(J40[x1]&amp;XE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="70" partition="1" name="L1_XE80" complex_deadtime="0" definition="(XE80[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE80_x1" triggerthreshold="XE80"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="71" partition="1" name="L1_2MU6" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="72" partition="1" name="L1_2MU10" complex_deadtime="0" definition="(MU10[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="73" partition="1" name="L1_2MU20" complex_deadtime="0" definition="(MU20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU20_x2" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="74" partition="1" name="L1_TAU12_FIRSTEMPTY" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="75" partition="1" name="L1_MU10_EMPTY" complex_deadtime="0" definition="(MU10[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="76" partition="1" name="L1_MBTSC2" complex_deadtime="0" definition="(MBTS_C2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C2_x1" triggerthreshold="MBTS_C2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="77" partition="1" name="L1_ZDC_A_EMPTY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="78" partition="1" name="L1_ZDC_C_EMPTY" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="79" partition="1" name="L1_ZDC_AND_EMPTY" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="80" partition="1" name="L1_BCM_Wide_BGRP0" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="81" partition="1" name="L1_BCM_AC_CA_BGRP0" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="82" partition="1" name="L1_MBTSC1" complex_deadtime="0" definition="(MBTS_C1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C1_x1" triggerthreshold="MBTS_C1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="83" partition="1" name="L1_ZDC_AND_UNPAIRED_ISO" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="84" partition="1" name="L1_EM4" complex_deadtime="0" definition="(EM4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM4_x1" triggerthreshold="EM4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="85" partition="1" name="L1_EM16" complex_deadtime="0" definition="(EM16[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM16_x1" triggerthreshold="EM16"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="86" partition="1" name="L1_MBTSC0" complex_deadtime="0" definition="(MBTS_C0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C0_x1" triggerthreshold="MBTS_C0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="87" partition="1" name="L1_J30_UNPAIRED" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="88" partition="1" name="L1_MU15" complex_deadtime="0" definition="(MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="89" partition="1" name="L1_ZDC_AND_UNPAIRED_NONISO" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="90" partition="1" name="L1_MU6" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="91" partition="1" name="L1_MU10" complex_deadtime="0" definition="(MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="92" partition="1" name="L1_MU20" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="93" partition="1" name="L1_MU4" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="94" partition="1" name="L1_MLZ_A" complex_deadtime="0" definition="((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="95" partition="1" name="L1_2MU4" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="96" partition="1" name="L1_J20" complex_deadtime="0" definition="(J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="97" partition="1" name="L1_J10" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="98" partition="1" name="L1_J15" complex_deadtime="0" definition="(J15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="99" partition="1" name="L1_J30" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="100" partition="1" name="L1_MLZ_C" complex_deadtime="0" definition="((MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="101" partition="1" name="L1_MBLZ" complex_deadtime="0" definition="((((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;(MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1]))|BCM_Wide[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <AND>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-              <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-            </OR>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-              <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-            </OR>
-          </AND>
-          <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="102" partition="1" name="L1_J50" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="103" partition="1" name="L1_LHCF_EMPTY" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="104" partition="1" name="L1_LHCF_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="105" partition="1" name="L1_J5" complex_deadtime="0" definition="(J5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="106" partition="1" name="L1_BCM_AC_CA_UNPAIRED_ISO" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="107" partition="1" name="L1_BCM_Wide_EMPTY" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="108" partition="1" name="L1_BCM_Wide_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="113" partition="1" name="L1_LUCID_UNPAIRED_ISO" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="114" partition="1" name="L1_TAU8_FIRSTEMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="117" partition="1" name="L1_ZDC_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="120" partition="1" name="L1_MBTSA0" complex_deadtime="0" definition="(MBTS_A0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A0_x1" triggerthreshold="MBTS_A0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="122" partition="1" name="L1_MBTSA1" complex_deadtime="0" definition="(MBTS_A1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A1_x1" triggerthreshold="MBTS_A1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="124" partition="1" name="L1_2MU6_UNPAIRED_ISO" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="125" partition="1" name="L1_2MU6_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP5)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="126" partition="1" name="L1_BCM_Wide_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="127" partition="1" name="L1_EM7_UNPAIRED_ISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="128" partition="1" name="L1_EM7_UNPAIRED_NONISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="130" partition="1" name="L1_J30_FIRSTEMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="131" partition="1" name="L1_MBTSA2" complex_deadtime="0" definition="(MBTS_A2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A2_x1" triggerthreshold="MBTS_A2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="132" partition="1" name="L1_TE5" complex_deadtime="0" definition="(TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="133" partition="1" name="L1_TE10" complex_deadtime="0" definition="(TE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="134" partition="1" name="L1_TE20" complex_deadtime="0" definition="(TE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="135" partition="1" name="L1_TE160" complex_deadtime="0" definition="(TE160[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE160_x1" triggerthreshold="TE160"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="136" partition="1" name="L1_TE50" complex_deadtime="0" definition="(TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="137" partition="1" name="L1_MBTSA3" complex_deadtime="0" definition="(MBTS_A3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A3_x1" triggerthreshold="MBTS_A3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="138" partition="1" name="L1_TE70" complex_deadtime="0" definition="(TE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70_x1" triggerthreshold="TE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="141" partition="1" name="L1_TE90" complex_deadtime="0" definition="(TE90[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE90_x1" triggerthreshold="TE90"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="142" partition="1" name="L1_TE120" complex_deadtime="0" definition="(TE120[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE120_x1" triggerthreshold="TE120"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="143" partition="1" name="L1_2MU6_EMPTY" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="144" partition="1" name="L1_2MU6_FIRSTEMPTY" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="145" partition="1" name="L1_ZDC_MBTS_1" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="146" partition="1" name="L1_ZDC_MBTS_2" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="147" partition="1" name="L1_ZDC_MBTS_1_1" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="148" partition="1" name="L1_ZDC_MBTS_2_2" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="149" partition="1" name="L1_MBTS_1_EMPTY" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="150" partition="1" name="L1_MBTS_1_1_EMPTY" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="151" partition="1" name="L1_MBTS_2_EMPTY" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="152" partition="1" name="L1_TAU8_EMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="153" partition="1" name="L1_MBTSA4" complex_deadtime="0" definition="(MBTS_A4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A4_x1" triggerthreshold="MBTS_A4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="154" partition="1" name="L1_MBTSA5" complex_deadtime="0" definition="(MBTS_A5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A5_x1" triggerthreshold="MBTS_A5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="155" partition="1" name="L1_MBTSA6" complex_deadtime="0" definition="(MBTS_A6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A6_x1" triggerthreshold="MBTS_A6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="156" partition="1" name="L1_MBTSA7" complex_deadtime="0" definition="(MBTS_A7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A7_x1" triggerthreshold="MBTS_A7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="161" partition="1" name="L1_MBTSA8" complex_deadtime="0" definition="(MBTS_A8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A8_x1" triggerthreshold="MBTS_A8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="164" partition="1" name="L1_MBTSA10" complex_deadtime="0" definition="(MBTS_A10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A10_x1" triggerthreshold="MBTS_A10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="165" partition="1" name="L1_MU4_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="166" partition="1" name="L1_MU4_EMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="167" partition="1" name="L1_MU4_UNPAIRED_ISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="172" partition="1" name="L1_J30_EMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="173" partition="1" name="L1_MBTSA12" complex_deadtime="0" definition="(MBTS_A12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A12_x1" triggerthreshold="MBTS_A12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="176" partition="1" name="L1_MBTSA14" complex_deadtime="0" definition="(MBTS_A14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A14_x1" triggerthreshold="MBTS_A14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="177" partition="1" name="L1_EM3_EMPTY" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="179" partition="1" name="L1_ZDC_A_UNPAIRED_NONISO" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="180" partition="1" name="L1_ZDC_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="182" partition="1" name="L1_ZDC_UNPAIRED_ISO" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="183" partition="1" name="L1_ZDC_UNPAIRED_NONISO" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="184" partition="1" name="L1_J10_EMPTY" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="185" partition="1" name="L1_J10_FIRSTEMPTY" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="186" partition="1" name="L1_J10_UNPAIRED_ISO" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="187" partition="1" name="L1_J10_UNPAIRED_NONISO" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="189" partition="1" name="L1_ZDC_AND" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="190" partition="1" name="L1_ZDC_A" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="191" partition="1" name="L1_ZDC_C" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="192" partition="1" name="L1_ZDC_A_C" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="193" partition="1" name="L1_ZDC" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="195" partition="1" name="L1_ZDC_A_UNPAIRED_ISO" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="196" partition="1" name="L1_ZDC_A_C_EMPTY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="197" partition="1" name="L1_ZDC_EMPTY" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="198" partition="1" name="L1_J20.31ETA49" complex_deadtime="0" definition="(J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="199" partition="1" name="L1_J10.31ETA49" complex_deadtime="0" definition="(J10.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10.31ETA49_x1" triggerthreshold="J10.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="200" partition="1" name="L1_MBTS_1_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="201" partition="1" name="L1_MBTS_1_UNPAIRED_NONISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="202" partition="1" name="L1_MBTS_1_1_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="203" partition="1" name="L1_J15.31ETA49" complex_deadtime="0" definition="(J15.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="204" partition="1" name="L1_MBTS_2_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="205" partition="1" name="L1_MBTS_2_UNPAIRED_NONISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="206" partition="1" name="L1_LUCID_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="208" partition="1" name="L1_LUCID_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="212" partition="1" name="L1_LUCID_A" complex_deadtime="0" definition="(LUCID_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="213" partition="1" name="L1_LUCID_C" complex_deadtime="0" definition="(LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="214" partition="1" name="L1_LUCID_A_C" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="215" partition="1" name="L1_LUCID" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="216" partition="1" name="L1_TE10_VZDC_A" complex_deadtime="0" definition="(TE10[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="217" partition="1" name="L1_TE10_VZDC_C" complex_deadtime="0" definition="(TE10[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="218" partition="1" name="L1_TE20_VZDC_A" complex_deadtime="0" definition="(TE20[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="219" partition="1" name="L1_TE20_VZDC_C" complex_deadtime="0" definition="(TE20[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="220" partition="1" name="L1_J20_VZDC_A" complex_deadtime="0" definition="(J20[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="221" partition="1" name="L1_J20_VZDC_C" complex_deadtime="0" definition="(J20[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="222" partition="1" name="L1_MBTS_2" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="223" partition="1" name="L1_MBTS_2_2" complex_deadtime="0" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="224" partition="1" name="L1_MBTS_3_3" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="225" partition="1" name="L1_BCM_HT_BGRP0" complex_deadtime="0" definition="(BCM_Comb[x7]&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="226" partition="1" name="L1_MBTS_1" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="227" partition="1" name="L1_ZDC_C_UNPAIRED_ISO" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="228" partition="1" name="L1_MBTS_1_1" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="229" partition="1" name="L1_MBTS_2_2_EMPTY" complex_deadtime="0" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="230" partition="1" name="L1_MBTS_3_3_EMPTY" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="231" partition="1" name="L1_MBTS_2_2_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="232" partition="1" name="L1_MBTS_3_3_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="235" partition="1" name="L1_ZDC_A_C_BGRP11" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP11&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="238" partition="1" name="L1_LUCID_A_C_EMPTY" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="240" partition="1" name="L1_MBTS_1_1_BGRP11" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="241" partition="1" name="L1_BPTX0_BGRP0" complex_deadtime="0" definition="(BPTX0[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="242" partition="1" name="L1_BPTX1_BGRP0" complex_deadtime="0" definition="(BPTX1[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="243" partition="1" name="L1_MBTS_2_BGRP9" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="244" partition="1" name="L1_MBTS_1_1_BGRP9" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="245" partition="1" name="L1_LUCID_EMPTY" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="246" partition="1" name="L1_RD0_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="247" partition="1" name="L1_LHCF" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="248" partition="1" name="L1_ZDC_A_C_BGRP9" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP9&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="249" partition="1" name="L1_MBTS_2_BGRP11" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="250" partition="1" name="L1_ZB" complex_deadtime="0" definition="(ZB_J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_J75_x1" triggerthreshold="ZB_J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="251" partition="1" name="L1_ZDC_A_BGRP9" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP9&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="253" partition="1" name="L1_VTE10_VZDC_C" complex_deadtime="0" definition="(!TE10[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="254" partition="1" name="L1_VTE10_VZDC_A" complex_deadtime="0" definition="(!TE10[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="255" partition="1" name="L1_ZDC_C_BGRP9" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP9&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="256" partition="1" name="L1_MBTS_1_1_OVERLAY" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="257" partition="1" name="L1_RD0_FILLED_OVERLAY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="258" partition="1" name="L1_MBTS_1_OVERLAY" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="259" partition="1" name="L1_BCM_AC_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="260" partition="1" name="L1_BCM_AC_CALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="261" partition="1" name="L1_BCM_AC_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="262" partition="1" name="L1_BCM_AC_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="263" partition="1" name="L1_BCM_CA_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="264" partition="1" name="L1_BCM_CA_CALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="265" partition="1" name="L1_BCM_CA_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="266" partition="1" name="L1_BCM_CA_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="267" partition="1" name="L1_BCM_Wide_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="268" partition="1" name="L1_BCM_Wide_CALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="269" partition="1" name="L1_J12_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="270" partition="1" name="L1_J12_UNPAIRED_ISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="271" partition="1" name="L1_J12_UNPAIRED_NONISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="272" partition="1" name="L1_J30.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="273" partition="1" name="L1_J30.31ETA49_UNPAIRED_NONISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="274" partition="1" name="L1_J50_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="275" partition="1" name="L1_J50_UNPAIRED_ISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="276" partition="1" name="L1_J50_UNPAIRED_NONISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="277" partition="1" name="L1_2MU4_VTE10" complex_deadtime="0" definition="(MU4[x2]&amp;!TE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="278" partition="1" name="L1_TAU12" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="279" partition="1" name="L1_TAU12IL" complex_deadtime="0" definition="(HA12IL[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IL_x1" triggerthreshold="HA12IL"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="280" partition="1" name="L1_TAU12IM" complex_deadtime="0" definition="(HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="281" partition="1" name="L1_TAU12IT" complex_deadtime="0" definition="(HA12IT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IT_x1" triggerthreshold="HA12IT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="282" partition="1" name="L1_TAU20" complex_deadtime="0" definition="(HA20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="283" partition="1" name="L1_TAU20IL" complex_deadtime="0" definition="(HA20IL[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IL_x1" triggerthreshold="HA20IL"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="285" partition="1" name="L1_TAU20IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="286" partition="1" name="L1_TAU20IM_2TAU12IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="287" partition="1" name="L1_2MU4_VTE10_VZDC_A" complex_deadtime="0" definition="(MU4[x2]&amp;!TE10[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="288" partition="1" name="L1_2MU4_VTE10_VZDC_C" complex_deadtime="0" definition="(MU4[x2]&amp;!TE10[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="290" partition="1" name="L1_2MU4_VZDC_A" complex_deadtime="0" definition="(MU4[x2]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="291" partition="1" name="L1_2MU4_VZDC_C" complex_deadtime="0" definition="(MU4[x2]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="292" partition="1" name="L1_TAU20IT" complex_deadtime="0" definition="(HA20IT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IT_x1" triggerthreshold="HA20IT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="293" partition="1" name="L1_TAU20_2J20_XE45" complex_deadtime="0" definition="(HA20[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="294" partition="1" name="L1_TAU20_2TAU12" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="295" partition="1" name="L1_TAU20_2TAU12_XE35" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="297" partition="1" name="L1_TAU30" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="298" partition="1" name="L1_TAU40" complex_deadtime="0" definition="(HA40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="301" partition="1" name="L1_EM20" complex_deadtime="0" definition="(EM20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20_x1" triggerthreshold="EM20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="302" partition="1" name="L1_EM7_EMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="303" partition="1" name="L1_EM7_FIRSTEMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="304" partition="1" name="L1_J100" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="307" partition="1" name="L1_J100_FIRSTEMPTY" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="308" partition="1" name="L1_J12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="309" partition="1" name="L1_J12_EMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="310" partition="1" name="L1_J12_FIRSTEMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="311" partition="1" name="L1_J30.31ETA49" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="312" partition="1" name="L1_J30.31ETA49_EMPTY" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="313" partition="1" name="L1_J40_XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="314" partition="1" name="L1_J75.31ETA49" complex_deadtime="0" definition="(J75.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75.31ETA49_x1" triggerthreshold="J75.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="315" partition="1" name="L1_J75_XE40" complex_deadtime="0" definition="(J75[x1]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="316" partition="1" name="L1_RD0_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP8)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="317" partition="1" name="L1_TGC_BURST" complex_deadtime="0" definition="(NIMTGC[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTGC_x1" triggerthreshold="NIMTGC"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="318" partition="1" name="L1_XE35" complex_deadtime="0" definition="(XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="319" partition="1" name="L1_XE50" complex_deadtime="0" definition="(XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="320" partition="1" name="L1_TE30.0ETA24" complex_deadtime="0" definition="(TE30.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30.0ETA24_x1" triggerthreshold="TE30.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="321" partition="1" name="L1_EM15" complex_deadtime="0" definition="(EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="322" partition="1" name="L1_EM15HI_2TAU12IM" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="323" partition="1" name="L1_EM15HI_2TAU12IM_J25_3J12" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="324" partition="1" name="L1_EM15HI_2TAU12IM_XE35" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="325" partition="1" name="L1_EM15HI_TAU40_2TAU15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA40[x1]&amp;HA15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="326" partition="1" name="L1_TE10.0ETA24" complex_deadtime="0" definition="(TE10.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10.0ETA24_x1" triggerthreshold="TE10.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="327" partition="1" name="L1_TE15.0ETA24" complex_deadtime="0" definition="(TE15.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE15.0ETA24_x1" triggerthreshold="TE15.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="328" partition="1" name="L1_TE20.0ETA24" complex_deadtime="0" definition="(TE20.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20.0ETA24_x1" triggerthreshold="TE20.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="329" partition="1" name="L1_TE25.0ETA24" complex_deadtime="0" definition="(TE25.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE25.0ETA24_x1" triggerthreshold="TE25.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="331" partition="1" name="L1_TE35.0ETA24" complex_deadtime="0" definition="(TE35.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE35.0ETA24_x1" triggerthreshold="TE35.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="332" partition="1" name="L1_TE40.0ETA24" complex_deadtime="0" definition="(TE40.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40.0ETA24_x1" triggerthreshold="TE40.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="333" partition="1" name="L1_TE45.0ETA24" complex_deadtime="0" definition="(TE45.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE45.0ETA24_x1" triggerthreshold="TE45.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="334" partition="1" name="L1_ZDC_A_OVERLAY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="335" partition="1" name="L1_ZDC_C_OVERLAY" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="336" partition="1" name="L1_TE5_OVERLAY" complex_deadtime="0" definition="(TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="337" partition="1" name="L1_TE10_OVERLAY" complex_deadtime="0" definition="(TE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="338" partition="1" name="L1_TE20_OVERLAY" complex_deadtime="0" definition="(TE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="339" partition="1" name="L1_TE50_OVERLAY" complex_deadtime="0" definition="(TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="340" partition="1" name="L1_3J10" complex_deadtime="0" definition="(J10[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="341" partition="1" name="L1_3J15" complex_deadtime="0" definition="(J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="342" partition="1" name="L1_4J10" complex_deadtime="0" definition="(J10[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="343" partition="1" name="L1_4J15" complex_deadtime="0" definition="(J15[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="344" partition="1" name="L1_EM8" complex_deadtime="0" definition="(EM8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8_x1" triggerthreshold="EM8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="345" partition="1" name="L1_2EM7" complex_deadtime="0" definition="(EM7[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="348" partition="1" name="L1_MBTS_2_C_VZDC_A" complex_deadtime="0" definition="(MBTS_C[x2]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="349" partition="1" name="L1_MBTS_2_A_VZDC_C" complex_deadtime="0" definition="(MBTS_A[x2]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="350" partition="1" name="L1_2EM3_VZDC_A" complex_deadtime="0" definition="(EM3[x2]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="351" partition="1" name="L1_2EM3_VZDC_C" complex_deadtime="0" definition="(EM3[x2]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="352" partition="1" name="L1_MU6_VZDC_A" complex_deadtime="0" definition="(MU6[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="353" partition="1" name="L1_MU6_VZDC_C" complex_deadtime="0" definition="(MU6[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="354" partition="1" name="L1_J15_VZDC_A" complex_deadtime="0" definition="(J15[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="355" partition="1" name="L1_J15_VZDC_C" complex_deadtime="0" definition="(J15[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="356" partition="1" name="L1_ZDC_A_VZDC_C" complex_deadtime="0" definition="(ZDC_A[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="357" partition="1" name="L1_ZDC_C_VZDC_A" complex_deadtime="0" definition="(ZDC_C[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="358" partition="1" name="L1_EM3_VZDC_A" complex_deadtime="0" definition="(EM3[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="359" partition="1" name="L1_EM3_VZDC_C" complex_deadtime="0" definition="(EM3[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="360" partition="1" name="L1_EM5_VZDC_A" complex_deadtime="0" definition="(EM5[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="361" partition="1" name="L1_EM5_VZDC_C" complex_deadtime="0" definition="(EM5[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="362" partition="1" name="L1_TE5_VZDC_A" complex_deadtime="0" definition="(TE5[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="363" partition="1" name="L1_TE5_VZDC_C" complex_deadtime="0" definition="(TE5[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="364" partition="1" name="L1_J5_VZDC_A" complex_deadtime="0" definition="(J5[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="365" partition="1" name="L1_J5_VZDC_C" complex_deadtime="0" definition="(J5[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="366" partition="1" name="L1_J10_VZDC_A" complex_deadtime="0" definition="(J10[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="367" partition="1" name="L1_J10_VZDC_C" complex_deadtime="0" definition="(J10[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="368" partition="1" name="L1_MU4_VZDC_A" complex_deadtime="0" definition="(MU4[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="369" partition="1" name="L1_MU4_VZDC_C" complex_deadtime="0" definition="(MU4[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="370" partition="1" name="L1_RD0_FILLED_VZDC_A" complex_deadtime="0" definition="(RNDM0&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="371" partition="1" name="L1_RD0_FILLED_VZDC_C" complex_deadtime="0" definition="(RNDM0&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="372" partition="1" name="L1_2MU4-B" complex_deadtime="0" definition="(MU4[x2]&amp;MULT-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MULT-CMU4ab_x1" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="373" partition="1" name="L1_2MU4-BO" complex_deadtime="0" definition="(MULT-CMU4ab[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU4ab_x2" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="374" partition="1" name="L1_2MU4_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x2]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="375" partition="1" name="L1_2MU6-B" complex_deadtime="0" definition="(MU6[x2]&amp;MULT-CMU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="MULT-CMU6ab_x1" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="376" partition="1" name="L1_2MU6-BO" complex_deadtime="0" definition="(MULT-CMU6ab[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU6ab_x2" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="377" partition="1" name="L1_30M-EM20ITAU12" complex_deadtime="0" definition="(DISAMB-30INVM-EM20his2-TAU12ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-30INVM-EM20his2-TAU12ab_x1" triggerthreshold="DISAMB-30INVM-EM20his2-TAU12ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="378" partition="1" name="L1_3J15_BTAG-MU4J15" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="379" partition="1" name="L1_3J15_BTAG-MU4J30" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="380" partition="1" name="L1_3J15_BTAG-MU6J25" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="381" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="382" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="383" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="384" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="385" partition="1" name="L1_3J20_BTAG-MU4J20" complex_deadtime="0" definition="(J20[x3]&amp;0DR04-MU4ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ20ab_x1" triggerthreshold="0DR04-MU4ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="386" partition="1" name="L1_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="387" partition="1" name="L1_BPH-2M8-2MU4-B_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM8-CMU4ab-MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-CMU4ab-MU4ab_x1" triggerthreshold="2INVM8-CMU4ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="388" partition="1" name="L1_BPH-2M8-MU6MU4-B_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM8-ONEBARREL-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="2INVM8-ONEBARREL-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="389" partition="1" name="L1_BPH-2M9-2MU6_BPH-2DR15-2MU6" complex_deadtime="0" definition="(2INVM9-2MU6ab[x1]&amp;2DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-2MU6ab_x1" triggerthreshold="2INVM9-2MU6ab"/>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="390" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-2MU4ab_x1" triggerthreshold="0DR24-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="391" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4-B" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-CMU4ab-MU4ab_x1" triggerthreshold="0DR24-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="392" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4-BO" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-2CMU4ab_x1" triggerthreshold="0DR24-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="393" partition="1" name="L1_BPH-8M15-2MU6" complex_deadtime="0" definition="(8INVM15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-2MU6ab_x1" triggerthreshold="8INVM15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="394" partition="1" name="L1_BPH-8M15-2MU6_BPH-0DR22-2MU6" complex_deadtime="0" definition="(8INVM15-2MU6ab[x1]&amp;0DR22-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-2MU6ab_x1" triggerthreshold="8INVM15-2MU6ab"/>
-        <TriggerCondition multi="1" name="0DR22-2MU6ab_x1" triggerthreshold="0DR22-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="395" partition="1" name="L1_BPH-8M15-MU6MU4" complex_deadtime="0" definition="(8INVM15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-MU6ab-MU4ab_x1" triggerthreshold="8INVM15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="396" partition="1" name="L1_BPH-8M15-MU6MU4_BPH-0DR22-MU6MU4" complex_deadtime="0" definition="(8INVM15-MU6ab-MU4ab[x1]&amp;0DR22-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-MU6ab-MU4ab_x1" triggerthreshold="8INVM15-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR22-MU6ab-MU4ab_x1" triggerthreshold="0DR22-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="397" partition="1" name="L1_BTAG-MU4J15" complex_deadtime="0" definition="(0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="398" partition="1" name="L1_BTAG-MU4J30" complex_deadtime="0" definition="(0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="399" partition="1" name="L1_BTAG-MU6J20" complex_deadtime="0" definition="(0DR04-MU6ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ20ab_x1" triggerthreshold="0DR04-MU6ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="400" partition="1" name="L1_BTAG-MU6J25" complex_deadtime="0" definition="(0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="401" partition="1" name="L1_DPHI-AJ20s2XE50" complex_deadtime="0" definition="(10MINDPHI-AJ20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-AJ20s2-XE50_x1" triggerthreshold="10MINDPHI-AJ20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="402" partition="1" name="L1_DPHI-CJ20XE50" complex_deadtime="0" definition="(10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="403" partition="1" name="L1_DPHI-J20XE50" complex_deadtime="0" definition="(10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="404" partition="1" name="L1_DPHI-J20s2XE50" complex_deadtime="0" definition="(10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="405" partition="1" name="L1_DR-EM15TAU12I" complex_deadtime="0" definition="(DISAMB-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="DISAMB-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="406" partition="1" name="L1_DR-EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="407" partition="1" name="L1_DR-MU10TAU12I" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="408" partition="1" name="L1_DR-MU10TAU12I_TAU12I-J25" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="409" partition="1" name="L1_DR-TAU20ITAU12I" complex_deadtime="0" definition="(0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="410" partition="1" name="L1_DR-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="411" partition="1" name="L1_DR25-TAU20ITAU12I" complex_deadtime="0" definition="(0DR25-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR25-TAU20abi-TAU12abi_x1" triggerthreshold="0DR25-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="412" partition="1" name="L1_DR25-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="413" partition="1" name="L1_DY-BOX-2MU6" complex_deadtime="0" definition="(5DETA99-5DPHI99-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-2MU6ab_x1" triggerthreshold="5DETA99-5DPHI99-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="414" partition="1" name="L1_DY-DR-2MU4" complex_deadtime="0" definition="(2DR99-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR99-2MU4ab_x1" triggerthreshold="2DR99-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="420" partition="1" name="L1_EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-EM15his2-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-EM15his2-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="421" partition="1" name="L1_EM15_W-MT35" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="427" partition="1" name="L1_HT150-J20.ETA31" complex_deadtime="0" definition="(HT150-AJ20all.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJ20all.ETA31_x1" triggerthreshold="HT150-AJ20all.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="428" partition="1" name="L1_HT150-J20s5.ETA31" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="429" partition="1" name="L1_HT150-JJ15.ETA49" complex_deadtime="0" definition="(HT150-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJj15all.ETA49_x1" triggerthreshold="HT150-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="431" partition="1" name="L1_HT190-J15.ETA21" complex_deadtime="0" definition="(HT190-AJ15all.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-AJ15all.ETA21_x1" triggerthreshold="HT190-AJ15all.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="432" partition="1" name="L1_HT190-J15s5.ETA21" complex_deadtime="0" definition="(HT190-J15s5.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-J15s5.ETA21_x1" triggerthreshold="HT190-J15s5.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="433" partition="1" name="L1_HT150-J20s5.ETA31_MJJ-400-CF" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49_x1" triggerthreshold="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="434" partition="1" name="L1_J25_2J20_3J12_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="435" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="436" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="437" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="438" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="439" partition="1" name="L1_J4-MATCH" complex_deadtime="0" definition="(0MATCH-4AJ20.ETA31-4AJj15.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31_x1" triggerthreshold="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="440" partition="1" name="L1_J40_DPHI-CJ20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="441" partition="1" name="L1_J40_DPHI-J20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="442" partition="1" name="L1_J40_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="443" partition="1" name="L1_J40_XE50_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="444" partition="1" name="L1_JPSI-1M5" complex_deadtime="0" definition="(1INVM5-EMs1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EMs1-EMs6_x1" triggerthreshold="1INVM5-EMs1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="445" partition="1" name="L1_JPSI-1M5-EM12" complex_deadtime="0" definition="(1INVM5-EM12s1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM12s1-EMs6_x1" triggerthreshold="1INVM5-EM12s1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="446" partition="1" name="L1_JPSI-1M5-EM7" complex_deadtime="0" definition="(1INVM5-EM7s1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM7s1-EMs6_x1" triggerthreshold="1INVM5-EM7s1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="447" partition="1" name="L1_KF-XE40" complex_deadtime="0" definition="(KF-XE40-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE40-AJall_x1" triggerthreshold="KF-XE40-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="448" partition="1" name="L1_KF-XE50" complex_deadtime="0" definition="(KF-XE50-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE50-AJall_x1" triggerthreshold="KF-XE50-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="449" partition="1" name="L1_KF-XE55" complex_deadtime="0" definition="(KF-XE55-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE55-AJall_x1" triggerthreshold="KF-XE55-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="450" partition="1" name="L1_KF-XE60" complex_deadtime="0" definition="(KF-XE60-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE60-AJall_x1" triggerthreshold="KF-XE60-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="451" partition="1" name="L1_KF-XE65" complex_deadtime="0" definition="(KF-XE65-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE65-AJall_x1" triggerthreshold="KF-XE65-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="452" partition="1" name="L1_KF-XE75" complex_deadtime="0" definition="(KF-XE75-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE75-AJall_x1" triggerthreshold="KF-XE75-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="453" partition="1" name="L1_LAR-EM" complex_deadtime="0" definition="(LAR-EM50s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-EM50s1_x1" triggerthreshold="LAR-EM50s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="454" partition="1" name="L1_LAR-J" complex_deadtime="0" definition="(LAR-J100s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-J100s1_x1" triggerthreshold="LAR-J100s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="455" partition="1" name="L1_LFV-EM15I" complex_deadtime="0" definition="(0DETA04-0DPHI03-EM15abi-MUab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-0DPHI03-EM15abi-MUab_x1" triggerthreshold="0DETA04-0DPHI03-EM15abi-MUab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="456" partition="1" name="L1_LFV-EM8I" complex_deadtime="0" definition="(0DETA04-0DPHI03-EM8abi-MU10ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-0DPHI03-EM8abi-MU10ab_x1" triggerthreshold="0DETA04-0DPHI03-EM8abi-MU10ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="457" partition="1" name="L1_LFV-MU" complex_deadtime="0" definition="(0DR10-MU10ab-MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR10-MU10ab-MU6ab_x1" triggerthreshold="0DR10-MU10ab-MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="458" partition="1" name="L1_LFV-MU6" complex_deadtime="0" definition="(0DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR15-2MU6ab_x1" triggerthreshold="0DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="459" partition="1" name="L1_LLP-NOMATCH" complex_deadtime="0" definition="(NOT-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-0MATCH-TAU30si2-EMall_x1" triggerthreshold="NOT-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="460" partition="1" name="L1_LLP-RO" complex_deadtime="0" definition="(100RATIO-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100RATIO-0MATCH-TAU30si2-EMall_x1" triggerthreshold="100RATIO-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="461" partition="1" name="L1_MJJ-100" complex_deadtime="0" definition="(100INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="100INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="462" partition="1" name="L1_MJJ-400" complex_deadtime="0" definition="(400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="463" partition="1" name="L1_MJJ-400-CF" complex_deadtime="0" definition="(400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49_x1" triggerthreshold="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="464" partition="1" name="L1_MJJ-700" complex_deadtime="0" definition="(700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="465" partition="1" name="L1_MJJ-800" complex_deadtime="0" definition="(800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="466" partition="1" name="L1_MJJ-900" complex_deadtime="0" definition="(900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="467" partition="1" name="L1_MU10_TAU12I-J25" complex_deadtime="0" definition="(MU10[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="468" partition="1" name="L1_MU4_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x1]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="469" partition="1" name="L1_MU6MU4-BO" complex_deadtime="0" definition="(MULT-CMU4ab[x2]&amp;MULT-CMU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU4ab_x2" triggerthreshold="MULT-CMU4ab"/>
-        <TriggerCondition multi="1" name="MULT-CMU6ab_x1" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="470" partition="1" name="L1_MU6_2MU4-B" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;MULT-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MULT-CMU4ab_x1" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="471" partition="1" name="L1_MU6_MJJ-200" complex_deadtime="0" definition="(MU6[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="472" partition="1" name="L1_MU6_MJJ-300" complex_deadtime="0" definition="(MU6[x1]&amp;300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="473" partition="1" name="L1_MU6_MJJ-400" complex_deadtime="0" definition="(MU6[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="474" partition="1" name="L1_MU6_MJJ-500" complex_deadtime="0" definition="(MU6[x1]&amp;500INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="500INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="500INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="475" partition="1" name="L1_TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-TAU20abi-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU20abi-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="476" partition="1" name="L1_W-05RO-XEHT-0" complex_deadtime="0" definition="(05RATIO-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05RATIO-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="477" partition="1" name="L1_W-250RO2-XEHT-0" complex_deadtime="0" definition="(250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="478" partition="1" name="L1_W-90RO2-XEHT-0" complex_deadtime="0" definition="(90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="479" partition="1" name="L1_W-HT20-JJ15.ETA49" complex_deadtime="0" definition="(HT20-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT20-AJj15all.ETA49_x1" triggerthreshold="HT20-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="480" partition="1" name="L1_W-NOMATCH" complex_deadtime="0" definition="(NOT-02MATCH-EM10s1-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-02MATCH-EM10s1-AJj15all.ETA49_x1" triggerthreshold="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="481" partition="1" name="L1_XE35_MJJ-200" complex_deadtime="0" definition="(XE35[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="482" partition="1" name="L1_TRT_FILLED" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="483" partition="1" name="L1_TRT_EMPTY" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="486" partition="1" name="L1_ZDC_XOR" complex_deadtime="0" definition="(((ZDC_A[x1]&amp;!ZDC_C[x1])|(ZDC_C[x1]&amp;!ZDC_A[x1]))&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            </NOT>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            </NOT>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="487" partition="1" name="L1_EM7_MU10" complex_deadtime="0" definition="(EM7[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="488" partition="1" name="L1_MU4_J12" complex_deadtime="0" definition="(MU4[x1]&amp;J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="489" partition="1" name="L1_MU10_TAU12IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="493" partition="1" name="L1_J12_BGRP12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="494" partition="1" name="L1_J30.31ETA49_BGRP12" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="511" partition="1" name="L1_CALREQ2" complex_deadtime="0" definition="(CAL2[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="00110100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="CAL2_x1" triggerthreshold="CAL2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="MC_HI_v4_default_prescale" type="Physics" menuPartition="0">
-    <Prescale ctpid="0" cut="000001" value="1"/>
-    <Prescale ctpid="1" cut="000001" value="1"/>
-    <Prescale ctpid="2" cut="000001" value="1"/>
-    <Prescale ctpid="3" cut="000001" value="1"/>
-    <Prescale ctpid="4" cut="000001" value="1"/>
-    <Prescale ctpid="5" cut="000001" value="1"/>
-    <Prescale ctpid="6" cut="000001" value="1"/>
-    <Prescale ctpid="7" cut="000001" value="1"/>
-    <Prescale ctpid="8" cut="000001" value="1"/>
-    <Prescale ctpid="9" cut="000001" value="1"/>
-    <Prescale ctpid="10" cut="000001" value="1"/>
-    <Prescale ctpid="11" cut="000001" value="1"/>
-    <Prescale ctpid="12" cut="000001" value="1"/>
-    <Prescale ctpid="13" cut="000001" value="1"/>
-    <Prescale ctpid="14" cut="000001" value="1"/>
-    <Prescale ctpid="15" cut="000001" value="1"/>
-    <Prescale ctpid="16" cut="000001" value="1"/>
-    <Prescale ctpid="17" cut="000001" value="1"/>
-    <Prescale ctpid="18" cut="000001" value="1"/>
-    <Prescale ctpid="19" cut="000001" value="1"/>
-    <Prescale ctpid="20" cut="000001" value="1"/>
-    <Prescale ctpid="21" cut="000001" value="1"/>
-    <Prescale ctpid="22" cut="000001" value="1"/>
-    <Prescale ctpid="23" cut="000001" value="1"/>
-    <Prescale ctpid="24" cut="000001" value="1"/>
-    <Prescale ctpid="25" cut="000001" value="1"/>
-    <Prescale ctpid="26" cut="000001" value="1"/>
-    <Prescale ctpid="27" cut="000001" value="1"/>
-    <Prescale ctpid="28" cut="000001" value="1"/>
-    <Prescale ctpid="29" cut="000001" value="1"/>
-    <Prescale ctpid="30" cut="000001" value="1"/>
-    <Prescale ctpid="31" cut="000001" value="1"/>
-    <Prescale ctpid="32" cut="000001" value="1"/>
-    <Prescale ctpid="33" cut="000001" value="1"/>
-    <Prescale ctpid="34" cut="000001" value="1"/>
-    <Prescale ctpid="35" cut="000001" value="1"/>
-    <Prescale ctpid="36" cut="000001" value="1"/>
-    <Prescale ctpid="37" cut="000001" value="1"/>
-    <Prescale ctpid="38" cut="000001" value="1"/>
-    <Prescale ctpid="39" cut="000001" value="1"/>
-    <Prescale ctpid="40" cut="000001" value="1"/>
-    <Prescale ctpid="41" cut="000001" value="1"/>
-    <Prescale ctpid="42" cut="000001" value="1"/>
-    <Prescale ctpid="43" cut="000001" value="1"/>
-    <Prescale ctpid="44" cut="000001" value="1"/>
-    <Prescale ctpid="45" cut="000001" value="1"/>
-    <Prescale ctpid="46" cut="000001" value="1"/>
-    <Prescale ctpid="47" cut="000001" value="1"/>
-    <Prescale ctpid="48" cut="000001" value="1"/>
-    <Prescale ctpid="49" cut="000001" value="1"/>
-    <Prescale ctpid="50" cut="000001" value="1"/>
-    <Prescale ctpid="51" cut="000001" value="1"/>
-    <Prescale ctpid="52" cut="000001" value="1"/>
-    <Prescale ctpid="53" cut="000001" value="1"/>
-    <Prescale ctpid="54" cut="000001" value="1"/>
-    <Prescale ctpid="55" cut="000001" value="1"/>
-    <Prescale ctpid="56" cut="000001" value="1"/>
-    <Prescale ctpid="57" cut="000001" value="1"/>
-    <Prescale ctpid="58" cut="000001" value="1"/>
-    <Prescale ctpid="59" cut="000001" value="1"/>
-    <Prescale ctpid="60" cut="000001" value="1"/>
-    <Prescale ctpid="61" cut="000001" value="1"/>
-    <Prescale ctpid="62" cut="000001" value="1"/>
-    <Prescale ctpid="63" cut="000001" value="1"/>
-    <Prescale ctpid="64" cut="000001" value="1"/>
-    <Prescale ctpid="65" cut="000001" value="1"/>
-    <Prescale ctpid="66" cut="000001" value="1"/>
-    <Prescale ctpid="67" cut="000001" value="1"/>
-    <Prescale ctpid="68" cut="000001" value="1"/>
-    <Prescale ctpid="69" cut="000001" value="1"/>
-    <Prescale ctpid="70" cut="000001" value="1"/>
-    <Prescale ctpid="71" cut="000001" value="1"/>
-    <Prescale ctpid="72" cut="000001" value="1"/>
-    <Prescale ctpid="73" cut="000001" value="1"/>
-    <Prescale ctpid="74" cut="000001" value="1"/>
-    <Prescale ctpid="75" cut="000001" value="1"/>
-    <Prescale ctpid="76" cut="000001" value="1"/>
-    <Prescale ctpid="77" cut="000001" value="1"/>
-    <Prescale ctpid="78" cut="000001" value="1"/>
-    <Prescale ctpid="79" cut="000001" value="1"/>
-    <Prescale ctpid="80" cut="000001" value="1"/>
-    <Prescale ctpid="81" cut="000001" value="1"/>
-    <Prescale ctpid="82" cut="000001" value="1"/>
-    <Prescale ctpid="83" cut="000001" value="1"/>
-    <Prescale ctpid="84" cut="000001" value="1"/>
-    <Prescale ctpid="85" cut="000001" value="1"/>
-    <Prescale ctpid="86" cut="000001" value="1"/>
-    <Prescale ctpid="87" cut="000001" value="1"/>
-    <Prescale ctpid="88" cut="000001" value="1"/>
-    <Prescale ctpid="89" cut="000001" value="1"/>
-    <Prescale ctpid="90" cut="000001" value="1"/>
-    <Prescale ctpid="91" cut="000001" value="1"/>
-    <Prescale ctpid="92" cut="000001" value="1"/>
-    <Prescale ctpid="93" cut="000001" value="1"/>
-    <Prescale ctpid="94" cut="000001" value="1"/>
-    <Prescale ctpid="95" cut="000001" value="1"/>
-    <Prescale ctpid="96" cut="000001" value="1"/>
-    <Prescale ctpid="97" cut="000001" value="1"/>
-    <Prescale ctpid="98" cut="000001" value="1"/>
-    <Prescale ctpid="99" cut="000001" value="1"/>
-    <Prescale ctpid="100" cut="000001" value="1"/>
-    <Prescale ctpid="101" cut="000001" value="1"/>
-    <Prescale ctpid="102" cut="000001" value="1"/>
-    <Prescale ctpid="103" cut="000001" value="1"/>
-    <Prescale ctpid="104" cut="000001" value="1"/>
-    <Prescale ctpid="105" cut="000001" value="1"/>
-    <Prescale ctpid="106" cut="000001" value="1"/>
-    <Prescale ctpid="107" cut="000001" value="1"/>
-    <Prescale ctpid="108" cut="000001" value="1"/>
-    <Prescale ctpid="109" cut="-000001" value="-1"/>
-    <Prescale ctpid="110" cut="-000001" value="-1"/>
-    <Prescale ctpid="111" cut="-000001" value="-1"/>
-    <Prescale ctpid="112" cut="-000001" value="-1"/>
-    <Prescale ctpid="113" cut="000001" value="1"/>
-    <Prescale ctpid="114" cut="000001" value="1"/>
-    <Prescale ctpid="115" cut="-000001" value="-1"/>
-    <Prescale ctpid="116" cut="-000001" value="-1"/>
-    <Prescale ctpid="117" cut="000001" value="1"/>
-    <Prescale ctpid="118" cut="-000001" value="-1"/>
-    <Prescale ctpid="119" cut="-000001" value="-1"/>
-    <Prescale ctpid="120" cut="000001" value="1"/>
-    <Prescale ctpid="121" cut="-000001" value="-1"/>
-    <Prescale ctpid="122" cut="000001" value="1"/>
-    <Prescale ctpid="123" cut="-000001" value="-1"/>
-    <Prescale ctpid="124" cut="000001" value="1"/>
-    <Prescale ctpid="125" cut="000001" value="1"/>
-    <Prescale ctpid="126" cut="000001" value="1"/>
-    <Prescale ctpid="127" cut="000001" value="1"/>
-    <Prescale ctpid="128" cut="000001" value="1"/>
-    <Prescale ctpid="129" cut="-000001" value="-1"/>
-    <Prescale ctpid="130" cut="000001" value="1"/>
-    <Prescale ctpid="131" cut="000001" value="1"/>
-    <Prescale ctpid="132" cut="000001" value="1"/>
-    <Prescale ctpid="133" cut="000001" value="1"/>
-    <Prescale ctpid="134" cut="000001" value="1"/>
-    <Prescale ctpid="135" cut="000001" value="1"/>
-    <Prescale ctpid="136" cut="000001" value="1"/>
-    <Prescale ctpid="137" cut="000001" value="1"/>
-    <Prescale ctpid="138" cut="000001" value="1"/>
-    <Prescale ctpid="139" cut="-000001" value="-1"/>
-    <Prescale ctpid="140" cut="-000001" value="-1"/>
-    <Prescale ctpid="141" cut="000001" value="1"/>
-    <Prescale ctpid="142" cut="000001" value="1"/>
-    <Prescale ctpid="143" cut="000001" value="1"/>
-    <Prescale ctpid="144" cut="000001" value="1"/>
-    <Prescale ctpid="145" cut="000001" value="1"/>
-    <Prescale ctpid="146" cut="000001" value="1"/>
-    <Prescale ctpid="147" cut="000001" value="1"/>
-    <Prescale ctpid="148" cut="000001" value="1"/>
-    <Prescale ctpid="149" cut="000001" value="1"/>
-    <Prescale ctpid="150" cut="000001" value="1"/>
-    <Prescale ctpid="151" cut="000001" value="1"/>
-    <Prescale ctpid="152" cut="000001" value="1"/>
-    <Prescale ctpid="153" cut="000001" value="1"/>
-    <Prescale ctpid="154" cut="000001" value="1"/>
-    <Prescale ctpid="155" cut="000001" value="1"/>
-    <Prescale ctpid="156" cut="000001" value="1"/>
-    <Prescale ctpid="157" cut="-000001" value="-1"/>
-    <Prescale ctpid="158" cut="-000001" value="-1"/>
-    <Prescale ctpid="159" cut="-000001" value="-1"/>
-    <Prescale ctpid="160" cut="-000001" value="-1"/>
-    <Prescale ctpid="161" cut="000001" value="1"/>
-    <Prescale ctpid="162" cut="-000001" value="-1"/>
-    <Prescale ctpid="163" cut="-000001" value="-1"/>
-    <Prescale ctpid="164" cut="000001" value="1"/>
-    <Prescale ctpid="165" cut="000001" value="1"/>
-    <Prescale ctpid="166" cut="000001" value="1"/>
-    <Prescale ctpid="167" cut="000001" value="1"/>
-    <Prescale ctpid="168" cut="-000001" value="-1"/>
-    <Prescale ctpid="169" cut="-000001" value="-1"/>
-    <Prescale ctpid="170" cut="-000001" value="-1"/>
-    <Prescale ctpid="171" cut="-000001" value="-1"/>
-    <Prescale ctpid="172" cut="000001" value="1"/>
-    <Prescale ctpid="173" cut="000001" value="1"/>
-    <Prescale ctpid="174" cut="-000001" value="-1"/>
-    <Prescale ctpid="175" cut="-000001" value="-1"/>
-    <Prescale ctpid="176" cut="000001" value="1"/>
-    <Prescale ctpid="177" cut="000001" value="1"/>
-    <Prescale ctpid="178" cut="-000001" value="-1"/>
-    <Prescale ctpid="179" cut="000001" value="1"/>
-    <Prescale ctpid="180" cut="000001" value="1"/>
-    <Prescale ctpid="181" cut="-000001" value="-1"/>
-    <Prescale ctpid="182" cut="000001" value="1"/>
-    <Prescale ctpid="183" cut="000001" value="1"/>
-    <Prescale ctpid="184" cut="000001" value="1"/>
-    <Prescale ctpid="185" cut="000001" value="1"/>
-    <Prescale ctpid="186" cut="000001" value="1"/>
-    <Prescale ctpid="187" cut="000001" value="1"/>
-    <Prescale ctpid="188" cut="-000001" value="-1"/>
-    <Prescale ctpid="189" cut="000001" value="1"/>
-    <Prescale ctpid="190" cut="000001" value="1"/>
-    <Prescale ctpid="191" cut="000001" value="1"/>
-    <Prescale ctpid="192" cut="000001" value="1"/>
-    <Prescale ctpid="193" cut="000001" value="1"/>
-    <Prescale ctpid="194" cut="-000001" value="-1"/>
-    <Prescale ctpid="195" cut="000001" value="1"/>
-    <Prescale ctpid="196" cut="000001" value="1"/>
-    <Prescale ctpid="197" cut="000001" value="1"/>
-    <Prescale ctpid="198" cut="000001" value="1"/>
-    <Prescale ctpid="199" cut="000001" value="1"/>
-    <Prescale ctpid="200" cut="000001" value="1"/>
-    <Prescale ctpid="201" cut="000001" value="1"/>
-    <Prescale ctpid="202" cut="000001" value="1"/>
-    <Prescale ctpid="203" cut="000001" value="1"/>
-    <Prescale ctpid="204" cut="000001" value="1"/>
-    <Prescale ctpid="205" cut="000001" value="1"/>
-    <Prescale ctpid="206" cut="000001" value="1"/>
-    <Prescale ctpid="207" cut="-000001" value="-1"/>
-    <Prescale ctpid="208" cut="000001" value="1"/>
-    <Prescale ctpid="209" cut="-000001" value="-1"/>
-    <Prescale ctpid="210" cut="-000001" value="-1"/>
-    <Prescale ctpid="211" cut="-000001" value="-1"/>
-    <Prescale ctpid="212" cut="000001" value="1"/>
-    <Prescale ctpid="213" cut="000001" value="1"/>
-    <Prescale ctpid="214" cut="000001" value="1"/>
-    <Prescale ctpid="215" cut="000001" value="1"/>
-    <Prescale ctpid="216" cut="000001" value="1"/>
-    <Prescale ctpid="217" cut="000001" value="1"/>
-    <Prescale ctpid="218" cut="000001" value="1"/>
-    <Prescale ctpid="219" cut="000001" value="1"/>
-    <Prescale ctpid="220" cut="000001" value="1"/>
-    <Prescale ctpid="221" cut="000001" value="1"/>
-    <Prescale ctpid="222" cut="000001" value="1"/>
-    <Prescale ctpid="223" cut="000001" value="1"/>
-    <Prescale ctpid="224" cut="000001" value="1"/>
-    <Prescale ctpid="225" cut="000001" value="1"/>
-    <Prescale ctpid="226" cut="000001" value="1"/>
-    <Prescale ctpid="227" cut="000001" value="1"/>
-    <Prescale ctpid="228" cut="000001" value="1"/>
-    <Prescale ctpid="229" cut="000001" value="1"/>
-    <Prescale ctpid="230" cut="000001" value="1"/>
-    <Prescale ctpid="231" cut="000001" value="1"/>
-    <Prescale ctpid="232" cut="000001" value="1"/>
-    <Prescale ctpid="233" cut="-000001" value="-1"/>
-    <Prescale ctpid="234" cut="-000001" value="-1"/>
-    <Prescale ctpid="235" cut="000001" value="1"/>
-    <Prescale ctpid="236" cut="-000001" value="-1"/>
-    <Prescale ctpid="237" cut="-000001" value="-1"/>
-    <Prescale ctpid="238" cut="000001" value="1"/>
-    <Prescale ctpid="239" cut="-000001" value="-1"/>
-    <Prescale ctpid="240" cut="000001" value="1"/>
-    <Prescale ctpid="241" cut="000001" value="1"/>
-    <Prescale ctpid="242" cut="000001" value="1"/>
-    <Prescale ctpid="243" cut="000001" value="1"/>
-    <Prescale ctpid="244" cut="000001" value="1"/>
-    <Prescale ctpid="245" cut="000001" value="1"/>
-    <Prescale ctpid="246" cut="000001" value="1"/>
-    <Prescale ctpid="247" cut="000001" value="1"/>
-    <Prescale ctpid="248" cut="000001" value="1"/>
-    <Prescale ctpid="249" cut="000001" value="1"/>
-    <Prescale ctpid="250" cut="000001" value="1"/>
-    <Prescale ctpid="251" cut="000001" value="1"/>
-    <Prescale ctpid="252" cut="-000001" value="-1"/>
-    <Prescale ctpid="253" cut="000001" value="1"/>
-    <Prescale ctpid="254" cut="000001" value="1"/>
-    <Prescale ctpid="255" cut="000001" value="1"/>
-    <Prescale ctpid="256" cut="000001" value="1"/>
-    <Prescale ctpid="257" cut="000001" value="1"/>
-    <Prescale ctpid="258" cut="000001" value="1"/>
-    <Prescale ctpid="259" cut="000001" value="1"/>
-    <Prescale ctpid="260" cut="000001" value="1"/>
-    <Prescale ctpid="261" cut="000001" value="1"/>
-    <Prescale ctpid="262" cut="000001" value="1"/>
-    <Prescale ctpid="263" cut="000001" value="1"/>
-    <Prescale ctpid="264" cut="000001" value="1"/>
-    <Prescale ctpid="265" cut="000001" value="1"/>
-    <Prescale ctpid="266" cut="000001" value="1"/>
-    <Prescale ctpid="267" cut="000001" value="1"/>
-    <Prescale ctpid="268" cut="000001" value="1"/>
-    <Prescale ctpid="269" cut="000001" value="1"/>
-    <Prescale ctpid="270" cut="000001" value="1"/>
-    <Prescale ctpid="271" cut="000001" value="1"/>
-    <Prescale ctpid="272" cut="000001" value="1"/>
-    <Prescale ctpid="273" cut="000001" value="1"/>
-    <Prescale ctpid="274" cut="000001" value="1"/>
-    <Prescale ctpid="275" cut="000001" value="1"/>
-    <Prescale ctpid="276" cut="000001" value="1"/>
-    <Prescale ctpid="277" cut="000001" value="1"/>
-    <Prescale ctpid="278" cut="000001" value="1"/>
-    <Prescale ctpid="279" cut="000001" value="1"/>
-    <Prescale ctpid="280" cut="000001" value="1"/>
-    <Prescale ctpid="281" cut="000001" value="1"/>
-    <Prescale ctpid="282" cut="000001" value="1"/>
-    <Prescale ctpid="283" cut="000001" value="1"/>
-    <Prescale ctpid="284" cut="-000001" value="-1"/>
-    <Prescale ctpid="285" cut="000001" value="1"/>
-    <Prescale ctpid="286" cut="000001" value="1"/>
-    <Prescale ctpid="287" cut="000001" value="1"/>
-    <Prescale ctpid="288" cut="000001" value="1"/>
-    <Prescale ctpid="289" cut="-000001" value="-1"/>
-    <Prescale ctpid="290" cut="000001" value="1"/>
-    <Prescale ctpid="291" cut="000001" value="1"/>
-    <Prescale ctpid="292" cut="000001" value="1"/>
-    <Prescale ctpid="293" cut="000001" value="1"/>
-    <Prescale ctpid="294" cut="000001" value="1"/>
-    <Prescale ctpid="295" cut="000001" value="1"/>
-    <Prescale ctpid="296" cut="-000001" value="-1"/>
-    <Prescale ctpid="297" cut="000001" value="1"/>
-    <Prescale ctpid="298" cut="000001" value="1"/>
-    <Prescale ctpid="299" cut="-000001" value="-1"/>
-    <Prescale ctpid="300" cut="-000001" value="-1"/>
-    <Prescale ctpid="301" cut="000001" value="1"/>
-    <Prescale ctpid="302" cut="000001" value="1"/>
-    <Prescale ctpid="303" cut="000001" value="1"/>
-    <Prescale ctpid="304" cut="000001" value="1"/>
-    <Prescale ctpid="305" cut="-000001" value="-1"/>
-    <Prescale ctpid="306" cut="-000001" value="-1"/>
-    <Prescale ctpid="307" cut="000001" value="1"/>
-    <Prescale ctpid="308" cut="000001" value="1"/>
-    <Prescale ctpid="309" cut="000001" value="1"/>
-    <Prescale ctpid="310" cut="000001" value="1"/>
-    <Prescale ctpid="311" cut="000001" value="1"/>
-    <Prescale ctpid="312" cut="000001" value="1"/>
-    <Prescale ctpid="313" cut="000001" value="1"/>
-    <Prescale ctpid="314" cut="000001" value="1"/>
-    <Prescale ctpid="315" cut="000001" value="1"/>
-    <Prescale ctpid="316" cut="000001" value="1"/>
-    <Prescale ctpid="317" cut="000001" value="1"/>
-    <Prescale ctpid="318" cut="000001" value="1"/>
-    <Prescale ctpid="319" cut="000001" value="1"/>
-    <Prescale ctpid="320" cut="000001" value="1"/>
-    <Prescale ctpid="321" cut="000001" value="1"/>
-    <Prescale ctpid="322" cut="000001" value="1"/>
-    <Prescale ctpid="323" cut="000001" value="1"/>
-    <Prescale ctpid="324" cut="000001" value="1"/>
-    <Prescale ctpid="325" cut="000001" value="1"/>
-    <Prescale ctpid="326" cut="000001" value="1"/>
-    <Prescale ctpid="327" cut="000001" value="1"/>
-    <Prescale ctpid="328" cut="000001" value="1"/>
-    <Prescale ctpid="329" cut="000001" value="1"/>
-    <Prescale ctpid="330" cut="-000001" value="-1"/>
-    <Prescale ctpid="331" cut="000001" value="1"/>
-    <Prescale ctpid="332" cut="000001" value="1"/>
-    <Prescale ctpid="333" cut="000001" value="1"/>
-    <Prescale ctpid="334" cut="000001" value="1"/>
-    <Prescale ctpid="335" cut="000001" value="1"/>
-    <Prescale ctpid="336" cut="000001" value="1"/>
-    <Prescale ctpid="337" cut="000001" value="1"/>
-    <Prescale ctpid="338" cut="000001" value="1"/>
-    <Prescale ctpid="339" cut="000001" value="1"/>
-    <Prescale ctpid="340" cut="000001" value="1"/>
-    <Prescale ctpid="341" cut="000001" value="1"/>
-    <Prescale ctpid="342" cut="000001" value="1"/>
-    <Prescale ctpid="343" cut="000001" value="1"/>
-    <Prescale ctpid="344" cut="000001" value="1"/>
-    <Prescale ctpid="345" cut="000001" value="1"/>
-    <Prescale ctpid="346" cut="-000001" value="-1"/>
-    <Prescale ctpid="347" cut="-000001" value="-1"/>
-    <Prescale ctpid="348" cut="000001" value="1"/>
-    <Prescale ctpid="349" cut="000001" value="1"/>
-    <Prescale ctpid="350" cut="000001" value="1"/>
-    <Prescale ctpid="351" cut="000001" value="1"/>
-    <Prescale ctpid="352" cut="000001" value="1"/>
-    <Prescale ctpid="353" cut="000001" value="1"/>
-    <Prescale ctpid="354" cut="000001" value="1"/>
-    <Prescale ctpid="355" cut="000001" value="1"/>
-    <Prescale ctpid="356" cut="000001" value="1"/>
-    <Prescale ctpid="357" cut="000001" value="1"/>
-    <Prescale ctpid="358" cut="000001" value="1"/>
-    <Prescale ctpid="359" cut="000001" value="1"/>
-    <Prescale ctpid="360" cut="000001" value="1"/>
-    <Prescale ctpid="361" cut="000001" value="1"/>
-    <Prescale ctpid="362" cut="000001" value="1"/>
-    <Prescale ctpid="363" cut="000001" value="1"/>
-    <Prescale ctpid="364" cut="000001" value="1"/>
-    <Prescale ctpid="365" cut="000001" value="1"/>
-    <Prescale ctpid="366" cut="000001" value="1"/>
-    <Prescale ctpid="367" cut="000001" value="1"/>
-    <Prescale ctpid="368" cut="000001" value="1"/>
-    <Prescale ctpid="369" cut="000001" value="1"/>
-    <Prescale ctpid="370" cut="000001" value="1"/>
-    <Prescale ctpid="371" cut="000001" value="1"/>
-    <Prescale ctpid="372" cut="000001" value="1"/>
-    <Prescale ctpid="373" cut="000001" value="1"/>
-    <Prescale ctpid="374" cut="000001" value="1"/>
-    <Prescale ctpid="375" cut="000001" value="1"/>
-    <Prescale ctpid="376" cut="000001" value="1"/>
-    <Prescale ctpid="377" cut="000001" value="1"/>
-    <Prescale ctpid="378" cut="000001" value="1"/>
-    <Prescale ctpid="379" cut="000001" value="1"/>
-    <Prescale ctpid="380" cut="000001" value="1"/>
-    <Prescale ctpid="381" cut="000001" value="1"/>
-    <Prescale ctpid="382" cut="000001" value="1"/>
-    <Prescale ctpid="383" cut="000001" value="1"/>
-    <Prescale ctpid="384" cut="000001" value="1"/>
-    <Prescale ctpid="385" cut="000001" value="1"/>
-    <Prescale ctpid="386" cut="000001" value="1"/>
-    <Prescale ctpid="387" cut="000001" value="1"/>
-    <Prescale ctpid="388" cut="000001" value="1"/>
-    <Prescale ctpid="389" cut="000001" value="1"/>
-    <Prescale ctpid="390" cut="000001" value="1"/>
-    <Prescale ctpid="391" cut="000001" value="1"/>
-    <Prescale ctpid="392" cut="000001" value="1"/>
-    <Prescale ctpid="393" cut="000001" value="1"/>
-    <Prescale ctpid="394" cut="000001" value="1"/>
-    <Prescale ctpid="395" cut="000001" value="1"/>
-    <Prescale ctpid="396" cut="000001" value="1"/>
-    <Prescale ctpid="397" cut="000001" value="1"/>
-    <Prescale ctpid="398" cut="000001" value="1"/>
-    <Prescale ctpid="399" cut="000001" value="1"/>
-    <Prescale ctpid="400" cut="000001" value="1"/>
-    <Prescale ctpid="401" cut="000001" value="1"/>
-    <Prescale ctpid="402" cut="000001" value="1"/>
-    <Prescale ctpid="403" cut="000001" value="1"/>
-    <Prescale ctpid="404" cut="000001" value="1"/>
-    <Prescale ctpid="405" cut="000001" value="1"/>
-    <Prescale ctpid="406" cut="000001" value="1"/>
-    <Prescale ctpid="407" cut="000001" value="1"/>
-    <Prescale ctpid="408" cut="000001" value="1"/>
-    <Prescale ctpid="409" cut="000001" value="1"/>
-    <Prescale ctpid="410" cut="000001" value="1"/>
-    <Prescale ctpid="411" cut="000001" value="1"/>
-    <Prescale ctpid="412" cut="000001" value="1"/>
-    <Prescale ctpid="413" cut="000001" value="1"/>
-    <Prescale ctpid="414" cut="000001" value="1"/>
-    <Prescale ctpid="415" cut="-000001" value="-1"/>
-    <Prescale ctpid="416" cut="-000001" value="-1"/>
-    <Prescale ctpid="417" cut="-000001" value="-1"/>
-    <Prescale ctpid="418" cut="-000001" value="-1"/>
-    <Prescale ctpid="419" cut="-000001" value="-1"/>
-    <Prescale ctpid="420" cut="000001" value="1"/>
-    <Prescale ctpid="421" cut="000001" value="1"/>
-    <Prescale ctpid="422" cut="-000001" value="-1"/>
-    <Prescale ctpid="423" cut="-000001" value="-1"/>
-    <Prescale ctpid="424" cut="-000001" value="-1"/>
-    <Prescale ctpid="425" cut="-000001" value="-1"/>
-    <Prescale ctpid="426" cut="-000001" value="-1"/>
-    <Prescale ctpid="427" cut="000001" value="1"/>
-    <Prescale ctpid="428" cut="000001" value="1"/>
-    <Prescale ctpid="429" cut="000001" value="1"/>
-    <Prescale ctpid="430" cut="-000001" value="-1"/>
-    <Prescale ctpid="431" cut="000001" value="1"/>
-    <Prescale ctpid="432" cut="000001" value="1"/>
-    <Prescale ctpid="433" cut="000001" value="1"/>
-    <Prescale ctpid="434" cut="000001" value="1"/>
-    <Prescale ctpid="435" cut="000001" value="1"/>
-    <Prescale ctpid="436" cut="000001" value="1"/>
-    <Prescale ctpid="437" cut="000001" value="1"/>
-    <Prescale ctpid="438" cut="000001" value="1"/>
-    <Prescale ctpid="439" cut="000001" value="1"/>
-    <Prescale ctpid="440" cut="000001" value="1"/>
-    <Prescale ctpid="441" cut="000001" value="1"/>
-    <Prescale ctpid="442" cut="000001" value="1"/>
-    <Prescale ctpid="443" cut="000001" value="1"/>
-    <Prescale ctpid="444" cut="000001" value="1"/>
-    <Prescale ctpid="445" cut="000001" value="1"/>
-    <Prescale ctpid="446" cut="000001" value="1"/>
-    <Prescale ctpid="447" cut="000001" value="1"/>
-    <Prescale ctpid="448" cut="000001" value="1"/>
-    <Prescale ctpid="449" cut="000001" value="1"/>
-    <Prescale ctpid="450" cut="000001" value="1"/>
-    <Prescale ctpid="451" cut="000001" value="1"/>
-    <Prescale ctpid="452" cut="000001" value="1"/>
-    <Prescale ctpid="453" cut="000001" value="1"/>
-    <Prescale ctpid="454" cut="000001" value="1"/>
-    <Prescale ctpid="455" cut="000001" value="1"/>
-    <Prescale ctpid="456" cut="000001" value="1"/>
-    <Prescale ctpid="457" cut="000001" value="1"/>
-    <Prescale ctpid="458" cut="000001" value="1"/>
-    <Prescale ctpid="459" cut="000001" value="1"/>
-    <Prescale ctpid="460" cut="000001" value="1"/>
-    <Prescale ctpid="461" cut="000001" value="1"/>
-    <Prescale ctpid="462" cut="000001" value="1"/>
-    <Prescale ctpid="463" cut="000001" value="1"/>
-    <Prescale ctpid="464" cut="000001" value="1"/>
-    <Prescale ctpid="465" cut="000001" value="1"/>
-    <Prescale ctpid="466" cut="000001" value="1"/>
-    <Prescale ctpid="467" cut="000001" value="1"/>
-    <Prescale ctpid="468" cut="000001" value="1"/>
-    <Prescale ctpid="469" cut="000001" value="1"/>
-    <Prescale ctpid="470" cut="000001" value="1"/>
-    <Prescale ctpid="471" cut="000001" value="1"/>
-    <Prescale ctpid="472" cut="000001" value="1"/>
-    <Prescale ctpid="473" cut="000001" value="1"/>
-    <Prescale ctpid="474" cut="000001" value="1"/>
-    <Prescale ctpid="475" cut="000001" value="1"/>
-    <Prescale ctpid="476" cut="000001" value="1"/>
-    <Prescale ctpid="477" cut="000001" value="1"/>
-    <Prescale ctpid="478" cut="000001" value="1"/>
-    <Prescale ctpid="479" cut="000001" value="1"/>
-    <Prescale ctpid="480" cut="000001" value="1"/>
-    <Prescale ctpid="481" cut="000001" value="1"/>
-    <Prescale ctpid="482" cut="000001" value="1"/>
-    <Prescale ctpid="483" cut="000001" value="1"/>
-    <Prescale ctpid="484" cut="-000001" value="-1"/>
-    <Prescale ctpid="485" cut="-000001" value="-1"/>
-    <Prescale ctpid="486" cut="000001" value="1"/>
-    <Prescale ctpid="487" cut="000001" value="1"/>
-    <Prescale ctpid="488" cut="000001" value="1"/>
-    <Prescale ctpid="489" cut="000001" value="1"/>
-    <Prescale ctpid="490" cut="-000001" value="-1"/>
-    <Prescale ctpid="491" cut="-000001" value="-1"/>
-    <Prescale ctpid="492" cut="-000001" value="-1"/>
-    <Prescale ctpid="493" cut="000001" value="1"/>
-    <Prescale ctpid="494" cut="000001" value="1"/>
-    <Prescale ctpid="495" cut="-000001" value="-1"/>
-    <Prescale ctpid="496" cut="-000001" value="-1"/>
-    <Prescale ctpid="497" cut="-000001" value="-1"/>
-    <Prescale ctpid="498" cut="-000001" value="-1"/>
-    <Prescale ctpid="499" cut="-000001" value="-1"/>
-    <Prescale ctpid="500" cut="-000001" value="-1"/>
-    <Prescale ctpid="501" cut="-000001" value="-1"/>
-    <Prescale ctpid="502" cut="-000001" value="-1"/>
-    <Prescale ctpid="503" cut="-000001" value="-1"/>
-    <Prescale ctpid="504" cut="-000001" value="-1"/>
-    <Prescale ctpid="505" cut="-000001" value="-1"/>
-    <Prescale ctpid="506" cut="-000001" value="-1"/>
-    <Prescale ctpid="507" cut="-000001" value="-1"/>
-    <Prescale ctpid="508" cut="-000001" value="-1"/>
-    <Prescale ctpid="509" cut="-000001" value="-1"/>
-    <Prescale ctpid="510" cut="-000001" value="-1"/>
-    <Prescale ctpid="511" cut="000001" value="1"/>
-  </PrescaleSet>
-  <TriggerCounterList>
-    <TriggerCounter name="1BCM_AtoC" type="CTPIN">
-      <TriggerCondition name="1BCM_AtoC" triggerthreshold="BCM_AtoC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Comb" type="CTPIN">
-      <TriggerCondition name="1BCM_Comb" triggerthreshold="BCM_Comb" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2BCM_Comb" type="CTPIN">
-      <TriggerCondition name="2BCM_Comb" triggerthreshold="BCM_Comb" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3BCM_Comb" type="CTPIN">
-      <TriggerCondition name="3BCM_Comb" triggerthreshold="BCM_Comb" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4BCM_Comb" type="CTPIN">
-      <TriggerCondition name="4BCM_Comb" triggerthreshold="BCM_Comb" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5BCM_Comb" type="CTPIN">
-      <TriggerCondition name="5BCM_Comb" triggerthreshold="BCM_Comb" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6BCM_Comb" type="CTPIN">
-      <TriggerCondition name="6BCM_Comb" triggerthreshold="BCM_Comb" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7BCM_Comb" type="CTPIN">
-      <TriggerCondition name="7BCM_Comb" triggerthreshold="BCM_Comb" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_CtoA" type="CTPIN">
-      <TriggerCondition name="1BCM_CtoA" triggerthreshold="BCM_CtoA" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Wide" type="CTPIN">
-      <TriggerCondition name="1BCM_Wide" triggerthreshold="BCM_Wide" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX0" type="CTPIN">
-      <TriggerCondition name="1BPTX0" triggerthreshold="BPTX0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX1" type="CTPIN">
-      <TriggerCondition name="1BPTX1" triggerthreshold="BPTX1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL0" type="CTPIN">
-      <TriggerCondition name="1CAL0" triggerthreshold="CAL0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL1" type="CTPIN">
-      <TriggerCondition name="1CAL1" triggerthreshold="CAL1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL2" type="CTPIN">
-      <TriggerCondition name="1CAL2" triggerthreshold="CAL2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10" type="CTPIN">
-      <TriggerCondition name="1EM10" triggerthreshold="EM10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10" type="CTPIN">
-      <TriggerCondition name="2EM10" triggerthreshold="EM10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10" type="CTPIN">
-      <TriggerCondition name="3EM10" triggerthreshold="EM10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10" type="CTPIN">
-      <TriggerCondition name="4EM10" triggerthreshold="EM10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10" type="CTPIN">
-      <TriggerCondition name="5EM10" triggerthreshold="EM10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10" type="CTPIN">
-      <TriggerCondition name="6EM10" triggerthreshold="EM10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10" type="CTPIN">
-      <TriggerCondition name="7EM10" triggerthreshold="EM10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10VH" type="CTPIN">
-      <TriggerCondition name="1EM10VH" triggerthreshold="EM10VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10VH" type="CTPIN">
-      <TriggerCondition name="2EM10VH" triggerthreshold="EM10VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10VH" type="CTPIN">
-      <TriggerCondition name="3EM10VH" triggerthreshold="EM10VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10VH" type="CTPIN">
-      <TriggerCondition name="4EM10VH" triggerthreshold="EM10VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10VH" type="CTPIN">
-      <TriggerCondition name="5EM10VH" triggerthreshold="EM10VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10VH" type="CTPIN">
-      <TriggerCondition name="6EM10VH" triggerthreshold="EM10VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10VH" type="CTPIN">
-      <TriggerCondition name="7EM10VH" triggerthreshold="EM10VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM12" type="CTPIN">
-      <TriggerCondition name="1EM12" triggerthreshold="EM12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM12" type="CTPIN">
-      <TriggerCondition name="2EM12" triggerthreshold="EM12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM12" type="CTPIN">
-      <TriggerCondition name="3EM12" triggerthreshold="EM12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM12" type="CTPIN">
-      <TriggerCondition name="4EM12" triggerthreshold="EM12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM12" type="CTPIN">
-      <TriggerCondition name="5EM12" triggerthreshold="EM12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM12" type="CTPIN">
-      <TriggerCondition name="6EM12" triggerthreshold="EM12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM12" type="CTPIN">
-      <TriggerCondition name="7EM12" triggerthreshold="EM12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM13VH" type="CTPIN">
-      <TriggerCondition name="1EM13VH" triggerthreshold="EM13VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM13VH" type="CTPIN">
-      <TriggerCondition name="2EM13VH" triggerthreshold="EM13VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM13VH" type="CTPIN">
-      <TriggerCondition name="3EM13VH" triggerthreshold="EM13VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM13VH" type="CTPIN">
-      <TriggerCondition name="4EM13VH" triggerthreshold="EM13VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM13VH" type="CTPIN">
-      <TriggerCondition name="5EM13VH" triggerthreshold="EM13VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM13VH" type="CTPIN">
-      <TriggerCondition name="6EM13VH" triggerthreshold="EM13VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM13VH" type="CTPIN">
-      <TriggerCondition name="7EM13VH" triggerthreshold="EM13VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM14" type="CTPIN">
-      <TriggerCondition name="1EM14" triggerthreshold="EM14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM14" type="CTPIN">
-      <TriggerCondition name="2EM14" triggerthreshold="EM14" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM14" type="CTPIN">
-      <TriggerCondition name="3EM14" triggerthreshold="EM14" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM14" type="CTPIN">
-      <TriggerCondition name="4EM14" triggerthreshold="EM14" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM14" type="CTPIN">
-      <TriggerCondition name="5EM14" triggerthreshold="EM14" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM14" type="CTPIN">
-      <TriggerCondition name="6EM14" triggerthreshold="EM14" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM14" type="CTPIN">
-      <TriggerCondition name="7EM14" triggerthreshold="EM14" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15" type="CTPIN">
-      <TriggerCondition name="1EM15" triggerthreshold="EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15" type="CTPIN">
-      <TriggerCondition name="2EM15" triggerthreshold="EM15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15" type="CTPIN">
-      <TriggerCondition name="3EM15" triggerthreshold="EM15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15" type="CTPIN">
-      <TriggerCondition name="4EM15" triggerthreshold="EM15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15" type="CTPIN">
-      <TriggerCondition name="5EM15" triggerthreshold="EM15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15" type="CTPIN">
-      <TriggerCondition name="6EM15" triggerthreshold="EM15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15" type="CTPIN">
-      <TriggerCondition name="7EM15" triggerthreshold="EM15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15HI" type="CTPIN">
-      <TriggerCondition name="1EM15HI" triggerthreshold="EM15HI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15HI" type="CTPIN">
-      <TriggerCondition name="2EM15HI" triggerthreshold="EM15HI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15HI" type="CTPIN">
-      <TriggerCondition name="3EM15HI" triggerthreshold="EM15HI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15HI" type="CTPIN">
-      <TriggerCondition name="4EM15HI" triggerthreshold="EM15HI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15HI" type="CTPIN">
-      <TriggerCondition name="5EM15HI" triggerthreshold="EM15HI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15HI" type="CTPIN">
-      <TriggerCondition name="6EM15HI" triggerthreshold="EM15HI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15HI" type="CTPIN">
-      <TriggerCondition name="7EM15HI" triggerthreshold="EM15HI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM16" type="CTPIN">
-      <TriggerCondition name="1EM16" triggerthreshold="EM16" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM16" type="CTPIN">
-      <TriggerCondition name="2EM16" triggerthreshold="EM16" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM16" type="CTPIN">
-      <TriggerCondition name="3EM16" triggerthreshold="EM16" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM16" type="CTPIN">
-      <TriggerCondition name="4EM16" triggerthreshold="EM16" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM16" type="CTPIN">
-      <TriggerCondition name="5EM16" triggerthreshold="EM16" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM16" type="CTPIN">
-      <TriggerCondition name="6EM16" triggerthreshold="EM16" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM16" type="CTPIN">
-      <TriggerCondition name="7EM16" triggerthreshold="EM16" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20" type="CTPIN">
-      <TriggerCondition name="1EM20" triggerthreshold="EM20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20" type="CTPIN">
-      <TriggerCondition name="2EM20" triggerthreshold="EM20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20" type="CTPIN">
-      <TriggerCondition name="3EM20" triggerthreshold="EM20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20" type="CTPIN">
-      <TriggerCondition name="4EM20" triggerthreshold="EM20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20" type="CTPIN">
-      <TriggerCondition name="5EM20" triggerthreshold="EM20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20" type="CTPIN">
-      <TriggerCondition name="6EM20" triggerthreshold="EM20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20" type="CTPIN">
-      <TriggerCondition name="7EM20" triggerthreshold="EM20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VHI" type="CTPIN">
-      <TriggerCondition name="1EM20VHI" triggerthreshold="EM20VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VHI" type="CTPIN">
-      <TriggerCondition name="2EM20VHI" triggerthreshold="EM20VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VHI" type="CTPIN">
-      <TriggerCondition name="3EM20VHI" triggerthreshold="EM20VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VHI" type="CTPIN">
-      <TriggerCondition name="4EM20VHI" triggerthreshold="EM20VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VHI" type="CTPIN">
-      <TriggerCondition name="5EM20VHI" triggerthreshold="EM20VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VHI" type="CTPIN">
-      <TriggerCondition name="6EM20VHI" triggerthreshold="EM20VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VHI" type="CTPIN">
-      <TriggerCondition name="7EM20VHI" triggerthreshold="EM20VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPIN">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPMON">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM3" type="CTPIN">
-      <TriggerCondition name="2EM3" triggerthreshold="EM3" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM3" type="CTPIN">
-      <TriggerCondition name="3EM3" triggerthreshold="EM3" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM3" type="CTPIN">
-      <TriggerCondition name="4EM3" triggerthreshold="EM3" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM3" type="CTPIN">
-      <TriggerCondition name="5EM3" triggerthreshold="EM3" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM3" type="CTPIN">
-      <TriggerCondition name="6EM3" triggerthreshold="EM3" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM3" type="CTPIN">
-      <TriggerCondition name="7EM3" triggerthreshold="EM3" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM4" type="CTPIN">
-      <TriggerCondition name="1EM4" triggerthreshold="EM4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM4" type="CTPIN">
-      <TriggerCondition name="2EM4" triggerthreshold="EM4" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM4" type="CTPIN">
-      <TriggerCondition name="3EM4" triggerthreshold="EM4" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM4" type="CTPIN">
-      <TriggerCondition name="4EM4" triggerthreshold="EM4" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM4" type="CTPIN">
-      <TriggerCondition name="5EM4" triggerthreshold="EM4" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM4" type="CTPIN">
-      <TriggerCondition name="6EM4" triggerthreshold="EM4" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM4" type="CTPIN">
-      <TriggerCondition name="7EM4" triggerthreshold="EM4" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM5" type="CTPIN">
-      <TriggerCondition name="1EM5" triggerthreshold="EM5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM5" type="CTPIN">
-      <TriggerCondition name="2EM5" triggerthreshold="EM5" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM5" type="CTPIN">
-      <TriggerCondition name="3EM5" triggerthreshold="EM5" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM5" type="CTPIN">
-      <TriggerCondition name="4EM5" triggerthreshold="EM5" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM5" type="CTPIN">
-      <TriggerCondition name="5EM5" triggerthreshold="EM5" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM5" type="CTPIN">
-      <TriggerCondition name="6EM5" triggerthreshold="EM5" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM5" type="CTPIN">
-      <TriggerCondition name="7EM5" triggerthreshold="EM5" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM7" type="CTPIN">
-      <TriggerCondition name="1EM7" triggerthreshold="EM7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM7" type="CTPIN">
-      <TriggerCondition name="2EM7" triggerthreshold="EM7" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM7" type="CTPIN">
-      <TriggerCondition name="3EM7" triggerthreshold="EM7" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM7" type="CTPIN">
-      <TriggerCondition name="4EM7" triggerthreshold="EM7" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM7" type="CTPIN">
-      <TriggerCondition name="5EM7" triggerthreshold="EM7" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM7" type="CTPIN">
-      <TriggerCondition name="6EM7" triggerthreshold="EM7" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM7" type="CTPIN">
-      <TriggerCondition name="7EM7" triggerthreshold="EM7" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8" type="CTPIN">
-      <TriggerCondition name="1EM8" triggerthreshold="EM8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8" type="CTPIN">
-      <TriggerCondition name="2EM8" triggerthreshold="EM8" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8" type="CTPIN">
-      <TriggerCondition name="3EM8" triggerthreshold="EM8" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8" type="CTPIN">
-      <TriggerCondition name="4EM8" triggerthreshold="EM8" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8" type="CTPIN">
-      <TriggerCondition name="5EM8" triggerthreshold="EM8" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8" type="CTPIN">
-      <TriggerCondition name="6EM8" triggerthreshold="EM8" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8" type="CTPIN">
-      <TriggerCondition name="7EM8" triggerthreshold="EM8" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8I" type="CTPIN">
-      <TriggerCondition name="1EM8I" triggerthreshold="EM8I" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8I" type="CTPIN">
-      <TriggerCondition name="2EM8I" triggerthreshold="EM8I" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8I" type="CTPIN">
-      <TriggerCondition name="3EM8I" triggerthreshold="EM8I" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8I" type="CTPIN">
-      <TriggerCondition name="4EM8I" triggerthreshold="EM8I" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8I" type="CTPIN">
-      <TriggerCondition name="5EM8I" triggerthreshold="EM8I" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8I" type="CTPIN">
-      <TriggerCondition name="6EM8I" triggerthreshold="EM8I" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8I" type="CTPIN">
-      <TriggerCondition name="7EM8I" triggerthreshold="EM8I" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA100" type="CTPIN">
-      <TriggerCondition name="1HA100" triggerthreshold="HA100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA100" type="CTPIN">
-      <TriggerCondition name="2HA100" triggerthreshold="HA100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA100" type="CTPIN">
-      <TriggerCondition name="3HA100" triggerthreshold="HA100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA100" type="CTPIN">
-      <TriggerCondition name="4HA100" triggerthreshold="HA100" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA100" type="CTPIN">
-      <TriggerCondition name="5HA100" triggerthreshold="HA100" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA100" type="CTPIN">
-      <TriggerCondition name="6HA100" triggerthreshold="HA100" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA100" type="CTPIN">
-      <TriggerCondition name="7HA100" triggerthreshold="HA100" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12" type="CTPIN">
-      <TriggerCondition name="1HA12" triggerthreshold="HA12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12" type="CTPIN">
-      <TriggerCondition name="2HA12" triggerthreshold="HA12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12" type="CTPIN">
-      <TriggerCondition name="3HA12" triggerthreshold="HA12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12" type="CTPIN">
-      <TriggerCondition name="4HA12" triggerthreshold="HA12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12" type="CTPIN">
-      <TriggerCondition name="5HA12" triggerthreshold="HA12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12" type="CTPIN">
-      <TriggerCondition name="6HA12" triggerthreshold="HA12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12" type="CTPIN">
-      <TriggerCondition name="7HA12" triggerthreshold="HA12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IL" type="CTPIN">
-      <TriggerCondition name="1HA12IL" triggerthreshold="HA12IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IL" type="CTPIN">
-      <TriggerCondition name="2HA12IL" triggerthreshold="HA12IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IL" type="CTPIN">
-      <TriggerCondition name="3HA12IL" triggerthreshold="HA12IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IL" type="CTPIN">
-      <TriggerCondition name="4HA12IL" triggerthreshold="HA12IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IL" type="CTPIN">
-      <TriggerCondition name="5HA12IL" triggerthreshold="HA12IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IL" type="CTPIN">
-      <TriggerCondition name="6HA12IL" triggerthreshold="HA12IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IL" type="CTPIN">
-      <TriggerCondition name="7HA12IL" triggerthreshold="HA12IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IM" type="CTPIN">
-      <TriggerCondition name="1HA12IM" triggerthreshold="HA12IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IM" type="CTPIN">
-      <TriggerCondition name="2HA12IM" triggerthreshold="HA12IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IM" type="CTPIN">
-      <TriggerCondition name="3HA12IM" triggerthreshold="HA12IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IM" type="CTPIN">
-      <TriggerCondition name="4HA12IM" triggerthreshold="HA12IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IM" type="CTPIN">
-      <TriggerCondition name="5HA12IM" triggerthreshold="HA12IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IM" type="CTPIN">
-      <TriggerCondition name="6HA12IM" triggerthreshold="HA12IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IM" type="CTPIN">
-      <TriggerCondition name="7HA12IM" triggerthreshold="HA12IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IT" type="CTPIN">
-      <TriggerCondition name="1HA12IT" triggerthreshold="HA12IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IT" type="CTPIN">
-      <TriggerCondition name="2HA12IT" triggerthreshold="HA12IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IT" type="CTPIN">
-      <TriggerCondition name="3HA12IT" triggerthreshold="HA12IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IT" type="CTPIN">
-      <TriggerCondition name="4HA12IT" triggerthreshold="HA12IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IT" type="CTPIN">
-      <TriggerCondition name="5HA12IT" triggerthreshold="HA12IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IT" type="CTPIN">
-      <TriggerCondition name="6HA12IT" triggerthreshold="HA12IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IT" type="CTPIN">
-      <TriggerCondition name="7HA12IT" triggerthreshold="HA12IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA15" type="CTPIN">
-      <TriggerCondition name="1HA15" triggerthreshold="HA15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA15" type="CTPIN">
-      <TriggerCondition name="2HA15" triggerthreshold="HA15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA15" type="CTPIN">
-      <TriggerCondition name="3HA15" triggerthreshold="HA15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA15" type="CTPIN">
-      <TriggerCondition name="4HA15" triggerthreshold="HA15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA15" type="CTPIN">
-      <TriggerCondition name="5HA15" triggerthreshold="HA15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA15" type="CTPIN">
-      <TriggerCondition name="6HA15" triggerthreshold="HA15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA15" type="CTPIN">
-      <TriggerCondition name="7HA15" triggerthreshold="HA15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20" type="CTPIN">
-      <TriggerCondition name="1HA20" triggerthreshold="HA20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20" type="CTPIN">
-      <TriggerCondition name="2HA20" triggerthreshold="HA20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20" type="CTPIN">
-      <TriggerCondition name="3HA20" triggerthreshold="HA20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20" type="CTPIN">
-      <TriggerCondition name="4HA20" triggerthreshold="HA20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20" type="CTPIN">
-      <TriggerCondition name="5HA20" triggerthreshold="HA20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20" type="CTPIN">
-      <TriggerCondition name="6HA20" triggerthreshold="HA20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20" type="CTPIN">
-      <TriggerCondition name="7HA20" triggerthreshold="HA20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IL" type="CTPIN">
-      <TriggerCondition name="1HA20IL" triggerthreshold="HA20IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IL" type="CTPIN">
-      <TriggerCondition name="2HA20IL" triggerthreshold="HA20IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IL" type="CTPIN">
-      <TriggerCondition name="3HA20IL" triggerthreshold="HA20IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IL" type="CTPIN">
-      <TriggerCondition name="4HA20IL" triggerthreshold="HA20IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IL" type="CTPIN">
-      <TriggerCondition name="5HA20IL" triggerthreshold="HA20IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IL" type="CTPIN">
-      <TriggerCondition name="6HA20IL" triggerthreshold="HA20IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IL" type="CTPIN">
-      <TriggerCondition name="7HA20IL" triggerthreshold="HA20IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IM" type="CTPIN">
-      <TriggerCondition name="1HA20IM" triggerthreshold="HA20IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IM" type="CTPIN">
-      <TriggerCondition name="2HA20IM" triggerthreshold="HA20IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IM" type="CTPIN">
-      <TriggerCondition name="3HA20IM" triggerthreshold="HA20IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IM" type="CTPIN">
-      <TriggerCondition name="4HA20IM" triggerthreshold="HA20IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IM" type="CTPIN">
-      <TriggerCondition name="5HA20IM" triggerthreshold="HA20IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IM" type="CTPIN">
-      <TriggerCondition name="6HA20IM" triggerthreshold="HA20IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IM" type="CTPIN">
-      <TriggerCondition name="7HA20IM" triggerthreshold="HA20IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IT" type="CTPIN">
-      <TriggerCondition name="1HA20IT" triggerthreshold="HA20IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IT" type="CTPIN">
-      <TriggerCondition name="2HA20IT" triggerthreshold="HA20IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IT" type="CTPIN">
-      <TriggerCondition name="3HA20IT" triggerthreshold="HA20IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IT" type="CTPIN">
-      <TriggerCondition name="4HA20IT" triggerthreshold="HA20IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IT" type="CTPIN">
-      <TriggerCondition name="5HA20IT" triggerthreshold="HA20IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IT" type="CTPIN">
-      <TriggerCondition name="6HA20IT" triggerthreshold="HA20IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IT" type="CTPIN">
-      <TriggerCondition name="7HA20IT" triggerthreshold="HA20IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25" type="CTPIN">
-      <TriggerCondition name="1HA25" triggerthreshold="HA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25" type="CTPIN">
-      <TriggerCondition name="2HA25" triggerthreshold="HA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25" type="CTPIN">
-      <TriggerCondition name="3HA25" triggerthreshold="HA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25" type="CTPIN">
-      <TriggerCondition name="4HA25" triggerthreshold="HA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25" type="CTPIN">
-      <TriggerCondition name="5HA25" triggerthreshold="HA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25" type="CTPIN">
-      <TriggerCondition name="6HA25" triggerthreshold="HA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25" type="CTPIN">
-      <TriggerCondition name="7HA25" triggerthreshold="HA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25IT" type="CTPIN">
-      <TriggerCondition name="1HA25IT" triggerthreshold="HA25IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25IT" type="CTPIN">
-      <TriggerCondition name="2HA25IT" triggerthreshold="HA25IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25IT" type="CTPIN">
-      <TriggerCondition name="3HA25IT" triggerthreshold="HA25IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25IT" type="CTPIN">
-      <TriggerCondition name="4HA25IT" triggerthreshold="HA25IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25IT" type="CTPIN">
-      <TriggerCondition name="5HA25IT" triggerthreshold="HA25IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25IT" type="CTPIN">
-      <TriggerCondition name="6HA25IT" triggerthreshold="HA25IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25IT" type="CTPIN">
-      <TriggerCondition name="7HA25IT" triggerthreshold="HA25IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA30" type="CTPIN">
-      <TriggerCondition name="1HA30" triggerthreshold="HA30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA30" type="CTPIN">
-      <TriggerCondition name="2HA30" triggerthreshold="HA30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA30" type="CTPIN">
-      <TriggerCondition name="3HA30" triggerthreshold="HA30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA30" type="CTPIN">
-      <TriggerCondition name="4HA30" triggerthreshold="HA30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA30" type="CTPIN">
-      <TriggerCondition name="5HA30" triggerthreshold="HA30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA30" type="CTPIN">
-      <TriggerCondition name="6HA30" triggerthreshold="HA30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA30" type="CTPIN">
-      <TriggerCondition name="7HA30" triggerthreshold="HA30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA40" type="CTPIN">
-      <TriggerCondition name="1HA40" triggerthreshold="HA40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA40" type="CTPIN">
-      <TriggerCondition name="2HA40" triggerthreshold="HA40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA40" type="CTPIN">
-      <TriggerCondition name="3HA40" triggerthreshold="HA40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA40" type="CTPIN">
-      <TriggerCondition name="4HA40" triggerthreshold="HA40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA40" type="CTPIN">
-      <TriggerCondition name="5HA40" triggerthreshold="HA40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA40" type="CTPIN">
-      <TriggerCondition name="6HA40" triggerthreshold="HA40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA40" type="CTPIN">
-      <TriggerCondition name="7HA40" triggerthreshold="HA40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA60" type="CTPIN">
-      <TriggerCondition name="1HA60" triggerthreshold="HA60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA60" type="CTPIN">
-      <TriggerCondition name="2HA60" triggerthreshold="HA60" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA60" type="CTPIN">
-      <TriggerCondition name="3HA60" triggerthreshold="HA60" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA60" type="CTPIN">
-      <TriggerCondition name="4HA60" triggerthreshold="HA60" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA60" type="CTPIN">
-      <TriggerCondition name="5HA60" triggerthreshold="HA60" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA60" type="CTPIN">
-      <TriggerCondition name="6HA60" triggerthreshold="HA60" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA60" type="CTPIN">
-      <TriggerCondition name="7HA60" triggerthreshold="HA60" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA8" type="CTPIN">
-      <TriggerCondition name="1HA8" triggerthreshold="HA8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA8" type="CTPIN">
-      <TriggerCondition name="2HA8" triggerthreshold="HA8" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA8" type="CTPIN">
-      <TriggerCondition name="3HA8" triggerthreshold="HA8" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA8" type="CTPIN">
-      <TriggerCondition name="4HA8" triggerthreshold="HA8" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA8" type="CTPIN">
-      <TriggerCondition name="5HA8" triggerthreshold="HA8" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA8" type="CTPIN">
-      <TriggerCondition name="6HA8" triggerthreshold="HA8" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA8" type="CTPIN">
-      <TriggerCondition name="7HA8" triggerthreshold="HA8" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J10" type="CTPIN">
-      <TriggerCondition name="1J10" triggerthreshold="J10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J10" type="CTPIN">
-      <TriggerCondition name="2J10" triggerthreshold="J10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J10" type="CTPIN">
-      <TriggerCondition name="3J10" triggerthreshold="J10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J10" type="CTPIN">
-      <TriggerCondition name="4J10" triggerthreshold="J10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J10" type="CTPIN">
-      <TriggerCondition name="5J10" triggerthreshold="J10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J10" type="CTPIN">
-      <TriggerCondition name="6J10" triggerthreshold="J10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J10" type="CTPIN">
-      <TriggerCondition name="7J10" triggerthreshold="J10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J10.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J10.31ETA49" triggerthreshold="J10.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J10.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J10.31ETA49" triggerthreshold="J10.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J10.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J10.31ETA49" triggerthreshold="J10.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100" type="CTPIN">
-      <TriggerCondition name="1J100" triggerthreshold="J100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100" type="CTPIN">
-      <TriggerCondition name="2J100" triggerthreshold="J100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100" type="CTPIN">
-      <TriggerCondition name="3J100" triggerthreshold="J100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J100.31ETA49" triggerthreshold="J100.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J100.31ETA49" triggerthreshold="J100.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J100.31ETA49" triggerthreshold="J100.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J12" type="CTPIN">
-      <TriggerCondition name="1J12" triggerthreshold="J12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J12" type="CTPIN">
-      <TriggerCondition name="2J12" triggerthreshold="J12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J12" type="CTPIN">
-      <TriggerCondition name="3J12" triggerthreshold="J12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J12" type="CTPIN">
-      <TriggerCondition name="4J12" triggerthreshold="J12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J12" type="CTPIN">
-      <TriggerCondition name="5J12" triggerthreshold="J12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J12" type="CTPIN">
-      <TriggerCondition name="6J12" triggerthreshold="J12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J12" type="CTPIN">
-      <TriggerCondition name="7J12" triggerthreshold="J12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15" type="CTPIN">
-      <TriggerCondition name="1J15" triggerthreshold="J15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15" type="CTPIN">
-      <TriggerCondition name="2J15" triggerthreshold="J15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15" type="CTPIN">
-      <TriggerCondition name="3J15" triggerthreshold="J15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15" type="CTPIN">
-      <TriggerCondition name="4J15" triggerthreshold="J15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15" type="CTPIN">
-      <TriggerCondition name="5J15" triggerthreshold="J15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15" type="CTPIN">
-      <TriggerCondition name="6J15" triggerthreshold="J15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15" type="CTPIN">
-      <TriggerCondition name="7J15" triggerthreshold="J15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J15.31ETA49" triggerthreshold="J15.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J15.31ETA49" triggerthreshold="J15.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J15.31ETA49" triggerthreshold="J15.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J175" type="CTPIN">
-      <TriggerCondition name="1J175" triggerthreshold="J175" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J175" type="CTPIN">
-      <TriggerCondition name="2J175" triggerthreshold="J175" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J175" type="CTPIN">
-      <TriggerCondition name="3J175" triggerthreshold="J175" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20" type="CTPIN">
-      <TriggerCondition name="1J20" triggerthreshold="J20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20" type="CTPIN">
-      <TriggerCondition name="2J20" triggerthreshold="J20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20" type="CTPIN">
-      <TriggerCondition name="3J20" triggerthreshold="J20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J20" type="CTPIN">
-      <TriggerCondition name="4J20" triggerthreshold="J20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J20" type="CTPIN">
-      <TriggerCondition name="5J20" triggerthreshold="J20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J20" type="CTPIN">
-      <TriggerCondition name="6J20" triggerthreshold="J20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J20" type="CTPIN">
-      <TriggerCondition name="7J20" triggerthreshold="J20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="1J20.28ETA31" triggerthreshold="J20.28ETA31" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="2J20.28ETA31" triggerthreshold="J20.28ETA31" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="3J20.28ETA31" triggerthreshold="J20.28ETA31" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J20.31ETA49" triggerthreshold="J20.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J20.31ETA49" triggerthreshold="J20.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J20.31ETA49" triggerthreshold="J20.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25" type="CTPIN">
-      <TriggerCondition name="1J25" triggerthreshold="J25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25" type="CTPIN">
-      <TriggerCondition name="2J25" triggerthreshold="J25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25" type="CTPIN">
-      <TriggerCondition name="3J25" triggerthreshold="J25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25" type="CTPIN">
-      <TriggerCondition name="4J25" triggerthreshold="J25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25" type="CTPIN">
-      <TriggerCondition name="5J25" triggerthreshold="J25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25" type="CTPIN">
-      <TriggerCondition name="6J25" triggerthreshold="J25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25" type="CTPIN">
-      <TriggerCondition name="7J25" triggerthreshold="J25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J25.0ETA23" triggerthreshold="J25.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J25.0ETA23" triggerthreshold="J25.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J25.0ETA23" triggerthreshold="J25.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="4J25.0ETA23" triggerthreshold="J25.0ETA23" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="5J25.0ETA23" triggerthreshold="J25.0ETA23" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="6J25.0ETA23" triggerthreshold="J25.0ETA23" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="7J25.0ETA23" triggerthreshold="J25.0ETA23" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30" type="CTPIN">
-      <TriggerCondition name="1J30" triggerthreshold="J30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30" type="CTPIN">
-      <TriggerCondition name="2J30" triggerthreshold="J30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30" type="CTPIN">
-      <TriggerCondition name="3J30" triggerthreshold="J30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J30" type="CTPIN">
-      <TriggerCondition name="4J30" triggerthreshold="J30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J30" type="CTPIN">
-      <TriggerCondition name="5J30" triggerthreshold="J30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J30" type="CTPIN">
-      <TriggerCondition name="6J30" triggerthreshold="J30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J30" type="CTPIN">
-      <TriggerCondition name="7J30" triggerthreshold="J30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J30.31ETA49" triggerthreshold="J30.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J30.31ETA49" triggerthreshold="J30.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J30.31ETA49" triggerthreshold="J30.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40" type="CTPIN">
-      <TriggerCondition name="1J40" triggerthreshold="J40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40" type="CTPIN">
-      <TriggerCondition name="2J40" triggerthreshold="J40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40" type="CTPIN">
-      <TriggerCondition name="3J40" triggerthreshold="J40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J40.0ETA25" triggerthreshold="J40.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J40.0ETA25" triggerthreshold="J40.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J40.0ETA25" triggerthreshold="J40.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J5" type="CTPIN">
-      <TriggerCondition name="1J5" triggerthreshold="J5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J5" type="CTPIN">
-      <TriggerCondition name="2J5" triggerthreshold="J5" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J5" type="CTPIN">
-      <TriggerCondition name="3J5" triggerthreshold="J5" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J5" type="CTPIN">
-      <TriggerCondition name="4J5" triggerthreshold="J5" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J5" type="CTPIN">
-      <TriggerCondition name="5J5" triggerthreshold="J5" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J5" type="CTPIN">
-      <TriggerCondition name="6J5" triggerthreshold="J5" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J5" type="CTPIN">
-      <TriggerCondition name="7J5" triggerthreshold="J5" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50" type="CTPIN">
-      <TriggerCondition name="1J50" triggerthreshold="J50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50" type="CTPIN">
-      <TriggerCondition name="2J50" triggerthreshold="J50" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50" type="CTPIN">
-      <TriggerCondition name="3J50" triggerthreshold="J50" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75" type="CTPIN">
-      <TriggerCondition name="1J75" triggerthreshold="J75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75" type="CTPIN">
-      <TriggerCondition name="2J75" triggerthreshold="J75" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75" type="CTPIN">
-      <TriggerCondition name="3J75" triggerthreshold="J75" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J75.31ETA49" triggerthreshold="J75.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J75.31ETA49" triggerthreshold="J75.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J75.31ETA49" triggerthreshold="J75.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J85" type="CTPIN">
-      <TriggerCondition name="1J85" triggerthreshold="J85" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J85" type="CTPIN">
-      <TriggerCondition name="2J85" triggerthreshold="J85" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J85" type="CTPIN">
-      <TriggerCondition name="3J85" triggerthreshold="J85" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="1JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="2JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="3JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_A" type="CTPIN">
-      <TriggerCondition name="1LUCID_A" triggerthreshold="LUCID_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_C" type="CTPIN">
-      <TriggerCondition name="1LUCID_C" triggerthreshold="LUCID_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPIN">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPMON">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_A" type="CTPIN">
-      <TriggerCondition name="2MBTS_A" triggerthreshold="MBTS_A" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_A" type="CTPIN">
-      <TriggerCondition name="3MBTS_A" triggerthreshold="MBTS_A" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_A" type="CTPIN">
-      <TriggerCondition name="4MBTS_A" triggerthreshold="MBTS_A" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_A" type="CTPIN">
-      <TriggerCondition name="5MBTS_A" triggerthreshold="MBTS_A" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_A" type="CTPIN">
-      <TriggerCondition name="6MBTS_A" triggerthreshold="MBTS_A" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_A" type="CTPIN">
-      <TriggerCondition name="7MBTS_A" triggerthreshold="MBTS_A" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A0" type="CTPIN">
-      <TriggerCondition name="1MBTS_A0" triggerthreshold="MBTS_A0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A1" type="CTPIN">
-      <TriggerCondition name="1MBTS_A1" triggerthreshold="MBTS_A1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A10" type="CTPIN">
-      <TriggerCondition name="1MBTS_A10" triggerthreshold="MBTS_A10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A12" type="CTPIN">
-      <TriggerCondition name="1MBTS_A12" triggerthreshold="MBTS_A12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A14" type="CTPIN">
-      <TriggerCondition name="1MBTS_A14" triggerthreshold="MBTS_A14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A2" type="CTPIN">
-      <TriggerCondition name="1MBTS_A2" triggerthreshold="MBTS_A2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A3" type="CTPIN">
-      <TriggerCondition name="1MBTS_A3" triggerthreshold="MBTS_A3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A4" type="CTPIN">
-      <TriggerCondition name="1MBTS_A4" triggerthreshold="MBTS_A4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A5" type="CTPIN">
-      <TriggerCondition name="1MBTS_A5" triggerthreshold="MBTS_A5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A6" type="CTPIN">
-      <TriggerCondition name="1MBTS_A6" triggerthreshold="MBTS_A6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A7" type="CTPIN">
-      <TriggerCondition name="1MBTS_A7" triggerthreshold="MBTS_A7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A8" type="CTPIN">
-      <TriggerCondition name="1MBTS_A8" triggerthreshold="MBTS_A8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPIN">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPMON">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_C" type="CTPIN">
-      <TriggerCondition name="2MBTS_C" triggerthreshold="MBTS_C" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_C" type="CTPIN">
-      <TriggerCondition name="3MBTS_C" triggerthreshold="MBTS_C" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_C" type="CTPIN">
-      <TriggerCondition name="4MBTS_C" triggerthreshold="MBTS_C" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_C" type="CTPIN">
-      <TriggerCondition name="5MBTS_C" triggerthreshold="MBTS_C" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_C" type="CTPIN">
-      <TriggerCondition name="6MBTS_C" triggerthreshold="MBTS_C" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_C" type="CTPIN">
-      <TriggerCondition name="7MBTS_C" triggerthreshold="MBTS_C" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C0" type="CTPIN">
-      <TriggerCondition name="1MBTS_C0" triggerthreshold="MBTS_C0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C1" type="CTPIN">
-      <TriggerCondition name="1MBTS_C1" triggerthreshold="MBTS_C1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C10" type="CTPIN">
-      <TriggerCondition name="1MBTS_C10" triggerthreshold="MBTS_C10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C12" type="CTPIN">
-      <TriggerCondition name="1MBTS_C12" triggerthreshold="MBTS_C12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C14" type="CTPIN">
-      <TriggerCondition name="1MBTS_C14" triggerthreshold="MBTS_C14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C2" type="CTPIN">
-      <TriggerCondition name="1MBTS_C2" triggerthreshold="MBTS_C2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C3" type="CTPIN">
-      <TriggerCondition name="1MBTS_C3" triggerthreshold="MBTS_C3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C4" type="CTPIN">
-      <TriggerCondition name="1MBTS_C4" triggerthreshold="MBTS_C4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C5" type="CTPIN">
-      <TriggerCondition name="1MBTS_C5" triggerthreshold="MBTS_C5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C6" type="CTPIN">
-      <TriggerCondition name="1MBTS_C6" triggerthreshold="MBTS_C6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C7" type="CTPIN">
-      <TriggerCondition name="1MBTS_C7" triggerthreshold="MBTS_C7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C8" type="CTPIN">
-      <TriggerCondition name="1MBTS_C8" triggerthreshold="MBTS_C8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU10" type="CTPIN">
-      <TriggerCondition name="1MU10" triggerthreshold="MU10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU10" type="CTPIN">
-      <TriggerCondition name="2MU10" triggerthreshold="MU10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU10" type="CTPIN">
-      <TriggerCondition name="3MU10" triggerthreshold="MU10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU10" type="CTPIN">
-      <TriggerCondition name="4MU10" triggerthreshold="MU10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU10" type="CTPIN">
-      <TriggerCondition name="5MU10" triggerthreshold="MU10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU10" type="CTPIN">
-      <TriggerCondition name="6MU10" triggerthreshold="MU10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU10" type="CTPIN">
-      <TriggerCondition name="7MU10" triggerthreshold="MU10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU11" type="CTPIN">
-      <TriggerCondition name="1MU11" triggerthreshold="MU11" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU11" type="CTPIN">
-      <TriggerCondition name="2MU11" triggerthreshold="MU11" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU11" type="CTPIN">
-      <TriggerCondition name="3MU11" triggerthreshold="MU11" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU11" type="CTPIN">
-      <TriggerCondition name="4MU11" triggerthreshold="MU11" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU11" type="CTPIN">
-      <TriggerCondition name="5MU11" triggerthreshold="MU11" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU11" type="CTPIN">
-      <TriggerCondition name="6MU11" triggerthreshold="MU11" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU11" type="CTPIN">
-      <TriggerCondition name="7MU11" triggerthreshold="MU11" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU15" type="CTPIN">
-      <TriggerCondition name="1MU15" triggerthreshold="MU15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU15" type="CTPIN">
-      <TriggerCondition name="2MU15" triggerthreshold="MU15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU15" type="CTPIN">
-      <TriggerCondition name="3MU15" triggerthreshold="MU15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU15" type="CTPIN">
-      <TriggerCondition name="4MU15" triggerthreshold="MU15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU15" type="CTPIN">
-      <TriggerCondition name="5MU15" triggerthreshold="MU15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU15" type="CTPIN">
-      <TriggerCondition name="6MU15" triggerthreshold="MU15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU15" type="CTPIN">
-      <TriggerCondition name="7MU15" triggerthreshold="MU15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU20" type="CTPIN">
-      <TriggerCondition name="1MU20" triggerthreshold="MU20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU20" type="CTPIN">
-      <TriggerCondition name="2MU20" triggerthreshold="MU20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU20" type="CTPIN">
-      <TriggerCondition name="3MU20" triggerthreshold="MU20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU20" type="CTPIN">
-      <TriggerCondition name="4MU20" triggerthreshold="MU20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU20" type="CTPIN">
-      <TriggerCondition name="5MU20" triggerthreshold="MU20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU20" type="CTPIN">
-      <TriggerCondition name="6MU20" triggerthreshold="MU20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU20" type="CTPIN">
-      <TriggerCondition name="7MU20" triggerthreshold="MU20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU4" type="CTPIN">
-      <TriggerCondition name="1MU4" triggerthreshold="MU4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU4" type="CTPIN">
-      <TriggerCondition name="2MU4" triggerthreshold="MU4" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU4" type="CTPIN">
-      <TriggerCondition name="3MU4" triggerthreshold="MU4" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU4" type="CTPIN">
-      <TriggerCondition name="4MU4" triggerthreshold="MU4" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU4" type="CTPIN">
-      <TriggerCondition name="5MU4" triggerthreshold="MU4" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU4" type="CTPIN">
-      <TriggerCondition name="6MU4" triggerthreshold="MU4" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU4" type="CTPIN">
-      <TriggerCondition name="7MU4" triggerthreshold="MU4" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU6" type="CTPIN">
-      <TriggerCondition name="1MU6" triggerthreshold="MU6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU6" type="CTPIN">
-      <TriggerCondition name="2MU6" triggerthreshold="MU6" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU6" type="CTPIN">
-      <TriggerCondition name="3MU6" triggerthreshold="MU6" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU6" type="CTPIN">
-      <TriggerCondition name="4MU6" triggerthreshold="MU6" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU6" type="CTPIN">
-      <TriggerCondition name="5MU6" triggerthreshold="MU6" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU6" type="CTPIN">
-      <TriggerCondition name="6MU6" triggerthreshold="MU6" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU6" type="CTPIN">
-      <TriggerCondition name="7MU6" triggerthreshold="MU6" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIML1A" type="CTPIN">
-      <TriggerCondition name="1NIML1A" triggerthreshold="NIML1A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMLHCF" type="CTPIN">
-      <TriggerCondition name="1NIMLHCF" triggerthreshold="NIMLHCF" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMRPC" type="CTPIN">
-      <TriggerCondition name="1NIMRPC" triggerthreshold="NIMRPC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTGC" type="CTPIN">
-      <TriggerCondition name="1NIMTGC" triggerthreshold="NIMTGC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTRT" type="CTPIN">
-      <TriggerCondition name="1NIMTRT" triggerthreshold="NIMTRT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10" type="CTPIN">
-      <TriggerCondition name="1TE10" triggerthreshold="TE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE10.0ETA24" triggerthreshold="TE10.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE120" type="CTPIN">
-      <TriggerCondition name="1TE120" triggerthreshold="TE120" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE15.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE15.0ETA24" triggerthreshold="TE15.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE160" type="CTPIN">
-      <TriggerCondition name="1TE160" triggerthreshold="TE160" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20" type="CTPIN">
-      <TriggerCondition name="1TE20" triggerthreshold="TE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE20.0ETA24" triggerthreshold="TE20.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE25.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE25.0ETA24" triggerthreshold="TE25.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE30.0ETA24" triggerthreshold="TE30.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE35.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE35.0ETA24" triggerthreshold="TE35.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE40.0ETA24" triggerthreshold="TE40.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE45.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE45.0ETA24" triggerthreshold="TE45.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5" type="CTPIN">
-      <TriggerCondition name="1TE5" triggerthreshold="TE5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE50" type="CTPIN">
-      <TriggerCondition name="1TE50" triggerthreshold="TE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70" type="CTPIN">
-      <TriggerCondition name="1TE70" triggerthreshold="TE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE90" type="CTPIN">
-      <TriggerCondition name="1TE90" triggerthreshold="TE90" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE10" type="CTPIN">
-      <TriggerCondition name="1XE10" triggerthreshold="XE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE150" type="CTPIN">
-      <TriggerCondition name="1XE150" triggerthreshold="XE150" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE20" type="CTPIN">
-      <TriggerCondition name="1XE20" triggerthreshold="XE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE25" type="CTPIN">
-      <TriggerCondition name="1XE25" triggerthreshold="XE25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE30" type="CTPIN">
-      <TriggerCondition name="1XE30" triggerthreshold="XE30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE300" type="CTPIN">
-      <TriggerCondition name="1XE300" triggerthreshold="XE300" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35" type="CTPIN">
-      <TriggerCondition name="1XE35" triggerthreshold="XE35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40" type="CTPIN">
-      <TriggerCondition name="1XE40" triggerthreshold="XE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45" type="CTPIN">
-      <TriggerCondition name="1XE45" triggerthreshold="XE45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50" type="CTPIN">
-      <TriggerCondition name="1XE50" triggerthreshold="XE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55" type="CTPIN">
-      <TriggerCondition name="1XE55" triggerthreshold="XE55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60" type="CTPIN">
-      <TriggerCondition name="1XE60" triggerthreshold="XE60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE65" type="CTPIN">
-      <TriggerCondition name="1XE65" triggerthreshold="XE65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70" type="CTPIN">
-      <TriggerCondition name="1XE70" triggerthreshold="XE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE75" type="CTPIN">
-      <TriggerCondition name="1XE75" triggerthreshold="XE75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80" type="CTPIN">
-      <TriggerCondition name="1XE80" triggerthreshold="XE80" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS20" type="CTPIN">
-      <TriggerCondition name="1XS20" triggerthreshold="XS20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS30" type="CTPIN">
-      <TriggerCondition name="1XS30" triggerthreshold="XS30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS40" type="CTPIN">
-      <TriggerCondition name="1XS40" triggerthreshold="XS40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS45" type="CTPIN">
-      <TriggerCondition name="1XS45" triggerthreshold="XS45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS50" type="CTPIN">
-      <TriggerCondition name="1XS50" triggerthreshold="XS50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS55" type="CTPIN">
-      <TriggerCondition name="1XS55" triggerthreshold="XS55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS60" type="CTPIN">
-      <TriggerCondition name="1XS60" triggerthreshold="XS60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS65" type="CTPIN">
-      <TriggerCondition name="1XS65" triggerthreshold="XS65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZB_J75" type="CTPIN">
-      <TriggerCondition name="1ZB_J75" triggerthreshold="ZB_J75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_A" type="CTPIN">
-      <TriggerCondition name="1ZDC_A" triggerthreshold="ZDC_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_AND" type="CTPIN">
-      <TriggerCondition name="1ZDC_AND" triggerthreshold="ZDC_AND" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_C" type="CTPIN">
-      <TriggerCondition name="1ZDC_C" triggerthreshold="ZDC_C" multi="1"/>
-    </TriggerCounter>
-  </TriggerCounterList>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="BCM_AtoC" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="1" name="BCM_CtoA" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="2" name="BCM_Wide" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="4" mapping="0" name="BCM_Comb" type="BCMCMB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="0" name="BPTX0" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="1" name="BPTX1" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="0" name="CAL0" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="1" name="CAL1" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="2" name="CAL2" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL2full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="10" mapping="0" name="EM3" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM3full" phimin="0" phimax="64" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="11" mapping="1" name="EM4" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM4full" phimin="0" phimax="64" priority="1" thresholdval="4" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="12" mapping="2" name="EM5" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM5full" phimin="0" phimax="64" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="13" mapping="3" name="EM7" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM7full" phimin="0" phimax="64" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="14" mapping="4" name="EM8" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="15" mapping="5" name="EM8I" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="EM8Ifull" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="16" mapping="6" name="EM10" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM10full" phimin="0" phimax="64" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="17" mapping="7" name="EM10VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="18" mapping="8" name="EM12" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="19" mapping="9" name="EM13VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="20" mapping="10" name="EM14" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM14full" phimin="0" phimax="64" priority="1" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="21" mapping="11" name="EM15" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="22" mapping="12" name="EM15HI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM15HIfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="23" mapping="13" name="EM16" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM16full" phimin="0" phimax="64" priority="1" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="24" mapping="14" name="EM20" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="25" mapping="15" name="EM20VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="26" mapping="0" name="J5" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J5full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J5full" phimin="0" phimax="64" priority="1" thresholdval="5" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="27" mapping="1" name="J10" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J10full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J10full" phimin="0" phimax="64" priority="1" thresholdval="10" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="28" mapping="2" name="J12" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="29" mapping="3" name="J15" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="30" mapping="4" name="J20" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="31" mapping="5" name="J25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="32" mapping="6" name="J25.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="33" mapping="7" name="J30" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="34" mapping="8" name="J20.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="24" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="35" mapping="9" name="J30.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="27" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="36" mapping="10" name="JJ15.23ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="4" windowSize="SMALL"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-23" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="4" windowSize="SMALL"/>
-      <TriggerThresholdValue em_isolation="63" etamin="23" etamax="49" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="4" windowSize="SMALL"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="37" mapping="11" name="J20.28ETA31" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="-28" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="28" etamax="31" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="38" mapping="12" name="J40.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="39" mapping="13" name="J40" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="40" mapping="14" name="J50" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="41" mapping="15" name="J75" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="42" mapping="16" name="J85" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="1" thresholdval="85" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="43" mapping="17" name="J100" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="44" mapping="18" name="J175" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J175full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J175full" phimin="0" phimax="64" priority="1" thresholdval="175" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="16" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="45" mapping="19" name="J10.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J10.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J10.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="10" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J10.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="10" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="18" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="46" mapping="20" name="J15.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="20" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="47" mapping="21" name="J20.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="22" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="48" mapping="22" name="J30.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="24" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="49" mapping="23" name="J75.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="26" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="50" mapping="24" name="J100.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="28" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="51" mapping="0" name="LUCID_A" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="1" name="LUCID_C" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="53" mapping="0" name="MBTS_A" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="54" mapping="1" name="MBTS_C" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="0" name="MBTS_A0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="1" name="MBTS_A1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="2" name="MBTS_A2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="3" name="MBTS_A3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="4" name="MBTS_A4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="60" mapping="5" name="MBTS_A5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="61" mapping="6" name="MBTS_A6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="62" mapping="7" name="MBTS_A7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="63" mapping="8" name="MBTS_A8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="64" mapping="9" name="MBTS_A10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="10" name="MBTS_A12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="66" mapping="11" name="MBTS_A14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="67" mapping="12" name="MBTS_C0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="13" name="MBTS_C1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="69" mapping="14" name="MBTS_C2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="70" mapping="15" name="MBTS_C3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="71" mapping="16" name="MBTS_C4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="72" mapping="17" name="MBTS_C5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="73" mapping="18" name="MBTS_C6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="74" mapping="19" name="MBTS_C7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="75" mapping="20" name="MBTS_C8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="76" mapping="21" name="MBTS_C10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="77" mapping="22" name="MBTS_C12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="23" name="MBTS_C14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="79" mapping="0" name="MU4" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU4full" phimin="0" phimax="64" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="80" mapping="1" name="MU6" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU6full" phimin="0" phimax="64" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="81" mapping="2" name="MU10" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="82" mapping="3" name="MU11" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU11full" phimin="0" phimax="64" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="83" mapping="4" name="MU15" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="84" mapping="5" name="MU20" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="0" name="NIML1A" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIML1Afull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="86" mapping="1" name="NIMLHCF" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMLHCFfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="12" name="NIMTGC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTGCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="13" name="NIMRPC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMRPCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="14" name="NIMTRT" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTRTfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="90" mapping="0" name="HA8" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="91" mapping="1" name="HA12" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="92" mapping="2" name="HA12IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA12ILfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="93" mapping="3" name="HA12IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA12IMfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="94" mapping="4" name="HA12IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA12ITfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="95" mapping="5" name="HA15" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="96" mapping="6" name="HA20" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="97" mapping="7" name="HA20IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA20ILfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="98" mapping="8" name="HA20IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA20IMfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="99" mapping="9" name="HA20IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA20ITfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="100" mapping="10" name="HA25" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="101" mapping="11" name="HA25IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA25ITfull" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="102" mapping="12" name="HA30" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="103" mapping="13" name="HA40" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="104" mapping="14" name="HA60" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA60full" phimin="0" phimax="64" priority="1" thresholdval="60" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="105" mapping="15" name="HA100" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="0" name="TE5" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5full" phimin="0" phimax="64" priority="0" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="107" mapping="1" name="TE10" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="2" name="TE20" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="3" name="TE50" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="4" name="TE70" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="111" mapping="5" name="TE90" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE90full" phimin="0" phimax="64" priority="0" thresholdval="90" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="112" mapping="6" name="TE120" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE120full" phimin="0" phimax="64" priority="0" thresholdval="120" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="113" mapping="7" name="TE160" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE160full" phimin="0" phimax="64" priority="0" thresholdval="160" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="114" mapping="8" name="TE10.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="115" mapping="9" name="TE15.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE15.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE15.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="116" mapping="10" name="TE20.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="11" name="TE25.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE25.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE25.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="12" name="TE30.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="13" name="TE35.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE35.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE35.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="35" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="14" name="TE40.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="15" name="TE45.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE45.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE45.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="45" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="0" name="900INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="1" name="800INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="124" mapping="2" name="700INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="125" mapping="3" name="500INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="126" mapping="4" name="400INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="127" mapping="5" name="300INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="128" mapping="6" name="200INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="129" mapping="7" name="100INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="130" mapping="9" name="HT150-J20s5.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="131" mapping="10" name="HT190-J15s5.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="132" mapping="11" name="1INVM5-EMs1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="133" mapping="12" name="1INVM5-EM7s1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="12" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="134" mapping="13" name="1INVM5-EM12s1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="135" mapping="14" name="05MINDPHI-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="136" mapping="15" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="137" mapping="18" name="1DISAMB-EM15his2-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="138" mapping="19" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="139" mapping="20" name="2INVM9-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="140" mapping="22" name="2INVM8-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="141" mapping="24" name="5DETA99-5DPHI99-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="142" mapping="25" name="5DETA99-5DPHI99-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="143" mapping="26" name="1DISAMB-TAU20abi-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="144" mapping="27" name="0DR28-MU10ab-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="145" mapping="28" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="28" range_end="28" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="146" mapping="31" name="DISAMB-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="147" mapping="32" name="05MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="148" mapping="33" name="25MT-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="149" mapping="35" name="35MT-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="150" mapping="37" name="10MINDPHI-J20s2-XE30" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="151" mapping="38" name="10MINDPHI-J20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="152" mapping="39" name="100RATIO-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="153" mapping="40" name="NOT-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="154" mapping="41" name="LAR-EM50s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="155" mapping="42" name="LAR-J100s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="156" mapping="43" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="157" mapping="45" name="35MT-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="158" mapping="46" name="15MINDPHI-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="159" mapping="47" name="15MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="160" mapping="48" name="DISAMB-30INVM-EM20his2-TAU12ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="161" mapping="52" name="0DR22-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="162" mapping="53" name="7INVM15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="163" mapping="54" name="0DR22-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="164" mapping="55" name="0DR15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="165" mapping="56" name="0DR24-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="166" mapping="57" name="0DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="167" mapping="58" name="2INVM9-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="168" mapping="59" name="2INVM9-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="169" mapping="64" name="05MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="170" mapping="65" name="10MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="171" mapping="66" name="15MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="172" mapping="67" name="0DR04-MU4ab-CJ15ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="173" mapping="68" name="0DR04-MU4ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="174" mapping="69" name="0DR04-MU4ab-CJ30ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="175" mapping="70" name="0DR04-MU6ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="176" mapping="71" name="0DR04-MU6ab-CJ25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="177" mapping="72" name="10MINDPHI-CJ20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="178" mapping="73" name="0DR24-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="179" mapping="75" name="MULT-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="11" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="180" mapping="77" name="MULT-CMU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="13" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="181" mapping="80" name="KF-XE40-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="182" mapping="81" name="KF-XE50-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="183" mapping="82" name="KF-XE55-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="184" mapping="83" name="KF-XE60-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="185" mapping="84" name="KF-XE65-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="186" mapping="85" name="KF-XE75-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="187" mapping="86" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="188" mapping="87" name="HT190-AJ15all.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="189" mapping="88" name="HT150-AJ20all.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="190" mapping="89" name="HT150-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="191" mapping="90" name="HT20-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="192" mapping="93" name="05RATIO-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="193" mapping="95" name="90RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="194" mapping="99" name="0DETA04-0DPHI03-EM8abi-MU10ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="195" mapping="100" name="0DETA04-0DPHI03-EM15abi-MUab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="196" mapping="101" name="0DR24-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="197" mapping="103" name="2INVM8-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="198" mapping="105" name="10MINDPHI-AJ20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="199" mapping="106" name="LATE-MU10s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="200" mapping="107" name="SC111-CJ15ab.ETA26" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="201" mapping="108" name="SC85-CJ15ab.ETA26" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="12" range_end="12" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="202" mapping="112" name="250RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="203" mapping="113" name="10MINDPHI-J20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="204" mapping="114" name="0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="205" mapping="115" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="206" mapping="116" name="1DISAMB-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="207" mapping="117" name="0DR10-MU10ab-MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="208" mapping="118" name="2DR99-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="209" mapping="119" name="0DR34-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="210" mapping="120" name="2DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="211" mapping="121" name="0DR15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="212" mapping="122" name="0DR25-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="213" mapping="123" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="214" mapping="124" name="8INVM15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="28" range_end="28" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="215" mapping="125" name="8INVM15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="216" mapping="126" name="2INVM8-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="30" range_end="30" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="217" mapping="127" name="2INVM8-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="218" mapping="0" name="XE10" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="219" mapping="1" name="XE20" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="220" mapping="2" name="XE25" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE25full" phimin="0" phimax="64" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="221" mapping="3" name="XE30" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="222" mapping="4" name="XE35" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="223" mapping="5" name="XE40" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="224" mapping="6" name="XE45" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="225" mapping="7" name="XE50" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="226" mapping="8" name="XE55" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="227" mapping="9" name="XE60" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="228" mapping="10" name="XE65" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="229" mapping="11" name="XE70" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="230" mapping="12" name="XE75" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE75full" phimin="0" phimax="64" priority="0" thresholdval="75" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="231" mapping="13" name="XE80" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80full" phimin="0" phimax="64" priority="0" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="232" mapping="14" name="XE150" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE150full" phimin="0" phimax="64" priority="0" thresholdval="150" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="233" mapping="15" name="XE300" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE300full" phimin="0" phimax="64" priority="0" thresholdval="300" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="234" mapping="0" name="XS20" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="235" mapping="1" name="XS30" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="236" mapping="2" name="XS40" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="237" mapping="3" name="XS45" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="238" mapping="4" name="XS50" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="239" mapping="5" name="XS55" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="240" mapping="6" name="XS60" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="241" mapping="7" name="XS65" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="242" mapping="0" name="ZB_J75" type="ZB" input="ctpin" seed="J75" seed_multi="1" bcdelay="3564" version="1">
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="243" mapping="0" name="ZDC_A" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="244" mapping="1" name="ZDC_C" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="245" mapping="2" name="ZDC_AND" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name0="Random0" cut0="1" name1="Random1" cut1="1" name2="Random2" cut2="1" name3="Random3" cut3="1"/>
-  <BunchGroupSet name="MC" menuPartition="0">
-    <BunchGroup internalNumber="0" name="BCRVeto">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="Calib"/>
-    <BunchGroup internalNumber="3" name="Empty"/>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1"/>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2"/>
-    <BunchGroup internalNumber="6" name="FirstEmpty"/>
-    <BunchGroup internalNumber="7" name="InTrain">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="8" name="NotUsed"/>
-    <BunchGroup internalNumber="9" name="NotUsed"/>
-    <BunchGroup internalNumber="10" name="NotUsed"/>
-    <BunchGroup internalNumber="11" name="NotUsed"/>
-    <BunchGroup internalNumber="12" name="NotUsed"/>
-    <BunchGroup internalNumber="13" name="NotUsed"/>
-    <BunchGroup internalNumber="14" name="NotUsed"/>
-    <BunchGroup internalNumber="15" name="NotUsed"/>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01"/>
-  <CaloInfo name="CaloInfo" global_em_scale="2" global_jet_scale="1">
-    <METSignificance xeMin="11" xeMax="63" teSqrtMin="4" teSqrtMax="63" xsSigmaScale="1150" xsSigmaOffset="1640"/>
-    <Isolation thrtype="HAIsoForEMthr">
-      <Parametrization isobit="1" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForEMthr">
-      <Parametrization isobit="1" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForTAUthr">
-      <Parametrization isobit="1" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="20" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="15" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="40" slope="0" mincut="0" upperlimit="124" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <MinimumTOBPt thrtype="EM" ptmin="7" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="TAU" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETS" window="4" ptmin="10" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETL" window="8" ptmin="10" etamin="-49" etamax="49" priority="0"/>
-  </CaloInfo>
-  <MuctpiInfo name="muctpi" low_pt="1" high_pt="1" max_cand="13"/>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_pp_v2.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_pp_v2.xml
deleted file mode 100644
index c404934a06b3fa895e202c77c965a7e925333e03..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_pp_v2.xml
+++ /dev/null
@@ -1,4375 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config id="1" name="MC_pp_v2">
-  <!--File is auto-generated by python config class, may be overwritten-->
-  <!--No. L1 thresholds defined: 127-->
-  <!--No. L1 items defined: 250-->
-  <TriggerMenu id="1" name="MC_pp_v2" phase="lumi" version="1">
-    <TriggerItem comment="" ctpid="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="1" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="2" definition="(EM7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="3" definition="(EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="179" definition="(EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="5" definition="(EM14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="4" definition="(EM16[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16_x1" triggerthreshold="EM16"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="85" definition="(EM30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM30_x1" triggerthreshold="EM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="10" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="11" definition="(EM5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="9" definition="(EM7[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="178" definition="(EM14[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM14" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM14_x2" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="185" definition="(EM10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM10_x2" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="239" definition="(EM5[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM5_x3" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="30" definition="(EM3[x2]&amp;EM7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="53" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM3_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="221" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_EM3_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="176" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="58" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_EM3_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="177" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM3_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="224" definition="(EM3[x2]&amp;EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="144" definition="(EM5[x2]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="231" definition="(EM5[x3]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM5_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM5_x3" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="202" definition="(EM7[x2]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM7_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="89" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="90" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="91" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="93" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU11" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="88" definition="(MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU15" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="92" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU20" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="94" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="71" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="72" definition="(MU10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="76" definition="(MU0[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU0" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU0_x3" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="200" definition="(MU6[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="52" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU0_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="219" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU0_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="162" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="160" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="28" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_2MU6_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="36" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_2MU6_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="27" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU6_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="26" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="165" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="164" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU10_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="163" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU0_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="105" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU10_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="106" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="166" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU11_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="48" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU10_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="161" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU20_FIRSTEMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="14" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU0_J15_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="7" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU0_J15_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="13" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_J15_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="12" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_J15_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="64" definition="(HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="65" definition="(HA6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="66" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="67" definition="(HA50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA50_x1" triggerthreshold="HA50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="69" definition="(HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="73" definition="(HA20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="74" definition="(HA30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="110" definition="(HA6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA6_x2" triggerthreshold="HA6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="95" definition="(HA11[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="136" definition="(HA15[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="68" definition="(HA11[x2]&amp;HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="75" definition="(HA15[x2]&amp;HA20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU15_TAU20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="25" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_TAU8_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="222" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_TAU8_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="152" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_TAU8_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="59" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_TAU8_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="97" definition="(J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="98" definition="(J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="96" definition="(J20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="99" definition="(J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="102" definition="(J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="100" definition="(J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="103" definition="(J175[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J175" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J175_x1" triggerthreshold="J175"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="111" definition="(J250[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J250" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J250_x1" triggerthreshold="J250"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="23" definition="(J10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="223" definition="(J10[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J10_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="171" definition="(J10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="172" definition="(J30[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="159" definition="(J30[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J30_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="169" definition="(J30[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J30_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="156" definition="(J10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="157" definition="(J30[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="127" definition="(J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="220" definition="(J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="184" definition="(J20[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="186" definition="(J50[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="134" definition="(J75[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J75_x3" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="34" definition="(J10[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="104" definition="(J20[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="16" definition="(J30[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J30_x4" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="188" definition="(J10[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J10_x5" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="158" definition="(J20[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J20_x5" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="86" definition="(J10[x6]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_6J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="6" name="J10_x6" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="56" definition="(J10[x3]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="187" definition="(J15[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="43" definition="(J10[x2]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="114" definition="(J10[x2]&amp;J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J75" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="57" definition="(J15[x2]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="119" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="120" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="126" definition="((JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="128" definition="((JF75[x1]|JB75[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ75" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF75_x1" triggerthreshold="JF75"/>
-          <TriggerCondition multi="1" name="JB75_x1" triggerthreshold="JB75"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="24" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_FJ10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="175" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_FJ10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="61" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_FJ10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="124" definition="(JF10[x1]&amp;JB10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-        <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="125" definition="(JF30[x1]&amp;JB30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-        <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="123" definition="(JF50[x1]&amp;JB50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-        <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="54" definition="(J10[x1]&amp;(JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10_FJ10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="130" definition="(J30[x1]&amp;(JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_FJ30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="168" definition="(J50[x1]&amp;(JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_FJ50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="146" definition="(JE100[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE100" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE100_x1" triggerthreshold="JE100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="147" definition="(JE140[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE140" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE140_x1" triggerthreshold="JE140"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="148" definition="(JE200[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE200" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE200_x1" triggerthreshold="JE200"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="129" definition="(XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="131" definition="(XE60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="133" definition="(XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="115" definition="(XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="135" definition="(XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="116" definition="(XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="117" definition="(XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="118" definition="(XE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="138" definition="(TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="141" definition="(TE180[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE180" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE180_x1" triggerthreshold="TE180"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="140" definition="(TE300[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE300" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE300_x1" triggerthreshold="TE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="167" definition="(TE400[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE400" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE400_x1" triggerthreshold="TE400"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="229" definition="(TE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE500" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE500_x1" triggerthreshold="TE500"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="70" definition="(HA8[x2]&amp;HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="32" definition="(HA11[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="38" definition="(HA6[x2]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU6_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA6_x2" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="122" definition="(HA8[x2]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="113" definition="(HA11[x2]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_EM10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="47" definition="(HA6[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="39" definition="(HA6[x1]&amp;J50[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_J50_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="198" definition="(HA6[x1]&amp;XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="121" definition="(HA8[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="194" definition="(HA11[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="132" definition="(HA11[x1]&amp;XE10[x1]&amp;J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XE10_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="33" definition="(HA15[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="101" definition="(HA15[x1]&amp;XE10[x1]&amp;J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE10_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="107" definition="(MU0[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J10" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="244" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J15" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="51" definition="(MU0[x1]&amp;J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="55" definition="(MU0[x1]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J50" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="252" definition="(MU0[x1]&amp;J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J75" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="143" definition="(MU0[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_MU0" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="250" definition="(MU6[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_MU6" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="154" definition="(MU6[x2]&amp;EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_2MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="155" definition="(MU10[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_J10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="77" definition="(MU0[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="84" definition="(MU0[x1]&amp;J20[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J20_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="211" definition="(MU10[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="42" definition="(J10[x2]&amp;J30[x1]&amp;JE140[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J30_JE140" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="JE140_x1" triggerthreshold="JE140"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="201" definition="(J50[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="170" definition="(J50[x1]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="37" definition="(J30[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="35" definition="(J50[x1]&amp;XS25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XS25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XS25_x1" triggerthreshold="XS25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="20" definition="(J50[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="213" definition="(J20[x2]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J20_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="207" definition="(J30[x2]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J30_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J30_x2" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="212" definition="(J30[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE40" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="41" definition="(EM5[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="182" definition="(EM5[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="40" definition="(EM10[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="225" definition="(EM10[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="208" definition="(EM10[x1]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10_XE30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="243" definition="(EM5[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="6" definition="(EM14[x1]&amp;XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14_XE10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="183" definition="(EM14[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="17" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD0_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="18" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_RD0_FIRSTEMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="19" definition="(RNDM0&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_RD0_UNPAIRED_ISO" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="62" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD0_EMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="63" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD1_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="199" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD1_EMPTY" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="218" definition="(BCM_Comb[x7]&amp;BGRP0)" group="0" name="L1_BCM_HT_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="217" definition="(BCM_Wide[x1]&amp;BGRP0)" group="0" name="L1_BCM_Wide_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="216" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" group="0" name="L1_BCM_AC_CA_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="180" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_Wide_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="174" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_Wide_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="205" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_BCM_Wide_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="145" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_AC_CA_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="193" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="190" definition="(ZDC_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="191" definition="(ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="192" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="197" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="181" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_AND_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="234" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="196" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="195" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="227" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="15" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_4_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="206" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="21" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_4_4_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="214" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="215" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="249" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_COMM" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="245" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="232" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="233" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_COMM_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="238" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="203" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="204" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_LUCID_A_C_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="240" definition="(ZB_EM14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZB" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM14_x1" triggerthreshold="ZB_EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="241" definition="(BPTX0[x1]&amp;BGRP0)" group="0" name="L1_BPTX0_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="242" definition="(BPTX1[x1]&amp;BGRP0)" group="0" name="L1_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="253" definition="(NIM28[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ0" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="254" definition="(NIM29[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ1" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="255" definition="(NIM30[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ2" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="82" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C19" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="83" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C20" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="78" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_TRT" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="79" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_L1A_Mon" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="235" definition="((((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;(MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1]))|BCM_Wide[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBLZ" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <AND>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-              <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-            </OR>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-              <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-            </OR>
-          </AND>
-          <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="22" definition="(XS15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS15_x1" triggerthreshold="XS15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="44" definition="(XS20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="49" definition="(XS25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS25_x1" triggerthreshold="XS25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="50" definition="(XS30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="81" definition="(XS35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="112" definition="(XS40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="153" definition="(XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS45" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="142" definition="(XS50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="210" definition="(MU6[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="236" definition="(EM5[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="237" definition="(MU6[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="45" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ALFA_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="46" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ALFA_BGRP7" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="109" definition="((MBTS_A[x2]|MBTS_C[x2])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MBTS_2_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="108" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="60" definition="BGRP7" group="0" name="L1_BGRP7" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP7"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="149" definition="(EM10[x1]&amp;XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10_XS45" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="150" definition="(EM10[x1]&amp;XS50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10_XS50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="31" definition="(HA11[x1]&amp;XS30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XS30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="80" definition="(HA11[x1]&amp;XS35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XS35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="8" definition="(HA15[x1]&amp;XS35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XS35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="247" definition="(HA11[x1]&amp;J10[x2]&amp;J20[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_2J10_J20_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="29" definition="(MU6[x2]&amp;EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6_EM5" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="87" definition="(HA11I[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11I_x2" triggerthreshold="HA11I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="137" definition="(HA6[x2]&amp;EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU6_EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA6_x2" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="139" definition="(EM3[x2]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="151" definition="(EM5[x2]&amp;EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="173" definition="(J50[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE40" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="189" definition="(MU0[x2]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0_XE20" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="209" definition="(MU0[x2]&amp;XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0_XE25" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="MC_pp_v2_default_prescale" version="1">
-    <Prescale ctpid="0" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="1" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="2" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="3" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="4" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="5" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="6" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="7" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="8" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="9" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="10" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="11" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="12" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="13" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="14" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="15" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="16" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="17" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="18" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="19" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="20" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="21" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="22" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="23" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="24" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="25" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="26" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="27" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="28" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="29" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="30" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="31" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="32" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="33" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="34" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="35" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="36" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="37" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="38" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="39" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="40" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="41" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="42" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="43" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="44" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="45" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="46" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="47" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="48" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="49" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="50" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="51" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="52" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="53" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="54" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="55" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="56" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="57" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="58" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="59" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="60" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="61" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="62" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="63" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="64" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="65" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="66" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="67" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="68" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="69" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="70" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="71" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="72" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="73" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="74" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="75" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="76" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="77" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="78" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="79" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="80" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="81" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="82" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="83" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="84" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="85" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="86" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="87" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="88" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="89" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="90" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="91" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="92" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="93" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="94" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="95" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="96" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="97" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="98" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="99" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="100" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="101" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="102" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="103" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="104" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="105" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="106" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="107" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="108" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="109" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="110" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="111" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="112" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="113" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="114" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="115" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="116" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="117" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="118" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="119" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="120" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="121" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="122" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="123" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="124" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="125" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="126" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="127" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="128" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="129" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="130" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="131" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="132" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="133" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="134" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="135" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="136" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="137" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="138" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="139" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="140" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="141" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="142" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="143" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="144" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="145" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="146" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="147" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="148" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="149" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="150" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="151" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="152" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="153" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="154" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="155" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="156" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="157" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="158" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="159" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="160" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="161" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="162" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="163" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="164" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="165" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="166" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="167" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="168" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="169" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="170" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="171" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="172" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="173" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="174" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="175" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="176" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="177" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="178" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="179" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="180" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="181" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="182" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="183" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="184" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="185" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="186" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="187" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="188" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="189" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="190" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="191" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="192" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="193" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="194" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="195" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="196" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="197" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="198" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="199" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="200" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="201" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="202" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="203" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="204" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="205" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="206" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="207" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="208" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="209" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="210" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="211" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="212" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="213" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="214" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="215" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="216" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="217" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="218" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="219" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="220" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="221" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="222" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="223" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="224" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="225" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="226" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="227" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="228" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="229" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="230" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="231" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="232" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="233" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="234" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="235" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="236" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="237" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="238" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="239" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="240" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="241" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="242" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="243" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="244" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="245" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="246" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="247" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="248" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="249" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="250" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="251" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="252" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="253" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="254" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="255" d="0" m="0" n="1">
-      1
-    </Prescale>
-  </PrescaleSet>
-  <PrioritySet name="standard" version="1">
-    <Priority ctpid="0">
-      HIGH
-    </Priority>
-    <Priority ctpid="1">
-      HIGH
-    </Priority>
-    <Priority ctpid="2">
-      HIGH
-    </Priority>
-    <Priority ctpid="3">
-      HIGH
-    </Priority>
-    <Priority ctpid="4">
-      HIGH
-    </Priority>
-    <Priority ctpid="5">
-      HIGH
-    </Priority>
-    <Priority ctpid="6">
-      HIGH
-    </Priority>
-    <Priority ctpid="7">
-      HIGH
-    </Priority>
-    <Priority ctpid="8">
-      HIGH
-    </Priority>
-    <Priority ctpid="9">
-      HIGH
-    </Priority>
-    <Priority ctpid="10">
-      HIGH
-    </Priority>
-    <Priority ctpid="11">
-      HIGH
-    </Priority>
-    <Priority ctpid="12">
-      HIGH
-    </Priority>
-    <Priority ctpid="13">
-      HIGH
-    </Priority>
-    <Priority ctpid="14">
-      HIGH
-    </Priority>
-    <Priority ctpid="15">
-      HIGH
-    </Priority>
-    <Priority ctpid="16">
-      HIGH
-    </Priority>
-    <Priority ctpid="17">
-      HIGH
-    </Priority>
-    <Priority ctpid="18">
-      HIGH
-    </Priority>
-    <Priority ctpid="19">
-      HIGH
-    </Priority>
-    <Priority ctpid="20">
-      HIGH
-    </Priority>
-    <Priority ctpid="21">
-      HIGH
-    </Priority>
-    <Priority ctpid="22">
-      HIGH
-    </Priority>
-    <Priority ctpid="23">
-      HIGH
-    </Priority>
-    <Priority ctpid="24">
-      HIGH
-    </Priority>
-    <Priority ctpid="25">
-      HIGH
-    </Priority>
-    <Priority ctpid="26">
-      HIGH
-    </Priority>
-    <Priority ctpid="27">
-      HIGH
-    </Priority>
-    <Priority ctpid="28">
-      HIGH
-    </Priority>
-    <Priority ctpid="29">
-      HIGH
-    </Priority>
-    <Priority ctpid="30">
-      HIGH
-    </Priority>
-    <Priority ctpid="31">
-      HIGH
-    </Priority>
-    <Priority ctpid="32">
-      HIGH
-    </Priority>
-    <Priority ctpid="33">
-      HIGH
-    </Priority>
-    <Priority ctpid="34">
-      HIGH
-    </Priority>
-    <Priority ctpid="35">
-      HIGH
-    </Priority>
-    <Priority ctpid="36">
-      HIGH
-    </Priority>
-    <Priority ctpid="37">
-      HIGH
-    </Priority>
-    <Priority ctpid="38">
-      HIGH
-    </Priority>
-    <Priority ctpid="39">
-      HIGH
-    </Priority>
-    <Priority ctpid="40">
-      HIGH
-    </Priority>
-    <Priority ctpid="41">
-      HIGH
-    </Priority>
-    <Priority ctpid="42">
-      HIGH
-    </Priority>
-    <Priority ctpid="43">
-      HIGH
-    </Priority>
-    <Priority ctpid="44">
-      HIGH
-    </Priority>
-    <Priority ctpid="45">
-      HIGH
-    </Priority>
-    <Priority ctpid="46">
-      HIGH
-    </Priority>
-    <Priority ctpid="47">
-      HIGH
-    </Priority>
-    <Priority ctpid="48">
-      HIGH
-    </Priority>
-    <Priority ctpid="49">
-      HIGH
-    </Priority>
-    <Priority ctpid="50">
-      HIGH
-    </Priority>
-    <Priority ctpid="51">
-      HIGH
-    </Priority>
-    <Priority ctpid="52">
-      HIGH
-    </Priority>
-    <Priority ctpid="53">
-      HIGH
-    </Priority>
-    <Priority ctpid="54">
-      HIGH
-    </Priority>
-    <Priority ctpid="55">
-      HIGH
-    </Priority>
-    <Priority ctpid="56">
-      HIGH
-    </Priority>
-    <Priority ctpid="57">
-      HIGH
-    </Priority>
-    <Priority ctpid="58">
-      HIGH
-    </Priority>
-    <Priority ctpid="59">
-      HIGH
-    </Priority>
-    <Priority ctpid="60">
-      HIGH
-    </Priority>
-    <Priority ctpid="61">
-      HIGH
-    </Priority>
-    <Priority ctpid="62">
-      HIGH
-    </Priority>
-    <Priority ctpid="63">
-      HIGH
-    </Priority>
-    <Priority ctpid="64">
-      HIGH
-    </Priority>
-    <Priority ctpid="65">
-      HIGH
-    </Priority>
-    <Priority ctpid="66">
-      HIGH
-    </Priority>
-    <Priority ctpid="67">
-      HIGH
-    </Priority>
-    <Priority ctpid="68">
-      HIGH
-    </Priority>
-    <Priority ctpid="69">
-      HIGH
-    </Priority>
-    <Priority ctpid="70">
-      HIGH
-    </Priority>
-    <Priority ctpid="71">
-      HIGH
-    </Priority>
-    <Priority ctpid="72">
-      HIGH
-    </Priority>
-    <Priority ctpid="73">
-      HIGH
-    </Priority>
-    <Priority ctpid="74">
-      HIGH
-    </Priority>
-    <Priority ctpid="75">
-      HIGH
-    </Priority>
-    <Priority ctpid="76">
-      HIGH
-    </Priority>
-    <Priority ctpid="77">
-      HIGH
-    </Priority>
-    <Priority ctpid="78">
-      HIGH
-    </Priority>
-    <Priority ctpid="79">
-      HIGH
-    </Priority>
-    <Priority ctpid="80">
-      HIGH
-    </Priority>
-    <Priority ctpid="81">
-      HIGH
-    </Priority>
-    <Priority ctpid="82">
-      HIGH
-    </Priority>
-    <Priority ctpid="83">
-      HIGH
-    </Priority>
-    <Priority ctpid="84">
-      HIGH
-    </Priority>
-    <Priority ctpid="85">
-      HIGH
-    </Priority>
-    <Priority ctpid="86">
-      HIGH
-    </Priority>
-    <Priority ctpid="87">
-      HIGH
-    </Priority>
-    <Priority ctpid="88">
-      HIGH
-    </Priority>
-    <Priority ctpid="89">
-      HIGH
-    </Priority>
-    <Priority ctpid="90">
-      HIGH
-    </Priority>
-    <Priority ctpid="91">
-      HIGH
-    </Priority>
-    <Priority ctpid="92">
-      HIGH
-    </Priority>
-    <Priority ctpid="93">
-      HIGH
-    </Priority>
-    <Priority ctpid="94">
-      HIGH
-    </Priority>
-    <Priority ctpid="95">
-      HIGH
-    </Priority>
-    <Priority ctpid="96">
-      HIGH
-    </Priority>
-    <Priority ctpid="97">
-      HIGH
-    </Priority>
-    <Priority ctpid="98">
-      HIGH
-    </Priority>
-    <Priority ctpid="99">
-      HIGH
-    </Priority>
-    <Priority ctpid="100">
-      HIGH
-    </Priority>
-    <Priority ctpid="101">
-      HIGH
-    </Priority>
-    <Priority ctpid="102">
-      HIGH
-    </Priority>
-    <Priority ctpid="103">
-      HIGH
-    </Priority>
-    <Priority ctpid="104">
-      HIGH
-    </Priority>
-    <Priority ctpid="105">
-      HIGH
-    </Priority>
-    <Priority ctpid="106">
-      HIGH
-    </Priority>
-    <Priority ctpid="107">
-      HIGH
-    </Priority>
-    <Priority ctpid="108">
-      HIGH
-    </Priority>
-    <Priority ctpid="109">
-      HIGH
-    </Priority>
-    <Priority ctpid="110">
-      HIGH
-    </Priority>
-    <Priority ctpid="111">
-      HIGH
-    </Priority>
-    <Priority ctpid="112">
-      HIGH
-    </Priority>
-    <Priority ctpid="113">
-      HIGH
-    </Priority>
-    <Priority ctpid="114">
-      HIGH
-    </Priority>
-    <Priority ctpid="115">
-      HIGH
-    </Priority>
-    <Priority ctpid="116">
-      HIGH
-    </Priority>
-    <Priority ctpid="117">
-      HIGH
-    </Priority>
-    <Priority ctpid="118">
-      HIGH
-    </Priority>
-    <Priority ctpid="119">
-      HIGH
-    </Priority>
-    <Priority ctpid="120">
-      HIGH
-    </Priority>
-    <Priority ctpid="121">
-      HIGH
-    </Priority>
-    <Priority ctpid="122">
-      HIGH
-    </Priority>
-    <Priority ctpid="123">
-      HIGH
-    </Priority>
-    <Priority ctpid="124">
-      HIGH
-    </Priority>
-    <Priority ctpid="125">
-      HIGH
-    </Priority>
-    <Priority ctpid="126">
-      HIGH
-    </Priority>
-    <Priority ctpid="127">
-      HIGH
-    </Priority>
-    <Priority ctpid="128">
-      HIGH
-    </Priority>
-    <Priority ctpid="129">
-      HIGH
-    </Priority>
-    <Priority ctpid="130">
-      HIGH
-    </Priority>
-    <Priority ctpid="131">
-      HIGH
-    </Priority>
-    <Priority ctpid="132">
-      HIGH
-    </Priority>
-    <Priority ctpid="133">
-      HIGH
-    </Priority>
-    <Priority ctpid="134">
-      HIGH
-    </Priority>
-    <Priority ctpid="135">
-      HIGH
-    </Priority>
-    <Priority ctpid="136">
-      HIGH
-    </Priority>
-    <Priority ctpid="137">
-      HIGH
-    </Priority>
-    <Priority ctpid="138">
-      HIGH
-    </Priority>
-    <Priority ctpid="139">
-      HIGH
-    </Priority>
-    <Priority ctpid="140">
-      HIGH
-    </Priority>
-    <Priority ctpid="141">
-      HIGH
-    </Priority>
-    <Priority ctpid="142">
-      HIGH
-    </Priority>
-    <Priority ctpid="143">
-      HIGH
-    </Priority>
-    <Priority ctpid="144">
-      HIGH
-    </Priority>
-    <Priority ctpid="145">
-      HIGH
-    </Priority>
-    <Priority ctpid="146">
-      HIGH
-    </Priority>
-    <Priority ctpid="147">
-      HIGH
-    </Priority>
-    <Priority ctpid="148">
-      HIGH
-    </Priority>
-    <Priority ctpid="149">
-      HIGH
-    </Priority>
-    <Priority ctpid="150">
-      HIGH
-    </Priority>
-    <Priority ctpid="151">
-      HIGH
-    </Priority>
-    <Priority ctpid="152">
-      HIGH
-    </Priority>
-    <Priority ctpid="153">
-      HIGH
-    </Priority>
-    <Priority ctpid="154">
-      HIGH
-    </Priority>
-    <Priority ctpid="155">
-      HIGH
-    </Priority>
-    <Priority ctpid="156">
-      HIGH
-    </Priority>
-    <Priority ctpid="157">
-      HIGH
-    </Priority>
-    <Priority ctpid="158">
-      HIGH
-    </Priority>
-    <Priority ctpid="159">
-      HIGH
-    </Priority>
-    <Priority ctpid="160">
-      HIGH
-    </Priority>
-    <Priority ctpid="161">
-      HIGH
-    </Priority>
-    <Priority ctpid="162">
-      HIGH
-    </Priority>
-    <Priority ctpid="163">
-      HIGH
-    </Priority>
-    <Priority ctpid="164">
-      HIGH
-    </Priority>
-    <Priority ctpid="165">
-      HIGH
-    </Priority>
-    <Priority ctpid="166">
-      HIGH
-    </Priority>
-    <Priority ctpid="167">
-      HIGH
-    </Priority>
-    <Priority ctpid="168">
-      HIGH
-    </Priority>
-    <Priority ctpid="169">
-      HIGH
-    </Priority>
-    <Priority ctpid="170">
-      HIGH
-    </Priority>
-    <Priority ctpid="171">
-      HIGH
-    </Priority>
-    <Priority ctpid="172">
-      HIGH
-    </Priority>
-    <Priority ctpid="173">
-      HIGH
-    </Priority>
-    <Priority ctpid="174">
-      HIGH
-    </Priority>
-    <Priority ctpid="175">
-      HIGH
-    </Priority>
-    <Priority ctpid="176">
-      HIGH
-    </Priority>
-    <Priority ctpid="177">
-      HIGH
-    </Priority>
-    <Priority ctpid="178">
-      HIGH
-    </Priority>
-    <Priority ctpid="179">
-      HIGH
-    </Priority>
-    <Priority ctpid="180">
-      HIGH
-    </Priority>
-    <Priority ctpid="181">
-      HIGH
-    </Priority>
-    <Priority ctpid="182">
-      HIGH
-    </Priority>
-    <Priority ctpid="183">
-      HIGH
-    </Priority>
-    <Priority ctpid="184">
-      HIGH
-    </Priority>
-    <Priority ctpid="185">
-      HIGH
-    </Priority>
-    <Priority ctpid="186">
-      HIGH
-    </Priority>
-    <Priority ctpid="187">
-      HIGH
-    </Priority>
-    <Priority ctpid="188">
-      HIGH
-    </Priority>
-    <Priority ctpid="189">
-      HIGH
-    </Priority>
-    <Priority ctpid="190">
-      HIGH
-    </Priority>
-    <Priority ctpid="191">
-      HIGH
-    </Priority>
-    <Priority ctpid="192">
-      HIGH
-    </Priority>
-    <Priority ctpid="193">
-      HIGH
-    </Priority>
-    <Priority ctpid="194">
-      HIGH
-    </Priority>
-    <Priority ctpid="195">
-      HIGH
-    </Priority>
-    <Priority ctpid="196">
-      HIGH
-    </Priority>
-    <Priority ctpid="197">
-      HIGH
-    </Priority>
-    <Priority ctpid="198">
-      HIGH
-    </Priority>
-    <Priority ctpid="199">
-      HIGH
-    </Priority>
-    <Priority ctpid="200">
-      HIGH
-    </Priority>
-    <Priority ctpid="201">
-      HIGH
-    </Priority>
-    <Priority ctpid="202">
-      HIGH
-    </Priority>
-    <Priority ctpid="203">
-      HIGH
-    </Priority>
-    <Priority ctpid="204">
-      HIGH
-    </Priority>
-    <Priority ctpid="205">
-      HIGH
-    </Priority>
-    <Priority ctpid="206">
-      HIGH
-    </Priority>
-    <Priority ctpid="207">
-      HIGH
-    </Priority>
-    <Priority ctpid="208">
-      HIGH
-    </Priority>
-    <Priority ctpid="209">
-      HIGH
-    </Priority>
-    <Priority ctpid="210">
-      HIGH
-    </Priority>
-    <Priority ctpid="211">
-      HIGH
-    </Priority>
-    <Priority ctpid="212">
-      HIGH
-    </Priority>
-    <Priority ctpid="213">
-      HIGH
-    </Priority>
-    <Priority ctpid="214">
-      HIGH
-    </Priority>
-    <Priority ctpid="215">
-      HIGH
-    </Priority>
-    <Priority ctpid="216">
-      HIGH
-    </Priority>
-    <Priority ctpid="217">
-      HIGH
-    </Priority>
-    <Priority ctpid="218">
-      HIGH
-    </Priority>
-    <Priority ctpid="219">
-      HIGH
-    </Priority>
-    <Priority ctpid="220">
-      HIGH
-    </Priority>
-    <Priority ctpid="221">
-      HIGH
-    </Priority>
-    <Priority ctpid="222">
-      HIGH
-    </Priority>
-    <Priority ctpid="223">
-      HIGH
-    </Priority>
-    <Priority ctpid="224">
-      HIGH
-    </Priority>
-    <Priority ctpid="225">
-      HIGH
-    </Priority>
-    <Priority ctpid="226">
-      LOW
-    </Priority>
-    <Priority ctpid="227">
-      HIGH
-    </Priority>
-    <Priority ctpid="228">
-      LOW
-    </Priority>
-    <Priority ctpid="229">
-      HIGH
-    </Priority>
-    <Priority ctpid="230">
-      LOW
-    </Priority>
-    <Priority ctpid="231">
-      HIGH
-    </Priority>
-    <Priority ctpid="232">
-      HIGH
-    </Priority>
-    <Priority ctpid="233">
-      HIGH
-    </Priority>
-    <Priority ctpid="234">
-      HIGH
-    </Priority>
-    <Priority ctpid="235">
-      HIGH
-    </Priority>
-    <Priority ctpid="236">
-      HIGH
-    </Priority>
-    <Priority ctpid="237">
-      HIGH
-    </Priority>
-    <Priority ctpid="238">
-      HIGH
-    </Priority>
-    <Priority ctpid="239">
-      HIGH
-    </Priority>
-    <Priority ctpid="240">
-      HIGH
-    </Priority>
-    <Priority ctpid="241">
-      HIGH
-    </Priority>
-    <Priority ctpid="242">
-      HIGH
-    </Priority>
-    <Priority ctpid="243">
-      HIGH
-    </Priority>
-    <Priority ctpid="244">
-      HIGH
-    </Priority>
-    <Priority ctpid="245">
-      HIGH
-    </Priority>
-    <Priority ctpid="246">
-      LOW
-    </Priority>
-    <Priority ctpid="247">
-      HIGH
-    </Priority>
-    <Priority ctpid="248">
-      LOW
-    </Priority>
-    <Priority ctpid="249">
-      HIGH
-    </Priority>
-    <Priority ctpid="250">
-      HIGH
-    </Priority>
-    <Priority ctpid="251">
-      LOW
-    </Priority>
-    <Priority ctpid="252">
-      HIGH
-    </Priority>
-    <Priority ctpid="253">
-      HIGH
-    </Priority>
-    <Priority ctpid="254">
-      HIGH
-    </Priority>
-    <Priority ctpid="255">
-      HIGH
-    </Priority>
-  </PrioritySet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="MBTS_A0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bcdelay="3564" bitnum="1" id="2" mapping="0" name="ZB_EM14" seed="EM14" seed_multi="1" type="ZB" version="1">
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="0" name="NIM28" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM28full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="0" name="ZDC_A" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="5" mapping="0" name="BCM_Comb" type="BCMCMB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="0" name="BCM_AtoC" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="0" name="LUCID_A" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="0" name="BPTX0" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX0full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="9" mapping="1" name="MBTS_C" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="1" name="BPTX1" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX1full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="1" name="LUCID_C" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="1" name="BCM_CtoA" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="1" name="ZDC_C" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="1" name="NIM29" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM29full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="1" name="MBTS_A1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="2" name="BCM_Wide" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="2" name="ZDC_AND" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="2" name="NIM30" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM30full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="2" name="MBTS_A2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="3" name="MBTS_A3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="4" name="MBTS_A4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="5" name="NIMDIR5" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="5" name="MBTS_A5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="8" name="MBTS_A8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="10" name="MBTS_A10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="11" name="MBTS_A11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="12" name="MBTS_A12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="14" name="MBTS_A14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="14" name="NIM_B7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="15" name="MBTS_A15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="15" name="NIM_B7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="16" name="MBTS_C0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="16" name="NIM_A7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="17" name="NIM_A7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="18" name="MBTS_C2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="18" name="NIM_A7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="19" name="MBTS_C3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="19" name="NIM_A7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="20" name="MBTS_C4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="20" name="NIM_B7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="21" name="NIM_B7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="22" name="MBTS_C6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="22" name="NIM_ALFA_LOG" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_ALFA_LOGfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="23" name="MBTS_C7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="24" name="MBTS_C8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="26" name="NIMDIR26" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="27" name="MBTS_C11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="28" name="MBTS_C12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="30" name="MBTS_C14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="31" name="MBTS_C15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="51" mapping="0" name="MBTS_A" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="0" name="XE10" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="0" name="XS15" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="0" name="TE20" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="55" mapping="0" name="JF10" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="56" mapping="0" name="JB10" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="0" name="JE60" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="58" mapping="0" name="J10" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="59" mapping="0" name="HA6" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6full" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="60" mapping="0" name="EM3" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="61" mapping="1" name="MU6" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU6full" phimax="64" phimin="0" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="62" mapping="1" name="EM5" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="63" mapping="1" name="HA8" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8full" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="64" mapping="1" name="J15" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="1" name="JE100" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="66" mapping="1" name="JB30" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="67" mapping="1" name="JF30" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="1" name="TE180" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE180full" phimax="64" phimin="0" priority="0" thresholdval="180" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="69" mapping="1" name="XS20" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="70" mapping="1" name="XE20" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="71" mapping="2" name="MU10" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="72" mapping="2" name="EM7" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM7full" phimax="64" phimin="0" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="73" mapping="2" name="HA11" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11full" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="74" mapping="2" name="J20" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="75" mapping="2" name="JE140" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE140full" phimax="64" phimin="0" priority="0" thresholdval="140" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="2" name="JB50" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="77" mapping="2" name="JF50" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="2" name="TE300" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE300full" phimax="64" phimin="0" priority="0" thresholdval="300" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="79" mapping="2" name="XS25" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="80" mapping="2" name="XE25" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="81" mapping="3" name="MU11" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU11full" phimax="64" phimin="0" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="82" mapping="3" name="EM10" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM10full" phimax="64" phimin="0" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="83" mapping="3" name="HA11I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="5" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11Ifull" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="84" mapping="3" name="J30" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="3" name="JE200" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE200full" phimax="64" phimin="0" priority="0" thresholdval="200" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="86" mapping="3" name="JB75" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="87" mapping="3" name="JF75" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="3" name="TE400" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE400full" phimax="64" phimin="0" priority="0" thresholdval="400" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="3" name="XS30" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="3" name="XE30" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="91" mapping="4" name="MU15" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="92" mapping="4" name="EM12" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM12full" phimax="64" phimin="0" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="93" mapping="4" name="HA15" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA15full" phimax="64" phimin="0" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="94" mapping="4" name="J50" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="4" name="TE500" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="4" name="XS35" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="4" name="XE35" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="98" mapping="5" name="MU20" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="99" mapping="5" name="EM14" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM14full" phimax="64" phimin="0" priority="1" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="100" mapping="5" name="HA20" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="101" mapping="5" name="J75" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J75full" phimax="64" phimin="0" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="5" name="TE600" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE600full" phimax="64" phimin="0" priority="0" thresholdval="600" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="5" name="XS40" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="5" name="XE40" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="105" mapping="6" name="EM16" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM16full" phimax="64" phimin="0" priority="1" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="106" mapping="6" name="HA30" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="107" mapping="6" name="J175" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J175full" phimax="64" phimin="0" priority="0" thresholdval="175" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="6" name="TE700" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE700full" phimax="64" phimin="0" priority="0" thresholdval="700" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="6" name="XS45" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS45full" phimax="64" phimin="0" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="6" name="XE50" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="111" mapping="6" name="MBTS_A6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="7" name="EM30" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="113" mapping="7" name="HA50" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA50full" phimax="64" phimin="0" priority="1" thresholdval="50" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="7" name="J250" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J250full" phimax="64" phimin="0" priority="0" thresholdval="250" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="115" mapping="7" name="TE1000" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1000full" phimax="64" phimin="0" priority="0" thresholdval="1000" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="116" mapping="7" name="XS50" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="7" name="XE60" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="7" name="MBTS_A7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="9" name="MBTS_A9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="13" name="MBTS_A13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="17" name="MBTS_C1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="21" name="MBTS_C5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="25" name="NIMDIR25" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="124" mapping="25" name="MBTS_C9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="125" mapping="26" name="MBTS_C10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="126" mapping="29" name="MBTS_C13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="127" mapping="0" name="MU0" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU0full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name="rand01" rate1="0" rate2="0" seed1="1" seed2="1"/>
-  <Deadtime complex1_level="7" complex1_rate="415" complex2_level="7" complex2_rate="415" name="Default" simple="5" version="1"/>
-  <BunchGroupSet name="bg_set1" version="1">
-    <BunchGroup internalNumber="0" name="BCRVeto" version="1">
-      <Bunch bunchNumber="2067"/>
-      <Bunch bunchNumber="2068"/>
-      <Bunch bunchNumber="2069"/>
-      <Bunch bunchNumber="2678"/>
-      <Bunch bunchNumber="7"/>
-      <Bunch bunchNumber="1234"/>
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled" version="1">
-      <Bunch bunchNumber="206"/>
-      <Bunch bunchNumber="207"/>
-      <Bunch bunchNumber="208"/>
-      <Bunch bunchNumber="267"/>
-      <Bunch bunchNumber="1"/>
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="EmptyCalib" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="3" name="Empty" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="6" name="EmptyAfterFilled" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01" version="1"/>
-  <MuctpiInfo name="muctpi" version="1">
-    <low_pt>
-      1
-    </low_pt>
-    <high_pt>
-      1
-    </high_pt>
-    <max_cand>
-      13
-    </max_cand>
-  </MuctpiInfo>
-  <CaloInfo global_scale="1.0" name="CaloInfo" version="1">
-    <JetWeight num="1">
-      13
-    </JetWeight>
-    <JetWeight num="2">
-      5
-    </JetWeight>
-    <JetWeight num="3">
-      7
-    </JetWeight>
-    <JetWeight num="4">
-      15
-    </JetWeight>
-    <JetWeight num="5">
-      23
-    </JetWeight>
-    <JetWeight num="6">
-      62
-    </JetWeight>
-    <JetWeight num="7">
-      88
-    </JetWeight>
-    <JetWeight num="8">
-      99
-    </JetWeight>
-    <JetWeight num="9">
-      0
-    </JetWeight>
-    <JetWeight num="10">
-      0
-    </JetWeight>
-    <JetWeight num="11">
-      0
-    </JetWeight>
-    <JetWeight num="12">
-      0
-    </JetWeight>
-    <METSignificance teSqrtMax="63" teSqrtMin="4" xeMax="63" xeMin="11" xsSigmaOffset="1280" xsSigmaScale="1120"/>
-  </CaloInfo>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_pp_v5.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_pp_v5.xml
deleted file mode 100644
index 8ffc7e5d1250e61dfcfec7187e1f125f7bd90d30..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_pp_v5.xml
+++ /dev/null
@@ -1,8139 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE LVL1Config SYSTEM "LVL1config.dtd">
-<LVL1Config name="MC_pp_v5" ctpVersion="4" l1Version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1 thresholds defined: 281-->
-  <!--No. L1 items defined: 510-->
-  <TriggerMenu name="MC_pp_v5" phase="lumi">
-    <TriggerItem ctpid="0" partition="1" name="L1_EM3" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="1" partition="1" name="L1_EM7" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="2" partition="1" name="L1_EM12" complex_deadtime="0" definition="(EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="3" partition="1" name="L1_EM8VH" complex_deadtime="0" definition="(EM8VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8VH_x1" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="4" partition="1" name="L1_EM10VH" complex_deadtime="0" definition="(EM10VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="5" partition="1" name="L1_EM13VH" complex_deadtime="0" definition="(EM13VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM13VH_x1" triggerthreshold="EM13VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="6" partition="1" name="L1_EM15" complex_deadtime="0" definition="(EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="7" partition="1" name="L1_EM15VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="8" partition="1" name="L1_EM18VH" complex_deadtime="0" definition="(EM18VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="9" partition="1" name="L1_EM20VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="10" partition="1" name="L1_EM20VHI" complex_deadtime="0" definition="(EM20VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="11" partition="1" name="L1_EM22VHI" complex_deadtime="0" definition="(EM22VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="12" partition="1" name="L1_EM3_EMPTY" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="13" partition="1" name="L1_EM7_EMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="14" partition="1" name="L1_MU4" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="15" partition="1" name="L1_MU6" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="16" partition="1" name="L1_MU10" complex_deadtime="0" definition="(MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="17" partition="1" name="L1_MU15" complex_deadtime="0" definition="(MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="18" partition="1" name="L1_MU20" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="19" partition="1" name="L1_MU4_EMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="20" partition="1" name="L1_MU4_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="21" partition="1" name="L1_MU11_EMPTY" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="22" partition="1" name="L1_MU4_UNPAIRED_ISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="23" partition="1" name="L1_2EM3" complex_deadtime="0" definition="(EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="24" partition="1" name="L1_2EM7" complex_deadtime="0" definition="(EM7[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="25" partition="1" name="L1_2EM10VH" complex_deadtime="0" definition="(EM10VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="26" partition="1" name="L1_2EM13VH" complex_deadtime="0" definition="(EM13VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM13VH_x2" triggerthreshold="EM13VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="27" partition="1" name="L1_2EM15" complex_deadtime="0" definition="(EM15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM15_x2" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="28" partition="1" name="L1_2EM15VH" complex_deadtime="0" definition="(EM15VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM15VH_x2" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="29" partition="1" name="L1_EM7_2EM3" complex_deadtime="0" definition="(EM7[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="30" partition="1" name="L1_EM12_2EM3" complex_deadtime="0" definition="(EM12[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="31" partition="1" name="L1_EM15VH_3EM7" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="32" partition="1" name="L1_2MU4" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="33" partition="1" name="L1_2MU6" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="34" partition="1" name="L1_2MU10" complex_deadtime="0" definition="(MU10[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="35" partition="1" name="L1_2MU20_OVERLAY" complex_deadtime="0" definition="(MU20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU20_x2" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="36" partition="1" name="L1_MU10_2MU6" complex_deadtime="0" definition="(MU10[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="37" partition="1" name="L1_MU11_2MU6" complex_deadtime="0" definition="(MU11[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="38" partition="1" name="L1_3MU4" complex_deadtime="0" definition="(MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="39" partition="1" name="L1_MU6_2MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="40" partition="1" name="L1_3MU6" complex_deadtime="0" definition="(MU6[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="41" partition="1" name="L1_EM7_MU10" complex_deadtime="0" definition="(EM7[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="42" partition="1" name="L1_EM15I_MU4" complex_deadtime="0" definition="(EM15I[x1]&amp;MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15I_x1" triggerthreshold="EM15I"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="43" partition="1" name="L1_2EM8VH_MU10" complex_deadtime="0" definition="(EM8VH[x2]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="44" partition="1" name="L1_EM15VH_MU10" complex_deadtime="0" definition="(EM15VH[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="45" partition="1" name="L1_TAU12" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="46" partition="1" name="L1_TAU12IL" complex_deadtime="0" definition="(HA12IL[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IL_x1" triggerthreshold="HA12IL"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="47" partition="1" name="L1_TAU12IM" complex_deadtime="0" definition="(HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="48" partition="1" name="L1_TAU12IT" complex_deadtime="0" definition="(HA12IT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IT_x1" triggerthreshold="HA12IT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="49" partition="1" name="L1_TAU20" complex_deadtime="0" definition="(HA20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="50" partition="1" name="L1_TAU20IL" complex_deadtime="0" definition="(HA20IL[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IL_x1" triggerthreshold="HA20IL"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="51" partition="1" name="L1_TAU20IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="52" partition="1" name="L1_TAU20IT" complex_deadtime="0" definition="(HA20IT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IT_x1" triggerthreshold="HA20IT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="53" partition="1" name="L1_TAU30" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="54" partition="1" name="L1_TAU40" complex_deadtime="0" definition="(HA40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="55" partition="1" name="L1_TAU60" complex_deadtime="0" definition="(HA60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA60_x1" triggerthreshold="HA60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="56" partition="1" name="L1_TAU8" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="57" partition="1" name="L1_TAU8_EMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="58" partition="1" name="L1_TAU20IM_2TAU12IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="59" partition="1" name="L1_TAU20_2TAU12" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="60" partition="1" name="L1_EM15HI_2TAU12IM" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="61" partition="1" name="L1_EM15HI_2TAU12IM_J25_3J12" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="62" partition="1" name="L1_EM15HI_TAU40_2TAU15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA40[x1]&amp;HA15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="63" partition="1" name="L1_MU10_TAU12IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="64" partition="1" name="L1_MU10_TAU12IM_J25_2J12" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;J25[x1]&amp;J12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J12_x2" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="65" partition="1" name="L1_MU10_TAU12_J25_2J12" complex_deadtime="0" definition="(MU10[x1]&amp;HA12[x1]&amp;J25[x1]&amp;J12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J12_x2" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="66" partition="1" name="L1_MU10_TAU20" complex_deadtime="0" definition="(MU10[x1]&amp;HA20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="67" partition="1" name="L1_MU10_TAU20IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="68" partition="1" name="L1_TAU25IT_2TAU12IT_2J25_3J12" complex_deadtime="0" definition="(HA25IT[x1]&amp;HA12IT[x2]&amp;J25[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA25IT_x1" triggerthreshold="HA25IT"/>
-        <TriggerCondition multi="2" name="HA12IT_x2" triggerthreshold="HA12IT"/>
-        <TriggerCondition multi="2" name="J25_x2" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="69" partition="1" name="L1_TAU20IL_2TAU12IL_J25_2J20_3J12" complex_deadtime="0" definition="(HA20IL[x1]&amp;HA12IL[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IL_x1" triggerthreshold="HA20IL"/>
-        <TriggerCondition multi="2" name="HA12IL_x2" triggerthreshold="HA12IL"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="70" partition="1" name="L1_TAU20IM_2TAU12IM_J25_2J20_3J12" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="71" partition="1" name="L1_J25_2J20_3J12_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="72" partition="1" name="L1_DR-MU10TAU12I_TAU12I-J25" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="73" partition="1" name="L1_MU10_TAU12I-J25" complex_deadtime="0" definition="(MU10[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="74" partition="1" name="L1_TAU20IM_2J20_XE45" complex_deadtime="0" definition="(HA20IM[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="75" partition="1" name="L1_TAU20_2J20_XE45" complex_deadtime="0" definition="(HA20[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="76" partition="1" name="L1_TAU20IM_2J20_XE50" complex_deadtime="0" definition="(HA20IM[x1]&amp;J20[x2]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="77" partition="1" name="L1_XE45_TAU20-J20" complex_deadtime="0" definition="(XE45[x1]&amp;1DISAMB-TAU20ab-J20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU20ab-J20ab_x1" triggerthreshold="1DISAMB-TAU20ab-J20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="78" partition="1" name="L1_EM15HI_2TAU12IM_XE35" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="79" partition="1" name="L1_XE35_EM15-TAU12I" complex_deadtime="0" definition="(XE35[x1]&amp;DISAMB-EM15abhi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <TriggerCondition multi="1" name="DISAMB-EM15abhi-TAU12abi_x1" triggerthreshold="DISAMB-EM15abhi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="80" partition="1" name="L1_XE40_EM15-TAU12I" complex_deadtime="0" definition="(XE40[x1]&amp;DISAMB-EM15abhi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <TriggerCondition multi="1" name="DISAMB-EM15abhi-TAU12abi_x1" triggerthreshold="DISAMB-EM15abhi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="81" partition="1" name="L1_MU10_TAU12IM_XE35" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="82" partition="1" name="L1_MU10_TAU12IM_XE40" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="83" partition="1" name="L1_TAU20IM_2TAU12IM_XE35" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="84" partition="1" name="L1_TAU20_2TAU12_XE35" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="85" partition="1" name="L1_TAU20IM_2TAU12IM_XE40" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="86" partition="1" name="L1_EM15VH_JJ15.23ETA49" complex_deadtime="0" definition="(EM15VH[x1]&amp;JJ15.23ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="JJ15.23ETA49_x1" triggerthreshold="JJ15.23ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="87" partition="1" name="L1_MU4_J12" complex_deadtime="0" definition="(MU4[x1]&amp;J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="88" partition="1" name="L1_MU6_J20" complex_deadtime="0" definition="(MU6[x1]&amp;J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="89" partition="1" name="L1_MU6_J40" complex_deadtime="0" definition="(MU6[x1]&amp;J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="90" partition="1" name="L1_MU6_J75" complex_deadtime="0" definition="(MU6[x1]&amp;J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="91" partition="1" name="L1_J12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="92" partition="1" name="L1_J15" complex_deadtime="0" definition="(J15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="93" partition="1" name="L1_J20" complex_deadtime="0" definition="(J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="94" partition="1" name="L1_J25" complex_deadtime="0" definition="(J25[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="95" partition="1" name="L1_J30" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="96" partition="1" name="L1_J40" complex_deadtime="0" definition="(J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="97" partition="1" name="L1_J50" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="98" partition="1" name="L1_J75" complex_deadtime="0" definition="(J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="99" partition="1" name="L1_J85" complex_deadtime="0" definition="(J85[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J85_x1" triggerthreshold="J85"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="100" partition="1" name="L1_J100" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="101" partition="1" name="L1_J120" complex_deadtime="0" definition="(J120[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J120_x1" triggerthreshold="J120"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="102" partition="1" name="L1_J400" complex_deadtime="0" definition="(J400[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J400_x1" triggerthreshold="J400"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="103" partition="1" name="L1_J20.31ETA49" complex_deadtime="0" definition="(J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="104" partition="1" name="L1_J30.31ETA49" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="105" partition="1" name="L1_J50.31ETA49" complex_deadtime="0" definition="(J50.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50.31ETA49_x1" triggerthreshold="J50.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="106" partition="1" name="L1_J75.31ETA49" complex_deadtime="0" definition="(J75.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75.31ETA49_x1" triggerthreshold="J75.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="107" partition="1" name="L1_J100.31ETA49" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="108" partition="1" name="L1_J40.0ETA25" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="109" partition="1" name="L1_J15.31ETA49" complex_deadtime="0" definition="(J15.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="110" partition="1" name="L1_J20.28ETA31" complex_deadtime="0" definition="(J20.28ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.28ETA31_x1" triggerthreshold="J20.28ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="111" partition="1" name="L1_J12_EMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="112" partition="1" name="L1_J12_FIRSTEMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="113" partition="1" name="L1_J12_UNPAIRED_ISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="114" partition="1" name="L1_J12_UNPAIRED_NONISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="115" partition="1" name="L1_J12_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="116" partition="1" name="L1_J30_EMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="117" partition="1" name="L1_J30_FIRSTEMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="118" partition="1" name="L1_J30.31ETA49_EMPTY" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="119" partition="1" name="L1_J30.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="120" partition="1" name="L1_J30.31ETA49_UNPAIRED_NONISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="121" partition="1" name="L1_J50_UNPAIRED_ISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="122" partition="1" name="L1_J50_UNPAIRED_NONISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="123" partition="1" name="L1_J50_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="124" partition="1" name="L1_J15_J15.31ETA49" complex_deadtime="0" definition="(J15[x1]&amp;J15.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="125" partition="1" name="L1_J20_J20.31ETA49" complex_deadtime="0" definition="(J20[x1]&amp;J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="126" partition="1" name="L1_3J15" complex_deadtime="0" definition="(J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="127" partition="1" name="L1_3J20" complex_deadtime="0" definition="(J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="128" partition="1" name="L1_3J40" complex_deadtime="0" definition="(J40[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J40_x3" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="129" partition="1" name="L1_3J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15.0ETA25_x3" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="130" partition="1" name="L1_3J50" complex_deadtime="0" definition="(J50[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="131" partition="1" name="L1_4J15" complex_deadtime="0" definition="(J15[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="132" partition="1" name="L1_4J20" complex_deadtime="0" definition="(J20[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="133" partition="1" name="L1_3J75" complex_deadtime="0" definition="(J75[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J75_x3" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="134" partition="1" name="L1_4J30" complex_deadtime="0" definition="(J30[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J30_x4" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="135" partition="1" name="L1_6J15" complex_deadtime="0" definition="(J15[x6]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="6" name="J15_x6" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="136" partition="1" name="L1_J75_3J20" complex_deadtime="0" definition="(J75[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="137" partition="1" name="L1_J30.0ETA49_2J20.0ETA49" complex_deadtime="0" definition="(J30.0ETA49[x1]&amp;J20.0ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.0ETA49_x1" triggerthreshold="J30.0ETA49"/>
-        <TriggerCondition multi="2" name="J20.0ETA49_x2" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="138" partition="1" name="L1_TE10" complex_deadtime="0" definition="(TE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="139" partition="1" name="L1_4J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15.0ETA25_x4" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="140" partition="1" name="L1_5J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x5]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="5" name="J15.0ETA25_x5" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="141" partition="1" name="L1_2J15_XE55" complex_deadtime="0" definition="(J15[x2]&amp;XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="142" partition="1" name="L1_J40_XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="143" partition="1" name="L1_J75_XE40" complex_deadtime="0" definition="(J75[x1]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="144" partition="1" name="L1_XE35" complex_deadtime="0" definition="(XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="145" partition="1" name="L1_XE40" complex_deadtime="0" definition="(XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="146" partition="1" name="L1_XE45" complex_deadtime="0" definition="(XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="147" partition="1" name="L1_XE50" complex_deadtime="0" definition="(XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="148" partition="1" name="L1_XE55" complex_deadtime="0" definition="(XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="149" partition="1" name="L1_XE60" complex_deadtime="0" definition="(XE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="150" partition="1" name="L1_XE70" complex_deadtime="0" definition="(XE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE70_x1" triggerthreshold="XE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="151" partition="1" name="L1_XE80" complex_deadtime="0" definition="(XE80[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE80_x1" triggerthreshold="XE80"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="152" partition="1" name="L1_XS20" complex_deadtime="0" definition="(XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="153" partition="1" name="L1_XS30" complex_deadtime="0" definition="(XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="154" partition="1" name="L1_EM10_XS20" complex_deadtime="0" definition="(EM10[x1]&amp;XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="155" partition="1" name="L1_EM15_XS30" complex_deadtime="0" definition="(EM15[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="156" partition="1" name="L1_XE35_BGRP7" complex_deadtime="0" definition="(XE35[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="157" partition="1" name="L1_TE30" complex_deadtime="0" definition="(TE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30_x1" triggerthreshold="TE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="158" partition="1" name="L1_TE40" complex_deadtime="0" definition="(TE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40_x1" triggerthreshold="TE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="159" partition="1" name="L1_TE70" complex_deadtime="0" definition="(TE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70_x1" triggerthreshold="TE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="160" partition="1" name="L1_TE30.0ETA24" complex_deadtime="0" definition="(TE30.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30.0ETA24_x1" triggerthreshold="TE30.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="161" partition="1" name="L1_BCM_Wide_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="162" partition="1" name="L1_BCM_AC_CA_UNPAIRED_ISO" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="163" partition="1" name="L1_BCM_AC_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="164" partition="1" name="L1_MBTS_1_EMPTY" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="165" partition="1" name="L1_MBTS_1_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="166" partition="1" name="L1_MBTS_2_EMPTY" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="167" partition="1" name="L1_MBTS_2_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="168" partition="1" name="L1_MBTS_1_1_EMPTY" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="169" partition="1" name="L1_MBTS_1_1_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="170" partition="1" name="L1_MBTSA0" complex_deadtime="0" definition="(MBTS_A0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A0_x1" triggerthreshold="MBTS_A0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="171" partition="1" name="L1_MBTSA1" complex_deadtime="0" definition="(MBTS_A1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A1_x1" triggerthreshold="MBTS_A1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="172" partition="1" name="L1_MBTSA2" complex_deadtime="0" definition="(MBTS_A2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A2_x1" triggerthreshold="MBTS_A2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="173" partition="1" name="L1_MBTSA3" complex_deadtime="0" definition="(MBTS_A3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A3_x1" triggerthreshold="MBTS_A3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="174" partition="1" name="L1_MBTSA4" complex_deadtime="0" definition="(MBTS_A4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A4_x1" triggerthreshold="MBTS_A4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="175" partition="1" name="L1_MBTSA5" complex_deadtime="0" definition="(MBTS_A5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A5_x1" triggerthreshold="MBTS_A5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="176" partition="1" name="L1_MBTSA6" complex_deadtime="0" definition="(MBTS_A6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A6_x1" triggerthreshold="MBTS_A6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="177" partition="1" name="L1_MBTSA7" complex_deadtime="0" definition="(MBTS_A7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A7_x1" triggerthreshold="MBTS_A7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="178" partition="1" name="L1_MBTSA8" complex_deadtime="0" definition="(MBTS_A8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A8_x1" triggerthreshold="MBTS_A8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="179" partition="1" name="L1_MBTSA10" complex_deadtime="0" definition="(MBTS_A10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A10_x1" triggerthreshold="MBTS_A10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="180" partition="1" name="L1_MBTSA12" complex_deadtime="0" definition="(MBTS_A12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A12_x1" triggerthreshold="MBTS_A12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="181" partition="1" name="L1_MBTSA14" complex_deadtime="0" definition="(MBTS_A14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A14_x1" triggerthreshold="MBTS_A14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="182" partition="1" name="L1_MBTSC0" complex_deadtime="0" definition="(MBTS_C0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C0_x1" triggerthreshold="MBTS_C0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="183" partition="1" name="L1_MBTSC1" complex_deadtime="0" definition="(MBTS_C1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C1_x1" triggerthreshold="MBTS_C1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="184" partition="1" name="L1_MBTSC2" complex_deadtime="0" definition="(MBTS_C2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C2_x1" triggerthreshold="MBTS_C2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="185" partition="1" name="L1_MBTSC3" complex_deadtime="0" definition="(MBTS_C3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C3_x1" triggerthreshold="MBTS_C3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="186" partition="1" name="L1_MBTSC4" complex_deadtime="0" definition="(MBTS_C4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C4_x1" triggerthreshold="MBTS_C4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="187" partition="1" name="L1_MBTSC5" complex_deadtime="0" definition="(MBTS_C5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C5_x1" triggerthreshold="MBTS_C5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="188" partition="1" name="L1_MBTSC6" complex_deadtime="0" definition="(MBTS_C6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C6_x1" triggerthreshold="MBTS_C6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="189" partition="1" name="L1_MBTSC7" complex_deadtime="0" definition="(MBTS_C7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C7_x1" triggerthreshold="MBTS_C7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="190" partition="1" name="L1_MBTSC8" complex_deadtime="0" definition="(MBTS_C8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C8_x1" triggerthreshold="MBTS_C8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="191" partition="1" name="L1_MBTSC10" complex_deadtime="0" definition="(MBTS_C10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C10_x1" triggerthreshold="MBTS_C10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="192" partition="1" name="L1_MBTSC12" complex_deadtime="0" definition="(MBTS_C12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C12_x1" triggerthreshold="MBTS_C12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="193" partition="1" name="L1_MBTSC14" complex_deadtime="0" definition="(MBTS_C14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C14_x1" triggerthreshold="MBTS_C14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="194" partition="1" name="L1_MBTS_4_A" complex_deadtime="0" definition="(MBTS_A[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="195" partition="1" name="L1_MBTS_4_C" complex_deadtime="0" definition="(MBTS_C[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="196" partition="1" name="L1_MBTS_1_BGRP9" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="197" partition="1" name="L1_MBTS_2_BGRP9" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="198" partition="1" name="L1_MBTS_1_BGRP11" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="199" partition="1" name="L1_MBTS_2_BGRP11" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="200" partition="1" name="L1_RD0_FILLED" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="201" partition="1" name="L1_RD0_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP4)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="202" partition="1" name="L1_RD0_EMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="203" partition="1" name="L1_RD1_FILLED" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="204" partition="1" name="L1_RD1_EMPTY" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP3)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="205" partition="1" name="L1_RD2_FILLED" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="206" partition="1" name="L1_RD2_EMPTY" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="207" partition="1" name="L1_RD3_FILLED" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="208" partition="1" name="L1_RD3_EMPTY" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="209" partition="1" name="L1_RD0_FIRSTEMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP6)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="210" partition="1" name="L1_RD0_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="211" partition="1" name="L1_RD0_BGRP11" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP11)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="212" partition="1" name="L1_LUCID" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="213" partition="1" name="L1_LUCID_EMPTY" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="214" partition="1" name="L1_LUCID_UNPAIRED_ISO" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="215" partition="1" name="L1_LUCID_A_C_EMPTY" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="216" partition="1" name="L1_LUCID_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="217" partition="1" name="L1_LUCID_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="218" partition="1" name="L1_TRT_FILLED" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="219" partition="1" name="L1_TRT_EMPTY" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="220" partition="1" name="L1_TGC_BURST" complex_deadtime="0" definition="(NIMTGC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTGC_x1" triggerthreshold="NIMTGC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="221" partition="1" name="L1_LHCF" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="222" partition="1" name="L1_BCM_Wide_BGRP0" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="223" partition="1" name="L1_BCM_AC_CA_BGRP0" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="224" partition="1" name="L1_BCM_Wide_EMPTY" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="225" partition="1" name="L1_BCM_Wide_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="226" partition="1" name="L1_MBTS_1" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="227" partition="1" name="L1_MBTS_2" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="228" partition="1" name="L1_MBTS_1_1" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="229" partition="1" name="L1_BCM_CA_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="230" partition="1" name="L1_BCM_AC_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="231" partition="1" name="L1_BCM_CA_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="232" partition="1" name="L1_BCM_AC_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="233" partition="1" name="L1_BCM_CA_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="234" partition="1" name="L1_BCM_Wide_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="235" partition="1" name="L1_BCM_AC_CALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="236" partition="1" name="L1_BCM_CA_CALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="237" partition="1" name="L1_BCM_Wide_CALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="238" partition="1" name="L1_BTAG-MU4J15" complex_deadtime="0" definition="(0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="239" partition="1" name="L1_BTAG-MU4J30" complex_deadtime="0" definition="(0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="240" partition="1" name="L1_ZB" complex_deadtime="0" definition="(ZB_EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM15_x1" triggerthreshold="ZB_EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="241" partition="1" name="L1_BPTX0_BGRP0" complex_deadtime="0" definition="(BPTX0[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="242" partition="1" name="L1_BPTX1_BGRP0" complex_deadtime="0" definition="(BPTX1[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="243" partition="1" name="L1_BTAG-MU6J20" complex_deadtime="0" definition="(0DR04-MU6ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ20ab_x1" triggerthreshold="0DR04-MU6ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="244" partition="1" name="L1_BTAG-MU6J25" complex_deadtime="0" definition="(0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="245" partition="1" name="L1_BTAG-MU4J20" complex_deadtime="0" definition="(0DR04-MU4ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ20ab_x1" triggerthreshold="0DR04-MU4ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="246" partition="1" name="L1_3J15_BTAG-MU4J15" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="247" partition="1" name="L1_3J15_BTAG-MU4J30" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="248" partition="1" name="L1_3J15_BTAG-MU6J25" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="249" partition="1" name="L1_3J20_BTAG-MU4J20" complex_deadtime="0" definition="(J20[x3]&amp;0DR04-MU4ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ20ab_x1" triggerthreshold="0DR04-MU4ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="250" partition="1" name="L1_J40_DPHI-Js2XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-Js2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-Js2-XE50_x1" triggerthreshold="10MINDPHI-Js2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="251" partition="1" name="L1_J40_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="252" partition="1" name="L1_J40_DPHI-J20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="253" partition="1" name="L1_J40_DPHI-CJ20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="254" partition="1" name="L1_BPH-DR-2MU4-B_BPH-2M-2MU4-B" complex_deadtime="0" definition="(2DR15-CMU4ab-MU4ab[x1]&amp;2INVM999-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-CMU4ab-MU4ab_x1" triggerthreshold="2DR15-CMU4ab-MU4ab"/>
-        <TriggerCondition multi="1" name="2INVM999-CMU4ab-MU4ab_x1" triggerthreshold="2INVM999-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="255" partition="1" name="L1_BPH-DR-2MU4-B_BPH-4M8-2MU4-B" complex_deadtime="0" definition="(2DR15-CMU4ab-MU4ab[x1]&amp;4INVM8-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-CMU4ab-MU4ab_x1" triggerthreshold="2DR15-CMU4ab-MU4ab"/>
-        <TriggerCondition multi="1" name="4INVM8-CMU4ab-MU4ab_x1" triggerthreshold="4INVM8-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="256" partition="1" name="L1_BPH-DR-2MU4-BO_BPH-2M-2MU4-BO" complex_deadtime="0" definition="(2DR15-2CMU4ab[x1]&amp;2INVM999-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2CMU4ab_x1" triggerthreshold="2DR15-2CMU4ab"/>
-        <TriggerCondition multi="1" name="2INVM999-2CMU4ab_x1" triggerthreshold="2INVM999-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="257" partition="1" name="L1_BPH-DR-2MU4-BO_BPH-4M8-2MU4-BO" complex_deadtime="0" definition="(2DR15-2CMU4ab[x1]&amp;4INVM8-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2CMU4ab_x1" triggerthreshold="2DR15-2CMU4ab"/>
-        <TriggerCondition multi="1" name="4INVM8-2CMU4ab_x1" triggerthreshold="4INVM8-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="258" partition="1" name="L1_HT190-J15.ETA21" complex_deadtime="0" definition="(HT190-AJ15all.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-AJ15all.ETA21_x1" triggerthreshold="HT190-AJ15all.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="259" partition="1" name="L1_HT190-J15s5.ETA21" complex_deadtime="0" definition="(HT190-J15s5.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-J15s5.ETA21_x1" triggerthreshold="HT190-J15s5.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="260" partition="1" name="L1_HT150-J20.ETA31" complex_deadtime="0" definition="(HT150-AJ20all.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJ20all.ETA31_x1" triggerthreshold="HT150-AJ20all.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="261" partition="1" name="L1_HT150-J20s5.ETA31" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="262" partition="1" name="L1_JPSI-1M5" complex_deadtime="0" definition="(1INVM5-EMs1-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EMs1-EMall_x1" triggerthreshold="1INVM5-EMs1-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="263" partition="1" name="L1_JPSI-1M5-EM7" complex_deadtime="0" definition="(1INVM5-EM7s1-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM7s1-EMall_x1" triggerthreshold="1INVM5-EM7s1-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="264" partition="1" name="L1_JPSI-1M5-EM12" complex_deadtime="0" definition="(1INVM5-EM12s1-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM12s1-EMall_x1" triggerthreshold="1INVM5-EM12s1-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="265" partition="1" name="L1_KF-XE35" complex_deadtime="0" definition="(KF-XE35-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE35-AJall_x1" triggerthreshold="KF-XE35-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="266" partition="1" name="L1_KF-XE45" complex_deadtime="0" definition="(KF-XE45-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE45-AJall_x1" triggerthreshold="KF-XE45-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="267" partition="1" name="L1_KF-XE55" complex_deadtime="0" definition="(KF-XE55-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE55-AJall_x1" triggerthreshold="KF-XE55-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="268" partition="1" name="L1_KF-XE60" complex_deadtime="0" definition="(KF-XE60-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE60-AJall_x1" triggerthreshold="KF-XE60-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="269" partition="1" name="L1_KF-XE65" complex_deadtime="0" definition="(KF-XE65-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE65-AJall_x1" triggerthreshold="KF-XE65-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="270" partition="1" name="L1_KF-XE75" complex_deadtime="0" definition="(KF-XE75-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE75-AJall_x1" triggerthreshold="KF-XE75-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="271" partition="1" name="L1_W-05DPHI-JXE-0" complex_deadtime="0" definition="(05MINDPHI-AJj20s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj20s6-XE0_x1" triggerthreshold="05MINDPHI-AJj20s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="272" partition="1" name="L1_W-10DPHI-JXE-0" complex_deadtime="0" definition="(10MINDPHI-AJj20s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-AJj20s6-XE0_x1" triggerthreshold="10MINDPHI-AJj20s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="273" partition="1" name="L1_W-15DPHI-JXE-0" complex_deadtime="0" definition="(15MINDPHI-AJj20s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj20s6-XE0_x1" triggerthreshold="15MINDPHI-AJj20s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="274" partition="1" name="L1_W-10DPHI-EMXE-0" complex_deadtime="0" definition="(10MINDPHI-EM10s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-EM10s6-XE0_x1" triggerthreshold="10MINDPHI-EM10s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="275" partition="1" name="L1_W-15DPHI-EMXE-0" complex_deadtime="0" definition="(15MINDPHI-EM10s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="15MINDPHI-EM10s6-XE0_x1" triggerthreshold="15MINDPHI-EM10s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="276" partition="1" name="L1_W-05DPHI-EMXE-1" complex_deadtime="0" definition="(05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="277" partition="1" name="L1_W-05RO-XEHT-0" complex_deadtime="0" definition="(05RATIO-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05RATIO-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="278" partition="1" name="L1_W-08RO-XEHT-0" complex_deadtime="0" definition="(08RATIO-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="08RATIO-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="08RATIO-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="279" partition="1" name="L1_W-90RO2-XEHT-0" complex_deadtime="0" definition="(90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="280" partition="1" name="L1_W-250RO2-XEHT-0" complex_deadtime="0" definition="(250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="281" partition="1" name="L1_W-HT20-JJ15.ETA49" complex_deadtime="0" definition="(HT20-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT20-AJj15all.ETA49_x1" triggerthreshold="HT20-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="282" partition="1" name="L1_W-NOMATCH" complex_deadtime="0" definition="(NOT-02MATCH-EM10s1-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-02MATCH-EM10s1-AJj15all.ETA49_x1" triggerthreshold="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="283" partition="1" name="L1_W-NOMATCH_W-05RO-XEEMHT" complex_deadtime="0" definition="(NOT-02MATCH-EM10s1-AJj15all.ETA49[x1]&amp;05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-02MATCH-EM10s1-AJj15all.ETA49_x1" triggerthreshold="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="284" partition="1" name="L1_EM10_W-MT25" complex_deadtime="0" definition="(25MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM10s6-XE0_x1" triggerthreshold="25MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="285" partition="1" name="L1_EM10_W-MT30" complex_deadtime="0" definition="(30MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="30MT-EM10s6-XE0_x1" triggerthreshold="30MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="286" partition="1" name="L1_EM15_W-MT35" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="287" partition="1" name="L1_EM10_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_W-90RO2-XEHT-0" complex_deadtime="0" definition="(25MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;15MINDPHI-AJj20s6-XE0[x1]&amp;15MINDPHI-EM10s6-XE0[x1]&amp;90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM10s6-XE0_x1" triggerthreshold="25MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj20s6-XE0_x1" triggerthreshold="15MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM10s6-XE0_x1" triggerthreshold="15MINDPHI-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="288" partition="1" name="L1_EM10_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_XS30" complex_deadtime="0" definition="(25MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;15MINDPHI-AJj20s6-XE0[x1]&amp;15MINDPHI-EM10s6-XE0[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM10s6-XE0_x1" triggerthreshold="25MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj20s6-XE0_x1" triggerthreshold="15MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM10s6-XE0_x1" triggerthreshold="15MINDPHI-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="289" partition="1" name="L1_EM10_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_XS20" complex_deadtime="0" definition="(25MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;15MINDPHI-AJj20s6-XE0[x1]&amp;15MINDPHI-EM10s6-XE0[x1]&amp;XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM10s6-XE0_x1" triggerthreshold="25MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj20s6-XE0_x1" triggerthreshold="15MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM10s6-XE0_x1" triggerthreshold="15MINDPHI-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="290" partition="1" name="L1_EM10_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(25MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;15MINDPHI-AJj20s6-XE0[x1]&amp;15MINDPHI-EM10s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM10s6-XE0_x1" triggerthreshold="25MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj20s6-XE0_x1" triggerthreshold="15MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM10s6-XE0_x1" triggerthreshold="15MINDPHI-EM10s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="291" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EMXE_W-250RO2-XEHT-0" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj20s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj20s6-XE0_x1" triggerthreshold="05MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="292" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EMXE_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj20s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj20s6-XE0_x1" triggerthreshold="05MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="293" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EMXE_XS30" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj20s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj20s6-XE0_x1" triggerthreshold="05MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="294" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj20s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj20s6-XE0_x1" triggerthreshold="05MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="295" partition="1" name="L1_BPH-DR-2MU4" complex_deadtime="0" definition="(2DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU4ab_x1" triggerthreshold="2DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="296" partition="1" name="L1_BPH-2M-2MU4" complex_deadtime="0" definition="(2INVM999-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-2MU4ab_x1" triggerthreshold="2INVM999-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="297" partition="1" name="L1_BPH-4M8-2MU4" complex_deadtime="0" definition="(4INVM8-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-2MU4ab_x1" triggerthreshold="4INVM8-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="298" partition="1" name="L1_BPH-DR-2MU4_BPH-2M-2MU4" complex_deadtime="0" definition="(2DR15-2MU4ab[x1]&amp;2INVM999-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU4ab_x1" triggerthreshold="2DR15-2MU4ab"/>
-        <TriggerCondition multi="1" name="2INVM999-2MU4ab_x1" triggerthreshold="2INVM999-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="299" partition="1" name="L1_BPH-DR-2MU4_BPH-4M8-2MU4" complex_deadtime="0" definition="(2DR15-2MU4ab[x1]&amp;4INVM8-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU4ab_x1" triggerthreshold="2DR15-2MU4ab"/>
-        <TriggerCondition multi="1" name="4INVM8-2MU4ab_x1" triggerthreshold="4INVM8-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="300" partition="1" name="L1_BPH-DR-2MU6" complex_deadtime="0" definition="(2DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="301" partition="1" name="L1_BPH-2M-2MU6" complex_deadtime="0" definition="(2INVM999-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-2MU6ab_x1" triggerthreshold="2INVM999-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="302" partition="1" name="L1_BPH-4M8-2MU6" complex_deadtime="0" definition="(4INVM8-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-2MU6ab_x1" triggerthreshold="4INVM8-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="303" partition="1" name="L1_BPH-DR-2MU6_BPH-2M-2MU6" complex_deadtime="0" definition="(2DR15-2MU6ab[x1]&amp;2INVM999-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <TriggerCondition multi="1" name="2INVM999-2MU6ab_x1" triggerthreshold="2INVM999-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="304" partition="1" name="L1_BPH-DR-2MU6_BPH-4M8-2MU6" complex_deadtime="0" definition="(2DR15-2MU6ab[x1]&amp;4INVM8-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <TriggerCondition multi="1" name="4INVM8-2MU6ab_x1" triggerthreshold="4INVM8-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="305" partition="1" name="L1_BPH-2M-2MU4-B" complex_deadtime="0" definition="(2INVM999-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-CMU4ab-MU4ab_x1" triggerthreshold="2INVM999-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="306" partition="1" name="L1_BPH-2M-2MU4-BO" complex_deadtime="0" definition="(2INVM999-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-2CMU4ab_x1" triggerthreshold="2INVM999-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="307" partition="1" name="L1_BPH-2M-MU6MU4" complex_deadtime="0" definition="(2INVM999-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-MU6ab-MU4ab_x1" triggerthreshold="2INVM999-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="308" partition="1" name="L1_BPH-2M-MU6MU4-B" complex_deadtime="0" definition="(2INVM999-ONEBARREL-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="2INVM999-ONEBARREL-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="309" partition="1" name="L1_BPH-2M-MU6MU4-BO" complex_deadtime="0" definition="(2INVM999-CMU6ab-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-CMU6ab-CMU4ab_x1" triggerthreshold="2INVM999-CMU6ab-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="310" partition="1" name="L1_BPH-4M8-2MU4-B" complex_deadtime="0" definition="(4INVM8-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-CMU4ab-MU4ab_x1" triggerthreshold="4INVM8-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="311" partition="1" name="L1_BPH-4M8-2MU4-BO" complex_deadtime="0" definition="(4INVM8-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-2CMU4ab_x1" triggerthreshold="4INVM8-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="312" partition="1" name="L1_BPH-4M8-MU6MU4" complex_deadtime="0" definition="(4INVM8-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-MU6ab-MU4ab_x1" triggerthreshold="4INVM8-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="313" partition="1" name="L1_BPH-4M8-MU6MU4-B" complex_deadtime="0" definition="(4INVM8-ONEBARREL-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="4INVM8-ONEBARREL-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="314" partition="1" name="L1_BPH-4M8-MU6MU4-BO" complex_deadtime="0" definition="(4INVM8-CMU6ab-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-CMU6ab-CMU4ab_x1" triggerthreshold="4INVM8-CMU6ab-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="315" partition="1" name="L1_DY-DR-2MU4" complex_deadtime="0" definition="(2DR99-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR99-2MU4ab_x1" triggerthreshold="2DR99-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="316" partition="1" name="L1_DY-BOX-2MU4" complex_deadtime="0" definition="(5DETA99-5DPHI99-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-2MU4ab_x1" triggerthreshold="5DETA99-5DPHI99-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="317" partition="1" name="L1_DY-BOX-MU6MU4" complex_deadtime="0" definition="(5DETA99-5DPHI99-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-MU6ab-MU4ab_x1" triggerthreshold="5DETA99-5DPHI99-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="318" partition="1" name="L1_DY-BOX-2MU6" complex_deadtime="0" definition="(5DETA99-5DPHI99-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-2MU6ab_x1" triggerthreshold="5DETA99-5DPHI99-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="319" partition="1" name="L1_LFV-MU" complex_deadtime="0" definition="(0DR10-MU10ab-MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR10-MU10ab-MU6ab_x1" triggerthreshold="0DR10-MU10ab-MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="320" partition="1" name="L1_LFV-EM8I" complex_deadtime="0" definition="(0DETA04-0DPHI03-EM8abi-MU10ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-0DPHI03-EM8abi-MU10ab_x1" triggerthreshold="0DETA04-0DPHI03-EM8abi-MU10ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="321" partition="1" name="L1_LFV-EM15I" complex_deadtime="0" definition="(0DETA04-0DPHI03-EM15abi-MUab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-0DPHI03-EM15abi-MUab_x1" triggerthreshold="0DETA04-0DPHI03-EM15abi-MUab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="322" partition="1" name="L1_DPHI-Js2XE50" complex_deadtime="0" definition="(10MINDPHI-Js2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-Js2-XE50_x1" triggerthreshold="10MINDPHI-Js2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="323" partition="1" name="L1_DPHI-J20s2XE50" complex_deadtime="0" definition="(10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="324" partition="1" name="L1_DPHI-J20XE50" complex_deadtime="0" definition="(10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="325" partition="1" name="L1_DPHI-CJ20XE50" complex_deadtime="0" definition="(10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="326" partition="1" name="L1_MJJ-900" complex_deadtime="0" definition="(900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="327" partition="1" name="L1_MJJ-800" complex_deadtime="0" definition="(800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="328" partition="1" name="L1_MJJ-700" complex_deadtime="0" definition="(700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="329" partition="1" name="L1_MJJ-400" complex_deadtime="0" definition="(400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="330" partition="1" name="L1_XE40_BGRP7" complex_deadtime="0" definition="(XE40[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="331" partition="1" name="L1_MJJ-300" complex_deadtime="0" definition="(300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="332" partition="1" name="L1_MJJ-200" complex_deadtime="0" definition="(200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="333" partition="1" name="L1_MJJ-100" complex_deadtime="0" definition="(100INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="100INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="334" partition="1" name="L1_HT150-JJ15.ETA49" complex_deadtime="0" definition="(HT150-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJj15all.ETA49_x1" triggerthreshold="HT150-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="335" partition="1" name="L1_DETA-JJ" complex_deadtime="0" definition="(0DETA10-Js1-Js2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA10-Js1-Js2_x1" triggerthreshold="0DETA10-Js1-Js2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="336" partition="1" name="L1_J4-MATCH" complex_deadtime="0" definition="(0MATCH-4AJ20.ETA31-4AJj15.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31_x1" triggerthreshold="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="337" partition="1" name="L1_W-05RO-XEEMHT" complex_deadtime="0" definition="(05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="338" partition="1" name="L1_LLP-RO" complex_deadtime="0" definition="(210RATIO-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="210RATIO-0MATCH-TAU30si2-EMall_x1" triggerthreshold="210RATIO-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="339" partition="1" name="L1_LLP-NOMATCH" complex_deadtime="0" definition="(NOT-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-0MATCH-TAU30si2-EMall_x1" triggerthreshold="NOT-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="340" partition="1" name="L1_DR-MU10TAU12I" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="341" partition="1" name="L1_TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="342" partition="1" name="L1_EM15-TAU40" complex_deadtime="0" definition="(DISAMB-EM15abhi-TAU40ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-EM15abhi-TAU40ab_x1" triggerthreshold="DISAMB-EM15abhi-TAU40ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="343" partition="1" name="L1_TAU20-J20" complex_deadtime="0" definition="(1DISAMB-TAU20ab-J20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU20ab-J20ab_x1" triggerthreshold="1DISAMB-TAU20ab-J20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="344" partition="1" name="L1_EM15-TAU12I" complex_deadtime="0" definition="(DISAMB-EM15abhi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-EM15abhi-TAU12abi_x1" triggerthreshold="DISAMB-EM15abhi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="345" partition="1" name="L1_EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-EM15his2-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-EM15his2-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="346" partition="1" name="L1_DR-EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="347" partition="1" name="L1_TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-TAU20abi-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU20abi-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="348" partition="1" name="L1_DR-TAU20ITAU12I" complex_deadtime="0" definition="(0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="349" partition="1" name="L1_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="350" partition="1" name="L1_DR-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="351" partition="1" name="L1_LAR-EM" complex_deadtime="0" definition="(LAR-EM50s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-EM50s1_x1" triggerthreshold="LAR-EM50s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="352" partition="1" name="L1_LAR-J" complex_deadtime="0" definition="(LAR-J100s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-J100s1_x1" triggerthreshold="LAR-J100s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="353" partition="1" name="L1_BPH-DR-2MU4-B" complex_deadtime="0" definition="(2DR15-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-CMU4ab-MU4ab_x1" triggerthreshold="2DR15-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="354" partition="1" name="L1_BPH-DR-2MU4-BO" complex_deadtime="0" definition="(2DR15-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2CMU4ab_x1" triggerthreshold="2DR15-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="355" partition="1" name="L1_BPH-DR-MU6MU4" complex_deadtime="0" definition="(2DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-MU6ab-MU4ab_x1" triggerthreshold="2DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="356" partition="1" name="L1_BPH-DR-MU6MU4-B" complex_deadtime="0" definition="(2DR15-ONEBARREL-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="2DR15-ONEBARREL-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="357" partition="1" name="L1_BPH-DR-MU6MU4-BO" complex_deadtime="0" definition="(2DR15-CMU6ab-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-CMU6ab-CMU4ab_x1" triggerthreshold="2DR15-CMU6ab-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="358" partition="1" name="L1_MU6_MJJ-200" complex_deadtime="0" definition="(MU6[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="359" partition="1" name="L1_MU6_MJJ-300" complex_deadtime="0" definition="(MU6[x1]&amp;300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="360" partition="1" name="L1_MU6_MJJ-400" complex_deadtime="0" definition="(MU6[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="361" partition="1" name="L1_MU6_MJJ-500" complex_deadtime="0" definition="(MU6[x1]&amp;500INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="500INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="500INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="362" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="363" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="364" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="365" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="366" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="367" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="368" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="369" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="370" partition="1" name="L1_XE35_MJJ-200" complex_deadtime="0" definition="(XE35[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="371" partition="1" name="L1_EM7_FIRSTEMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="372" partition="1" name="L1_RD0_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP8)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="373" partition="1" name="L1_3J25.0ETA23" complex_deadtime="0" definition="(J25.0ETA23[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J25.0ETA23_x3" triggerthreshold="J25.0ETA23"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="374" partition="1" name="L1_TE20" complex_deadtime="0" definition="(TE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="375" partition="1" name="L1_TE10.0ETA24" complex_deadtime="0" definition="(TE10.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10.0ETA24_x1" triggerthreshold="TE10.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="376" partition="1" name="L1_TE20.0ETA24" complex_deadtime="0" definition="(TE20.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20.0ETA24_x1" triggerthreshold="TE20.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="377" partition="1" name="L1_XS40" complex_deadtime="0" definition="(XS40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="378" partition="1" name="L1_XS50" complex_deadtime="0" definition="(XS50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="379" partition="1" name="L1_XS60" complex_deadtime="0" definition="(XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="380" partition="1" name="L1_J12_BGRP12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="381" partition="1" name="L1_J30.31ETA49_BGRP12" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="382" partition="1" name="L1_MU6_J30.0ETA49_2J20.0ETA49" complex_deadtime="0" definition="(MU6[x1]&amp;J30.0ETA49[x1]&amp;J20.0ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J30.0ETA49_x1" triggerthreshold="J30.0ETA49"/>
-        <TriggerCondition multi="2" name="J20.0ETA49_x2" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="383" partition="1" name="L1_4J20.0ETA49" complex_deadtime="0" definition="(J20.0ETA49[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="384" partition="1" name="L1_MU4_3J15" complex_deadtime="0" definition="(MU4[x1]&amp;J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="385" partition="1" name="L1_MU4_3J20" complex_deadtime="0" definition="(MU4[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="386" partition="1" name="L1_MU4_J30" complex_deadtime="0" definition="(MU4[x1]&amp;J30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="387" partition="1" name="L1_MU4_J50" complex_deadtime="0" definition="(MU4[x1]&amp;J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="388" partition="1" name="L1_TAU8_UNPAIRED_ISO" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="389" partition="1" name="L1_EM7_UNPAIRED_ISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="390" partition="1" name="L1_RD2_BGRP12" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP12)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="391" partition="1" name="L1_TAU8_FIRSTEMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="392" partition="1" name="L1_EM10" complex_deadtime="0" definition="(EM10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="393" partition="1" name="L1_LHCF_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="394" partition="1" name="L1_LHCF_EMPTY" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="395" partition="1" name="L1_XE55_BGRP7" complex_deadtime="0" definition="(XE55[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="396" partition="1" name="L1_XE60_BGRP7" complex_deadtime="0" definition="(XE60[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="397" partition="1" name="L1_XE70_BGRP7" complex_deadtime="0" definition="(XE70[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE70_x1" triggerthreshold="XE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="398" partition="1" name="L1_XE80_BGRP7" complex_deadtime="0" definition="(XE80[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE80_x1" triggerthreshold="XE80"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="399" partition="1" name="L1_EM8I_MU10" complex_deadtime="0" definition="(EM8I[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="400" partition="1" name="L1_XE45_BGRP7" complex_deadtime="0" definition="(XE45[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="401" partition="1" name="L1_XE50_BGRP7" complex_deadtime="0" definition="(XE50[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="402" partition="1" name="L1_EM15HI" complex_deadtime="0" definition="(EM15HI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="403" partition="1" name="L1_MU6_3MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="404" partition="1" name="L1_2MU6_3MU4" complex_deadtime="0" definition="(MU6[x2]&amp;MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="405" partition="1" name="L1_BGRP9" complex_deadtime="0" definition="(BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="406" partition="1" name="L1_TE50" complex_deadtime="0" definition="(TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="407" partition="1" name="L1_TE5" complex_deadtime="0" definition="(TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="408" partition="1" name="L1_TE60" complex_deadtime="0" definition="(TE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE60_x1" triggerthreshold="TE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="409" partition="1" name="L1_TE50.0ETA24" complex_deadtime="0" definition="(TE50.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE50.0ETA24_x1" triggerthreshold="TE50.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="410" partition="1" name="L1_TE5.0ETA24" complex_deadtime="0" definition="(TE5.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5.0ETA24_x1" triggerthreshold="TE5.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="411" partition="1" name="L1_EM20VH_FIRSTEMPTY" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="412" partition="1" name="L1_EM22VHI_FIRSTEMPTY" complex_deadtime="0" definition="(EM22VHI[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="413" partition="1" name="L1_MU20_FIRSTEMPTY" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="414" partition="1" name="L1_J100_FIRSTEMPTY" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="415" partition="1" name="L1_J100.31ETA49_FIRSTEMPTY" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="416" partition="1" name="L1_TE60.0ETA24" complex_deadtime="0" definition="(TE60.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE60.0ETA24_x1" triggerthreshold="TE60.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="417" partition="1" name="L1_TE70.0ETA24" complex_deadtime="0" definition="(TE70.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70.0ETA24_x1" triggerthreshold="TE70.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="418" partition="1" name="L1_TE40.0ETA24" complex_deadtime="0" definition="(TE40.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40.0ETA24_x1" triggerthreshold="TE40.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="419" partition="1" name="L1_ZDC_A" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="420" partition="1" name="L1_ZDC_C" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="421" partition="1" name="L1_ZDC_AND" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="422" partition="1" name="L1_ZDC_A_C" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="423" partition="1" name="L1_EM20VH_2EM7" complex_deadtime="0" definition="(EM20VH[x1]&amp;EM7[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="424" partition="1" name="L1_ALFA_ELAST1" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;ALFA_A7L1U[x1]&amp;ALFA_A7R1L[x1]&amp;ALFA_B7R1L[x1]&amp;!(ALFA3_B7L1L[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-            <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-            <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-            <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="425" partition="1" name="L1_ALFA_ELAST2" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;ALFA_A7L1L[x1]&amp;ALFA_A7R1U[x1]&amp;ALFA_B7R1U[x1]&amp;!(ALFA3_B7L1U[x1]|ALFA3_A7L1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-            <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-            <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-            <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="426" partition="1" name="L1_ALFA_ELAST11" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;ALFA_A7L1U[x1]&amp;ALFA_A7R1L[x1]&amp;ALFA_B7R1L[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="427" partition="1" name="L1_ALFA_ELAST12" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;ALFA_A7L1L[x1]&amp;ALFA_A7R1U[x1]&amp;ALFA_B7R1U[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="428" partition="1" name="L1_ALFA_ELAST13" complex_deadtime="0" definition="((ALFA2_A7L1U[x1]|ALFA2_B7L1U[x1])&amp;ALFA_A7R1L[x1]&amp;ALFA_B7R1L[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="429" partition="1" name="L1_ALFA_ELAST14" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;ALFA_A7L1U[x1]&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="430" partition="1" name="L1_ALFA_ELAST15" complex_deadtime="0" definition="((ALFA2_A7L1U[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="431" partition="1" name="L1_ALFA_ELAST15_Calib" complex_deadtime="0" definition="((ALFA2_A7L1U[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1L[x1])&amp;BGRP0&amp;BGRP10)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP10"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="432" partition="1" name="L1_ALFA_ELAST16" complex_deadtime="0" definition="((ALFA2_B7L1L[x1]|ALFA2_A7L1L[x1])&amp;ALFA_A7R1U[x1]&amp;ALFA_B7R1U[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-        </OR>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="433" partition="1" name="L1_ALFA_ELAST17" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;ALFA_A7L1L[x1]&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="434" partition="1" name="L1_ALFA_ELAST18" complex_deadtime="0" definition="((ALFA2_B7L1L[x1]|ALFA2_A7L1L[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="435" partition="1" name="L1_ALFA_ELAST18_Calib" complex_deadtime="0" definition="((ALFA2_B7L1L[x1]|ALFA2_A7L1L[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP10)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP10"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="436" partition="1" name="L1_ALFA_SDIFF5" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;ALFA_A7L1U[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="437" partition="1" name="L1_ALFA_SDIFF6" complex_deadtime="0" definition="(ALFA_A7R1L[x1]&amp;ALFA_B7R1L[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="438" partition="1" name="L1_ALFA_SDIFF7" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;ALFA_A7L1L[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="439" partition="1" name="L1_ALFA_SDIFF8" complex_deadtime="0" definition="(ALFA_A7R1U[x1]&amp;ALFA_B7R1U[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="440" partition="1" name="L1_MBTS_1_A_ALFA_C" complex_deadtime="0" definition="(MBTS_A[x1]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="441" partition="1" name="L1_MBTS_1_C_ALFA_A" complex_deadtime="0" definition="(MBTS_C[x1]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="442" partition="1" name="L1_MBTS_1_A_ALFA_C_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x1]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="443" partition="1" name="L1_MBTS_1_C_ALFA_A_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_C[x1]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="444" partition="1" name="L1_MBTS_2_A_ALFA_C" complex_deadtime="0" definition="(MBTS_A[x2]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="445" partition="1" name="L1_MBTS_2_C_ALFA_A" complex_deadtime="0" definition="(MBTS_C[x2]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="446" partition="1" name="L1_MBTS_2_A_ALFA_C_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x2]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="447" partition="1" name="L1_MBTS_2_C_ALFA_A_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_C[x2]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="448" partition="1" name="L1_LUCID_A_ALFA_C" complex_deadtime="0" definition="(LUCID_A[x1]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="449" partition="1" name="L1_LUCID_C_ALFA_A" complex_deadtime="0" definition="(LUCID_C[x1]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="450" partition="1" name="L1_LUCID_A_ALFA_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="451" partition="1" name="L1_LUCID_C_ALFA_A_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_C[x1]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="452" partition="1" name="L1_EM3_ALFA_ANY" complex_deadtime="0" definition="(EM3[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="453" partition="1" name="L1_EM3_ALFA_ANY_UNPAIRED_ISO" complex_deadtime="0" definition="(EM3[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="454" partition="1" name="L1_EM3_ALFA_EINE" complex_deadtime="0" definition="(EM3[x1]&amp;(ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;(ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="455" partition="1" name="L1_ALFA_ELASTIC_UNPAIRED_ISO" complex_deadtime="0" definition="((ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;(ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;(ALFA_B7L1U[x1]|ALFA_A7L1U[x1]|ALFA_A7R1U[x1]|ALFA_B7R1U[x1])&amp;(ALFA_A7R1L[x1]|ALFA_B7R1L[x1]|ALFA_B7L1L[x1]|ALFA_A7L1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="456" partition="1" name="L1_ALFA_ANTI_ELASTIC_UNPAIRED_ISO" complex_deadtime="0" definition="((ALFA4_B7L1U[x1]|ALFA4_A7L1U[x1]|ALFA4_B7L1L[x1]|ALFA4_A7L1L[x1])&amp;(ALFA4_B7L1U[x1]|ALFA4_A7L1U[x1]|ALFA4_A7R1L[x1]|ALFA4_B7R1L[x1])&amp;(ALFA4_A7R1U[x1]|ALFA4_B7R1U[x1]|ALFA4_B7L1L[x1]|ALFA4_A7L1L[x1])&amp;(ALFA4_A7R1U[x1]|ALFA4_B7R1U[x1]|ALFA4_A7R1L[x1]|ALFA4_B7R1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA4_B7L1U_x1" triggerthreshold="ALFA4_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA4_A7L1U_x1" triggerthreshold="ALFA4_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA4_B7L1L_x1" triggerthreshold="ALFA4_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA4_A7L1L_x1" triggerthreshold="ALFA4_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA4_B7L1U_x1" triggerthreshold="ALFA4_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA4_A7L1U_x1" triggerthreshold="ALFA4_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA4_A7R1L_x1" triggerthreshold="ALFA4_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA4_B7R1L_x1" triggerthreshold="ALFA4_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA4_A7R1U_x1" triggerthreshold="ALFA4_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA4_B7R1U_x1" triggerthreshold="ALFA4_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA4_B7L1L_x1" triggerthreshold="ALFA4_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA4_A7L1L_x1" triggerthreshold="ALFA4_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA4_A7R1U_x1" triggerthreshold="ALFA4_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA4_B7R1U_x1" triggerthreshold="ALFA4_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA4_A7R1L_x1" triggerthreshold="ALFA4_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA4_B7R1L_x1" triggerthreshold="ALFA4_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="457" partition="1" name="L1_ALFA_ANY_A_EMPTY" complex_deadtime="0" definition="((ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="458" partition="1" name="L1_ALFA_ANY_C_EMPTY" complex_deadtime="0" definition="((ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="459" partition="1" name="L1_J12_ALFA_ANY" complex_deadtime="0" definition="(J12[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="460" partition="1" name="L1_J12_ALFA_ANY_UNPAIRED_ISO" complex_deadtime="0" definition="(J12[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="461" partition="1" name="L1_TE5_ALFA_ANY" complex_deadtime="0" definition="(TE5[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="462" partition="1" name="L1_TE5_ALFA_ANY_UNPAIRED_ISO" complex_deadtime="0" definition="(TE5[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="463" partition="1" name="L1_TE5_ALFA_EINE" complex_deadtime="0" definition="(TE5[x1]&amp;(ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;(ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="464" partition="1" name="L1_TRT_ALFA_ANY" complex_deadtime="0" definition="(NIMTRT[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="465" partition="1" name="L1_TRT_ALFA_ANY_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMTRT[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="466" partition="1" name="L1_TRT_ALFA_EINE" complex_deadtime="0" definition="(NIMTRT[x1]&amp;(ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;(ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="467" partition="1" name="L1_LHCF_ALFA_ANY_A" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;(ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="468" partition="1" name="L1_LHCF_ALFA_ANY_C" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;(ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="469" partition="1" name="L1_LHCF_ALFA_ANY_A_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;(ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="470" partition="1" name="L1_LHCF_ALFA_ANY_C_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;(ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="471" partition="1" name="L1_ALFA_BGT" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="472" partition="1" name="L1_ALFA_BGT_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="473" partition="1" name="L1_ALFA_BGT_BGRP10" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP10)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP10"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="474" partition="1" name="L1_ALFA_SHOWSYST5" complex_deadtime="0" definition="((ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;(ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="475" partition="1" name="L1_ALFA_SYST9" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;ALFA_A7L1U[x1]&amp;ALFA_A7R1U[x1]&amp;ALFA_B7R1U[x1]&amp;!(ALFA3_B7L1L[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-            <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-            <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-            <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="476" partition="1" name="L1_ALFA_SYST10" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;ALFA_A7L1L[x1]&amp;ALFA_A7R1L[x1]&amp;ALFA_B7R1L[x1]&amp;!(ALFA3_B7L1U[x1]|ALFA3_A7L1U[x1]|ALFA3_A7R1U[x1]|ALFA3_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-            <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-            <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-            <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="477" partition="1" name="L1_ALFA_SYST11" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;ALFA_A7L1U[x1]&amp;ALFA_A7R1U[x1]&amp;ALFA_B7R1U[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="478" partition="1" name="L1_ALFA_SYST12" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;ALFA_A7L1L[x1]&amp;ALFA_A7R1L[x1]&amp;ALFA_B7R1L[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="479" partition="1" name="L1_ALFA_SYST17" complex_deadtime="0" definition="((ALFA2_A7L1U[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="480" partition="1" name="L1_ALFA_SYST18" complex_deadtime="0" definition="((ALFA2_B7L1L[x1]|ALFA2_A7L1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="481" partition="1" name="L1_ALFA_ANY" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:111|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="482" partition="1" name="L1_ALFA_ANY_EMPTY" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="483" partition="1" name="L1_ALFA_ANY_FIRSTEMPTY" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP6)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="484" partition="1" name="L1_ALFA_ANY_UNPAIRED_ISO" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="485" partition="1" name="L1_ALFA_ANY_UNPAIRED_NONISO" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="486" partition="1" name="L1_ALFA_ANY_BGRP10" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP10)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP10"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="487" partition="1" name="L1_ALFA_ANY_ABORTGAPNOTCALIB" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP8)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="488" partition="1" name="L1_ALFA_ANY_CALIB" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP2)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="489" partition="1" name="L1_ALFA_B7L1U" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="490" partition="1" name="L1_ALFA_B7L1L" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="491" partition="1" name="L1_ALFA_A7L1U" complex_deadtime="0" definition="(ALFA_A7L1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="492" partition="1" name="L1_ALFA_A7L1L" complex_deadtime="0" definition="(ALFA_A7L1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="493" partition="1" name="L1_ALFA_A7R1U" complex_deadtime="0" definition="(ALFA_A7R1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="494" partition="1" name="L1_ALFA_A7R1L" complex_deadtime="0" definition="(ALFA_A7R1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="495" partition="1" name="L1_ALFA_B7R1U" complex_deadtime="0" definition="(ALFA_B7R1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="496" partition="1" name="L1_ALFA_B7R1L" complex_deadtime="0" definition="(ALFA_B7R1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="497" partition="1" name="L1_ALFA_B7L1U_OD" complex_deadtime="0" definition="(ALFA_B7L1U_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_OD_x1" triggerthreshold="ALFA_B7L1U_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="498" partition="1" name="L1_ALFA_B7L1L_OD" complex_deadtime="0" definition="(ALFA_B7L1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_OD_x1" triggerthreshold="ALFA_B7L1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="499" partition="1" name="L1_ALFA_A7L1U_OD" complex_deadtime="0" definition="(ALFA_A7L1U_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_OD_x1" triggerthreshold="ALFA_A7L1U_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="500" partition="1" name="L1_ALFA_A7L1L_OD" complex_deadtime="0" definition="(ALFA_A7L1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_OD_x1" triggerthreshold="ALFA_A7L1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="501" partition="1" name="L1_ALFA_A7R1U_OD" complex_deadtime="0" definition="(ALFA_A7R1U_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_OD_x1" triggerthreshold="ALFA_A7R1U_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="502" partition="1" name="L1_ALFA_A7R1L_OD" complex_deadtime="0" definition="(ALFA_A7R1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_OD_x1" triggerthreshold="ALFA_A7R1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="503" partition="1" name="L1_ALFA_B7R1U_OD" complex_deadtime="0" definition="(ALFA_B7R1U_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_OD_x1" triggerthreshold="ALFA_B7R1U_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="504" partition="1" name="L1_ALFA_B7R1L_OD" complex_deadtime="0" definition="(ALFA_B7R1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_OD_x1" triggerthreshold="ALFA_B7R1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="505" partition="1" name="L1_ALFA_B7L1_OD" complex_deadtime="0" definition="(ALFA_B7L1U_OD[x1]&amp;ALFA_B7L1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_OD_x1" triggerthreshold="ALFA_B7L1U_OD"/>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_OD_x1" triggerthreshold="ALFA_B7L1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="506" partition="1" name="L1_ALFA_A7L1_OD" complex_deadtime="0" definition="(ALFA_A7L1U_OD[x1]&amp;ALFA_A7L1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_OD_x1" triggerthreshold="ALFA_A7L1U_OD"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_OD_x1" triggerthreshold="ALFA_A7L1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="507" partition="1" name="L1_ALFA_B7R1_OD" complex_deadtime="0" definition="(ALFA_B7R1U_OD[x1]&amp;ALFA_B7R1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_OD_x1" triggerthreshold="ALFA_B7R1U_OD"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_OD_x1" triggerthreshold="ALFA_B7R1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="508" partition="1" name="L1_ALFA_A7R1_OD" complex_deadtime="0" definition="(ALFA_A7R1U_OD[x1]&amp;ALFA_A7R1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_OD_x1" triggerthreshold="ALFA_A7R1U_OD"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_OD_x1" triggerthreshold="ALFA_A7R1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="511" partition="1" name="L1_CALREQ2" complex_deadtime="0" definition="(CAL2[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="00110100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="CAL2_x1" triggerthreshold="CAL2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="MC_pp_v5_default_prescale" type="Physics" menuPartition="0">
-    <Prescale ctpid="0" cut="000001" value="1"/>
-    <Prescale ctpid="1" cut="000001" value="1"/>
-    <Prescale ctpid="2" cut="000001" value="1"/>
-    <Prescale ctpid="3" cut="000001" value="1"/>
-    <Prescale ctpid="4" cut="000001" value="1"/>
-    <Prescale ctpid="5" cut="000001" value="1"/>
-    <Prescale ctpid="6" cut="000001" value="1"/>
-    <Prescale ctpid="7" cut="000001" value="1"/>
-    <Prescale ctpid="8" cut="000001" value="1"/>
-    <Prescale ctpid="9" cut="000001" value="1"/>
-    <Prescale ctpid="10" cut="000001" value="1"/>
-    <Prescale ctpid="11" cut="000001" value="1"/>
-    <Prescale ctpid="12" cut="000001" value="1"/>
-    <Prescale ctpid="13" cut="000001" value="1"/>
-    <Prescale ctpid="14" cut="000001" value="1"/>
-    <Prescale ctpid="15" cut="000001" value="1"/>
-    <Prescale ctpid="16" cut="000001" value="1"/>
-    <Prescale ctpid="17" cut="000001" value="1"/>
-    <Prescale ctpid="18" cut="000001" value="1"/>
-    <Prescale ctpid="19" cut="000001" value="1"/>
-    <Prescale ctpid="20" cut="000001" value="1"/>
-    <Prescale ctpid="21" cut="000001" value="1"/>
-    <Prescale ctpid="22" cut="000001" value="1"/>
-    <Prescale ctpid="23" cut="000001" value="1"/>
-    <Prescale ctpid="24" cut="000001" value="1"/>
-    <Prescale ctpid="25" cut="000001" value="1"/>
-    <Prescale ctpid="26" cut="000001" value="1"/>
-    <Prescale ctpid="27" cut="000001" value="1"/>
-    <Prescale ctpid="28" cut="000001" value="1"/>
-    <Prescale ctpid="29" cut="000001" value="1"/>
-    <Prescale ctpid="30" cut="000001" value="1"/>
-    <Prescale ctpid="31" cut="000001" value="1"/>
-    <Prescale ctpid="32" cut="000001" value="1"/>
-    <Prescale ctpid="33" cut="000001" value="1"/>
-    <Prescale ctpid="34" cut="000001" value="1"/>
-    <Prescale ctpid="35" cut="000001" value="1"/>
-    <Prescale ctpid="36" cut="000001" value="1"/>
-    <Prescale ctpid="37" cut="000001" value="1"/>
-    <Prescale ctpid="38" cut="000001" value="1"/>
-    <Prescale ctpid="39" cut="000001" value="1"/>
-    <Prescale ctpid="40" cut="000001" value="1"/>
-    <Prescale ctpid="41" cut="000001" value="1"/>
-    <Prescale ctpid="42" cut="000001" value="1"/>
-    <Prescale ctpid="43" cut="000001" value="1"/>
-    <Prescale ctpid="44" cut="000001" value="1"/>
-    <Prescale ctpid="45" cut="000001" value="1"/>
-    <Prescale ctpid="46" cut="000001" value="1"/>
-    <Prescale ctpid="47" cut="000001" value="1"/>
-    <Prescale ctpid="48" cut="000001" value="1"/>
-    <Prescale ctpid="49" cut="000001" value="1"/>
-    <Prescale ctpid="50" cut="000001" value="1"/>
-    <Prescale ctpid="51" cut="000001" value="1"/>
-    <Prescale ctpid="52" cut="000001" value="1"/>
-    <Prescale ctpid="53" cut="000001" value="1"/>
-    <Prescale ctpid="54" cut="000001" value="1"/>
-    <Prescale ctpid="55" cut="000001" value="1"/>
-    <Prescale ctpid="56" cut="000001" value="1"/>
-    <Prescale ctpid="57" cut="000001" value="1"/>
-    <Prescale ctpid="58" cut="000001" value="1"/>
-    <Prescale ctpid="59" cut="000001" value="1"/>
-    <Prescale ctpid="60" cut="000001" value="1"/>
-    <Prescale ctpid="61" cut="000001" value="1"/>
-    <Prescale ctpid="62" cut="000001" value="1"/>
-    <Prescale ctpid="63" cut="000001" value="1"/>
-    <Prescale ctpid="64" cut="000001" value="1"/>
-    <Prescale ctpid="65" cut="000001" value="1"/>
-    <Prescale ctpid="66" cut="000001" value="1"/>
-    <Prescale ctpid="67" cut="000001" value="1"/>
-    <Prescale ctpid="68" cut="000001" value="1"/>
-    <Prescale ctpid="69" cut="000001" value="1"/>
-    <Prescale ctpid="70" cut="000001" value="1"/>
-    <Prescale ctpid="71" cut="000001" value="1"/>
-    <Prescale ctpid="72" cut="000001" value="1"/>
-    <Prescale ctpid="73" cut="000001" value="1"/>
-    <Prescale ctpid="74" cut="000001" value="1"/>
-    <Prescale ctpid="75" cut="000001" value="1"/>
-    <Prescale ctpid="76" cut="000001" value="1"/>
-    <Prescale ctpid="77" cut="000001" value="1"/>
-    <Prescale ctpid="78" cut="000001" value="1"/>
-    <Prescale ctpid="79" cut="000001" value="1"/>
-    <Prescale ctpid="80" cut="000001" value="1"/>
-    <Prescale ctpid="81" cut="000001" value="1"/>
-    <Prescale ctpid="82" cut="000001" value="1"/>
-    <Prescale ctpid="83" cut="000001" value="1"/>
-    <Prescale ctpid="84" cut="000001" value="1"/>
-    <Prescale ctpid="85" cut="000001" value="1"/>
-    <Prescale ctpid="86" cut="000001" value="1"/>
-    <Prescale ctpid="87" cut="000001" value="1"/>
-    <Prescale ctpid="88" cut="000001" value="1"/>
-    <Prescale ctpid="89" cut="000001" value="1"/>
-    <Prescale ctpid="90" cut="000001" value="1"/>
-    <Prescale ctpid="91" cut="000001" value="1"/>
-    <Prescale ctpid="92" cut="000001" value="1"/>
-    <Prescale ctpid="93" cut="000001" value="1"/>
-    <Prescale ctpid="94" cut="000001" value="1"/>
-    <Prescale ctpid="95" cut="000001" value="1"/>
-    <Prescale ctpid="96" cut="000001" value="1"/>
-    <Prescale ctpid="97" cut="000001" value="1"/>
-    <Prescale ctpid="98" cut="000001" value="1"/>
-    <Prescale ctpid="99" cut="000001" value="1"/>
-    <Prescale ctpid="100" cut="000001" value="1"/>
-    <Prescale ctpid="101" cut="000001" value="1"/>
-    <Prescale ctpid="102" cut="000001" value="1"/>
-    <Prescale ctpid="103" cut="000001" value="1"/>
-    <Prescale ctpid="104" cut="000001" value="1"/>
-    <Prescale ctpid="105" cut="000001" value="1"/>
-    <Prescale ctpid="106" cut="000001" value="1"/>
-    <Prescale ctpid="107" cut="000001" value="1"/>
-    <Prescale ctpid="108" cut="000001" value="1"/>
-    <Prescale ctpid="109" cut="000001" value="1"/>
-    <Prescale ctpid="110" cut="000001" value="1"/>
-    <Prescale ctpid="111" cut="000001" value="1"/>
-    <Prescale ctpid="112" cut="000001" value="1"/>
-    <Prescale ctpid="113" cut="000001" value="1"/>
-    <Prescale ctpid="114" cut="000001" value="1"/>
-    <Prescale ctpid="115" cut="000001" value="1"/>
-    <Prescale ctpid="116" cut="000001" value="1"/>
-    <Prescale ctpid="117" cut="000001" value="1"/>
-    <Prescale ctpid="118" cut="000001" value="1"/>
-    <Prescale ctpid="119" cut="000001" value="1"/>
-    <Prescale ctpid="120" cut="000001" value="1"/>
-    <Prescale ctpid="121" cut="000001" value="1"/>
-    <Prescale ctpid="122" cut="000001" value="1"/>
-    <Prescale ctpid="123" cut="000001" value="1"/>
-    <Prescale ctpid="124" cut="000001" value="1"/>
-    <Prescale ctpid="125" cut="000001" value="1"/>
-    <Prescale ctpid="126" cut="000001" value="1"/>
-    <Prescale ctpid="127" cut="000001" value="1"/>
-    <Prescale ctpid="128" cut="000001" value="1"/>
-    <Prescale ctpid="129" cut="000001" value="1"/>
-    <Prescale ctpid="130" cut="000001" value="1"/>
-    <Prescale ctpid="131" cut="000001" value="1"/>
-    <Prescale ctpid="132" cut="000001" value="1"/>
-    <Prescale ctpid="133" cut="000001" value="1"/>
-    <Prescale ctpid="134" cut="000001" value="1"/>
-    <Prescale ctpid="135" cut="000001" value="1"/>
-    <Prescale ctpid="136" cut="000001" value="1"/>
-    <Prescale ctpid="137" cut="000001" value="1"/>
-    <Prescale ctpid="138" cut="000001" value="1"/>
-    <Prescale ctpid="139" cut="000001" value="1"/>
-    <Prescale ctpid="140" cut="000001" value="1"/>
-    <Prescale ctpid="141" cut="000001" value="1"/>
-    <Prescale ctpid="142" cut="000001" value="1"/>
-    <Prescale ctpid="143" cut="000001" value="1"/>
-    <Prescale ctpid="144" cut="000001" value="1"/>
-    <Prescale ctpid="145" cut="000001" value="1"/>
-    <Prescale ctpid="146" cut="000001" value="1"/>
-    <Prescale ctpid="147" cut="000001" value="1"/>
-    <Prescale ctpid="148" cut="000001" value="1"/>
-    <Prescale ctpid="149" cut="000001" value="1"/>
-    <Prescale ctpid="150" cut="000001" value="1"/>
-    <Prescale ctpid="151" cut="000001" value="1"/>
-    <Prescale ctpid="152" cut="000001" value="1"/>
-    <Prescale ctpid="153" cut="000001" value="1"/>
-    <Prescale ctpid="154" cut="000001" value="1"/>
-    <Prescale ctpid="155" cut="000001" value="1"/>
-    <Prescale ctpid="156" cut="000001" value="1"/>
-    <Prescale ctpid="157" cut="000001" value="1"/>
-    <Prescale ctpid="158" cut="000001" value="1"/>
-    <Prescale ctpid="159" cut="000001" value="1"/>
-    <Prescale ctpid="160" cut="000001" value="1"/>
-    <Prescale ctpid="161" cut="000001" value="1"/>
-    <Prescale ctpid="162" cut="000001" value="1"/>
-    <Prescale ctpid="163" cut="000001" value="1"/>
-    <Prescale ctpid="164" cut="000001" value="1"/>
-    <Prescale ctpid="165" cut="000001" value="1"/>
-    <Prescale ctpid="166" cut="000001" value="1"/>
-    <Prescale ctpid="167" cut="000001" value="1"/>
-    <Prescale ctpid="168" cut="000001" value="1"/>
-    <Prescale ctpid="169" cut="000001" value="1"/>
-    <Prescale ctpid="170" cut="000001" value="1"/>
-    <Prescale ctpid="171" cut="000001" value="1"/>
-    <Prescale ctpid="172" cut="000001" value="1"/>
-    <Prescale ctpid="173" cut="000001" value="1"/>
-    <Prescale ctpid="174" cut="000001" value="1"/>
-    <Prescale ctpid="175" cut="000001" value="1"/>
-    <Prescale ctpid="176" cut="000001" value="1"/>
-    <Prescale ctpid="177" cut="000001" value="1"/>
-    <Prescale ctpid="178" cut="000001" value="1"/>
-    <Prescale ctpid="179" cut="000001" value="1"/>
-    <Prescale ctpid="180" cut="000001" value="1"/>
-    <Prescale ctpid="181" cut="000001" value="1"/>
-    <Prescale ctpid="182" cut="000001" value="1"/>
-    <Prescale ctpid="183" cut="000001" value="1"/>
-    <Prescale ctpid="184" cut="000001" value="1"/>
-    <Prescale ctpid="185" cut="000001" value="1"/>
-    <Prescale ctpid="186" cut="000001" value="1"/>
-    <Prescale ctpid="187" cut="000001" value="1"/>
-    <Prescale ctpid="188" cut="000001" value="1"/>
-    <Prescale ctpid="189" cut="000001" value="1"/>
-    <Prescale ctpid="190" cut="000001" value="1"/>
-    <Prescale ctpid="191" cut="000001" value="1"/>
-    <Prescale ctpid="192" cut="000001" value="1"/>
-    <Prescale ctpid="193" cut="000001" value="1"/>
-    <Prescale ctpid="194" cut="000001" value="1"/>
-    <Prescale ctpid="195" cut="000001" value="1"/>
-    <Prescale ctpid="196" cut="000001" value="1"/>
-    <Prescale ctpid="197" cut="000001" value="1"/>
-    <Prescale ctpid="198" cut="000001" value="1"/>
-    <Prescale ctpid="199" cut="000001" value="1"/>
-    <Prescale ctpid="200" cut="000001" value="1"/>
-    <Prescale ctpid="201" cut="000001" value="1"/>
-    <Prescale ctpid="202" cut="000001" value="1"/>
-    <Prescale ctpid="203" cut="000001" value="1"/>
-    <Prescale ctpid="204" cut="000001" value="1"/>
-    <Prescale ctpid="205" cut="000001" value="1"/>
-    <Prescale ctpid="206" cut="000001" value="1"/>
-    <Prescale ctpid="207" cut="000001" value="1"/>
-    <Prescale ctpid="208" cut="000001" value="1"/>
-    <Prescale ctpid="209" cut="000001" value="1"/>
-    <Prescale ctpid="210" cut="000001" value="1"/>
-    <Prescale ctpid="211" cut="000001" value="1"/>
-    <Prescale ctpid="212" cut="000001" value="1"/>
-    <Prescale ctpid="213" cut="000001" value="1"/>
-    <Prescale ctpid="214" cut="000001" value="1"/>
-    <Prescale ctpid="215" cut="000001" value="1"/>
-    <Prescale ctpid="216" cut="000001" value="1"/>
-    <Prescale ctpid="217" cut="000001" value="1"/>
-    <Prescale ctpid="218" cut="000001" value="1"/>
-    <Prescale ctpid="219" cut="000001" value="1"/>
-    <Prescale ctpid="220" cut="000001" value="1"/>
-    <Prescale ctpid="221" cut="000001" value="1"/>
-    <Prescale ctpid="222" cut="000001" value="1"/>
-    <Prescale ctpid="223" cut="000001" value="1"/>
-    <Prescale ctpid="224" cut="000001" value="1"/>
-    <Prescale ctpid="225" cut="000001" value="1"/>
-    <Prescale ctpid="226" cut="000001" value="1"/>
-    <Prescale ctpid="227" cut="000001" value="1"/>
-    <Prescale ctpid="228" cut="000001" value="1"/>
-    <Prescale ctpid="229" cut="000001" value="1"/>
-    <Prescale ctpid="230" cut="000001" value="1"/>
-    <Prescale ctpid="231" cut="000001" value="1"/>
-    <Prescale ctpid="232" cut="000001" value="1"/>
-    <Prescale ctpid="233" cut="000001" value="1"/>
-    <Prescale ctpid="234" cut="000001" value="1"/>
-    <Prescale ctpid="235" cut="000001" value="1"/>
-    <Prescale ctpid="236" cut="000001" value="1"/>
-    <Prescale ctpid="237" cut="000001" value="1"/>
-    <Prescale ctpid="238" cut="000001" value="1"/>
-    <Prescale ctpid="239" cut="000001" value="1"/>
-    <Prescale ctpid="240" cut="000001" value="1"/>
-    <Prescale ctpid="241" cut="000001" value="1"/>
-    <Prescale ctpid="242" cut="000001" value="1"/>
-    <Prescale ctpid="243" cut="000001" value="1"/>
-    <Prescale ctpid="244" cut="000001" value="1"/>
-    <Prescale ctpid="245" cut="000001" value="1"/>
-    <Prescale ctpid="246" cut="000001" value="1"/>
-    <Prescale ctpid="247" cut="000001" value="1"/>
-    <Prescale ctpid="248" cut="000001" value="1"/>
-    <Prescale ctpid="249" cut="000001" value="1"/>
-    <Prescale ctpid="250" cut="000001" value="1"/>
-    <Prescale ctpid="251" cut="000001" value="1"/>
-    <Prescale ctpid="252" cut="000001" value="1"/>
-    <Prescale ctpid="253" cut="000001" value="1"/>
-    <Prescale ctpid="254" cut="000001" value="1"/>
-    <Prescale ctpid="255" cut="000001" value="1"/>
-    <Prescale ctpid="256" cut="000001" value="1"/>
-    <Prescale ctpid="257" cut="000001" value="1"/>
-    <Prescale ctpid="258" cut="000001" value="1"/>
-    <Prescale ctpid="259" cut="000001" value="1"/>
-    <Prescale ctpid="260" cut="000001" value="1"/>
-    <Prescale ctpid="261" cut="000001" value="1"/>
-    <Prescale ctpid="262" cut="000001" value="1"/>
-    <Prescale ctpid="263" cut="000001" value="1"/>
-    <Prescale ctpid="264" cut="000001" value="1"/>
-    <Prescale ctpid="265" cut="000001" value="1"/>
-    <Prescale ctpid="266" cut="000001" value="1"/>
-    <Prescale ctpid="267" cut="000001" value="1"/>
-    <Prescale ctpid="268" cut="000001" value="1"/>
-    <Prescale ctpid="269" cut="000001" value="1"/>
-    <Prescale ctpid="270" cut="000001" value="1"/>
-    <Prescale ctpid="271" cut="000001" value="1"/>
-    <Prescale ctpid="272" cut="000001" value="1"/>
-    <Prescale ctpid="273" cut="000001" value="1"/>
-    <Prescale ctpid="274" cut="000001" value="1"/>
-    <Prescale ctpid="275" cut="000001" value="1"/>
-    <Prescale ctpid="276" cut="000001" value="1"/>
-    <Prescale ctpid="277" cut="000001" value="1"/>
-    <Prescale ctpid="278" cut="000001" value="1"/>
-    <Prescale ctpid="279" cut="000001" value="1"/>
-    <Prescale ctpid="280" cut="000001" value="1"/>
-    <Prescale ctpid="281" cut="000001" value="1"/>
-    <Prescale ctpid="282" cut="000001" value="1"/>
-    <Prescale ctpid="283" cut="000001" value="1"/>
-    <Prescale ctpid="284" cut="000001" value="1"/>
-    <Prescale ctpid="285" cut="000001" value="1"/>
-    <Prescale ctpid="286" cut="000001" value="1"/>
-    <Prescale ctpid="287" cut="000001" value="1"/>
-    <Prescale ctpid="288" cut="000001" value="1"/>
-    <Prescale ctpid="289" cut="000001" value="1"/>
-    <Prescale ctpid="290" cut="000001" value="1"/>
-    <Prescale ctpid="291" cut="000001" value="1"/>
-    <Prescale ctpid="292" cut="000001" value="1"/>
-    <Prescale ctpid="293" cut="000001" value="1"/>
-    <Prescale ctpid="294" cut="000001" value="1"/>
-    <Prescale ctpid="295" cut="000001" value="1"/>
-    <Prescale ctpid="296" cut="000001" value="1"/>
-    <Prescale ctpid="297" cut="000001" value="1"/>
-    <Prescale ctpid="298" cut="000001" value="1"/>
-    <Prescale ctpid="299" cut="000001" value="1"/>
-    <Prescale ctpid="300" cut="000001" value="1"/>
-    <Prescale ctpid="301" cut="000001" value="1"/>
-    <Prescale ctpid="302" cut="000001" value="1"/>
-    <Prescale ctpid="303" cut="000001" value="1"/>
-    <Prescale ctpid="304" cut="000001" value="1"/>
-    <Prescale ctpid="305" cut="000001" value="1"/>
-    <Prescale ctpid="306" cut="000001" value="1"/>
-    <Prescale ctpid="307" cut="000001" value="1"/>
-    <Prescale ctpid="308" cut="000001" value="1"/>
-    <Prescale ctpid="309" cut="000001" value="1"/>
-    <Prescale ctpid="310" cut="000001" value="1"/>
-    <Prescale ctpid="311" cut="000001" value="1"/>
-    <Prescale ctpid="312" cut="000001" value="1"/>
-    <Prescale ctpid="313" cut="000001" value="1"/>
-    <Prescale ctpid="314" cut="000001" value="1"/>
-    <Prescale ctpid="315" cut="000001" value="1"/>
-    <Prescale ctpid="316" cut="000001" value="1"/>
-    <Prescale ctpid="317" cut="000001" value="1"/>
-    <Prescale ctpid="318" cut="000001" value="1"/>
-    <Prescale ctpid="319" cut="000001" value="1"/>
-    <Prescale ctpid="320" cut="000001" value="1"/>
-    <Prescale ctpid="321" cut="000001" value="1"/>
-    <Prescale ctpid="322" cut="000001" value="1"/>
-    <Prescale ctpid="323" cut="000001" value="1"/>
-    <Prescale ctpid="324" cut="000001" value="1"/>
-    <Prescale ctpid="325" cut="000001" value="1"/>
-    <Prescale ctpid="326" cut="000001" value="1"/>
-    <Prescale ctpid="327" cut="000001" value="1"/>
-    <Prescale ctpid="328" cut="000001" value="1"/>
-    <Prescale ctpid="329" cut="000001" value="1"/>
-    <Prescale ctpid="330" cut="000001" value="1"/>
-    <Prescale ctpid="331" cut="000001" value="1"/>
-    <Prescale ctpid="332" cut="000001" value="1"/>
-    <Prescale ctpid="333" cut="000001" value="1"/>
-    <Prescale ctpid="334" cut="000001" value="1"/>
-    <Prescale ctpid="335" cut="000001" value="1"/>
-    <Prescale ctpid="336" cut="000001" value="1"/>
-    <Prescale ctpid="337" cut="000001" value="1"/>
-    <Prescale ctpid="338" cut="000001" value="1"/>
-    <Prescale ctpid="339" cut="000001" value="1"/>
-    <Prescale ctpid="340" cut="000001" value="1"/>
-    <Prescale ctpid="341" cut="000001" value="1"/>
-    <Prescale ctpid="342" cut="000001" value="1"/>
-    <Prescale ctpid="343" cut="000001" value="1"/>
-    <Prescale ctpid="344" cut="000001" value="1"/>
-    <Prescale ctpid="345" cut="000001" value="1"/>
-    <Prescale ctpid="346" cut="000001" value="1"/>
-    <Prescale ctpid="347" cut="000001" value="1"/>
-    <Prescale ctpid="348" cut="000001" value="1"/>
-    <Prescale ctpid="349" cut="000001" value="1"/>
-    <Prescale ctpid="350" cut="000001" value="1"/>
-    <Prescale ctpid="351" cut="000001" value="1"/>
-    <Prescale ctpid="352" cut="000001" value="1"/>
-    <Prescale ctpid="353" cut="000001" value="1"/>
-    <Prescale ctpid="354" cut="000001" value="1"/>
-    <Prescale ctpid="355" cut="000001" value="1"/>
-    <Prescale ctpid="356" cut="000001" value="1"/>
-    <Prescale ctpid="357" cut="000001" value="1"/>
-    <Prescale ctpid="358" cut="000001" value="1"/>
-    <Prescale ctpid="359" cut="000001" value="1"/>
-    <Prescale ctpid="360" cut="000001" value="1"/>
-    <Prescale ctpid="361" cut="000001" value="1"/>
-    <Prescale ctpid="362" cut="000001" value="1"/>
-    <Prescale ctpid="363" cut="000001" value="1"/>
-    <Prescale ctpid="364" cut="000001" value="1"/>
-    <Prescale ctpid="365" cut="000001" value="1"/>
-    <Prescale ctpid="366" cut="000001" value="1"/>
-    <Prescale ctpid="367" cut="000001" value="1"/>
-    <Prescale ctpid="368" cut="000001" value="1"/>
-    <Prescale ctpid="369" cut="000001" value="1"/>
-    <Prescale ctpid="370" cut="000001" value="1"/>
-    <Prescale ctpid="371" cut="000001" value="1"/>
-    <Prescale ctpid="372" cut="000001" value="1"/>
-    <Prescale ctpid="373" cut="000001" value="1"/>
-    <Prescale ctpid="374" cut="000001" value="1"/>
-    <Prescale ctpid="375" cut="000001" value="1"/>
-    <Prescale ctpid="376" cut="000001" value="1"/>
-    <Prescale ctpid="377" cut="000001" value="1"/>
-    <Prescale ctpid="378" cut="000001" value="1"/>
-    <Prescale ctpid="379" cut="000001" value="1"/>
-    <Prescale ctpid="380" cut="000001" value="1"/>
-    <Prescale ctpid="381" cut="000001" value="1"/>
-    <Prescale ctpid="382" cut="000001" value="1"/>
-    <Prescale ctpid="383" cut="000001" value="1"/>
-    <Prescale ctpid="384" cut="000001" value="1"/>
-    <Prescale ctpid="385" cut="000001" value="1"/>
-    <Prescale ctpid="386" cut="000001" value="1"/>
-    <Prescale ctpid="387" cut="000001" value="1"/>
-    <Prescale ctpid="388" cut="000001" value="1"/>
-    <Prescale ctpid="389" cut="000001" value="1"/>
-    <Prescale ctpid="390" cut="000001" value="1"/>
-    <Prescale ctpid="391" cut="000001" value="1"/>
-    <Prescale ctpid="392" cut="000001" value="1"/>
-    <Prescale ctpid="393" cut="000001" value="1"/>
-    <Prescale ctpid="394" cut="000001" value="1"/>
-    <Prescale ctpid="395" cut="000001" value="1"/>
-    <Prescale ctpid="396" cut="000001" value="1"/>
-    <Prescale ctpid="397" cut="000001" value="1"/>
-    <Prescale ctpid="398" cut="000001" value="1"/>
-    <Prescale ctpid="399" cut="000001" value="1"/>
-    <Prescale ctpid="400" cut="000001" value="1"/>
-    <Prescale ctpid="401" cut="000001" value="1"/>
-    <Prescale ctpid="402" cut="000001" value="1"/>
-    <Prescale ctpid="403" cut="000001" value="1"/>
-    <Prescale ctpid="404" cut="000001" value="1"/>
-    <Prescale ctpid="405" cut="000001" value="1"/>
-    <Prescale ctpid="406" cut="000001" value="1"/>
-    <Prescale ctpid="407" cut="000001" value="1"/>
-    <Prescale ctpid="408" cut="000001" value="1"/>
-    <Prescale ctpid="409" cut="000001" value="1"/>
-    <Prescale ctpid="410" cut="000001" value="1"/>
-    <Prescale ctpid="411" cut="000001" value="1"/>
-    <Prescale ctpid="412" cut="000001" value="1"/>
-    <Prescale ctpid="413" cut="000001" value="1"/>
-    <Prescale ctpid="414" cut="000001" value="1"/>
-    <Prescale ctpid="415" cut="000001" value="1"/>
-    <Prescale ctpid="416" cut="000001" value="1"/>
-    <Prescale ctpid="417" cut="000001" value="1"/>
-    <Prescale ctpid="418" cut="000001" value="1"/>
-    <Prescale ctpid="419" cut="000001" value="1"/>
-    <Prescale ctpid="420" cut="000001" value="1"/>
-    <Prescale ctpid="421" cut="000001" value="1"/>
-    <Prescale ctpid="422" cut="000001" value="1"/>
-    <Prescale ctpid="423" cut="000001" value="1"/>
-    <Prescale ctpid="424" cut="000001" value="1"/>
-    <Prescale ctpid="425" cut="000001" value="1"/>
-    <Prescale ctpid="426" cut="000001" value="1"/>
-    <Prescale ctpid="427" cut="000001" value="1"/>
-    <Prescale ctpid="428" cut="000001" value="1"/>
-    <Prescale ctpid="429" cut="000001" value="1"/>
-    <Prescale ctpid="430" cut="000001" value="1"/>
-    <Prescale ctpid="431" cut="000001" value="1"/>
-    <Prescale ctpid="432" cut="000001" value="1"/>
-    <Prescale ctpid="433" cut="000001" value="1"/>
-    <Prescale ctpid="434" cut="000001" value="1"/>
-    <Prescale ctpid="435" cut="000001" value="1"/>
-    <Prescale ctpid="436" cut="000001" value="1"/>
-    <Prescale ctpid="437" cut="000001" value="1"/>
-    <Prescale ctpid="438" cut="000001" value="1"/>
-    <Prescale ctpid="439" cut="000001" value="1"/>
-    <Prescale ctpid="440" cut="000001" value="1"/>
-    <Prescale ctpid="441" cut="000001" value="1"/>
-    <Prescale ctpid="442" cut="000001" value="1"/>
-    <Prescale ctpid="443" cut="000001" value="1"/>
-    <Prescale ctpid="444" cut="000001" value="1"/>
-    <Prescale ctpid="445" cut="000001" value="1"/>
-    <Prescale ctpid="446" cut="000001" value="1"/>
-    <Prescale ctpid="447" cut="000001" value="1"/>
-    <Prescale ctpid="448" cut="000001" value="1"/>
-    <Prescale ctpid="449" cut="000001" value="1"/>
-    <Prescale ctpid="450" cut="000001" value="1"/>
-    <Prescale ctpid="451" cut="000001" value="1"/>
-    <Prescale ctpid="452" cut="000001" value="1"/>
-    <Prescale ctpid="453" cut="000001" value="1"/>
-    <Prescale ctpid="454" cut="000001" value="1"/>
-    <Prescale ctpid="455" cut="000001" value="1"/>
-    <Prescale ctpid="456" cut="000001" value="1"/>
-    <Prescale ctpid="457" cut="000001" value="1"/>
-    <Prescale ctpid="458" cut="000001" value="1"/>
-    <Prescale ctpid="459" cut="000001" value="1"/>
-    <Prescale ctpid="460" cut="000001" value="1"/>
-    <Prescale ctpid="461" cut="000001" value="1"/>
-    <Prescale ctpid="462" cut="000001" value="1"/>
-    <Prescale ctpid="463" cut="000001" value="1"/>
-    <Prescale ctpid="464" cut="000001" value="1"/>
-    <Prescale ctpid="465" cut="000001" value="1"/>
-    <Prescale ctpid="466" cut="000001" value="1"/>
-    <Prescale ctpid="467" cut="000001" value="1"/>
-    <Prescale ctpid="468" cut="000001" value="1"/>
-    <Prescale ctpid="469" cut="000001" value="1"/>
-    <Prescale ctpid="470" cut="000001" value="1"/>
-    <Prescale ctpid="471" cut="000001" value="1"/>
-    <Prescale ctpid="472" cut="000001" value="1"/>
-    <Prescale ctpid="473" cut="000001" value="1"/>
-    <Prescale ctpid="474" cut="000001" value="1"/>
-    <Prescale ctpid="475" cut="000001" value="1"/>
-    <Prescale ctpid="476" cut="000001" value="1"/>
-    <Prescale ctpid="477" cut="000001" value="1"/>
-    <Prescale ctpid="478" cut="000001" value="1"/>
-    <Prescale ctpid="479" cut="000001" value="1"/>
-    <Prescale ctpid="480" cut="000001" value="1"/>
-    <Prescale ctpid="481" cut="000001" value="1"/>
-    <Prescale ctpid="482" cut="000001" value="1"/>
-    <Prescale ctpid="483" cut="000001" value="1"/>
-    <Prescale ctpid="484" cut="000001" value="1"/>
-    <Prescale ctpid="485" cut="000001" value="1"/>
-    <Prescale ctpid="486" cut="000001" value="1"/>
-    <Prescale ctpid="487" cut="000001" value="1"/>
-    <Prescale ctpid="488" cut="000001" value="1"/>
-    <Prescale ctpid="489" cut="000001" value="1"/>
-    <Prescale ctpid="490" cut="000001" value="1"/>
-    <Prescale ctpid="491" cut="000001" value="1"/>
-    <Prescale ctpid="492" cut="000001" value="1"/>
-    <Prescale ctpid="493" cut="000001" value="1"/>
-    <Prescale ctpid="494" cut="000001" value="1"/>
-    <Prescale ctpid="495" cut="000001" value="1"/>
-    <Prescale ctpid="496" cut="000001" value="1"/>
-    <Prescale ctpid="497" cut="000001" value="1"/>
-    <Prescale ctpid="498" cut="000001" value="1"/>
-    <Prescale ctpid="499" cut="000001" value="1"/>
-    <Prescale ctpid="500" cut="000001" value="1"/>
-    <Prescale ctpid="501" cut="000001" value="1"/>
-    <Prescale ctpid="502" cut="000001" value="1"/>
-    <Prescale ctpid="503" cut="000001" value="1"/>
-    <Prescale ctpid="504" cut="000001" value="1"/>
-    <Prescale ctpid="505" cut="000001" value="1"/>
-    <Prescale ctpid="506" cut="000001" value="1"/>
-    <Prescale ctpid="507" cut="000001" value="1"/>
-    <Prescale ctpid="508" cut="000001" value="1"/>
-    <Prescale ctpid="509" cut="-000001" value="-1"/>
-    <Prescale ctpid="510" cut="-000001" value="-1"/>
-    <Prescale ctpid="511" cut="000001" value="1"/>
-  </PrescaleSet>
-  <TriggerCounterList>
-    <TriggerCounter name="1BCM_AtoC" type="CTPIN">
-      <TriggerCondition name="1BCM_AtoC" triggerthreshold="BCM_AtoC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Comb" type="CTPIN">
-      <TriggerCondition name="1BCM_Comb" triggerthreshold="BCM_Comb" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2BCM_Comb" type="CTPIN">
-      <TriggerCondition name="2BCM_Comb" triggerthreshold="BCM_Comb" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3BCM_Comb" type="CTPIN">
-      <TriggerCondition name="3BCM_Comb" triggerthreshold="BCM_Comb" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4BCM_Comb" type="CTPIN">
-      <TriggerCondition name="4BCM_Comb" triggerthreshold="BCM_Comb" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5BCM_Comb" type="CTPIN">
-      <TriggerCondition name="5BCM_Comb" triggerthreshold="BCM_Comb" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6BCM_Comb" type="CTPIN">
-      <TriggerCondition name="6BCM_Comb" triggerthreshold="BCM_Comb" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7BCM_Comb" type="CTPIN">
-      <TriggerCondition name="7BCM_Comb" triggerthreshold="BCM_Comb" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_CtoA" type="CTPIN">
-      <TriggerCondition name="1BCM_CtoA" triggerthreshold="BCM_CtoA" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Wide" type="CTPIN">
-      <TriggerCondition name="1BCM_Wide" triggerthreshold="BCM_Wide" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX0" type="CTPIN">
-      <TriggerCondition name="1BPTX0" triggerthreshold="BPTX0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX1" type="CTPIN">
-      <TriggerCondition name="1BPTX1" triggerthreshold="BPTX1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL0" type="CTPIN">
-      <TriggerCondition name="1CAL0" triggerthreshold="CAL0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL1" type="CTPIN">
-      <TriggerCondition name="1CAL1" triggerthreshold="CAL1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL2" type="CTPIN">
-      <TriggerCondition name="1CAL2" triggerthreshold="CAL2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10" type="CTPIN">
-      <TriggerCondition name="1EM10" triggerthreshold="EM10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10" type="CTPIN">
-      <TriggerCondition name="2EM10" triggerthreshold="EM10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10" type="CTPIN">
-      <TriggerCondition name="3EM10" triggerthreshold="EM10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10" type="CTPIN">
-      <TriggerCondition name="4EM10" triggerthreshold="EM10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10" type="CTPIN">
-      <TriggerCondition name="5EM10" triggerthreshold="EM10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10" type="CTPIN">
-      <TriggerCondition name="6EM10" triggerthreshold="EM10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10" type="CTPIN">
-      <TriggerCondition name="7EM10" triggerthreshold="EM10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10VH" type="CTPIN">
-      <TriggerCondition name="1EM10VH" triggerthreshold="EM10VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10VH" type="CTPIN">
-      <TriggerCondition name="2EM10VH" triggerthreshold="EM10VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10VH" type="CTPIN">
-      <TriggerCondition name="3EM10VH" triggerthreshold="EM10VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10VH" type="CTPIN">
-      <TriggerCondition name="4EM10VH" triggerthreshold="EM10VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10VH" type="CTPIN">
-      <TriggerCondition name="5EM10VH" triggerthreshold="EM10VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10VH" type="CTPIN">
-      <TriggerCondition name="6EM10VH" triggerthreshold="EM10VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10VH" type="CTPIN">
-      <TriggerCondition name="7EM10VH" triggerthreshold="EM10VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM12" type="CTPIN">
-      <TriggerCondition name="1EM12" triggerthreshold="EM12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM12" type="CTPIN">
-      <TriggerCondition name="2EM12" triggerthreshold="EM12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM12" type="CTPIN">
-      <TriggerCondition name="3EM12" triggerthreshold="EM12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM12" type="CTPIN">
-      <TriggerCondition name="4EM12" triggerthreshold="EM12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM12" type="CTPIN">
-      <TriggerCondition name="5EM12" triggerthreshold="EM12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM12" type="CTPIN">
-      <TriggerCondition name="6EM12" triggerthreshold="EM12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM12" type="CTPIN">
-      <TriggerCondition name="7EM12" triggerthreshold="EM12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM13VH" type="CTPIN">
-      <TriggerCondition name="1EM13VH" triggerthreshold="EM13VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM13VH" type="CTPIN">
-      <TriggerCondition name="2EM13VH" triggerthreshold="EM13VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM13VH" type="CTPIN">
-      <TriggerCondition name="3EM13VH" triggerthreshold="EM13VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM13VH" type="CTPIN">
-      <TriggerCondition name="4EM13VH" triggerthreshold="EM13VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM13VH" type="CTPIN">
-      <TriggerCondition name="5EM13VH" triggerthreshold="EM13VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM13VH" type="CTPIN">
-      <TriggerCondition name="6EM13VH" triggerthreshold="EM13VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM13VH" type="CTPIN">
-      <TriggerCondition name="7EM13VH" triggerthreshold="EM13VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15" type="CTPIN">
-      <TriggerCondition name="1EM15" triggerthreshold="EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15" type="CTPIN">
-      <TriggerCondition name="2EM15" triggerthreshold="EM15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15" type="CTPIN">
-      <TriggerCondition name="3EM15" triggerthreshold="EM15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15" type="CTPIN">
-      <TriggerCondition name="4EM15" triggerthreshold="EM15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15" type="CTPIN">
-      <TriggerCondition name="5EM15" triggerthreshold="EM15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15" type="CTPIN">
-      <TriggerCondition name="6EM15" triggerthreshold="EM15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15" type="CTPIN">
-      <TriggerCondition name="7EM15" triggerthreshold="EM15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15HI" type="CTPIN">
-      <TriggerCondition name="1EM15HI" triggerthreshold="EM15HI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15HI" type="CTPIN">
-      <TriggerCondition name="2EM15HI" triggerthreshold="EM15HI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15HI" type="CTPIN">
-      <TriggerCondition name="3EM15HI" triggerthreshold="EM15HI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15HI" type="CTPIN">
-      <TriggerCondition name="4EM15HI" triggerthreshold="EM15HI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15HI" type="CTPIN">
-      <TriggerCondition name="5EM15HI" triggerthreshold="EM15HI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15HI" type="CTPIN">
-      <TriggerCondition name="6EM15HI" triggerthreshold="EM15HI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15HI" type="CTPIN">
-      <TriggerCondition name="7EM15HI" triggerthreshold="EM15HI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15I" type="CTPIN">
-      <TriggerCondition name="1EM15I" triggerthreshold="EM15I" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15I" type="CTPIN">
-      <TriggerCondition name="2EM15I" triggerthreshold="EM15I" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15I" type="CTPIN">
-      <TriggerCondition name="3EM15I" triggerthreshold="EM15I" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15I" type="CTPIN">
-      <TriggerCondition name="4EM15I" triggerthreshold="EM15I" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15I" type="CTPIN">
-      <TriggerCondition name="5EM15I" triggerthreshold="EM15I" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15I" type="CTPIN">
-      <TriggerCondition name="6EM15I" triggerthreshold="EM15I" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15I" type="CTPIN">
-      <TriggerCondition name="7EM15I" triggerthreshold="EM15I" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15VH" type="CTPIN">
-      <TriggerCondition name="1EM15VH" triggerthreshold="EM15VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15VH" type="CTPIN">
-      <TriggerCondition name="2EM15VH" triggerthreshold="EM15VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15VH" type="CTPIN">
-      <TriggerCondition name="3EM15VH" triggerthreshold="EM15VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15VH" type="CTPIN">
-      <TriggerCondition name="4EM15VH" triggerthreshold="EM15VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15VH" type="CTPIN">
-      <TriggerCondition name="5EM15VH" triggerthreshold="EM15VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15VH" type="CTPIN">
-      <TriggerCondition name="6EM15VH" triggerthreshold="EM15VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15VH" type="CTPIN">
-      <TriggerCondition name="7EM15VH" triggerthreshold="EM15VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM18VH" type="CTPIN">
-      <TriggerCondition name="1EM18VH" triggerthreshold="EM18VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM18VH" type="CTPIN">
-      <TriggerCondition name="2EM18VH" triggerthreshold="EM18VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM18VH" type="CTPIN">
-      <TriggerCondition name="3EM18VH" triggerthreshold="EM18VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM18VH" type="CTPIN">
-      <TriggerCondition name="4EM18VH" triggerthreshold="EM18VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM18VH" type="CTPIN">
-      <TriggerCondition name="5EM18VH" triggerthreshold="EM18VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM18VH" type="CTPIN">
-      <TriggerCondition name="6EM18VH" triggerthreshold="EM18VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM18VH" type="CTPIN">
-      <TriggerCondition name="7EM18VH" triggerthreshold="EM18VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VH" type="CTPIN">
-      <TriggerCondition name="1EM20VH" triggerthreshold="EM20VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VH" type="CTPIN">
-      <TriggerCondition name="2EM20VH" triggerthreshold="EM20VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VH" type="CTPIN">
-      <TriggerCondition name="3EM20VH" triggerthreshold="EM20VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VH" type="CTPIN">
-      <TriggerCondition name="4EM20VH" triggerthreshold="EM20VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VH" type="CTPIN">
-      <TriggerCondition name="5EM20VH" triggerthreshold="EM20VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VH" type="CTPIN">
-      <TriggerCondition name="6EM20VH" triggerthreshold="EM20VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VH" type="CTPIN">
-      <TriggerCondition name="7EM20VH" triggerthreshold="EM20VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VHI" type="CTPIN">
-      <TriggerCondition name="1EM20VHI" triggerthreshold="EM20VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VHI" type="CTPIN">
-      <TriggerCondition name="2EM20VHI" triggerthreshold="EM20VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VHI" type="CTPIN">
-      <TriggerCondition name="3EM20VHI" triggerthreshold="EM20VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VHI" type="CTPIN">
-      <TriggerCondition name="4EM20VHI" triggerthreshold="EM20VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VHI" type="CTPIN">
-      <TriggerCondition name="5EM20VHI" triggerthreshold="EM20VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VHI" type="CTPIN">
-      <TriggerCondition name="6EM20VHI" triggerthreshold="EM20VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VHI" type="CTPIN">
-      <TriggerCondition name="7EM20VHI" triggerthreshold="EM20VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM22VHI" type="CTPIN">
-      <TriggerCondition name="1EM22VHI" triggerthreshold="EM22VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM22VHI" type="CTPIN">
-      <TriggerCondition name="2EM22VHI" triggerthreshold="EM22VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM22VHI" type="CTPIN">
-      <TriggerCondition name="3EM22VHI" triggerthreshold="EM22VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM22VHI" type="CTPIN">
-      <TriggerCondition name="4EM22VHI" triggerthreshold="EM22VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM22VHI" type="CTPIN">
-      <TriggerCondition name="5EM22VHI" triggerthreshold="EM22VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM22VHI" type="CTPIN">
-      <TriggerCondition name="6EM22VHI" triggerthreshold="EM22VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM22VHI" type="CTPIN">
-      <TriggerCondition name="7EM22VHI" triggerthreshold="EM22VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPIN">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPMON">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM3" type="CTPIN">
-      <TriggerCondition name="2EM3" triggerthreshold="EM3" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM3" type="CTPIN">
-      <TriggerCondition name="3EM3" triggerthreshold="EM3" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM3" type="CTPIN">
-      <TriggerCondition name="4EM3" triggerthreshold="EM3" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM3" type="CTPIN">
-      <TriggerCondition name="5EM3" triggerthreshold="EM3" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM3" type="CTPIN">
-      <TriggerCondition name="6EM3" triggerthreshold="EM3" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM3" type="CTPIN">
-      <TriggerCondition name="7EM3" triggerthreshold="EM3" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM7" type="CTPIN">
-      <TriggerCondition name="1EM7" triggerthreshold="EM7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM7" type="CTPIN">
-      <TriggerCondition name="2EM7" triggerthreshold="EM7" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM7" type="CTPIN">
-      <TriggerCondition name="3EM7" triggerthreshold="EM7" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM7" type="CTPIN">
-      <TriggerCondition name="4EM7" triggerthreshold="EM7" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM7" type="CTPIN">
-      <TriggerCondition name="5EM7" triggerthreshold="EM7" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM7" type="CTPIN">
-      <TriggerCondition name="6EM7" triggerthreshold="EM7" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM7" type="CTPIN">
-      <TriggerCondition name="7EM7" triggerthreshold="EM7" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8I" type="CTPIN">
-      <TriggerCondition name="1EM8I" triggerthreshold="EM8I" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8I" type="CTPIN">
-      <TriggerCondition name="2EM8I" triggerthreshold="EM8I" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8I" type="CTPIN">
-      <TriggerCondition name="3EM8I" triggerthreshold="EM8I" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8I" type="CTPIN">
-      <TriggerCondition name="4EM8I" triggerthreshold="EM8I" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8I" type="CTPIN">
-      <TriggerCondition name="5EM8I" triggerthreshold="EM8I" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8I" type="CTPIN">
-      <TriggerCondition name="6EM8I" triggerthreshold="EM8I" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8I" type="CTPIN">
-      <TriggerCondition name="7EM8I" triggerthreshold="EM8I" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8VH" type="CTPIN">
-      <TriggerCondition name="1EM8VH" triggerthreshold="EM8VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8VH" type="CTPIN">
-      <TriggerCondition name="2EM8VH" triggerthreshold="EM8VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8VH" type="CTPIN">
-      <TriggerCondition name="3EM8VH" triggerthreshold="EM8VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8VH" type="CTPIN">
-      <TriggerCondition name="4EM8VH" triggerthreshold="EM8VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8VH" type="CTPIN">
-      <TriggerCondition name="5EM8VH" triggerthreshold="EM8VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8VH" type="CTPIN">
-      <TriggerCondition name="6EM8VH" triggerthreshold="EM8VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8VH" type="CTPIN">
-      <TriggerCondition name="7EM8VH" triggerthreshold="EM8VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA10IM" type="CTPIN">
-      <TriggerCondition name="1HA10IM" triggerthreshold="HA10IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA10IM" type="CTPIN">
-      <TriggerCondition name="2HA10IM" triggerthreshold="HA10IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA10IM" type="CTPIN">
-      <TriggerCondition name="3HA10IM" triggerthreshold="HA10IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA10IM" type="CTPIN">
-      <TriggerCondition name="4HA10IM" triggerthreshold="HA10IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA10IM" type="CTPIN">
-      <TriggerCondition name="5HA10IM" triggerthreshold="HA10IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA10IM" type="CTPIN">
-      <TriggerCondition name="6HA10IM" triggerthreshold="HA10IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA10IM" type="CTPIN">
-      <TriggerCondition name="7HA10IM" triggerthreshold="HA10IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12" type="CTPIN">
-      <TriggerCondition name="1HA12" triggerthreshold="HA12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12" type="CTPIN">
-      <TriggerCondition name="2HA12" triggerthreshold="HA12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12" type="CTPIN">
-      <TriggerCondition name="3HA12" triggerthreshold="HA12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12" type="CTPIN">
-      <TriggerCondition name="4HA12" triggerthreshold="HA12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12" type="CTPIN">
-      <TriggerCondition name="5HA12" triggerthreshold="HA12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12" type="CTPIN">
-      <TriggerCondition name="6HA12" triggerthreshold="HA12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12" type="CTPIN">
-      <TriggerCondition name="7HA12" triggerthreshold="HA12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IL" type="CTPIN">
-      <TriggerCondition name="1HA12IL" triggerthreshold="HA12IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IL" type="CTPIN">
-      <TriggerCondition name="2HA12IL" triggerthreshold="HA12IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IL" type="CTPIN">
-      <TriggerCondition name="3HA12IL" triggerthreshold="HA12IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IL" type="CTPIN">
-      <TriggerCondition name="4HA12IL" triggerthreshold="HA12IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IL" type="CTPIN">
-      <TriggerCondition name="5HA12IL" triggerthreshold="HA12IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IL" type="CTPIN">
-      <TriggerCondition name="6HA12IL" triggerthreshold="HA12IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IL" type="CTPIN">
-      <TriggerCondition name="7HA12IL" triggerthreshold="HA12IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IM" type="CTPIN">
-      <TriggerCondition name="1HA12IM" triggerthreshold="HA12IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IM" type="CTPIN">
-      <TriggerCondition name="2HA12IM" triggerthreshold="HA12IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IM" type="CTPIN">
-      <TriggerCondition name="3HA12IM" triggerthreshold="HA12IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IM" type="CTPIN">
-      <TriggerCondition name="4HA12IM" triggerthreshold="HA12IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IM" type="CTPIN">
-      <TriggerCondition name="5HA12IM" triggerthreshold="HA12IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IM" type="CTPIN">
-      <TriggerCondition name="6HA12IM" triggerthreshold="HA12IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IM" type="CTPIN">
-      <TriggerCondition name="7HA12IM" triggerthreshold="HA12IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IT" type="CTPIN">
-      <TriggerCondition name="1HA12IT" triggerthreshold="HA12IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IT" type="CTPIN">
-      <TriggerCondition name="2HA12IT" triggerthreshold="HA12IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IT" type="CTPIN">
-      <TriggerCondition name="3HA12IT" triggerthreshold="HA12IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IT" type="CTPIN">
-      <TriggerCondition name="4HA12IT" triggerthreshold="HA12IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IT" type="CTPIN">
-      <TriggerCondition name="5HA12IT" triggerthreshold="HA12IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IT" type="CTPIN">
-      <TriggerCondition name="6HA12IT" triggerthreshold="HA12IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IT" type="CTPIN">
-      <TriggerCondition name="7HA12IT" triggerthreshold="HA12IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA15" type="CTPIN">
-      <TriggerCondition name="1HA15" triggerthreshold="HA15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA15" type="CTPIN">
-      <TriggerCondition name="2HA15" triggerthreshold="HA15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA15" type="CTPIN">
-      <TriggerCondition name="3HA15" triggerthreshold="HA15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA15" type="CTPIN">
-      <TriggerCondition name="4HA15" triggerthreshold="HA15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA15" type="CTPIN">
-      <TriggerCondition name="5HA15" triggerthreshold="HA15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA15" type="CTPIN">
-      <TriggerCondition name="6HA15" triggerthreshold="HA15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA15" type="CTPIN">
-      <TriggerCondition name="7HA15" triggerthreshold="HA15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20" type="CTPIN">
-      <TriggerCondition name="1HA20" triggerthreshold="HA20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20" type="CTPIN">
-      <TriggerCondition name="2HA20" triggerthreshold="HA20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20" type="CTPIN">
-      <TriggerCondition name="3HA20" triggerthreshold="HA20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20" type="CTPIN">
-      <TriggerCondition name="4HA20" triggerthreshold="HA20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20" type="CTPIN">
-      <TriggerCondition name="5HA20" triggerthreshold="HA20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20" type="CTPIN">
-      <TriggerCondition name="6HA20" triggerthreshold="HA20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20" type="CTPIN">
-      <TriggerCondition name="7HA20" triggerthreshold="HA20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IL" type="CTPIN">
-      <TriggerCondition name="1HA20IL" triggerthreshold="HA20IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IL" type="CTPIN">
-      <TriggerCondition name="2HA20IL" triggerthreshold="HA20IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IL" type="CTPIN">
-      <TriggerCondition name="3HA20IL" triggerthreshold="HA20IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IL" type="CTPIN">
-      <TriggerCondition name="4HA20IL" triggerthreshold="HA20IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IL" type="CTPIN">
-      <TriggerCondition name="5HA20IL" triggerthreshold="HA20IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IL" type="CTPIN">
-      <TriggerCondition name="6HA20IL" triggerthreshold="HA20IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IL" type="CTPIN">
-      <TriggerCondition name="7HA20IL" triggerthreshold="HA20IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IM" type="CTPIN">
-      <TriggerCondition name="1HA20IM" triggerthreshold="HA20IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IM" type="CTPIN">
-      <TriggerCondition name="2HA20IM" triggerthreshold="HA20IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IM" type="CTPIN">
-      <TriggerCondition name="3HA20IM" triggerthreshold="HA20IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IM" type="CTPIN">
-      <TriggerCondition name="4HA20IM" triggerthreshold="HA20IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IM" type="CTPIN">
-      <TriggerCondition name="5HA20IM" triggerthreshold="HA20IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IM" type="CTPIN">
-      <TriggerCondition name="6HA20IM" triggerthreshold="HA20IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IM" type="CTPIN">
-      <TriggerCondition name="7HA20IM" triggerthreshold="HA20IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IT" type="CTPIN">
-      <TriggerCondition name="1HA20IT" triggerthreshold="HA20IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IT" type="CTPIN">
-      <TriggerCondition name="2HA20IT" triggerthreshold="HA20IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IT" type="CTPIN">
-      <TriggerCondition name="3HA20IT" triggerthreshold="HA20IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IT" type="CTPIN">
-      <TriggerCondition name="4HA20IT" triggerthreshold="HA20IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IT" type="CTPIN">
-      <TriggerCondition name="5HA20IT" triggerthreshold="HA20IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IT" type="CTPIN">
-      <TriggerCondition name="6HA20IT" triggerthreshold="HA20IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IT" type="CTPIN">
-      <TriggerCondition name="7HA20IT" triggerthreshold="HA20IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25" type="CTPIN">
-      <TriggerCondition name="1HA25" triggerthreshold="HA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25" type="CTPIN">
-      <TriggerCondition name="2HA25" triggerthreshold="HA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25" type="CTPIN">
-      <TriggerCondition name="3HA25" triggerthreshold="HA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25" type="CTPIN">
-      <TriggerCondition name="4HA25" triggerthreshold="HA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25" type="CTPIN">
-      <TriggerCondition name="5HA25" triggerthreshold="HA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25" type="CTPIN">
-      <TriggerCondition name="6HA25" triggerthreshold="HA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25" type="CTPIN">
-      <TriggerCondition name="7HA25" triggerthreshold="HA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25IT" type="CTPIN">
-      <TriggerCondition name="1HA25IT" triggerthreshold="HA25IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25IT" type="CTPIN">
-      <TriggerCondition name="2HA25IT" triggerthreshold="HA25IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25IT" type="CTPIN">
-      <TriggerCondition name="3HA25IT" triggerthreshold="HA25IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25IT" type="CTPIN">
-      <TriggerCondition name="4HA25IT" triggerthreshold="HA25IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25IT" type="CTPIN">
-      <TriggerCondition name="5HA25IT" triggerthreshold="HA25IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25IT" type="CTPIN">
-      <TriggerCondition name="6HA25IT" triggerthreshold="HA25IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25IT" type="CTPIN">
-      <TriggerCondition name="7HA25IT" triggerthreshold="HA25IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA30" type="CTPIN">
-      <TriggerCondition name="1HA30" triggerthreshold="HA30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA30" type="CTPIN">
-      <TriggerCondition name="2HA30" triggerthreshold="HA30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA30" type="CTPIN">
-      <TriggerCondition name="3HA30" triggerthreshold="HA30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA30" type="CTPIN">
-      <TriggerCondition name="4HA30" triggerthreshold="HA30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA30" type="CTPIN">
-      <TriggerCondition name="5HA30" triggerthreshold="HA30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA30" type="CTPIN">
-      <TriggerCondition name="6HA30" triggerthreshold="HA30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA30" type="CTPIN">
-      <TriggerCondition name="7HA30" triggerthreshold="HA30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA40" type="CTPIN">
-      <TriggerCondition name="1HA40" triggerthreshold="HA40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA40" type="CTPIN">
-      <TriggerCondition name="2HA40" triggerthreshold="HA40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA40" type="CTPIN">
-      <TriggerCondition name="3HA40" triggerthreshold="HA40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA40" type="CTPIN">
-      <TriggerCondition name="4HA40" triggerthreshold="HA40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA40" type="CTPIN">
-      <TriggerCondition name="5HA40" triggerthreshold="HA40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA40" type="CTPIN">
-      <TriggerCondition name="6HA40" triggerthreshold="HA40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA40" type="CTPIN">
-      <TriggerCondition name="7HA40" triggerthreshold="HA40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA60" type="CTPIN">
-      <TriggerCondition name="1HA60" triggerthreshold="HA60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA60" type="CTPIN">
-      <TriggerCondition name="2HA60" triggerthreshold="HA60" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA60" type="CTPIN">
-      <TriggerCondition name="3HA60" triggerthreshold="HA60" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA60" type="CTPIN">
-      <TriggerCondition name="4HA60" triggerthreshold="HA60" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA60" type="CTPIN">
-      <TriggerCondition name="5HA60" triggerthreshold="HA60" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA60" type="CTPIN">
-      <TriggerCondition name="6HA60" triggerthreshold="HA60" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA60" type="CTPIN">
-      <TriggerCondition name="7HA60" triggerthreshold="HA60" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA8" type="CTPIN">
-      <TriggerCondition name="1HA8" triggerthreshold="HA8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA8" type="CTPIN">
-      <TriggerCondition name="2HA8" triggerthreshold="HA8" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA8" type="CTPIN">
-      <TriggerCondition name="3HA8" triggerthreshold="HA8" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA8" type="CTPIN">
-      <TriggerCondition name="4HA8" triggerthreshold="HA8" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA8" type="CTPIN">
-      <TriggerCondition name="5HA8" triggerthreshold="HA8" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA8" type="CTPIN">
-      <TriggerCondition name="6HA8" triggerthreshold="HA8" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA8" type="CTPIN">
-      <TriggerCondition name="7HA8" triggerthreshold="HA8" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100" type="CTPIN">
-      <TriggerCondition name="1J100" triggerthreshold="J100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100" type="CTPIN">
-      <TriggerCondition name="2J100" triggerthreshold="J100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100" type="CTPIN">
-      <TriggerCondition name="3J100" triggerthreshold="J100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J100.31ETA49" triggerthreshold="J100.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J100.31ETA49" triggerthreshold="J100.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J100.31ETA49" triggerthreshold="J100.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J12" type="CTPIN">
-      <TriggerCondition name="1J12" triggerthreshold="J12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J12" type="CTPIN">
-      <TriggerCondition name="2J12" triggerthreshold="J12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J12" type="CTPIN">
-      <TriggerCondition name="3J12" triggerthreshold="J12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J12" type="CTPIN">
-      <TriggerCondition name="4J12" triggerthreshold="J12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J12" type="CTPIN">
-      <TriggerCondition name="5J12" triggerthreshold="J12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J12" type="CTPIN">
-      <TriggerCondition name="6J12" triggerthreshold="J12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J12" type="CTPIN">
-      <TriggerCondition name="7J12" triggerthreshold="J12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J120" type="CTPIN">
-      <TriggerCondition name="1J120" triggerthreshold="J120" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J120" type="CTPIN">
-      <TriggerCondition name="2J120" triggerthreshold="J120" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J120" type="CTPIN">
-      <TriggerCondition name="3J120" triggerthreshold="J120" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15" type="CTPIN">
-      <TriggerCondition name="1J15" triggerthreshold="J15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15" type="CTPIN">
-      <TriggerCondition name="2J15" triggerthreshold="J15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15" type="CTPIN">
-      <TriggerCondition name="3J15" triggerthreshold="J15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15" type="CTPIN">
-      <TriggerCondition name="4J15" triggerthreshold="J15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15" type="CTPIN">
-      <TriggerCondition name="5J15" triggerthreshold="J15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15" type="CTPIN">
-      <TriggerCondition name="6J15" triggerthreshold="J15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15" type="CTPIN">
-      <TriggerCondition name="7J15" triggerthreshold="J15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J15.0ETA25" triggerthreshold="J15.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J15.0ETA25" triggerthreshold="J15.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J15.0ETA25" triggerthreshold="J15.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="4J15.0ETA25" triggerthreshold="J15.0ETA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="5J15.0ETA25" triggerthreshold="J15.0ETA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="6J15.0ETA25" triggerthreshold="J15.0ETA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="7J15.0ETA25" triggerthreshold="J15.0ETA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J15.31ETA49" triggerthreshold="J15.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J15.31ETA49" triggerthreshold="J15.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J15.31ETA49" triggerthreshold="J15.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20" type="CTPIN">
-      <TriggerCondition name="1J20" triggerthreshold="J20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20" type="CTPIN">
-      <TriggerCondition name="2J20" triggerthreshold="J20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20" type="CTPIN">
-      <TriggerCondition name="3J20" triggerthreshold="J20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J20" type="CTPIN">
-      <TriggerCondition name="4J20" triggerthreshold="J20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J20" type="CTPIN">
-      <TriggerCondition name="5J20" triggerthreshold="J20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J20" type="CTPIN">
-      <TriggerCondition name="6J20" triggerthreshold="J20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J20" type="CTPIN">
-      <TriggerCondition name="7J20" triggerthreshold="J20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="1J20.28ETA31" triggerthreshold="J20.28ETA31" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="2J20.28ETA31" triggerthreshold="J20.28ETA31" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="3J20.28ETA31" triggerthreshold="J20.28ETA31" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J20.31ETA49" triggerthreshold="J20.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J20.31ETA49" triggerthreshold="J20.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J20.31ETA49" triggerthreshold="J20.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25" type="CTPIN">
-      <TriggerCondition name="1J25" triggerthreshold="J25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25" type="CTPIN">
-      <TriggerCondition name="2J25" triggerthreshold="J25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25" type="CTPIN">
-      <TriggerCondition name="3J25" triggerthreshold="J25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25" type="CTPIN">
-      <TriggerCondition name="4J25" triggerthreshold="J25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25" type="CTPIN">
-      <TriggerCondition name="5J25" triggerthreshold="J25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25" type="CTPIN">
-      <TriggerCondition name="6J25" triggerthreshold="J25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25" type="CTPIN">
-      <TriggerCondition name="7J25" triggerthreshold="J25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J25.0ETA23" triggerthreshold="J25.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J25.0ETA23" triggerthreshold="J25.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J25.0ETA23" triggerthreshold="J25.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="4J25.0ETA23" triggerthreshold="J25.0ETA23" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="5J25.0ETA23" triggerthreshold="J25.0ETA23" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="6J25.0ETA23" triggerthreshold="J25.0ETA23" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="7J25.0ETA23" triggerthreshold="J25.0ETA23" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30" type="CTPIN">
-      <TriggerCondition name="1J30" triggerthreshold="J30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30" type="CTPIN">
-      <TriggerCondition name="2J30" triggerthreshold="J30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30" type="CTPIN">
-      <TriggerCondition name="3J30" triggerthreshold="J30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J30" type="CTPIN">
-      <TriggerCondition name="4J30" triggerthreshold="J30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J30" type="CTPIN">
-      <TriggerCondition name="5J30" triggerthreshold="J30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J30" type="CTPIN">
-      <TriggerCondition name="6J30" triggerthreshold="J30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J30" type="CTPIN">
-      <TriggerCondition name="7J30" triggerthreshold="J30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J30.31ETA49" triggerthreshold="J30.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J30.31ETA49" triggerthreshold="J30.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J30.31ETA49" triggerthreshold="J30.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40" type="CTPIN">
-      <TriggerCondition name="1J40" triggerthreshold="J40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40" type="CTPIN">
-      <TriggerCondition name="2J40" triggerthreshold="J40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40" type="CTPIN">
-      <TriggerCondition name="3J40" triggerthreshold="J40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J40" type="CTPIN">
-      <TriggerCondition name="4J40" triggerthreshold="J40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J40" type="CTPIN">
-      <TriggerCondition name="5J40" triggerthreshold="J40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J40" type="CTPIN">
-      <TriggerCondition name="6J40" triggerthreshold="J40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J40" type="CTPIN">
-      <TriggerCondition name="7J40" triggerthreshold="J40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J40.0ETA25" triggerthreshold="J40.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J40.0ETA25" triggerthreshold="J40.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J40.0ETA25" triggerthreshold="J40.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J400" type="CTPIN">
-      <TriggerCondition name="1J400" triggerthreshold="J400" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J400" type="CTPIN">
-      <TriggerCondition name="2J400" triggerthreshold="J400" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J400" type="CTPIN">
-      <TriggerCondition name="3J400" triggerthreshold="J400" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50" type="CTPIN">
-      <TriggerCondition name="1J50" triggerthreshold="J50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50" type="CTPIN">
-      <TriggerCondition name="2J50" triggerthreshold="J50" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50" type="CTPIN">
-      <TriggerCondition name="3J50" triggerthreshold="J50" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J50.31ETA49" triggerthreshold="J50.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J50.31ETA49" triggerthreshold="J50.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J50.31ETA49" triggerthreshold="J50.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75" type="CTPIN">
-      <TriggerCondition name="1J75" triggerthreshold="J75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75" type="CTPIN">
-      <TriggerCondition name="2J75" triggerthreshold="J75" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75" type="CTPIN">
-      <TriggerCondition name="3J75" triggerthreshold="J75" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J75.31ETA49" triggerthreshold="J75.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J75.31ETA49" triggerthreshold="J75.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J75.31ETA49" triggerthreshold="J75.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J85" type="CTPIN">
-      <TriggerCondition name="1J85" triggerthreshold="J85" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J85" type="CTPIN">
-      <TriggerCondition name="2J85" triggerthreshold="J85" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J85" type="CTPIN">
-      <TriggerCondition name="3J85" triggerthreshold="J85" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="1JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="2JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="3JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_A" type="CTPIN">
-      <TriggerCondition name="1LUCID_A" triggerthreshold="LUCID_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_C" type="CTPIN">
-      <TriggerCondition name="1LUCID_C" triggerthreshold="LUCID_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPIN">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPMON">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_A" type="CTPIN">
-      <TriggerCondition name="2MBTS_A" triggerthreshold="MBTS_A" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_A" type="CTPIN">
-      <TriggerCondition name="3MBTS_A" triggerthreshold="MBTS_A" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_A" type="CTPIN">
-      <TriggerCondition name="4MBTS_A" triggerthreshold="MBTS_A" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_A" type="CTPIN">
-      <TriggerCondition name="5MBTS_A" triggerthreshold="MBTS_A" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_A" type="CTPIN">
-      <TriggerCondition name="6MBTS_A" triggerthreshold="MBTS_A" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_A" type="CTPIN">
-      <TriggerCondition name="7MBTS_A" triggerthreshold="MBTS_A" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A0" type="CTPIN">
-      <TriggerCondition name="1MBTS_A0" triggerthreshold="MBTS_A0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A1" type="CTPIN">
-      <TriggerCondition name="1MBTS_A1" triggerthreshold="MBTS_A1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A10" type="CTPIN">
-      <TriggerCondition name="1MBTS_A10" triggerthreshold="MBTS_A10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A12" type="CTPIN">
-      <TriggerCondition name="1MBTS_A12" triggerthreshold="MBTS_A12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A14" type="CTPIN">
-      <TriggerCondition name="1MBTS_A14" triggerthreshold="MBTS_A14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A2" type="CTPIN">
-      <TriggerCondition name="1MBTS_A2" triggerthreshold="MBTS_A2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A3" type="CTPIN">
-      <TriggerCondition name="1MBTS_A3" triggerthreshold="MBTS_A3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A4" type="CTPIN">
-      <TriggerCondition name="1MBTS_A4" triggerthreshold="MBTS_A4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A5" type="CTPIN">
-      <TriggerCondition name="1MBTS_A5" triggerthreshold="MBTS_A5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A6" type="CTPIN">
-      <TriggerCondition name="1MBTS_A6" triggerthreshold="MBTS_A6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A7" type="CTPIN">
-      <TriggerCondition name="1MBTS_A7" triggerthreshold="MBTS_A7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A8" type="CTPIN">
-      <TriggerCondition name="1MBTS_A8" triggerthreshold="MBTS_A8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPIN">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPMON">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_C" type="CTPIN">
-      <TriggerCondition name="2MBTS_C" triggerthreshold="MBTS_C" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_C" type="CTPIN">
-      <TriggerCondition name="3MBTS_C" triggerthreshold="MBTS_C" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_C" type="CTPIN">
-      <TriggerCondition name="4MBTS_C" triggerthreshold="MBTS_C" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_C" type="CTPIN">
-      <TriggerCondition name="5MBTS_C" triggerthreshold="MBTS_C" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_C" type="CTPIN">
-      <TriggerCondition name="6MBTS_C" triggerthreshold="MBTS_C" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_C" type="CTPIN">
-      <TriggerCondition name="7MBTS_C" triggerthreshold="MBTS_C" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C0" type="CTPIN">
-      <TriggerCondition name="1MBTS_C0" triggerthreshold="MBTS_C0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C1" type="CTPIN">
-      <TriggerCondition name="1MBTS_C1" triggerthreshold="MBTS_C1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C10" type="CTPIN">
-      <TriggerCondition name="1MBTS_C10" triggerthreshold="MBTS_C10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C12" type="CTPIN">
-      <TriggerCondition name="1MBTS_C12" triggerthreshold="MBTS_C12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C14" type="CTPIN">
-      <TriggerCondition name="1MBTS_C14" triggerthreshold="MBTS_C14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C2" type="CTPIN">
-      <TriggerCondition name="1MBTS_C2" triggerthreshold="MBTS_C2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C3" type="CTPIN">
-      <TriggerCondition name="1MBTS_C3" triggerthreshold="MBTS_C3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C4" type="CTPIN">
-      <TriggerCondition name="1MBTS_C4" triggerthreshold="MBTS_C4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C5" type="CTPIN">
-      <TriggerCondition name="1MBTS_C5" triggerthreshold="MBTS_C5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C6" type="CTPIN">
-      <TriggerCondition name="1MBTS_C6" triggerthreshold="MBTS_C6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C7" type="CTPIN">
-      <TriggerCondition name="1MBTS_C7" triggerthreshold="MBTS_C7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C8" type="CTPIN">
-      <TriggerCondition name="1MBTS_C8" triggerthreshold="MBTS_C8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU10" type="CTPIN">
-      <TriggerCondition name="1MU10" triggerthreshold="MU10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU10" type="CTPIN">
-      <TriggerCondition name="2MU10" triggerthreshold="MU10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU10" type="CTPIN">
-      <TriggerCondition name="3MU10" triggerthreshold="MU10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU10" type="CTPIN">
-      <TriggerCondition name="4MU10" triggerthreshold="MU10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU10" type="CTPIN">
-      <TriggerCondition name="5MU10" triggerthreshold="MU10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU10" type="CTPIN">
-      <TriggerCondition name="6MU10" triggerthreshold="MU10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU10" type="CTPIN">
-      <TriggerCondition name="7MU10" triggerthreshold="MU10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU11" type="CTPIN">
-      <TriggerCondition name="1MU11" triggerthreshold="MU11" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU11" type="CTPIN">
-      <TriggerCondition name="2MU11" triggerthreshold="MU11" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU11" type="CTPIN">
-      <TriggerCondition name="3MU11" triggerthreshold="MU11" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU11" type="CTPIN">
-      <TriggerCondition name="4MU11" triggerthreshold="MU11" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU11" type="CTPIN">
-      <TriggerCondition name="5MU11" triggerthreshold="MU11" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU11" type="CTPIN">
-      <TriggerCondition name="6MU11" triggerthreshold="MU11" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU11" type="CTPIN">
-      <TriggerCondition name="7MU11" triggerthreshold="MU11" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU15" type="CTPIN">
-      <TriggerCondition name="1MU15" triggerthreshold="MU15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU15" type="CTPIN">
-      <TriggerCondition name="2MU15" triggerthreshold="MU15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU15" type="CTPIN">
-      <TriggerCondition name="3MU15" triggerthreshold="MU15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU15" type="CTPIN">
-      <TriggerCondition name="4MU15" triggerthreshold="MU15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU15" type="CTPIN">
-      <TriggerCondition name="5MU15" triggerthreshold="MU15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU15" type="CTPIN">
-      <TriggerCondition name="6MU15" triggerthreshold="MU15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU15" type="CTPIN">
-      <TriggerCondition name="7MU15" triggerthreshold="MU15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU20" type="CTPIN">
-      <TriggerCondition name="1MU20" triggerthreshold="MU20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU20" type="CTPIN">
-      <TriggerCondition name="2MU20" triggerthreshold="MU20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU20" type="CTPIN">
-      <TriggerCondition name="3MU20" triggerthreshold="MU20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU20" type="CTPIN">
-      <TriggerCondition name="4MU20" triggerthreshold="MU20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU20" type="CTPIN">
-      <TriggerCondition name="5MU20" triggerthreshold="MU20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU20" type="CTPIN">
-      <TriggerCondition name="6MU20" triggerthreshold="MU20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU20" type="CTPIN">
-      <TriggerCondition name="7MU20" triggerthreshold="MU20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU4" type="CTPIN">
-      <TriggerCondition name="1MU4" triggerthreshold="MU4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU4" type="CTPIN">
-      <TriggerCondition name="2MU4" triggerthreshold="MU4" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU4" type="CTPIN">
-      <TriggerCondition name="3MU4" triggerthreshold="MU4" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU4" type="CTPIN">
-      <TriggerCondition name="4MU4" triggerthreshold="MU4" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU4" type="CTPIN">
-      <TriggerCondition name="5MU4" triggerthreshold="MU4" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU4" type="CTPIN">
-      <TriggerCondition name="6MU4" triggerthreshold="MU4" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU4" type="CTPIN">
-      <TriggerCondition name="7MU4" triggerthreshold="MU4" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU6" type="CTPIN">
-      <TriggerCondition name="1MU6" triggerthreshold="MU6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU6" type="CTPIN">
-      <TriggerCondition name="2MU6" triggerthreshold="MU6" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU6" type="CTPIN">
-      <TriggerCondition name="3MU6" triggerthreshold="MU6" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU6" type="CTPIN">
-      <TriggerCondition name="4MU6" triggerthreshold="MU6" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU6" type="CTPIN">
-      <TriggerCondition name="5MU6" triggerthreshold="MU6" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU6" type="CTPIN">
-      <TriggerCondition name="6MU6" triggerthreshold="MU6" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU6" type="CTPIN">
-      <TriggerCondition name="7MU6" triggerthreshold="MU6" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIML1A" type="CTPIN">
-      <TriggerCondition name="1NIML1A" triggerthreshold="NIML1A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMLHCF" type="CTPIN">
-      <TriggerCondition name="1NIMLHCF" triggerthreshold="NIMLHCF" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMRPC" type="CTPIN">
-      <TriggerCondition name="1NIMRPC" triggerthreshold="NIMRPC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTGC" type="CTPIN">
-      <TriggerCondition name="1NIMTGC" triggerthreshold="NIMTGC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTRT" type="CTPIN">
-      <TriggerCondition name="1NIMTRT" triggerthreshold="NIMTRT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10" type="CTPIN">
-      <TriggerCondition name="1TE10" triggerthreshold="TE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE10.0ETA24" triggerthreshold="TE10.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20" type="CTPIN">
-      <TriggerCondition name="1TE20" triggerthreshold="TE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE20.0ETA24" triggerthreshold="TE20.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30" type="CTPIN">
-      <TriggerCondition name="1TE30" triggerthreshold="TE30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE30.0ETA24" triggerthreshold="TE30.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40" type="CTPIN">
-      <TriggerCondition name="1TE40" triggerthreshold="TE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE40.0ETA24" triggerthreshold="TE40.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5" type="CTPIN">
-      <TriggerCondition name="1TE5" triggerthreshold="TE5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE5.0ETA24" triggerthreshold="TE5.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE50" type="CTPIN">
-      <TriggerCondition name="1TE50" triggerthreshold="TE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE50.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE50.0ETA24" triggerthreshold="TE50.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE60" type="CTPIN">
-      <TriggerCondition name="1TE60" triggerthreshold="TE60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE60.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE60.0ETA24" triggerthreshold="TE60.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70" type="CTPIN">
-      <TriggerCondition name="1TE70" triggerthreshold="TE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE70.0ETA24" triggerthreshold="TE70.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35" type="CTPIN">
-      <TriggerCondition name="1XE35" triggerthreshold="XE35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE35.0ETA24" triggerthreshold="XE35.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40" type="CTPIN">
-      <TriggerCondition name="1XE40" triggerthreshold="XE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE40.0ETA24" triggerthreshold="XE40.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45" type="CTPIN">
-      <TriggerCondition name="1XE45" triggerthreshold="XE45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE45.0ETA24" triggerthreshold="XE45.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50" type="CTPIN">
-      <TriggerCondition name="1XE50" triggerthreshold="XE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE50.0ETA24" triggerthreshold="XE50.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55" type="CTPIN">
-      <TriggerCondition name="1XE55" triggerthreshold="XE55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE55.0ETA24" triggerthreshold="XE55.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60" type="CTPIN">
-      <TriggerCondition name="1XE60" triggerthreshold="XE60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE60.0ETA24" triggerthreshold="XE60.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70" type="CTPIN">
-      <TriggerCondition name="1XE70" triggerthreshold="XE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE70.0ETA24" triggerthreshold="XE70.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80" type="CTPIN">
-      <TriggerCondition name="1XE80" triggerthreshold="XE80" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE80.0ETA24" triggerthreshold="XE80.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS20" type="CTPIN">
-      <TriggerCondition name="1XS20" triggerthreshold="XS20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS30" type="CTPIN">
-      <TriggerCondition name="1XS30" triggerthreshold="XS30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS40" type="CTPIN">
-      <TriggerCondition name="1XS40" triggerthreshold="XS40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS45" type="CTPIN">
-      <TriggerCondition name="1XS45" triggerthreshold="XS45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS50" type="CTPIN">
-      <TriggerCondition name="1XS50" triggerthreshold="XS50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS55" type="CTPIN">
-      <TriggerCondition name="1XS55" triggerthreshold="XS55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS60" type="CTPIN">
-      <TriggerCondition name="1XS60" triggerthreshold="XS60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS65" type="CTPIN">
-      <TriggerCondition name="1XS65" triggerthreshold="XS65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZB_EM15" type="CTPIN">
-      <TriggerCondition name="1ZB_EM15" triggerthreshold="ZB_EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_A" type="CTPIN">
-      <TriggerCondition name="1ZDC_A" triggerthreshold="ZDC_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_AND" type="CTPIN">
-      <TriggerCondition name="1ZDC_AND" triggerthreshold="ZDC_AND" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_C" type="CTPIN">
-      <TriggerCondition name="1ZDC_C" triggerthreshold="ZDC_C" multi="1"/>
-    </TriggerCounter>
-  </TriggerCounterList>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="2" name="ALFA_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="3" name="ALFA_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="4" name="ALFA_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="5" name="ALFA_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="8" name="ALFA2_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="9" name="ALFA2_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="10" name="ALFA2_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="11" name="ALFA2_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="14" name="ALFA3_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="15" name="ALFA3_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="16" name="ALFA3_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="17" name="ALFA3_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="20" name="ALFA4_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="21" name="ALFA4_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="22" name="ALFA4_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="23" name="ALFA4_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="26" name="ALFA_B7R1L_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="27" name="ALFA_A7R1L_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="27" range_end="27" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="28" name="ALFA_A7L1L_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="28" range_end="28" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="29" name="ALFA_B7L1L_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="34" name="ALFA_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="2" range_end="2" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="35" name="ALFA_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="36" name="ALFA_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="37" name="ALFA_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="40" name="ALFA2_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="41" name="ALFA2_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="42" name="ALFA2_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="43" name="ALFA2_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="46" name="ALFA3_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="14" range_end="14" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="47" name="ALFA3_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="15" range_end="15" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="48" name="ALFA3_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="49" name="ALFA3_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="52" name="ALFA4_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="53" name="ALFA4_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="54" name="ALFA4_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="55" name="ALFA4_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="58" name="ALFA_B7R1U_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="59" name="ALFA_A7R1U_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="60" name="ALFA_A7L1U_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="28" range_end="28" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="61" name="ALFA_B7L1U_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="29" range_end="29" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="0" name="BCM_AtoC" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="1" name="BCM_CtoA" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="2" name="BCM_Wide" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="44" mapping="0" name="BCM_Comb" type="BCMCMB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="0" name="BPTX0" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="1" name="BPTX1" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="0" name="CAL0" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="1" name="CAL1" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="2" name="CAL2" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL2full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="50" mapping="0" name="EM3" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM3full" phimin="0" phimax="64" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="51" mapping="1" name="EM7" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM7full" phimin="0" phimax="64" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="52" mapping="2" name="EM8VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="1" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="5" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="6" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="6" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="5" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="53" mapping="3" name="EM8I" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="EM8Ifull" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="54" mapping="4" name="EM10" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM10full" phimin="0" phimax="64" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="55" mapping="5" name="EM10VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="56" mapping="6" name="EM12" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="57" mapping="7" name="EM13VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="58" mapping="8" name="EM15" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="59" mapping="9" name="EM15VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="1" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="60" mapping="10" name="EM15I" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="EM15Ifull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="61" mapping="11" name="EM15HI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM15HIfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="62" mapping="12" name="EM18VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="63" mapping="13" name="EM20VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="64" mapping="14" name="EM20VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="65" mapping="15" name="EM22VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="1" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="66" mapping="0" name="J12" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="67" mapping="1" name="J15" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="68" mapping="2" name="J15.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J15.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="69" mapping="3" name="J20" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="70" mapping="4" name="J25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="71" mapping="5" name="J25.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="72" mapping="6" name="J30" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="73" mapping="7" name="J40" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="74" mapping="8" name="J20.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="24" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="75" mapping="9" name="J30.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="27" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="10" name="JJ15.23ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="4" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-23" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="4" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="23" etamax="49" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="4" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="77" mapping="11" name="J20.28ETA31" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="-28" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="28" etamax="31" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="78" mapping="12" name="J40.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="79" mapping="13" name="J50" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="80" mapping="14" name="J75" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="81" mapping="15" name="J85" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="1" thresholdval="85" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="82" mapping="16" name="J100" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="83" mapping="17" name="J120" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J120full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J120full" phimin="0" phimax="64" priority="1" thresholdval="120" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="84" mapping="18" name="J400" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J400full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J400full" phimin="0" phimax="64" priority="1" thresholdval="400" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="16" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="85" mapping="19" name="J15.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="18" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="86" mapping="20" name="J20.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="20" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="87" mapping="21" name="J30.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="22" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="88" mapping="22" name="J50.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="24" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="89" mapping="23" name="J75.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="26" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="90" mapping="24" name="J100.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="28" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="0" name="LUCID_A" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="1" name="LUCID_C" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="93" mapping="0" name="MBTS_A" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="94" mapping="1" name="MBTS_C" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="0" name="MBTS_A0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="1" name="MBTS_A1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="2" name="MBTS_A2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="3" name="MBTS_A3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="4" name="MBTS_A4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="5" name="MBTS_A5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="101" mapping="6" name="MBTS_A6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="7" name="MBTS_A7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="8" name="MBTS_A8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="9" name="MBTS_A10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="105" mapping="10" name="MBTS_A12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="11" name="MBTS_A14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="107" mapping="12" name="MBTS_C0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="13" name="MBTS_C1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="14" name="MBTS_C2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="15" name="MBTS_C3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="111" mapping="16" name="MBTS_C4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="112" mapping="17" name="MBTS_C5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="113" mapping="18" name="MBTS_C6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="114" mapping="19" name="MBTS_C7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="115" mapping="20" name="MBTS_C8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="116" mapping="21" name="MBTS_C10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="22" name="MBTS_C12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="23" name="MBTS_C14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="119" mapping="0" name="MU4" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU4full" phimin="0" phimax="64" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="120" mapping="1" name="MU6" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU6full" phimin="0" phimax="64" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="121" mapping="2" name="MU10" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="122" mapping="3" name="MU11" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU11full" phimin="0" phimax="64" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="123" mapping="4" name="MU15" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="124" mapping="5" name="MU20" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="125" mapping="0" name="NIML1A" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIML1Afull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="126" mapping="1" name="NIMLHCF" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMLHCFfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="127" mapping="12" name="NIMTGC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTGCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="128" mapping="13" name="NIMRPC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMRPCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="129" mapping="14" name="NIMTRT" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTRTfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="130" mapping="0" name="HA8" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="131" mapping="1" name="HA10IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA10IMfull" phimin="0" phimax="64" priority="1" thresholdval="10" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="132" mapping="2" name="HA12" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="133" mapping="3" name="HA12IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA12ILfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="134" mapping="4" name="HA12IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA12IMfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="135" mapping="5" name="HA12IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA12ITfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="136" mapping="6" name="HA15" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="137" mapping="7" name="HA20" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="138" mapping="8" name="HA20IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA20ILfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="139" mapping="9" name="HA20IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA20IMfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="140" mapping="10" name="HA20IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA20ITfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="141" mapping="11" name="HA25" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="142" mapping="12" name="HA25IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA25ITfull" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="143" mapping="13" name="HA30" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="144" mapping="14" name="HA40" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="145" mapping="15" name="HA60" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA60full" phimin="0" phimax="64" priority="1" thresholdval="60" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="146" mapping="0" name="TE5" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5full" phimin="0" phimax="64" priority="0" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="147" mapping="1" name="TE10" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="148" mapping="2" name="TE20" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="149" mapping="3" name="TE30" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="150" mapping="4" name="TE40" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="151" mapping="5" name="TE50" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="152" mapping="6" name="TE60" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="153" mapping="7" name="TE70" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="154" mapping="8" name="TE5.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE5.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="155" mapping="9" name="TE10.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="156" mapping="10" name="TE20.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="157" mapping="11" name="TE30.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="158" mapping="12" name="TE40.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="159" mapping="13" name="TE50.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE50.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE50.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="50" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="160" mapping="14" name="TE60.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE60.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE60.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="60" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="161" mapping="15" name="TE70.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE70.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="162" mapping="0" name="900INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="163" mapping="1" name="800INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="164" mapping="2" name="700INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="165" mapping="3" name="500INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="166" mapping="4" name="400INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="167" mapping="5" name="300INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="168" mapping="6" name="200INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="169" mapping="7" name="100INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="170" mapping="9" name="HT150-J20s5.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="171" mapping="10" name="HT190-J15s5.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="172" mapping="11" name="1INVM5-EMs1-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="173" mapping="12" name="1INVM5-EM7s1-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="12" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="174" mapping="13" name="1INVM5-EM12s1-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="175" mapping="14" name="10MINDPHI-EM10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="176" mapping="15" name="15MINDPHI-EM10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="177" mapping="16" name="1DISAMB-TAU20ab-J20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="178" mapping="17" name="DISAMB-EM15abhi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="179" mapping="18" name="1DISAMB-EM15his2-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="180" mapping="19" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="181" mapping="20" name="4INVM8-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="182" mapping="21" name="2INVM999-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="183" mapping="22" name="4INVM8-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="184" mapping="23" name="5DETA99-5DPHI99-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="185" mapping="24" name="5DETA99-5DPHI99-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="186" mapping="25" name="5DETA99-5DPHI99-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="187" mapping="26" name="1DISAMB-TAU20abi-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="188" mapping="27" name="0DR28-MU10ab-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="189" mapping="28" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="28" range_end="28" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="190" mapping="29" name="DISAMB-EM15abhi-TAU40ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="191" mapping="32" name="05MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="192" mapping="33" name="25MT-EM10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="193" mapping="34" name="30MT-EM10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="2" range_end="2" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="194" mapping="35" name="35MT-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="195" mapping="36" name="0DETA10-Js1-Js2" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="196" mapping="37" name="10MINDPHI-Js2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="197" mapping="38" name="10MINDPHI-J20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="198" mapping="39" name="210RATIO-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="199" mapping="40" name="NOT-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="200" mapping="41" name="LAR-EM50s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="201" mapping="42" name="LAR-J100s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="202" mapping="43" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="203" mapping="44" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="12" range_end="12" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="204" mapping="64" name="05MINDPHI-AJj20s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="205" mapping="65" name="10MINDPHI-AJj20s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="206" mapping="66" name="15MINDPHI-AJj20s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="207" mapping="67" name="0DR04-MU4ab-CJ15ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="208" mapping="68" name="0DR04-MU4ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="209" mapping="69" name="0DR04-MU4ab-CJ30ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="210" mapping="70" name="0DR04-MU6ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="211" mapping="71" name="0DR04-MU6ab-CJ25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="212" mapping="72" name="10MINDPHI-CJ20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="213" mapping="73" name="2DR15-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="214" mapping="74" name="2DR15-CMU6ab-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="215" mapping="79" name="2INVM999-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="216" mapping="80" name="KF-XE35-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="217" mapping="81" name="KF-XE45-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="218" mapping="82" name="KF-XE55-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="219" mapping="83" name="KF-XE60-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="220" mapping="84" name="KF-XE65-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="221" mapping="85" name="KF-XE75-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="222" mapping="86" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="223" mapping="87" name="HT190-AJ15all.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="224" mapping="88" name="HT150-AJ20all.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="225" mapping="89" name="HT150-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="226" mapping="90" name="HT20-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="227" mapping="93" name="05RATIO-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="228" mapping="94" name="08RATIO-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="30" range_end="30" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="229" mapping="95" name="90RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="230" mapping="96" name="2INVM999-CMU6ab-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="0" range_end="0" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="231" mapping="97" name="4INVM8-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="1" range_end="1" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="232" mapping="98" name="4INVM8-CMU6ab-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="2" range_end="2" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="233" mapping="99" name="0DETA04-0DPHI03-EM8abi-MU10ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="234" mapping="100" name="0DETA04-0DPHI03-EM15abi-MUab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="235" mapping="101" name="2DR15-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="236" mapping="102" name="2INVM999-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="237" mapping="103" name="4INVM8-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="238" mapping="112" name="250RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="239" mapping="113" name="10MINDPHI-J20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="240" mapping="114" name="0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="241" mapping="115" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="242" mapping="116" name="1DISAMB-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="243" mapping="117" name="0DR10-MU10ab-MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="244" mapping="118" name="2DR99-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="245" mapping="119" name="2DR15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="246" mapping="120" name="2DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="247" mapping="121" name="2DR15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="248" mapping="122" name="2DR15-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="249" mapping="123" name="2INVM999-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="250" mapping="124" name="2INVM999-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="28" range_end="28" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="251" mapping="125" name="2INVM999-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="252" mapping="126" name="4INVM8-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="30" range_end="30" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="253" mapping="127" name="4INVM8-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="254" mapping="0" name="XE35" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="255" mapping="1" name="XE40" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="256" mapping="2" name="XE45" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="257" mapping="3" name="XE50" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="258" mapping="4" name="XE55" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="259" mapping="5" name="XE60" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="260" mapping="6" name="XE70" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="261" mapping="7" name="XE80" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80full" phimin="0" phimax="64" priority="0" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="262" mapping="8" name="XE35.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE35.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="263" mapping="9" name="XE40.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE40.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="264" mapping="10" name="XE45.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE45.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="265" mapping="11" name="XE50.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE50.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="266" mapping="12" name="XE55.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE55.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="267" mapping="13" name="XE60.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE60.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="268" mapping="14" name="XE70.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE70.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="269" mapping="15" name="XE80.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE80.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="270" mapping="0" name="XS20" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="271" mapping="1" name="XS30" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="272" mapping="2" name="XS40" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="273" mapping="3" name="XS45" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="274" mapping="4" name="XS50" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="275" mapping="5" name="XS55" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="276" mapping="6" name="XS60" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="277" mapping="7" name="XS65" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="278" mapping="0" name="ZB_EM15" type="ZB" input="ctpin" seed="EM15" seed_multi="1" bcdelay="3564" version="1">
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="279" mapping="0" name="ZDC_A" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="280" mapping="1" name="ZDC_C" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="281" mapping="2" name="ZDC_AND" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name0="Random0" cut0="1" name1="Random1" cut1="1" name2="Random2" cut2="1" name3="Random3" cut3="1"/>
-  <BunchGroupSet name="MC" menuPartition="0">
-    <BunchGroup internalNumber="0" name="BCRVeto">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Paired">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="CalReq"/>
-    <BunchGroup internalNumber="3" name="Empty"/>
-    <BunchGroup internalNumber="4" name="IsolatedUnpaired"/>
-    <BunchGroup internalNumber="5" name="NonIsolatedUnpaired"/>
-    <BunchGroup internalNumber="6" name="EmptyAfterPaired"/>
-    <BunchGroup internalNumber="7" name="InTrain">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="8" name="AbortGapNotCalReq"/>
-    <BunchGroup internalNumber="9" name="VdM"/>
-    <BunchGroup internalNumber="10" name="ALFA"/>
-    <BunchGroup internalNumber="11" name="EmptyBeforePaired"/>
-    <BunchGroup internalNumber="12" name="EmptyAndPaired"/>
-    <BunchGroup internalNumber="13" name="NotUsed"/>
-    <BunchGroup internalNumber="14" name="NotUsed"/>
-    <BunchGroup internalNumber="15" name="NotUsed"/>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01"/>
-  <CaloInfo name="CaloInfo" global_em_scale="2" global_jet_scale="1">
-    <METSignificance xeMin="11" xeMax="63" teSqrtMin="4" teSqrtMax="63" xsSigmaScale="1150" xsSigmaOffset="1640"/>
-    <Isolation thrtype="HAIsoForEMthr">
-      <Parametrization isobit="1" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForEMthr">
-      <Parametrization isobit="1" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForTAUthr">
-      <Parametrization isobit="1" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="20" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="15" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="40" slope="0" mincut="0" upperlimit="255" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <MinimumTOBPt thrtype="EM" ptmin="3" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="TAU" ptmin="8" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETS" window="4" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETL" window="8" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-  </CaloInfo>
-  <MuctpiInfo name="muctpi" low_pt="1" high_pt="1" max_cand="13"/>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_pp_v6.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_pp_v6.xml
deleted file mode 100644
index 2ff632df01007a7dc27476d3c71515da37add757..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_pp_v6.xml
+++ /dev/null
@@ -1,7261 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE LVL1Config SYSTEM "LVL1config.dtd">
-<LVL1Config name="MC_pp_v6" ctpVersion="4" l1Version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1 thresholds defined: 279-->
-  <!--No. L1 items defined: 444-->
-  <TriggerMenu name="MC_pp_v6" phase="lumi">
-    <TriggerItem ctpid="0" partition="1" name="L1_EM3" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="1" partition="1" name="L1_EM7" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="2" partition="1" name="L1_EM12" complex_deadtime="0" definition="(EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="3" partition="1" name="L1_EM8VH" complex_deadtime="0" definition="(EM8VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8VH_x1" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="4" partition="1" name="L1_EM10VH" complex_deadtime="0" definition="(EM10VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="5" partition="1" name="L1_EM13VH" complex_deadtime="0" definition="(EM13VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM13VH_x1" triggerthreshold="EM13VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="6" partition="1" name="L1_EM15" complex_deadtime="0" definition="(EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="7" partition="1" name="L1_EM15VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="8" partition="1" name="L1_EM18VH" complex_deadtime="0" definition="(EM18VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="9" partition="1" name="L1_EM20VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="10" partition="1" name="L1_EM20VHI" complex_deadtime="0" definition="(EM20VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="11" partition="1" name="L1_EM22VHI" complex_deadtime="0" definition="(EM22VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="12" partition="1" name="L1_EM3_EMPTY" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="13" partition="1" name="L1_EM7_EMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="14" partition="1" name="L1_MU4" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="15" partition="1" name="L1_MU6" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="16" partition="1" name="L1_MU10" complex_deadtime="0" definition="(MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="17" partition="1" name="L1_MU15" complex_deadtime="0" definition="(MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="18" partition="1" name="L1_MU20" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="19" partition="1" name="L1_MU4_EMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="20" partition="1" name="L1_MU4_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="21" partition="1" name="L1_MU11_EMPTY" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="22" partition="1" name="L1_MU4_UNPAIRED_ISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="23" partition="1" name="L1_2EM3" complex_deadtime="0" definition="(EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="24" partition="1" name="L1_2EM7" complex_deadtime="0" definition="(EM7[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="25" partition="1" name="L1_2EM10VH" complex_deadtime="0" definition="(EM10VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="26" partition="1" name="L1_2EM13VH" complex_deadtime="0" definition="(EM13VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM13VH_x2" triggerthreshold="EM13VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="27" partition="1" name="L1_2EM15" complex_deadtime="0" definition="(EM15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM15_x2" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="28" partition="1" name="L1_2EM15VH" complex_deadtime="0" definition="(EM15VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM15VH_x2" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="29" partition="1" name="L1_EM7_2EM3" complex_deadtime="0" definition="(EM7[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="30" partition="1" name="L1_EM12_2EM3" complex_deadtime="0" definition="(EM12[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="31" partition="1" name="L1_EM15VH_3EM7" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="32" partition="1" name="L1_2MU4" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="33" partition="1" name="L1_2MU6" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="34" partition="1" name="L1_2MU10" complex_deadtime="0" definition="(MU10[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="35" partition="1" name="L1_2MU20_OVERLAY" complex_deadtime="0" definition="(MU20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU20_x2" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="36" partition="1" name="L1_MU10_2MU6" complex_deadtime="0" definition="(MU10[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="37" partition="1" name="L1_MU11_2MU6" complex_deadtime="0" definition="(MU11[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="38" partition="1" name="L1_3MU4" complex_deadtime="0" definition="(MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="39" partition="1" name="L1_MU6_2MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="40" partition="1" name="L1_3MU6" complex_deadtime="0" definition="(MU6[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="41" partition="1" name="L1_4J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15.0ETA25_x4" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="42" partition="1" name="L1_EM15I_MU4" complex_deadtime="0" definition="(EM15[x1]&amp;EM8I[x1]&amp;MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="43" partition="1" name="L1_2EM8VH_MU10" complex_deadtime="0" definition="(EM8VH[x2]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="44" partition="1" name="L1_EM15VH_MU10" complex_deadtime="0" definition="(EM15VH[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="45" partition="1" name="L1_TAU12" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="46" partition="1" name="L1_TE15.0ETA24" complex_deadtime="0" definition="(TE15.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE15.0ETA24_x1" triggerthreshold="TE15.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="47" partition="1" name="L1_TAU12IM" complex_deadtime="0" definition="(HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="48" partition="1" name="L1_AFP_NSC" complex_deadtime="0" definition="(AFP_NSC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="49" partition="1" name="L1_TAU20" complex_deadtime="0" definition="(HA20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="50" partition="1" name="L1_AFP_FSC" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="51" partition="1" name="L1_TAU20IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="52" partition="1" name="L1_AFP_C_ANY" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="53" partition="1" name="L1_TAU30" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="54" partition="1" name="L1_TAU40" complex_deadtime="0" definition="(HA40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="55" partition="1" name="L1_TAU60" complex_deadtime="0" definition="(HA60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA60_x1" triggerthreshold="HA60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="56" partition="1" name="L1_TAU8" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="57" partition="1" name="L1_TAU8_EMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="58" partition="1" name="L1_TAU20IM_2TAU12IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="59" partition="1" name="L1_TAU20_2TAU12" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="60" partition="1" name="L1_EM15HI_2TAU12IM" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="61" partition="1" name="L1_EM15HI_2TAU12IM_J25_3J12" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="62" partition="1" name="L1_EM15HI_TAU40_2TAU15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA40[x1]&amp;HA15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="63" partition="1" name="L1_MU10_TAU12IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="64" partition="1" name="L1_MU10_TAU12IM_J25_2J12" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;J25[x1]&amp;J12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J12_x2" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="65" partition="1" name="L1_EM7_MU10" complex_deadtime="0" definition="(EM7[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="66" partition="1" name="L1_MU6_EMPTY" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="67" partition="1" name="L1_MU10_TAU20IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="68" partition="1" name="L1_XE10" complex_deadtime="0" definition="(XE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="69" partition="1" name="L1_AFP_C_ANY_UNPAIRED_ISO" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="70" partition="1" name="L1_TAU20IM_2TAU12IM_J25_2J20_3J12" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="71" partition="1" name="L1_J25_2J20_3J12_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="72" partition="1" name="L1_DR-MU10TAU12I_TAU12I-J25" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="73" partition="1" name="L1_MU10_TAU12I-J25" complex_deadtime="0" definition="(MU10[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="74" partition="1" name="L1_TAU20IM_2J20_XE45" complex_deadtime="0" definition="(HA20IM[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="75" partition="1" name="L1_J15.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J15.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="76" partition="1" name="L1_AFP_C_ANY_UNPAIRED_NONISO" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="77" partition="1" name="L1_TAU100" complex_deadtime="0" definition="(HA100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA100_x1" triggerthreshold="HA100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="78" partition="1" name="L1_EM15HI_2TAU12IM_XE35" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="79" partition="1" name="L1_EM20VHI_TAU20IM_2TAU20_J25_3J20" complex_deadtime="0" definition="(EM20VHI[x1]&amp;HA20IM[x1]&amp;HA20[x2]&amp;J25[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA20_x2" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="80" partition="1" name="L1_EM12_W-MT35_XS30_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;XS30[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="81" partition="1" name="L1_MU10_TAU12IM_XE35" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="82" partition="1" name="L1_TE15" complex_deadtime="0" definition="(TE15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE15_x1" triggerthreshold="TE15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="83" partition="1" name="L1_TAU20IM_2TAU12IM_XE35" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="84" partition="1" name="L1_TAU20_2TAU12_XE35" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="85" partition="1" name="L1_XE30" complex_deadtime="0" definition="(XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="86" partition="1" name="L1_3J15.0ETA25_XE40" complex_deadtime="0" definition="(J15.0ETA25[x3]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15.0ETA25_x3" triggerthreshold="J15.0ETA25"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="87" partition="1" name="L1_MU4_J12" complex_deadtime="0" definition="(MU4[x1]&amp;J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="88" partition="1" name="L1_MU6_J20" complex_deadtime="0" definition="(MU6[x1]&amp;J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="89" partition="1" name="L1_MU6_J40" complex_deadtime="0" definition="(MU6[x1]&amp;J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="90" partition="1" name="L1_MU6_J75" complex_deadtime="0" definition="(MU6[x1]&amp;J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="91" partition="1" name="L1_J12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="92" partition="1" name="L1_J15" complex_deadtime="0" definition="(J15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="93" partition="1" name="L1_J20" complex_deadtime="0" definition="(J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="94" partition="1" name="L1_J25" complex_deadtime="0" definition="(J25[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="95" partition="1" name="L1_J30" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="96" partition="1" name="L1_J40" complex_deadtime="0" definition="(J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="97" partition="1" name="L1_J50" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="98" partition="1" name="L1_J75" complex_deadtime="0" definition="(J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="99" partition="1" name="L1_J85" complex_deadtime="0" definition="(J85[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J85_x1" triggerthreshold="J85"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="100" partition="1" name="L1_J100" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="101" partition="1" name="L1_J120" complex_deadtime="0" definition="(J120[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J120_x1" triggerthreshold="J120"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="102" partition="1" name="L1_J400" complex_deadtime="0" definition="(J400[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J400_x1" triggerthreshold="J400"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="103" partition="1" name="L1_J20.31ETA49" complex_deadtime="0" definition="(J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="104" partition="1" name="L1_J30.31ETA49" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="105" partition="1" name="L1_J50.31ETA49" complex_deadtime="0" definition="(J50.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50.31ETA49_x1" triggerthreshold="J50.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="106" partition="1" name="L1_J75.31ETA49" complex_deadtime="0" definition="(J75.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75.31ETA49_x1" triggerthreshold="J75.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="107" partition="1" name="L1_J100.31ETA49" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="108" partition="1" name="L1_XE65" complex_deadtime="0" definition="(XE65[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE65_x1" triggerthreshold="XE65"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="109" partition="1" name="L1_J15.31ETA49" complex_deadtime="0" definition="(J15.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="110" partition="1" name="L1_J20.28ETA31" complex_deadtime="0" definition="(J20.28ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.28ETA31_x1" triggerthreshold="J20.28ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="111" partition="1" name="L1_J12_EMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="112" partition="1" name="L1_J12_FIRSTEMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="113" partition="1" name="L1_J12_UNPAIRED_ISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="114" partition="1" name="L1_J12_UNPAIRED_NONISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="115" partition="1" name="L1_J12_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="116" partition="1" name="L1_J30_EMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="117" partition="1" name="L1_J30_FIRSTEMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="118" partition="1" name="L1_J30.31ETA49_EMPTY" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="119" partition="1" name="L1_J30.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="120" partition="1" name="L1_J30.31ETA49_UNPAIRED_NONISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="121" partition="1" name="L1_J50_UNPAIRED_ISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="122" partition="1" name="L1_J50_UNPAIRED_NONISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="123" partition="1" name="L1_J50_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="124" partition="1" name="L1_AFP_C_ANY_EMPTY" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="125" partition="1" name="L1_J20_J20.31ETA49" complex_deadtime="0" definition="(J20[x1]&amp;J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="126" partition="1" name="L1_3J15" complex_deadtime="0" definition="(J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="127" partition="1" name="L1_3J20" complex_deadtime="0" definition="(J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="128" partition="1" name="L1_3J40" complex_deadtime="0" definition="(J40[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J40_x3" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="129" partition="1" name="L1_3J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15.0ETA25_x3" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="130" partition="1" name="L1_3J50" complex_deadtime="0" definition="(J50[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="131" partition="1" name="L1_4J15" complex_deadtime="0" definition="(J15[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="132" partition="1" name="L1_4J20" complex_deadtime="0" definition="(J20[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="133" partition="1" name="L1_J75_XE50" complex_deadtime="0" definition="(J75[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="134" partition="1" name="L1_XE75" complex_deadtime="0" definition="(XE75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE75_x1" triggerthreshold="XE75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="135" partition="1" name="L1_6J15" complex_deadtime="0" definition="(J15[x6]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="6" name="J15_x6" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="136" partition="1" name="L1_J75_3J20" complex_deadtime="0" definition="(J75[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="137" partition="1" name="L1_J30.0ETA49_2J20.0ETA49" complex_deadtime="0" definition="(J30.0ETA49[x1]&amp;J20.0ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.0ETA49_x1" triggerthreshold="J30.0ETA49"/>
-        <TriggerCondition multi="2" name="J20.0ETA49_x2" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="138" partition="1" name="L1_TE10" complex_deadtime="0" definition="(TE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="139" partition="1" name="L1_AFP_C_ANY_FIRSTEMPTY" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP6)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="140" partition="1" name="L1_5J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x5]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="5" name="J15.0ETA25_x5" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="141" partition="1" name="L1_2J15_XE55" complex_deadtime="0" definition="(J15[x2]&amp;XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="142" partition="1" name="L1_J40_XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="143" partition="1" name="L1_TE25" complex_deadtime="0" definition="(TE25[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE25_x1" triggerthreshold="TE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="144" partition="1" name="L1_XE35" complex_deadtime="0" definition="(XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="145" partition="1" name="L1_XE40" complex_deadtime="0" definition="(XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="146" partition="1" name="L1_XE45" complex_deadtime="0" definition="(XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="147" partition="1" name="L1_XE50" complex_deadtime="0" definition="(XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="148" partition="1" name="L1_XE55" complex_deadtime="0" definition="(XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="149" partition="1" name="L1_XE60" complex_deadtime="0" definition="(XE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="150" partition="1" name="L1_XE70" complex_deadtime="0" definition="(XE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE70_x1" triggerthreshold="XE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="151" partition="1" name="L1_XE80" complex_deadtime="0" definition="(XE80[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE80_x1" triggerthreshold="XE80"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="152" partition="1" name="L1_XS20" complex_deadtime="0" definition="(XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="153" partition="1" name="L1_XS30" complex_deadtime="0" definition="(XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="154" partition="1" name="L1_EM12_XS20" complex_deadtime="0" definition="(EM12[x1]&amp;XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="155" partition="1" name="L1_EM15_XS30" complex_deadtime="0" definition="(EM15[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="156" partition="1" name="L1_XE150" complex_deadtime="0" definition="(XE150[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE150_x1" triggerthreshold="XE150"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="157" partition="1" name="L1_TE30" complex_deadtime="0" definition="(TE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30_x1" triggerthreshold="TE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="158" partition="1" name="L1_TE40" complex_deadtime="0" definition="(TE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40_x1" triggerthreshold="TE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="159" partition="1" name="L1_TE70" complex_deadtime="0" definition="(TE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70_x1" triggerthreshold="TE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="160" partition="1" name="L1_TE30.0ETA24" complex_deadtime="0" definition="(TE30.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30.0ETA24_x1" triggerthreshold="TE30.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="161" partition="1" name="L1_BCM_Wide_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="162" partition="1" name="L1_BCM_AC_CA_UNPAIRED_ISO" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="163" partition="1" name="L1_BCM_AC_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="164" partition="1" name="L1_MBTS_1_EMPTY" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="165" partition="1" name="L1_MBTS_1_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="166" partition="1" name="L1_MBTS_2_EMPTY" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="167" partition="1" name="L1_MBTS_2_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="168" partition="1" name="L1_MBTS_1_1_EMPTY" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="169" partition="1" name="L1_MBTS_1_1_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="170" partition="1" name="L1_AFP_C_ALFA_A" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="171" partition="1" name="L1_AFP_C_AND" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="172" partition="1" name="L1_EM13VH_3J20" complex_deadtime="0" definition="(EM13VH[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM13VH_x1" triggerthreshold="EM13VH"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="173" partition="1" name="L1_MU10_3J20" complex_deadtime="0" definition="(MU10[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="174" partition="1" name="L1_AFP_C_ANY_MBTS_A" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;MBTS_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="175" partition="1" name="L1_2J50_XE40" complex_deadtime="0" definition="(J50[x2]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J50_x2" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="176" partition="1" name="L1_J40_XE60" complex_deadtime="0" definition="(J40[x1]&amp;XE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="177" partition="1" name="L1_J40.0ETA25_XE50" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="178" partition="1" name="L1_BPH-2M8-2MU4" complex_deadtime="0" definition="(2INVM8-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-2MU4ab_x1" triggerthreshold="2INVM8-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="179" partition="1" name="L1_BPH-8M15-MU6MU4" complex_deadtime="0" definition="(8INVM15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-MU6ab-MU4ab_x1" triggerthreshold="8INVM15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="180" partition="1" name="L1_BPH-8M15-2MU6" complex_deadtime="0" definition="(8INVM15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-2MU6ab_x1" triggerthreshold="8INVM15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="181" partition="1" name="L1_J40.0ETA25_2J15.31ETA49" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;J15.31ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="2" name="J15.31ETA49_x2" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="182" partition="1" name="L1_J40.0ETA25_2J25_J20.31ETA49" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;J25[x2]&amp;J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="2" name="J25_x2" triggerthreshold="J25"/>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="183" partition="1" name="L1_AFP_C_MBTS_A" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;MBTS_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="184" partition="1" name="L1_EM12_W-MT25" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="185" partition="1" name="L1_MBTS_4_A_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x4]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="186" partition="1" name="L1_MBTS_4_C_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_C[x4]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="187" partition="1" name="L1_XE300" complex_deadtime="0" definition="(XE300[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE300_x1" triggerthreshold="XE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="188" partition="1" name="L1_RD1_BGRP10" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP10)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP10"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="189" partition="1" name="L1_AFP_C_ZDC_C" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="190" partition="1" name="L1_AFP_C_J12" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="191" partition="1" name="L1_AFP_C_EM3" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;EM3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="192" partition="1" name="L1_AFP_C_TE5" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="193" partition="1" name="L1_AFP_C_ALFA_C" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="194" partition="1" name="L1_MBTS_4_A" complex_deadtime="0" definition="(MBTS_A[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="195" partition="1" name="L1_MBTS_4_C" complex_deadtime="0" definition="(MBTS_C[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="196" partition="1" name="L1_MBTS_1_BGRP9" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="197" partition="1" name="L1_MBTS_2_BGRP9" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="198" partition="1" name="L1_MBTS_1_BGRP11" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="199" partition="1" name="L1_MBTS_2_BGRP11" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="200" partition="1" name="L1_RD0_FILLED" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="201" partition="1" name="L1_RD0_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP4)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="202" partition="1" name="L1_RD0_EMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="203" partition="1" name="L1_RD1_FILLED" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="204" partition="1" name="L1_RD1_EMPTY" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP3)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="205" partition="1" name="L1_RD2_FILLED" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="206" partition="1" name="L1_RD2_EMPTY" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="207" partition="1" name="L1_RD3_FILLED" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="208" partition="1" name="L1_RD3_EMPTY" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="209" partition="1" name="L1_RD0_FIRSTEMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP6)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="210" partition="1" name="L1_RD0_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="211" partition="1" name="L1_RD0_BGRP11" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP11)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="212" partition="1" name="L1_LUCID" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="213" partition="1" name="L1_LUCID_EMPTY" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="214" partition="1" name="L1_LUCID_UNPAIRED_ISO" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="215" partition="1" name="L1_LUCID_A_C_EMPTY" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="216" partition="1" name="L1_LUCID_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="217" partition="1" name="L1_LUCID_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="218" partition="1" name="L1_TRT_FILLED" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="219" partition="1" name="L1_TRT_EMPTY" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="220" partition="1" name="L1_TGC_BURST" complex_deadtime="0" definition="(NIMTGC[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTGC_x1" triggerthreshold="NIMTGC"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="221" partition="1" name="L1_LHCF" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="222" partition="1" name="L1_BCM_Wide_BGRP0" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="223" partition="1" name="L1_BCM_AC_CA_BGRP0" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="224" partition="1" name="L1_BCM_Wide_EMPTY" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="225" partition="1" name="L1_BCM_Wide_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="226" partition="1" name="L1_MBTS_1" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="227" partition="1" name="L1_MBTS_2" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="228" partition="1" name="L1_MBTS_1_1" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="229" partition="1" name="L1_BCM_CA_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="230" partition="1" name="L1_BCM_AC_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="231" partition="1" name="L1_BCM_CA_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="232" partition="1" name="L1_BCM_AC_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="233" partition="1" name="L1_BCM_CA_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="234" partition="1" name="L1_BCM_Wide_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="235" partition="1" name="L1_BCM_AC_CALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="236" partition="1" name="L1_BCM_CA_CALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="237" partition="1" name="L1_BCM_Wide_CALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="238" partition="1" name="L1_BTAG-MU4J15" complex_deadtime="0" definition="(0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="239" partition="1" name="L1_BTAG-MU4J30" complex_deadtime="0" definition="(0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="240" partition="1" name="L1_ZB" complex_deadtime="0" definition="(ZB_EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM15_x1" triggerthreshold="ZB_EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="241" partition="1" name="L1_BPTX0_BGRP0" complex_deadtime="0" definition="(BPTX0[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="242" partition="1" name="L1_BPTX1_BGRP0" complex_deadtime="0" definition="(BPTX1[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="243" partition="1" name="L1_BTAG-MU6J20" complex_deadtime="0" definition="(0DR04-MU6ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ20ab_x1" triggerthreshold="0DR04-MU6ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="244" partition="1" name="L1_BTAG-MU6J25" complex_deadtime="0" definition="(0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="245" partition="1" name="L1_J40_XE50_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="246" partition="1" name="L1_3J15_BTAG-MU4J15" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="247" partition="1" name="L1_3J15_BTAG-MU4J30" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="248" partition="1" name="L1_3J15_BTAG-MU6J25" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="249" partition="1" name="L1_3J20_BTAG-MU4J20" complex_deadtime="0" definition="(J20[x3]&amp;0DR04-MU4ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ20ab_x1" triggerthreshold="0DR04-MU4ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="250" partition="1" name="L1_J40.0ETA25_2J30_J20.31ETA49" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;J30[x2]&amp;J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="2" name="J30_x2" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="251" partition="1" name="L1_J40_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="252" partition="1" name="L1_J40_DPHI-J20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="253" partition="1" name="L1_J40_DPHI-CJ20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="254" partition="1" name="L1_TAU40_2TAU20IM" complex_deadtime="0" definition="(HA40[x1]&amp;HA20IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA20IM_x2" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="255" partition="1" name="L1_MU10_2J15_J20" complex_deadtime="0" definition="(MU10[x1]&amp;J15[x2]&amp;J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="256" partition="1" name="L1_MU11" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="257" partition="1" name="L1_EM15_W-MT35_W-250RO2-XEHT-0_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="258" partition="1" name="L1_HT190-J15.ETA21" complex_deadtime="0" definition="(HT190-AJ15all.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-AJ15all.ETA21_x1" triggerthreshold="HT190-AJ15all.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="259" partition="1" name="L1_HT190-J15s5.ETA21" complex_deadtime="0" definition="(HT190-J15s5.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-J15s5.ETA21_x1" triggerthreshold="HT190-J15s5.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="260" partition="1" name="L1_HT150-J20.ETA31" complex_deadtime="0" definition="(HT150-AJ20all.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJ20all.ETA31_x1" triggerthreshold="HT150-AJ20all.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="261" partition="1" name="L1_HT150-J20s5.ETA31" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="262" partition="1" name="L1_JPSI-1M5" complex_deadtime="0" definition="(1INVM5-EMs1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EMs1-EMs6_x1" triggerthreshold="1INVM5-EMs1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="263" partition="1" name="L1_JPSI-1M5-EM7" complex_deadtime="0" definition="(1INVM5-EM7s1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM7s1-EMs6_x1" triggerthreshold="1INVM5-EM7s1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="264" partition="1" name="L1_JPSI-1M5-EM12" complex_deadtime="0" definition="(1INVM5-EM12s1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM12s1-EMs6_x1" triggerthreshold="1INVM5-EM12s1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="265" partition="1" name="L1_KF-XE40" complex_deadtime="0" definition="(KF-XE40-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE40-AJall_x1" triggerthreshold="KF-XE40-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="266" partition="1" name="L1_KF-XE50" complex_deadtime="0" definition="(KF-XE50-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE50-AJall_x1" triggerthreshold="KF-XE50-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="267" partition="1" name="L1_KF-XE55" complex_deadtime="0" definition="(KF-XE55-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE55-AJall_x1" triggerthreshold="KF-XE55-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="268" partition="1" name="L1_KF-XE60" complex_deadtime="0" definition="(KF-XE60-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE60-AJall_x1" triggerthreshold="KF-XE60-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="269" partition="1" name="L1_KF-XE65" complex_deadtime="0" definition="(KF-XE65-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE65-AJall_x1" triggerthreshold="KF-XE65-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="270" partition="1" name="L1_KF-XE75" complex_deadtime="0" definition="(KF-XE75-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE75-AJall_x1" triggerthreshold="KF-XE75-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="271" partition="1" name="L1_EM15_W-MT35_XS60_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS60[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="272" partition="1" name="L1_EM15_W-MT35_XS40_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS40[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="273" partition="1" name="L1_EM15_W-MT35_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="274" partition="1" name="L1_EM15VH_W-MT35_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15VH[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="275" partition="1" name="L1_EM20VH_W-MT35_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM20VH[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="276" partition="1" name="L1_EM22VHI_W-MT35_XS40" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM22VHI[x1]&amp;XS40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="277" partition="1" name="L1_W-05RO-XEHT-0" complex_deadtime="0" definition="(05RATIO-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05RATIO-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="278" partition="1" name="L1_MU10_2J20" complex_deadtime="0" definition="(MU10[x1]&amp;J20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="279" partition="1" name="L1_W-90RO2-XEHT-0" complex_deadtime="0" definition="(90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="280" partition="1" name="L1_W-250RO2-XEHT-0" complex_deadtime="0" definition="(250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="281" partition="1" name="L1_W-HT20-JJ15.ETA49" complex_deadtime="0" definition="(HT20-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT20-AJj15all.ETA49_x1" triggerthreshold="HT20-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="282" partition="1" name="L1_W-NOMATCH" complex_deadtime="0" definition="(NOT-02MATCH-EM10s1-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-02MATCH-EM10s1-AJj15all.ETA49_x1" triggerthreshold="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="283" partition="1" name="L1_DPHI-AJ20s2XE50" complex_deadtime="0" definition="(10MINDPHI-AJ20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-AJ20s2-XE50_x1" triggerthreshold="10MINDPHI-AJ20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="284" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EM15XE_XS30" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="285" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="286" partition="1" name="L1_EM15_W-MT35" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="287" partition="1" name="L1_HT150-JJ15.ETA49_MJJ-400" complex_deadtime="0" definition="(HT150-AJj15all.ETA49[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJj15all.ETA49_x1" triggerthreshold="HT150-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="288" partition="1" name="L1_EM12_W-MT35_XS40_W-05DPHI-JXE-0_W-05DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;XS40[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM12s6-XE0_x1" triggerthreshold="05MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="289" partition="1" name="L1_EM12_W-MT35_W-90RO2-XEHT-0_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="290" partition="1" name="L1_EM12_W-MT35_W-250RO2-XEHT-0_W-05DPHI-JXE-0_W-05DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM12s6-XE0_x1" triggerthreshold="05MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="291" partition="1" name="L1_EM15_W-MT35_W-250RO2-XEHT-0_W-15DPHI-JXE-0_W-15DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM15s6-XE0_x1" triggerthreshold="15MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="292" partition="1" name="L1_EM15_W-MT35_XS60_W-15DPHI-JXE-0_W-15DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS60[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM15s6-XE0_x1" triggerthreshold="15MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="293" partition="1" name="L1_EM15_W-MT35_XS40_W-15DPHI-JXE-0_W-15DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS40[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM15s6-XE0_x1" triggerthreshold="15MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="294" partition="1" name="L1_EM12_W-MT35_XS50" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;XS50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="295" partition="1" name="L1_HT150-J20s5.ETA31_MJJ-400" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="296" partition="1" name="L1_BPH-2M8-2MU4_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM8-2MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-2MU4ab_x1" triggerthreshold="2INVM8-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="297" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-2MU4ab_x1" triggerthreshold="0DR24-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="298" partition="1" name="L1_BPH-2M8-MU6MU4_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM8-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-MU6ab-MU4ab_x1" triggerthreshold="2INVM8-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="299" partition="1" name="L1_BPH-8M15-MU6MU4_BPH-0DR22-MU6MU4" complex_deadtime="0" definition="(8INVM15-MU6ab-MU4ab[x1]&amp;0DR22-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-MU6ab-MU4ab_x1" triggerthreshold="8INVM15-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR22-MU6ab-MU4ab_x1" triggerthreshold="0DR22-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="300" partition="1" name="L1_BPH-2M9-2MU6_BPH-2DR15-2MU6" complex_deadtime="0" definition="(2INVM9-2MU6ab[x1]&amp;2DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-2MU6ab_x1" triggerthreshold="2INVM9-2MU6ab"/>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="301" partition="1" name="L1_BPH-8M15-2MU6_BPH-0DR22-2MU6" complex_deadtime="0" definition="(8INVM15-2MU6ab[x1]&amp;0DR22-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-2MU6ab_x1" triggerthreshold="8INVM15-2MU6ab"/>
-        <TriggerCondition multi="1" name="0DR22-2MU6ab_x1" triggerthreshold="0DR22-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="302" partition="1" name="L1_MU6MU4-BO" complex_deadtime="0" definition="(MULT-CMU4ab[x2]&amp;MULT-CMU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU4ab_x2" triggerthreshold="MULT-CMU4ab"/>
-        <TriggerCondition multi="1" name="MULT-CMU6ab_x1" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="303" partition="1" name="L1_2MU4-B" complex_deadtime="0" definition="(MU4[x2]&amp;MULT-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MULT-CMU4ab_x1" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="304" partition="1" name="L1_2MU6-B" complex_deadtime="0" definition="(MU6[x2]&amp;MULT-CMU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="MULT-CMU6ab_x1" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="305" partition="1" name="L1_J15.0ETA25_2J15.31ETA49" complex_deadtime="0" definition="(J15.0ETA25[x1]&amp;J15.31ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.0ETA25_x1" triggerthreshold="J15.0ETA25"/>
-        <TriggerCondition multi="2" name="J15.31ETA49_x2" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="306" partition="1" name="L1_BPH-2M8-2MU4-B_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM8-CMU4ab-MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-CMU4ab-MU4ab_x1" triggerthreshold="2INVM8-CMU4ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="307" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4-B" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-CMU4ab-MU4ab_x1" triggerthreshold="0DR24-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="308" partition="1" name="L1_HT150-J20s5.ETA31_MJJ-400-CF" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49_x1" triggerthreshold="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="309" partition="1" name="L1_EM10VH_W-MT35_XS50" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM10VH[x1]&amp;XS50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="310" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4-BO" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-2CMU4ab_x1" triggerthreshold="0DR24-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="311" partition="1" name="L1_BPH-2M8-MU6MU4-B_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM8-ONEBARREL-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="2INVM8-ONEBARREL-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="312" partition="1" name="L1_2MU4-BO" complex_deadtime="0" definition="(MULT-CMU4ab[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU4ab_x2" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="313" partition="1" name="L1_2MU6-BO" complex_deadtime="0" definition="(MULT-CMU6ab[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU6ab_x2" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="314" partition="1" name="L1_MU6_2MU4-B" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;MULT-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MULT-CMU4ab_x1" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="315" partition="1" name="L1_DY-DR-2MU4" complex_deadtime="0" definition="(2DR99-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR99-2MU4ab_x1" triggerthreshold="2DR99-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="316" partition="1" name="L1_EM15VH_2EM8VH_MU6" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM8VH[x2]&amp;MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="317" partition="1" name="L1_MU4_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x1]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="318" partition="1" name="L1_DY-BOX-2MU6" complex_deadtime="0" definition="(5DETA99-5DPHI99-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-2MU6ab_x1" triggerthreshold="5DETA99-5DPHI99-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="319" partition="1" name="L1_LFV-MU" complex_deadtime="0" definition="(0DR10-MU10ab-MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR10-MU10ab-MU6ab_x1" triggerthreshold="0DR10-MU10ab-MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="320" partition="1" name="L1_LFV-EM8I" complex_deadtime="0" definition="(0DETA04-0DPHI03-EM8abi-MU10ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-0DPHI03-EM8abi-MU10ab_x1" triggerthreshold="0DETA04-0DPHI03-EM8abi-MU10ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="321" partition="1" name="L1_LFV-EM15I" complex_deadtime="0" definition="(0DETA04-0DPHI03-EM15abi-MUab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-0DPHI03-EM15abi-MUab_x1" triggerthreshold="0DETA04-0DPHI03-EM15abi-MUab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="322" partition="1" name="L1_EM7_MU15" complex_deadtime="0" definition="(EM7[x1]&amp;MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="323" partition="1" name="L1_DPHI-J20s2XE50" complex_deadtime="0" definition="(10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="324" partition="1" name="L1_DPHI-J20XE50" complex_deadtime="0" definition="(10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="325" partition="1" name="L1_DPHI-CJ20XE50" complex_deadtime="0" definition="(10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="326" partition="1" name="L1_MJJ-900" complex_deadtime="0" definition="(900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="327" partition="1" name="L1_MJJ-800" complex_deadtime="0" definition="(800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="328" partition="1" name="L1_MJJ-700" complex_deadtime="0" definition="(700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="329" partition="1" name="L1_MJJ-400" complex_deadtime="0" definition="(400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="330" partition="1" name="L1_MU4_J50_XE40" complex_deadtime="0" definition="(MU4[x1]&amp;J50[x1]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="331" partition="1" name="L1_2MU4_J40_XE20" complex_deadtime="0" definition="(MU4[x2]&amp;J40[x1]&amp;XE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="332" partition="1" name="L1_LFV-MU6" complex_deadtime="0" definition="(0DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR15-2MU6ab_x1" triggerthreshold="0DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="333" partition="1" name="L1_MJJ-100" complex_deadtime="0" definition="(100INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="100INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="334" partition="1" name="L1_HT150-JJ15.ETA49" complex_deadtime="0" definition="(HT150-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJj15all.ETA49_x1" triggerthreshold="HT150-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="335" partition="1" name="L1_2MU4_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x2]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="336" partition="1" name="L1_J4-MATCH" complex_deadtime="0" definition="(0MATCH-4AJ20.ETA31-4AJj15.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31_x1" triggerthreshold="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="337" partition="1" name="L1_DR25-TAU20ITAU12I" complex_deadtime="0" definition="(0DR25-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR25-TAU20abi-TAU12abi_x1" triggerthreshold="0DR25-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="338" partition="1" name="L1_LLP-RO" complex_deadtime="0" definition="(100RATIO-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100RATIO-0MATCH-TAU30si2-EMall_x1" triggerthreshold="100RATIO-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="339" partition="1" name="L1_LLP-NOMATCH" complex_deadtime="0" definition="(NOT-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-0MATCH-TAU30si2-EMall_x1" triggerthreshold="NOT-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="340" partition="1" name="L1_DR-MU10TAU12I" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="341" partition="1" name="L1_TAU30_EMPTY" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="342" partition="1" name="L1_EM12_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_W-90RO2-XEHT-0" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="343" partition="1" name="L1_TAU30_UNPAIRED_ISO" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="344" partition="1" name="L1_EM12_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_XS20" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="345" partition="1" name="L1_EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-EM15his2-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-EM15his2-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="346" partition="1" name="L1_DR-EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="347" partition="1" name="L1_TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-TAU20abi-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU20abi-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="348" partition="1" name="L1_DR-TAU20ITAU12I" complex_deadtime="0" definition="(0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="349" partition="1" name="L1_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="350" partition="1" name="L1_DR-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="351" partition="1" name="L1_LAR-EM" complex_deadtime="0" definition="(LAR-EM50s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-EM50s1_x1" triggerthreshold="LAR-EM50s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="352" partition="1" name="L1_LAR-J" complex_deadtime="0" definition="(LAR-J100s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-J100s1_x1" triggerthreshold="LAR-J100s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="353" partition="1" name="L1_DR-EM15TAU12I" complex_deadtime="0" definition="(DISAMB-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="DISAMB-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="354" partition="1" name="L1_LATE-MU10_XE50" complex_deadtime="0" definition="(LATE-MU10s1[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LATE-MU10s1_x1" triggerthreshold="LATE-MU10s1"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="355" partition="1" name="L1_LATE-MU10_J50" complex_deadtime="0" definition="(LATE-MU10s1[x1]&amp;J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LATE-MU10s1_x1" triggerthreshold="LATE-MU10s1"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="356" partition="1" name="L1_SC111" complex_deadtime="0" definition="(SC111-CJ15ab.ETA26[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="SC111-CJ15ab.ETA26_x1" triggerthreshold="SC111-CJ15ab.ETA26"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="357" partition="1" name="L1_SC85" complex_deadtime="0" definition="(SC85-CJ15ab.ETA26[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="SC85-CJ15ab.ETA26_x1" triggerthreshold="SC85-CJ15ab.ETA26"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="358" partition="1" name="L1_MU6_MJJ-200" complex_deadtime="0" definition="(MU6[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="359" partition="1" name="L1_MU6_MJJ-300" complex_deadtime="0" definition="(MU6[x1]&amp;300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="360" partition="1" name="L1_MU6_MJJ-400" complex_deadtime="0" definition="(MU6[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="361" partition="1" name="L1_MU6_MJJ-500" complex_deadtime="0" definition="(MU6[x1]&amp;500INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="500INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="500INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="362" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="363" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="364" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="365" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="366" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="367" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="368" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="369" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="370" partition="1" name="L1_XE35_MJJ-200" complex_deadtime="0" definition="(XE35[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="371" partition="1" name="L1_EM7_FIRSTEMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="372" partition="1" name="L1_RD0_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP8)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="373" partition="1" name="L1_3J25.0ETA23" complex_deadtime="0" definition="(J25.0ETA23[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J25.0ETA23_x3" triggerthreshold="J25.0ETA23"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="374" partition="1" name="L1_TE20" complex_deadtime="0" definition="(TE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="375" partition="1" name="L1_TE10.0ETA24" complex_deadtime="0" definition="(TE10.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10.0ETA24_x1" triggerthreshold="TE10.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="376" partition="1" name="L1_TE20.0ETA24" complex_deadtime="0" definition="(TE20.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20.0ETA24_x1" triggerthreshold="TE20.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="377" partition="1" name="L1_MU10_TAU20IM_J25_2J20" complex_deadtime="0" definition="(MU10[x1]&amp;HA20IM[x1]&amp;J25[x1]&amp;J20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="378" partition="1" name="L1_EM15HI_TAU20IM_2TAU15_J25_2J20_3J15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA20IM[x1]&amp;HA15[x2]&amp;J25[x1]&amp;J20[x2]&amp;J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="379" partition="1" name="L1_AFP_C_MU4" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="380" partition="1" name="L1_J12_BGRP12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="381" partition="1" name="L1_J30.31ETA49_BGRP12" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="382" partition="1" name="L1_MU6_J30.0ETA49_2J20.0ETA49" complex_deadtime="0" definition="(MU6[x1]&amp;J30.0ETA49[x1]&amp;J20.0ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J30.0ETA49_x1" triggerthreshold="J30.0ETA49"/>
-        <TriggerCondition multi="2" name="J20.0ETA49_x2" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="383" partition="1" name="L1_4J20.0ETA49" complex_deadtime="0" definition="(J20.0ETA49[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="384" partition="1" name="L1_EM12_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="385" partition="1" name="L1_EM18VH_MJJ-300" complex_deadtime="0" definition="(EM18VH[x1]&amp;300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="386" partition="1" name="L1_DR25-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="387" partition="1" name="L1_30M-EM20ITAU12" complex_deadtime="0" definition="(DISAMB-30INVM-EM20his2-TAU12ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-30INVM-EM20his2-TAU12ab_x1" triggerthreshold="DISAMB-30INVM-EM20his2-TAU12ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="388" partition="1" name="L1_TAU8_UNPAIRED_ISO" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="389" partition="1" name="L1_EM7_UNPAIRED_ISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="390" partition="1" name="L1_RD2_BGRP12" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP12)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="391" partition="1" name="L1_TAU8_FIRSTEMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="392" partition="1" name="L1_EM24VHI" complex_deadtime="0" definition="(EM24VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM24VHI_x1" triggerthreshold="EM24VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="393" partition="1" name="L1_LHCF_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="394" partition="1" name="L1_LHCF_EMPTY" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="395" partition="1" name="L1_EM15VH_2EM10VH_3EM7" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM10VH[x2]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="396" partition="1" name="L1_EM15VH_3EM8VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM8VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM8VH_x3" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="397" partition="1" name="L1_MJJ-400-CF" complex_deadtime="0" definition="(400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49_x1" triggerthreshold="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="398" partition="1" name="L1_2EM18VH" complex_deadtime="0" definition="(EM18VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM18VH_x2" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="399" partition="1" name="L1_EM8I_MU10" complex_deadtime="0" definition="(EM8I[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="400" partition="1" name="L1_2EM20VH" complex_deadtime="0" definition="(EM20VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM20VH_x2" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="401" partition="1" name="L1_EM15VH_3EM10VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM10VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM10VH_x3" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="402" partition="1" name="L1_EM15HI" complex_deadtime="0" definition="(EM15HI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="403" partition="1" name="L1_MU6_3MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="404" partition="1" name="L1_2MU6_3MU4" complex_deadtime="0" definition="(MU6[x2]&amp;MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="405" partition="1" name="L1_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="406" partition="1" name="L1_EM18VH_3EM8VH" complex_deadtime="0" definition="(EM18VH[x1]&amp;EM8VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="3" name="EM8VH_x3" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="407" partition="1" name="L1_TE5" complex_deadtime="0" definition="(TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="408" partition="1" name="L1_EM18VH_2EM10VH_3EM7" complex_deadtime="0" definition="(EM18VH[x1]&amp;EM10VH[x2]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="409" partition="1" name="L1_TE25.0ETA24" complex_deadtime="0" definition="(TE25.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE25.0ETA24_x1" triggerthreshold="TE25.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="410" partition="1" name="L1_TE5.0ETA24" complex_deadtime="0" definition="(TE5.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5.0ETA24_x1" triggerthreshold="TE5.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="411" partition="1" name="L1_EM20VH_FIRSTEMPTY" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="412" partition="1" name="L1_EM22VHI_FIRSTEMPTY" complex_deadtime="0" definition="(EM22VHI[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="413" partition="1" name="L1_MU20_FIRSTEMPTY" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="414" partition="1" name="L1_J100_FIRSTEMPTY" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="415" partition="1" name="L1_J100.31ETA49_FIRSTEMPTY" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="417" partition="1" name="L1_TE70.0ETA24" complex_deadtime="0" definition="(TE70.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70.0ETA24_x1" triggerthreshold="TE70.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="418" partition="1" name="L1_TE40.0ETA24" complex_deadtime="0" definition="(TE40.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40.0ETA24_x1" triggerthreshold="TE40.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="419" partition="1" name="L1_ZDC_A" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="420" partition="1" name="L1_ZDC_C" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="421" partition="1" name="L1_ZDC_AND" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="422" partition="1" name="L1_ZDC_A_C" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="423" partition="1" name="L1_MU11_TAU20IM" complex_deadtime="0" definition="(MU11[x1]&amp;HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="424" partition="1" name="L1_EM15I" complex_deadtime="0" definition="(EM15[x1]&amp;EM8I[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="425" partition="1" name="L1_3J35.0ETA23" complex_deadtime="0" definition="(J35.0ETA23[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J35.0ETA23_x3" triggerthreshold="J35.0ETA23"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="426" partition="1" name="L1_BPH-2M9-2MU4_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM9-2MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-2MU4ab_x1" triggerthreshold="2INVM9-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="427" partition="1" name="L1_BPH-2M9-MU6MU4_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM9-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-MU6ab-MU4ab_x1" triggerthreshold="2INVM9-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="428" partition="1" name="L1_EM26VHI" complex_deadtime="0" definition="(EM26VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM26VHI_x1" triggerthreshold="EM26VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="429" partition="1" name="L1_TAU40_2TAU12IM_XE40" complex_deadtime="0" definition="(HA40[x1]&amp;HA12IM[x2]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="431" partition="1" name="L1_EM20VH_3EM10VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;EM10VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="3" name="EM10VH_x3" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="432" partition="1" name="L1_EM20VH_2EM10VH_3EM8VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;EM10VH[x2]&amp;EM8VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="3" name="EM8VH_x3" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="467" partition="1" name="L1_TAU8_UNPAIRED_NONISO" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="468" partition="1" name="L1_EM7_UNPAIRED_NONISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="469" partition="1" name="L1_MU4_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="480" partition="1" name="L1_J85_3J30" complex_deadtime="0" definition="(J85[x1]&amp;J30[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J85_x1" triggerthreshold="J85"/>
-        <TriggerCondition multi="3" name="J30_x3" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="489" partition="1" name="L1_ALFA_B7L1U" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="490" partition="1" name="L1_ALFA_B7L1L" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="491" partition="1" name="L1_ALFA_A7L1U" complex_deadtime="0" definition="(ALFA_A7L1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="492" partition="1" name="L1_ALFA_A7L1L" complex_deadtime="0" definition="(ALFA_A7L1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="493" partition="1" name="L1_ALFA_A7R1U" complex_deadtime="0" definition="(ALFA_A7R1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="494" partition="1" name="L1_ALFA_A7R1L" complex_deadtime="0" definition="(ALFA_A7R1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="495" partition="1" name="L1_ALFA_B7R1U" complex_deadtime="0" definition="(ALFA_B7R1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="496" partition="1" name="L1_ALFA_B7R1L" complex_deadtime="0" definition="(ALFA_B7R1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="511" partition="1" name="L1_CALREQ2" complex_deadtime="0" definition="(CAL2[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="00110100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="CAL2_x1" triggerthreshold="CAL2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="MC_pp_v6_default_prescale" type="Physics" menuPartition="0">
-    <Prescale ctpid="0" cut="000001" value="1"/>
-    <Prescale ctpid="1" cut="000001" value="1"/>
-    <Prescale ctpid="2" cut="000001" value="1"/>
-    <Prescale ctpid="3" cut="000001" value="1"/>
-    <Prescale ctpid="4" cut="000001" value="1"/>
-    <Prescale ctpid="5" cut="000001" value="1"/>
-    <Prescale ctpid="6" cut="000001" value="1"/>
-    <Prescale ctpid="7" cut="000001" value="1"/>
-    <Prescale ctpid="8" cut="000001" value="1"/>
-    <Prescale ctpid="9" cut="000001" value="1"/>
-    <Prescale ctpid="10" cut="000001" value="1"/>
-    <Prescale ctpid="11" cut="000001" value="1"/>
-    <Prescale ctpid="12" cut="000001" value="1"/>
-    <Prescale ctpid="13" cut="000001" value="1"/>
-    <Prescale ctpid="14" cut="000001" value="1"/>
-    <Prescale ctpid="15" cut="000001" value="1"/>
-    <Prescale ctpid="16" cut="000001" value="1"/>
-    <Prescale ctpid="17" cut="000001" value="1"/>
-    <Prescale ctpid="18" cut="000001" value="1"/>
-    <Prescale ctpid="19" cut="000001" value="1"/>
-    <Prescale ctpid="20" cut="000001" value="1"/>
-    <Prescale ctpid="21" cut="000001" value="1"/>
-    <Prescale ctpid="22" cut="000001" value="1"/>
-    <Prescale ctpid="23" cut="000001" value="1"/>
-    <Prescale ctpid="24" cut="000001" value="1"/>
-    <Prescale ctpid="25" cut="000001" value="1"/>
-    <Prescale ctpid="26" cut="000001" value="1"/>
-    <Prescale ctpid="27" cut="000001" value="1"/>
-    <Prescale ctpid="28" cut="000001" value="1"/>
-    <Prescale ctpid="29" cut="000001" value="1"/>
-    <Prescale ctpid="30" cut="000001" value="1"/>
-    <Prescale ctpid="31" cut="000001" value="1"/>
-    <Prescale ctpid="32" cut="000001" value="1"/>
-    <Prescale ctpid="33" cut="000001" value="1"/>
-    <Prescale ctpid="34" cut="000001" value="1"/>
-    <Prescale ctpid="35" cut="000001" value="1"/>
-    <Prescale ctpid="36" cut="000001" value="1"/>
-    <Prescale ctpid="37" cut="000001" value="1"/>
-    <Prescale ctpid="38" cut="000001" value="1"/>
-    <Prescale ctpid="39" cut="000001" value="1"/>
-    <Prescale ctpid="40" cut="000001" value="1"/>
-    <Prescale ctpid="41" cut="000001" value="1"/>
-    <Prescale ctpid="42" cut="000001" value="1"/>
-    <Prescale ctpid="43" cut="000001" value="1"/>
-    <Prescale ctpid="44" cut="000001" value="1"/>
-    <Prescale ctpid="45" cut="000001" value="1"/>
-    <Prescale ctpid="46" cut="000001" value="1"/>
-    <Prescale ctpid="47" cut="000001" value="1"/>
-    <Prescale ctpid="48" cut="000001" value="1"/>
-    <Prescale ctpid="49" cut="000001" value="1"/>
-    <Prescale ctpid="50" cut="000001" value="1"/>
-    <Prescale ctpid="51" cut="000001" value="1"/>
-    <Prescale ctpid="52" cut="000001" value="1"/>
-    <Prescale ctpid="53" cut="000001" value="1"/>
-    <Prescale ctpid="54" cut="000001" value="1"/>
-    <Prescale ctpid="55" cut="000001" value="1"/>
-    <Prescale ctpid="56" cut="000001" value="1"/>
-    <Prescale ctpid="57" cut="000001" value="1"/>
-    <Prescale ctpid="58" cut="000001" value="1"/>
-    <Prescale ctpid="59" cut="000001" value="1"/>
-    <Prescale ctpid="60" cut="000001" value="1"/>
-    <Prescale ctpid="61" cut="000001" value="1"/>
-    <Prescale ctpid="62" cut="000001" value="1"/>
-    <Prescale ctpid="63" cut="000001" value="1"/>
-    <Prescale ctpid="64" cut="000001" value="1"/>
-    <Prescale ctpid="65" cut="000001" value="1"/>
-    <Prescale ctpid="66" cut="000001" value="1"/>
-    <Prescale ctpid="67" cut="000001" value="1"/>
-    <Prescale ctpid="68" cut="000001" value="1"/>
-    <Prescale ctpid="69" cut="000001" value="1"/>
-    <Prescale ctpid="70" cut="000001" value="1"/>
-    <Prescale ctpid="71" cut="000001" value="1"/>
-    <Prescale ctpid="72" cut="000001" value="1"/>
-    <Prescale ctpid="73" cut="000001" value="1"/>
-    <Prescale ctpid="74" cut="000001" value="1"/>
-    <Prescale ctpid="75" cut="000001" value="1"/>
-    <Prescale ctpid="76" cut="000001" value="1"/>
-    <Prescale ctpid="77" cut="000001" value="1"/>
-    <Prescale ctpid="78" cut="000001" value="1"/>
-    <Prescale ctpid="79" cut="000001" value="1"/>
-    <Prescale ctpid="80" cut="000001" value="1"/>
-    <Prescale ctpid="81" cut="000001" value="1"/>
-    <Prescale ctpid="82" cut="000001" value="1"/>
-    <Prescale ctpid="83" cut="000001" value="1"/>
-    <Prescale ctpid="84" cut="000001" value="1"/>
-    <Prescale ctpid="85" cut="000001" value="1"/>
-    <Prescale ctpid="86" cut="000001" value="1"/>
-    <Prescale ctpid="87" cut="000001" value="1"/>
-    <Prescale ctpid="88" cut="000001" value="1"/>
-    <Prescale ctpid="89" cut="000001" value="1"/>
-    <Prescale ctpid="90" cut="000001" value="1"/>
-    <Prescale ctpid="91" cut="000001" value="1"/>
-    <Prescale ctpid="92" cut="000001" value="1"/>
-    <Prescale ctpid="93" cut="000001" value="1"/>
-    <Prescale ctpid="94" cut="000001" value="1"/>
-    <Prescale ctpid="95" cut="000001" value="1"/>
-    <Prescale ctpid="96" cut="000001" value="1"/>
-    <Prescale ctpid="97" cut="000001" value="1"/>
-    <Prescale ctpid="98" cut="000001" value="1"/>
-    <Prescale ctpid="99" cut="000001" value="1"/>
-    <Prescale ctpid="100" cut="000001" value="1"/>
-    <Prescale ctpid="101" cut="000001" value="1"/>
-    <Prescale ctpid="102" cut="000001" value="1"/>
-    <Prescale ctpid="103" cut="000001" value="1"/>
-    <Prescale ctpid="104" cut="000001" value="1"/>
-    <Prescale ctpid="105" cut="000001" value="1"/>
-    <Prescale ctpid="106" cut="000001" value="1"/>
-    <Prescale ctpid="107" cut="000001" value="1"/>
-    <Prescale ctpid="108" cut="000001" value="1"/>
-    <Prescale ctpid="109" cut="000001" value="1"/>
-    <Prescale ctpid="110" cut="000001" value="1"/>
-    <Prescale ctpid="111" cut="000001" value="1"/>
-    <Prescale ctpid="112" cut="000001" value="1"/>
-    <Prescale ctpid="113" cut="000001" value="1"/>
-    <Prescale ctpid="114" cut="000001" value="1"/>
-    <Prescale ctpid="115" cut="000001" value="1"/>
-    <Prescale ctpid="116" cut="000001" value="1"/>
-    <Prescale ctpid="117" cut="000001" value="1"/>
-    <Prescale ctpid="118" cut="000001" value="1"/>
-    <Prescale ctpid="119" cut="000001" value="1"/>
-    <Prescale ctpid="120" cut="000001" value="1"/>
-    <Prescale ctpid="121" cut="000001" value="1"/>
-    <Prescale ctpid="122" cut="000001" value="1"/>
-    <Prescale ctpid="123" cut="000001" value="1"/>
-    <Prescale ctpid="124" cut="000001" value="1"/>
-    <Prescale ctpid="125" cut="000001" value="1"/>
-    <Prescale ctpid="126" cut="000001" value="1"/>
-    <Prescale ctpid="127" cut="000001" value="1"/>
-    <Prescale ctpid="128" cut="000001" value="1"/>
-    <Prescale ctpid="129" cut="000001" value="1"/>
-    <Prescale ctpid="130" cut="000001" value="1"/>
-    <Prescale ctpid="131" cut="000001" value="1"/>
-    <Prescale ctpid="132" cut="000001" value="1"/>
-    <Prescale ctpid="133" cut="000001" value="1"/>
-    <Prescale ctpid="134" cut="000001" value="1"/>
-    <Prescale ctpid="135" cut="000001" value="1"/>
-    <Prescale ctpid="136" cut="000001" value="1"/>
-    <Prescale ctpid="137" cut="000001" value="1"/>
-    <Prescale ctpid="138" cut="000001" value="1"/>
-    <Prescale ctpid="139" cut="000001" value="1"/>
-    <Prescale ctpid="140" cut="000001" value="1"/>
-    <Prescale ctpid="141" cut="000001" value="1"/>
-    <Prescale ctpid="142" cut="000001" value="1"/>
-    <Prescale ctpid="143" cut="000001" value="1"/>
-    <Prescale ctpid="144" cut="000001" value="1"/>
-    <Prescale ctpid="145" cut="000001" value="1"/>
-    <Prescale ctpid="146" cut="000001" value="1"/>
-    <Prescale ctpid="147" cut="000001" value="1"/>
-    <Prescale ctpid="148" cut="000001" value="1"/>
-    <Prescale ctpid="149" cut="000001" value="1"/>
-    <Prescale ctpid="150" cut="000001" value="1"/>
-    <Prescale ctpid="151" cut="000001" value="1"/>
-    <Prescale ctpid="152" cut="000001" value="1"/>
-    <Prescale ctpid="153" cut="000001" value="1"/>
-    <Prescale ctpid="154" cut="000001" value="1"/>
-    <Prescale ctpid="155" cut="000001" value="1"/>
-    <Prescale ctpid="156" cut="000001" value="1"/>
-    <Prescale ctpid="157" cut="000001" value="1"/>
-    <Prescale ctpid="158" cut="000001" value="1"/>
-    <Prescale ctpid="159" cut="000001" value="1"/>
-    <Prescale ctpid="160" cut="000001" value="1"/>
-    <Prescale ctpid="161" cut="000001" value="1"/>
-    <Prescale ctpid="162" cut="000001" value="1"/>
-    <Prescale ctpid="163" cut="000001" value="1"/>
-    <Prescale ctpid="164" cut="000001" value="1"/>
-    <Prescale ctpid="165" cut="000001" value="1"/>
-    <Prescale ctpid="166" cut="000001" value="1"/>
-    <Prescale ctpid="167" cut="000001" value="1"/>
-    <Prescale ctpid="168" cut="000001" value="1"/>
-    <Prescale ctpid="169" cut="000001" value="1"/>
-    <Prescale ctpid="170" cut="000001" value="1"/>
-    <Prescale ctpid="171" cut="000001" value="1"/>
-    <Prescale ctpid="172" cut="000001" value="1"/>
-    <Prescale ctpid="173" cut="000001" value="1"/>
-    <Prescale ctpid="174" cut="000001" value="1"/>
-    <Prescale ctpid="175" cut="000001" value="1"/>
-    <Prescale ctpid="176" cut="000001" value="1"/>
-    <Prescale ctpid="177" cut="000001" value="1"/>
-    <Prescale ctpid="178" cut="000001" value="1"/>
-    <Prescale ctpid="179" cut="000001" value="1"/>
-    <Prescale ctpid="180" cut="000001" value="1"/>
-    <Prescale ctpid="181" cut="000001" value="1"/>
-    <Prescale ctpid="182" cut="000001" value="1"/>
-    <Prescale ctpid="183" cut="000001" value="1"/>
-    <Prescale ctpid="184" cut="000001" value="1"/>
-    <Prescale ctpid="185" cut="000001" value="1"/>
-    <Prescale ctpid="186" cut="000001" value="1"/>
-    <Prescale ctpid="187" cut="000001" value="1"/>
-    <Prescale ctpid="188" cut="000001" value="1"/>
-    <Prescale ctpid="189" cut="000001" value="1"/>
-    <Prescale ctpid="190" cut="000001" value="1"/>
-    <Prescale ctpid="191" cut="000001" value="1"/>
-    <Prescale ctpid="192" cut="000001" value="1"/>
-    <Prescale ctpid="193" cut="000001" value="1"/>
-    <Prescale ctpid="194" cut="000001" value="1"/>
-    <Prescale ctpid="195" cut="000001" value="1"/>
-    <Prescale ctpid="196" cut="000001" value="1"/>
-    <Prescale ctpid="197" cut="000001" value="1"/>
-    <Prescale ctpid="198" cut="000001" value="1"/>
-    <Prescale ctpid="199" cut="000001" value="1"/>
-    <Prescale ctpid="200" cut="000001" value="1"/>
-    <Prescale ctpid="201" cut="000001" value="1"/>
-    <Prescale ctpid="202" cut="000001" value="1"/>
-    <Prescale ctpid="203" cut="000001" value="1"/>
-    <Prescale ctpid="204" cut="000001" value="1"/>
-    <Prescale ctpid="205" cut="000001" value="1"/>
-    <Prescale ctpid="206" cut="000001" value="1"/>
-    <Prescale ctpid="207" cut="000001" value="1"/>
-    <Prescale ctpid="208" cut="000001" value="1"/>
-    <Prescale ctpid="209" cut="000001" value="1"/>
-    <Prescale ctpid="210" cut="000001" value="1"/>
-    <Prescale ctpid="211" cut="000001" value="1"/>
-    <Prescale ctpid="212" cut="000001" value="1"/>
-    <Prescale ctpid="213" cut="000001" value="1"/>
-    <Prescale ctpid="214" cut="000001" value="1"/>
-    <Prescale ctpid="215" cut="000001" value="1"/>
-    <Prescale ctpid="216" cut="000001" value="1"/>
-    <Prescale ctpid="217" cut="000001" value="1"/>
-    <Prescale ctpid="218" cut="000001" value="1"/>
-    <Prescale ctpid="219" cut="000001" value="1"/>
-    <Prescale ctpid="220" cut="000001" value="1"/>
-    <Prescale ctpid="221" cut="000001" value="1"/>
-    <Prescale ctpid="222" cut="000001" value="1"/>
-    <Prescale ctpid="223" cut="000001" value="1"/>
-    <Prescale ctpid="224" cut="000001" value="1"/>
-    <Prescale ctpid="225" cut="000001" value="1"/>
-    <Prescale ctpid="226" cut="000001" value="1"/>
-    <Prescale ctpid="227" cut="000001" value="1"/>
-    <Prescale ctpid="228" cut="000001" value="1"/>
-    <Prescale ctpid="229" cut="000001" value="1"/>
-    <Prescale ctpid="230" cut="000001" value="1"/>
-    <Prescale ctpid="231" cut="000001" value="1"/>
-    <Prescale ctpid="232" cut="000001" value="1"/>
-    <Prescale ctpid="233" cut="000001" value="1"/>
-    <Prescale ctpid="234" cut="000001" value="1"/>
-    <Prescale ctpid="235" cut="000001" value="1"/>
-    <Prescale ctpid="236" cut="000001" value="1"/>
-    <Prescale ctpid="237" cut="000001" value="1"/>
-    <Prescale ctpid="238" cut="000001" value="1"/>
-    <Prescale ctpid="239" cut="000001" value="1"/>
-    <Prescale ctpid="240" cut="000001" value="1"/>
-    <Prescale ctpid="241" cut="000001" value="1"/>
-    <Prescale ctpid="242" cut="000001" value="1"/>
-    <Prescale ctpid="243" cut="000001" value="1"/>
-    <Prescale ctpid="244" cut="000001" value="1"/>
-    <Prescale ctpid="245" cut="000001" value="1"/>
-    <Prescale ctpid="246" cut="000001" value="1"/>
-    <Prescale ctpid="247" cut="000001" value="1"/>
-    <Prescale ctpid="248" cut="000001" value="1"/>
-    <Prescale ctpid="249" cut="000001" value="1"/>
-    <Prescale ctpid="250" cut="000001" value="1"/>
-    <Prescale ctpid="251" cut="000001" value="1"/>
-    <Prescale ctpid="252" cut="000001" value="1"/>
-    <Prescale ctpid="253" cut="000001" value="1"/>
-    <Prescale ctpid="254" cut="000001" value="1"/>
-    <Prescale ctpid="255" cut="000001" value="1"/>
-    <Prescale ctpid="256" cut="000001" value="1"/>
-    <Prescale ctpid="257" cut="000001" value="1"/>
-    <Prescale ctpid="258" cut="000001" value="1"/>
-    <Prescale ctpid="259" cut="000001" value="1"/>
-    <Prescale ctpid="260" cut="000001" value="1"/>
-    <Prescale ctpid="261" cut="000001" value="1"/>
-    <Prescale ctpid="262" cut="000001" value="1"/>
-    <Prescale ctpid="263" cut="000001" value="1"/>
-    <Prescale ctpid="264" cut="000001" value="1"/>
-    <Prescale ctpid="265" cut="000001" value="1"/>
-    <Prescale ctpid="266" cut="000001" value="1"/>
-    <Prescale ctpid="267" cut="000001" value="1"/>
-    <Prescale ctpid="268" cut="000001" value="1"/>
-    <Prescale ctpid="269" cut="000001" value="1"/>
-    <Prescale ctpid="270" cut="000001" value="1"/>
-    <Prescale ctpid="271" cut="000001" value="1"/>
-    <Prescale ctpid="272" cut="000001" value="1"/>
-    <Prescale ctpid="273" cut="000001" value="1"/>
-    <Prescale ctpid="274" cut="000001" value="1"/>
-    <Prescale ctpid="275" cut="000001" value="1"/>
-    <Prescale ctpid="276" cut="000001" value="1"/>
-    <Prescale ctpid="277" cut="000001" value="1"/>
-    <Prescale ctpid="278" cut="000001" value="1"/>
-    <Prescale ctpid="279" cut="000001" value="1"/>
-    <Prescale ctpid="280" cut="000001" value="1"/>
-    <Prescale ctpid="281" cut="000001" value="1"/>
-    <Prescale ctpid="282" cut="000001" value="1"/>
-    <Prescale ctpid="283" cut="000001" value="1"/>
-    <Prescale ctpid="284" cut="000001" value="1"/>
-    <Prescale ctpid="285" cut="000001" value="1"/>
-    <Prescale ctpid="286" cut="000001" value="1"/>
-    <Prescale ctpid="287" cut="000001" value="1"/>
-    <Prescale ctpid="288" cut="000001" value="1"/>
-    <Prescale ctpid="289" cut="000001" value="1"/>
-    <Prescale ctpid="290" cut="000001" value="1"/>
-    <Prescale ctpid="291" cut="000001" value="1"/>
-    <Prescale ctpid="292" cut="000001" value="1"/>
-    <Prescale ctpid="293" cut="000001" value="1"/>
-    <Prescale ctpid="294" cut="000001" value="1"/>
-    <Prescale ctpid="295" cut="000001" value="1"/>
-    <Prescale ctpid="296" cut="000001" value="1"/>
-    <Prescale ctpid="297" cut="000001" value="1"/>
-    <Prescale ctpid="298" cut="000001" value="1"/>
-    <Prescale ctpid="299" cut="000001" value="1"/>
-    <Prescale ctpid="300" cut="000001" value="1"/>
-    <Prescale ctpid="301" cut="000001" value="1"/>
-    <Prescale ctpid="302" cut="000001" value="1"/>
-    <Prescale ctpid="303" cut="000001" value="1"/>
-    <Prescale ctpid="304" cut="000001" value="1"/>
-    <Prescale ctpid="305" cut="000001" value="1"/>
-    <Prescale ctpid="306" cut="000001" value="1"/>
-    <Prescale ctpid="307" cut="000001" value="1"/>
-    <Prescale ctpid="308" cut="000001" value="1"/>
-    <Prescale ctpid="309" cut="000001" value="1"/>
-    <Prescale ctpid="310" cut="000001" value="1"/>
-    <Prescale ctpid="311" cut="000001" value="1"/>
-    <Prescale ctpid="312" cut="000001" value="1"/>
-    <Prescale ctpid="313" cut="000001" value="1"/>
-    <Prescale ctpid="314" cut="000001" value="1"/>
-    <Prescale ctpid="315" cut="000001" value="1"/>
-    <Prescale ctpid="316" cut="000001" value="1"/>
-    <Prescale ctpid="317" cut="000001" value="1"/>
-    <Prescale ctpid="318" cut="000001" value="1"/>
-    <Prescale ctpid="319" cut="000001" value="1"/>
-    <Prescale ctpid="320" cut="000001" value="1"/>
-    <Prescale ctpid="321" cut="000001" value="1"/>
-    <Prescale ctpid="322" cut="000001" value="1"/>
-    <Prescale ctpid="323" cut="000001" value="1"/>
-    <Prescale ctpid="324" cut="000001" value="1"/>
-    <Prescale ctpid="325" cut="000001" value="1"/>
-    <Prescale ctpid="326" cut="000001" value="1"/>
-    <Prescale ctpid="327" cut="000001" value="1"/>
-    <Prescale ctpid="328" cut="000001" value="1"/>
-    <Prescale ctpid="329" cut="000001" value="1"/>
-    <Prescale ctpid="330" cut="000001" value="1"/>
-    <Prescale ctpid="331" cut="000001" value="1"/>
-    <Prescale ctpid="332" cut="000001" value="1"/>
-    <Prescale ctpid="333" cut="000001" value="1"/>
-    <Prescale ctpid="334" cut="000001" value="1"/>
-    <Prescale ctpid="335" cut="000001" value="1"/>
-    <Prescale ctpid="336" cut="000001" value="1"/>
-    <Prescale ctpid="337" cut="000001" value="1"/>
-    <Prescale ctpid="338" cut="000001" value="1"/>
-    <Prescale ctpid="339" cut="000001" value="1"/>
-    <Prescale ctpid="340" cut="000001" value="1"/>
-    <Prescale ctpid="341" cut="000001" value="1"/>
-    <Prescale ctpid="342" cut="000001" value="1"/>
-    <Prescale ctpid="343" cut="000001" value="1"/>
-    <Prescale ctpid="344" cut="000001" value="1"/>
-    <Prescale ctpid="345" cut="000001" value="1"/>
-    <Prescale ctpid="346" cut="000001" value="1"/>
-    <Prescale ctpid="347" cut="000001" value="1"/>
-    <Prescale ctpid="348" cut="000001" value="1"/>
-    <Prescale ctpid="349" cut="000001" value="1"/>
-    <Prescale ctpid="350" cut="000001" value="1"/>
-    <Prescale ctpid="351" cut="000001" value="1"/>
-    <Prescale ctpid="352" cut="000001" value="1"/>
-    <Prescale ctpid="353" cut="000001" value="1"/>
-    <Prescale ctpid="354" cut="000001" value="1"/>
-    <Prescale ctpid="355" cut="000001" value="1"/>
-    <Prescale ctpid="356" cut="000001" value="1"/>
-    <Prescale ctpid="357" cut="000001" value="1"/>
-    <Prescale ctpid="358" cut="000001" value="1"/>
-    <Prescale ctpid="359" cut="000001" value="1"/>
-    <Prescale ctpid="360" cut="000001" value="1"/>
-    <Prescale ctpid="361" cut="000001" value="1"/>
-    <Prescale ctpid="362" cut="000001" value="1"/>
-    <Prescale ctpid="363" cut="000001" value="1"/>
-    <Prescale ctpid="364" cut="000001" value="1"/>
-    <Prescale ctpid="365" cut="000001" value="1"/>
-    <Prescale ctpid="366" cut="000001" value="1"/>
-    <Prescale ctpid="367" cut="000001" value="1"/>
-    <Prescale ctpid="368" cut="000001" value="1"/>
-    <Prescale ctpid="369" cut="000001" value="1"/>
-    <Prescale ctpid="370" cut="000001" value="1"/>
-    <Prescale ctpid="371" cut="000001" value="1"/>
-    <Prescale ctpid="372" cut="000001" value="1"/>
-    <Prescale ctpid="373" cut="000001" value="1"/>
-    <Prescale ctpid="374" cut="000001" value="1"/>
-    <Prescale ctpid="375" cut="000001" value="1"/>
-    <Prescale ctpid="376" cut="000001" value="1"/>
-    <Prescale ctpid="377" cut="000001" value="1"/>
-    <Prescale ctpid="378" cut="000001" value="1"/>
-    <Prescale ctpid="379" cut="000001" value="1"/>
-    <Prescale ctpid="380" cut="000001" value="1"/>
-    <Prescale ctpid="381" cut="000001" value="1"/>
-    <Prescale ctpid="382" cut="000001" value="1"/>
-    <Prescale ctpid="383" cut="000001" value="1"/>
-    <Prescale ctpid="384" cut="000001" value="1"/>
-    <Prescale ctpid="385" cut="000001" value="1"/>
-    <Prescale ctpid="386" cut="000001" value="1"/>
-    <Prescale ctpid="387" cut="000001" value="1"/>
-    <Prescale ctpid="388" cut="000001" value="1"/>
-    <Prescale ctpid="389" cut="000001" value="1"/>
-    <Prescale ctpid="390" cut="000001" value="1"/>
-    <Prescale ctpid="391" cut="000001" value="1"/>
-    <Prescale ctpid="392" cut="000001" value="1"/>
-    <Prescale ctpid="393" cut="000001" value="1"/>
-    <Prescale ctpid="394" cut="000001" value="1"/>
-    <Prescale ctpid="395" cut="000001" value="1"/>
-    <Prescale ctpid="396" cut="000001" value="1"/>
-    <Prescale ctpid="397" cut="000001" value="1"/>
-    <Prescale ctpid="398" cut="000001" value="1"/>
-    <Prescale ctpid="399" cut="000001" value="1"/>
-    <Prescale ctpid="400" cut="000001" value="1"/>
-    <Prescale ctpid="401" cut="000001" value="1"/>
-    <Prescale ctpid="402" cut="000001" value="1"/>
-    <Prescale ctpid="403" cut="000001" value="1"/>
-    <Prescale ctpid="404" cut="000001" value="1"/>
-    <Prescale ctpid="405" cut="000001" value="1"/>
-    <Prescale ctpid="406" cut="000001" value="1"/>
-    <Prescale ctpid="407" cut="000001" value="1"/>
-    <Prescale ctpid="408" cut="000001" value="1"/>
-    <Prescale ctpid="409" cut="000001" value="1"/>
-    <Prescale ctpid="410" cut="000001" value="1"/>
-    <Prescale ctpid="411" cut="000001" value="1"/>
-    <Prescale ctpid="412" cut="000001" value="1"/>
-    <Prescale ctpid="413" cut="000001" value="1"/>
-    <Prescale ctpid="414" cut="000001" value="1"/>
-    <Prescale ctpid="415" cut="000001" value="1"/>
-    <Prescale ctpid="416" cut="-000001" value="-1"/>
-    <Prescale ctpid="417" cut="000001" value="1"/>
-    <Prescale ctpid="418" cut="000001" value="1"/>
-    <Prescale ctpid="419" cut="000001" value="1"/>
-    <Prescale ctpid="420" cut="000001" value="1"/>
-    <Prescale ctpid="421" cut="000001" value="1"/>
-    <Prescale ctpid="422" cut="000001" value="1"/>
-    <Prescale ctpid="423" cut="000001" value="1"/>
-    <Prescale ctpid="424" cut="000001" value="1"/>
-    <Prescale ctpid="425" cut="000001" value="1"/>
-    <Prescale ctpid="426" cut="000001" value="1"/>
-    <Prescale ctpid="427" cut="000001" value="1"/>
-    <Prescale ctpid="428" cut="000001" value="1"/>
-    <Prescale ctpid="429" cut="000001" value="1"/>
-    <Prescale ctpid="430" cut="-000001" value="-1"/>
-    <Prescale ctpid="431" cut="000001" value="1"/>
-    <Prescale ctpid="432" cut="000001" value="1"/>
-    <Prescale ctpid="433" cut="-000001" value="-1"/>
-    <Prescale ctpid="434" cut="-000001" value="-1"/>
-    <Prescale ctpid="435" cut="-000001" value="-1"/>
-    <Prescale ctpid="436" cut="-000001" value="-1"/>
-    <Prescale ctpid="437" cut="-000001" value="-1"/>
-    <Prescale ctpid="438" cut="-000001" value="-1"/>
-    <Prescale ctpid="439" cut="-000001" value="-1"/>
-    <Prescale ctpid="440" cut="-000001" value="-1"/>
-    <Prescale ctpid="441" cut="-000001" value="-1"/>
-    <Prescale ctpid="442" cut="-000001" value="-1"/>
-    <Prescale ctpid="443" cut="-000001" value="-1"/>
-    <Prescale ctpid="444" cut="-000001" value="-1"/>
-    <Prescale ctpid="445" cut="-000001" value="-1"/>
-    <Prescale ctpid="446" cut="-000001" value="-1"/>
-    <Prescale ctpid="447" cut="-000001" value="-1"/>
-    <Prescale ctpid="448" cut="-000001" value="-1"/>
-    <Prescale ctpid="449" cut="-000001" value="-1"/>
-    <Prescale ctpid="450" cut="-000001" value="-1"/>
-    <Prescale ctpid="451" cut="-000001" value="-1"/>
-    <Prescale ctpid="452" cut="-000001" value="-1"/>
-    <Prescale ctpid="453" cut="-000001" value="-1"/>
-    <Prescale ctpid="454" cut="-000001" value="-1"/>
-    <Prescale ctpid="455" cut="-000001" value="-1"/>
-    <Prescale ctpid="456" cut="-000001" value="-1"/>
-    <Prescale ctpid="457" cut="-000001" value="-1"/>
-    <Prescale ctpid="458" cut="-000001" value="-1"/>
-    <Prescale ctpid="459" cut="-000001" value="-1"/>
-    <Prescale ctpid="460" cut="-000001" value="-1"/>
-    <Prescale ctpid="461" cut="-000001" value="-1"/>
-    <Prescale ctpid="462" cut="-000001" value="-1"/>
-    <Prescale ctpid="463" cut="-000001" value="-1"/>
-    <Prescale ctpid="464" cut="-000001" value="-1"/>
-    <Prescale ctpid="465" cut="-000001" value="-1"/>
-    <Prescale ctpid="466" cut="-000001" value="-1"/>
-    <Prescale ctpid="467" cut="000001" value="1"/>
-    <Prescale ctpid="468" cut="000001" value="1"/>
-    <Prescale ctpid="469" cut="000001" value="1"/>
-    <Prescale ctpid="470" cut="-000001" value="-1"/>
-    <Prescale ctpid="471" cut="-000001" value="-1"/>
-    <Prescale ctpid="472" cut="-000001" value="-1"/>
-    <Prescale ctpid="473" cut="-000001" value="-1"/>
-    <Prescale ctpid="474" cut="-000001" value="-1"/>
-    <Prescale ctpid="475" cut="-000001" value="-1"/>
-    <Prescale ctpid="476" cut="-000001" value="-1"/>
-    <Prescale ctpid="477" cut="-000001" value="-1"/>
-    <Prescale ctpid="478" cut="-000001" value="-1"/>
-    <Prescale ctpid="479" cut="-000001" value="-1"/>
-    <Prescale ctpid="480" cut="000001" value="1"/>
-    <Prescale ctpid="481" cut="-000001" value="-1"/>
-    <Prescale ctpid="482" cut="-000001" value="-1"/>
-    <Prescale ctpid="483" cut="-000001" value="-1"/>
-    <Prescale ctpid="484" cut="-000001" value="-1"/>
-    <Prescale ctpid="485" cut="-000001" value="-1"/>
-    <Prescale ctpid="486" cut="-000001" value="-1"/>
-    <Prescale ctpid="487" cut="-000001" value="-1"/>
-    <Prescale ctpid="488" cut="-000001" value="-1"/>
-    <Prescale ctpid="489" cut="000001" value="1"/>
-    <Prescale ctpid="490" cut="000001" value="1"/>
-    <Prescale ctpid="491" cut="000001" value="1"/>
-    <Prescale ctpid="492" cut="000001" value="1"/>
-    <Prescale ctpid="493" cut="000001" value="1"/>
-    <Prescale ctpid="494" cut="000001" value="1"/>
-    <Prescale ctpid="495" cut="000001" value="1"/>
-    <Prescale ctpid="496" cut="000001" value="1"/>
-    <Prescale ctpid="497" cut="-000001" value="-1"/>
-    <Prescale ctpid="498" cut="-000001" value="-1"/>
-    <Prescale ctpid="499" cut="-000001" value="-1"/>
-    <Prescale ctpid="500" cut="-000001" value="-1"/>
-    <Prescale ctpid="501" cut="-000001" value="-1"/>
-    <Prescale ctpid="502" cut="-000001" value="-1"/>
-    <Prescale ctpid="503" cut="-000001" value="-1"/>
-    <Prescale ctpid="504" cut="-000001" value="-1"/>
-    <Prescale ctpid="505" cut="-000001" value="-1"/>
-    <Prescale ctpid="506" cut="-000001" value="-1"/>
-    <Prescale ctpid="507" cut="-000001" value="-1"/>
-    <Prescale ctpid="508" cut="-000001" value="-1"/>
-    <Prescale ctpid="509" cut="-000001" value="-1"/>
-    <Prescale ctpid="510" cut="-000001" value="-1"/>
-    <Prescale ctpid="511" cut="000001" value="1"/>
-  </PrescaleSet>
-  <TriggerCounterList>
-    <TriggerCounter name="1AFP_FSC" type="CTPIN">
-      <TriggerCondition name="1AFP_FSC" triggerthreshold="AFP_FSC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1AFP_NSC" type="CTPIN">
-      <TriggerCondition name="1AFP_NSC" triggerthreshold="AFP_NSC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_AtoC" type="CTPIN">
-      <TriggerCondition name="1BCM_AtoC" triggerthreshold="BCM_AtoC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Comb" type="CTPIN">
-      <TriggerCondition name="1BCM_Comb" triggerthreshold="BCM_Comb" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2BCM_Comb" type="CTPIN">
-      <TriggerCondition name="2BCM_Comb" triggerthreshold="BCM_Comb" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3BCM_Comb" type="CTPIN">
-      <TriggerCondition name="3BCM_Comb" triggerthreshold="BCM_Comb" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4BCM_Comb" type="CTPIN">
-      <TriggerCondition name="4BCM_Comb" triggerthreshold="BCM_Comb" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5BCM_Comb" type="CTPIN">
-      <TriggerCondition name="5BCM_Comb" triggerthreshold="BCM_Comb" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6BCM_Comb" type="CTPIN">
-      <TriggerCondition name="6BCM_Comb" triggerthreshold="BCM_Comb" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7BCM_Comb" type="CTPIN">
-      <TriggerCondition name="7BCM_Comb" triggerthreshold="BCM_Comb" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_CtoA" type="CTPIN">
-      <TriggerCondition name="1BCM_CtoA" triggerthreshold="BCM_CtoA" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Wide" type="CTPIN">
-      <TriggerCondition name="1BCM_Wide" triggerthreshold="BCM_Wide" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX0" type="CTPIN">
-      <TriggerCondition name="1BPTX0" triggerthreshold="BPTX0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX1" type="CTPIN">
-      <TriggerCondition name="1BPTX1" triggerthreshold="BPTX1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL0" type="CTPIN">
-      <TriggerCondition name="1CAL0" triggerthreshold="CAL0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL1" type="CTPIN">
-      <TriggerCondition name="1CAL1" triggerthreshold="CAL1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL2" type="CTPIN">
-      <TriggerCondition name="1CAL2" triggerthreshold="CAL2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10VH" type="CTPIN">
-      <TriggerCondition name="1EM10VH" triggerthreshold="EM10VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10VH" type="CTPIN">
-      <TriggerCondition name="2EM10VH" triggerthreshold="EM10VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10VH" type="CTPIN">
-      <TriggerCondition name="3EM10VH" triggerthreshold="EM10VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10VH" type="CTPIN">
-      <TriggerCondition name="4EM10VH" triggerthreshold="EM10VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10VH" type="CTPIN">
-      <TriggerCondition name="5EM10VH" triggerthreshold="EM10VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10VH" type="CTPIN">
-      <TriggerCondition name="6EM10VH" triggerthreshold="EM10VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10VH" type="CTPIN">
-      <TriggerCondition name="7EM10VH" triggerthreshold="EM10VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM12" type="CTPIN">
-      <TriggerCondition name="1EM12" triggerthreshold="EM12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM12" type="CTPIN">
-      <TriggerCondition name="2EM12" triggerthreshold="EM12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM12" type="CTPIN">
-      <TriggerCondition name="3EM12" triggerthreshold="EM12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM12" type="CTPIN">
-      <TriggerCondition name="4EM12" triggerthreshold="EM12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM12" type="CTPIN">
-      <TriggerCondition name="5EM12" triggerthreshold="EM12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM12" type="CTPIN">
-      <TriggerCondition name="6EM12" triggerthreshold="EM12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM12" type="CTPIN">
-      <TriggerCondition name="7EM12" triggerthreshold="EM12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM13VH" type="CTPIN">
-      <TriggerCondition name="1EM13VH" triggerthreshold="EM13VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM13VH" type="CTPIN">
-      <TriggerCondition name="2EM13VH" triggerthreshold="EM13VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM13VH" type="CTPIN">
-      <TriggerCondition name="3EM13VH" triggerthreshold="EM13VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM13VH" type="CTPIN">
-      <TriggerCondition name="4EM13VH" triggerthreshold="EM13VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM13VH" type="CTPIN">
-      <TriggerCondition name="5EM13VH" triggerthreshold="EM13VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM13VH" type="CTPIN">
-      <TriggerCondition name="6EM13VH" triggerthreshold="EM13VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM13VH" type="CTPIN">
-      <TriggerCondition name="7EM13VH" triggerthreshold="EM13VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15" type="CTPIN">
-      <TriggerCondition name="1EM15" triggerthreshold="EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15" type="CTPIN">
-      <TriggerCondition name="2EM15" triggerthreshold="EM15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15" type="CTPIN">
-      <TriggerCondition name="3EM15" triggerthreshold="EM15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15" type="CTPIN">
-      <TriggerCondition name="4EM15" triggerthreshold="EM15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15" type="CTPIN">
-      <TriggerCondition name="5EM15" triggerthreshold="EM15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15" type="CTPIN">
-      <TriggerCondition name="6EM15" triggerthreshold="EM15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15" type="CTPIN">
-      <TriggerCondition name="7EM15" triggerthreshold="EM15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15HI" type="CTPIN">
-      <TriggerCondition name="1EM15HI" triggerthreshold="EM15HI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15HI" type="CTPIN">
-      <TriggerCondition name="2EM15HI" triggerthreshold="EM15HI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15HI" type="CTPIN">
-      <TriggerCondition name="3EM15HI" triggerthreshold="EM15HI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15HI" type="CTPIN">
-      <TriggerCondition name="4EM15HI" triggerthreshold="EM15HI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15HI" type="CTPIN">
-      <TriggerCondition name="5EM15HI" triggerthreshold="EM15HI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15HI" type="CTPIN">
-      <TriggerCondition name="6EM15HI" triggerthreshold="EM15HI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15HI" type="CTPIN">
-      <TriggerCondition name="7EM15HI" triggerthreshold="EM15HI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15VH" type="CTPIN">
-      <TriggerCondition name="1EM15VH" triggerthreshold="EM15VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15VH" type="CTPIN">
-      <TriggerCondition name="2EM15VH" triggerthreshold="EM15VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15VH" type="CTPIN">
-      <TriggerCondition name="3EM15VH" triggerthreshold="EM15VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15VH" type="CTPIN">
-      <TriggerCondition name="4EM15VH" triggerthreshold="EM15VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15VH" type="CTPIN">
-      <TriggerCondition name="5EM15VH" triggerthreshold="EM15VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15VH" type="CTPIN">
-      <TriggerCondition name="6EM15VH" triggerthreshold="EM15VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15VH" type="CTPIN">
-      <TriggerCondition name="7EM15VH" triggerthreshold="EM15VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM18VH" type="CTPIN">
-      <TriggerCondition name="1EM18VH" triggerthreshold="EM18VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM18VH" type="CTPIN">
-      <TriggerCondition name="2EM18VH" triggerthreshold="EM18VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM18VH" type="CTPIN">
-      <TriggerCondition name="3EM18VH" triggerthreshold="EM18VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM18VH" type="CTPIN">
-      <TriggerCondition name="4EM18VH" triggerthreshold="EM18VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM18VH" type="CTPIN">
-      <TriggerCondition name="5EM18VH" triggerthreshold="EM18VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM18VH" type="CTPIN">
-      <TriggerCondition name="6EM18VH" triggerthreshold="EM18VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM18VH" type="CTPIN">
-      <TriggerCondition name="7EM18VH" triggerthreshold="EM18VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VH" type="CTPIN">
-      <TriggerCondition name="1EM20VH" triggerthreshold="EM20VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VH" type="CTPIN">
-      <TriggerCondition name="2EM20VH" triggerthreshold="EM20VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VH" type="CTPIN">
-      <TriggerCondition name="3EM20VH" triggerthreshold="EM20VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VH" type="CTPIN">
-      <TriggerCondition name="4EM20VH" triggerthreshold="EM20VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VH" type="CTPIN">
-      <TriggerCondition name="5EM20VH" triggerthreshold="EM20VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VH" type="CTPIN">
-      <TriggerCondition name="6EM20VH" triggerthreshold="EM20VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VH" type="CTPIN">
-      <TriggerCondition name="7EM20VH" triggerthreshold="EM20VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VHI" type="CTPIN">
-      <TriggerCondition name="1EM20VHI" triggerthreshold="EM20VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VHI" type="CTPIN">
-      <TriggerCondition name="2EM20VHI" triggerthreshold="EM20VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VHI" type="CTPIN">
-      <TriggerCondition name="3EM20VHI" triggerthreshold="EM20VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VHI" type="CTPIN">
-      <TriggerCondition name="4EM20VHI" triggerthreshold="EM20VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VHI" type="CTPIN">
-      <TriggerCondition name="5EM20VHI" triggerthreshold="EM20VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VHI" type="CTPIN">
-      <TriggerCondition name="6EM20VHI" triggerthreshold="EM20VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VHI" type="CTPIN">
-      <TriggerCondition name="7EM20VHI" triggerthreshold="EM20VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM22VHI" type="CTPIN">
-      <TriggerCondition name="1EM22VHI" triggerthreshold="EM22VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM22VHI" type="CTPIN">
-      <TriggerCondition name="2EM22VHI" triggerthreshold="EM22VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM22VHI" type="CTPIN">
-      <TriggerCondition name="3EM22VHI" triggerthreshold="EM22VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM22VHI" type="CTPIN">
-      <TriggerCondition name="4EM22VHI" triggerthreshold="EM22VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM22VHI" type="CTPIN">
-      <TriggerCondition name="5EM22VHI" triggerthreshold="EM22VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM22VHI" type="CTPIN">
-      <TriggerCondition name="6EM22VHI" triggerthreshold="EM22VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM22VHI" type="CTPIN">
-      <TriggerCondition name="7EM22VHI" triggerthreshold="EM22VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM24VHI" type="CTPIN">
-      <TriggerCondition name="1EM24VHI" triggerthreshold="EM24VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM24VHI" type="CTPIN">
-      <TriggerCondition name="2EM24VHI" triggerthreshold="EM24VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM24VHI" type="CTPIN">
-      <TriggerCondition name="3EM24VHI" triggerthreshold="EM24VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM24VHI" type="CTPIN">
-      <TriggerCondition name="4EM24VHI" triggerthreshold="EM24VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM24VHI" type="CTPIN">
-      <TriggerCondition name="5EM24VHI" triggerthreshold="EM24VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM24VHI" type="CTPIN">
-      <TriggerCondition name="6EM24VHI" triggerthreshold="EM24VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM24VHI" type="CTPIN">
-      <TriggerCondition name="7EM24VHI" triggerthreshold="EM24VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM26VHI" type="CTPIN">
-      <TriggerCondition name="1EM26VHI" triggerthreshold="EM26VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM26VHI" type="CTPIN">
-      <TriggerCondition name="2EM26VHI" triggerthreshold="EM26VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM26VHI" type="CTPIN">
-      <TriggerCondition name="3EM26VHI" triggerthreshold="EM26VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM26VHI" type="CTPIN">
-      <TriggerCondition name="4EM26VHI" triggerthreshold="EM26VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM26VHI" type="CTPIN">
-      <TriggerCondition name="5EM26VHI" triggerthreshold="EM26VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM26VHI" type="CTPIN">
-      <TriggerCondition name="6EM26VHI" triggerthreshold="EM26VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM26VHI" type="CTPIN">
-      <TriggerCondition name="7EM26VHI" triggerthreshold="EM26VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPIN">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPMON">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM3" type="CTPIN">
-      <TriggerCondition name="2EM3" triggerthreshold="EM3" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM3" type="CTPIN">
-      <TriggerCondition name="3EM3" triggerthreshold="EM3" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM3" type="CTPIN">
-      <TriggerCondition name="4EM3" triggerthreshold="EM3" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM3" type="CTPIN">
-      <TriggerCondition name="5EM3" triggerthreshold="EM3" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM3" type="CTPIN">
-      <TriggerCondition name="6EM3" triggerthreshold="EM3" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM3" type="CTPIN">
-      <TriggerCondition name="7EM3" triggerthreshold="EM3" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM7" type="CTPIN">
-      <TriggerCondition name="1EM7" triggerthreshold="EM7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM7" type="CTPIN">
-      <TriggerCondition name="2EM7" triggerthreshold="EM7" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM7" type="CTPIN">
-      <TriggerCondition name="3EM7" triggerthreshold="EM7" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM7" type="CTPIN">
-      <TriggerCondition name="4EM7" triggerthreshold="EM7" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM7" type="CTPIN">
-      <TriggerCondition name="5EM7" triggerthreshold="EM7" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM7" type="CTPIN">
-      <TriggerCondition name="6EM7" triggerthreshold="EM7" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM7" type="CTPIN">
-      <TriggerCondition name="7EM7" triggerthreshold="EM7" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8I" type="CTPIN">
-      <TriggerCondition name="1EM8I" triggerthreshold="EM8I" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8I" type="CTPIN">
-      <TriggerCondition name="2EM8I" triggerthreshold="EM8I" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8I" type="CTPIN">
-      <TriggerCondition name="3EM8I" triggerthreshold="EM8I" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8I" type="CTPIN">
-      <TriggerCondition name="4EM8I" triggerthreshold="EM8I" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8I" type="CTPIN">
-      <TriggerCondition name="5EM8I" triggerthreshold="EM8I" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8I" type="CTPIN">
-      <TriggerCondition name="6EM8I" triggerthreshold="EM8I" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8I" type="CTPIN">
-      <TriggerCondition name="7EM8I" triggerthreshold="EM8I" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8VH" type="CTPIN">
-      <TriggerCondition name="1EM8VH" triggerthreshold="EM8VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8VH" type="CTPIN">
-      <TriggerCondition name="2EM8VH" triggerthreshold="EM8VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8VH" type="CTPIN">
-      <TriggerCondition name="3EM8VH" triggerthreshold="EM8VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8VH" type="CTPIN">
-      <TriggerCondition name="4EM8VH" triggerthreshold="EM8VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8VH" type="CTPIN">
-      <TriggerCondition name="5EM8VH" triggerthreshold="EM8VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8VH" type="CTPIN">
-      <TriggerCondition name="6EM8VH" triggerthreshold="EM8VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8VH" type="CTPIN">
-      <TriggerCondition name="7EM8VH" triggerthreshold="EM8VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA100" type="CTPIN">
-      <TriggerCondition name="1HA100" triggerthreshold="HA100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA100" type="CTPIN">
-      <TriggerCondition name="2HA100" triggerthreshold="HA100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA100" type="CTPIN">
-      <TriggerCondition name="3HA100" triggerthreshold="HA100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA100" type="CTPIN">
-      <TriggerCondition name="4HA100" triggerthreshold="HA100" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA100" type="CTPIN">
-      <TriggerCondition name="5HA100" triggerthreshold="HA100" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA100" type="CTPIN">
-      <TriggerCondition name="6HA100" triggerthreshold="HA100" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA100" type="CTPIN">
-      <TriggerCondition name="7HA100" triggerthreshold="HA100" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12" type="CTPIN">
-      <TriggerCondition name="1HA12" triggerthreshold="HA12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12" type="CTPIN">
-      <TriggerCondition name="2HA12" triggerthreshold="HA12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12" type="CTPIN">
-      <TriggerCondition name="3HA12" triggerthreshold="HA12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12" type="CTPIN">
-      <TriggerCondition name="4HA12" triggerthreshold="HA12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12" type="CTPIN">
-      <TriggerCondition name="5HA12" triggerthreshold="HA12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12" type="CTPIN">
-      <TriggerCondition name="6HA12" triggerthreshold="HA12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12" type="CTPIN">
-      <TriggerCondition name="7HA12" triggerthreshold="HA12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IL" type="CTPIN">
-      <TriggerCondition name="1HA12IL" triggerthreshold="HA12IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IL" type="CTPIN">
-      <TriggerCondition name="2HA12IL" triggerthreshold="HA12IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IL" type="CTPIN">
-      <TriggerCondition name="3HA12IL" triggerthreshold="HA12IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IL" type="CTPIN">
-      <TriggerCondition name="4HA12IL" triggerthreshold="HA12IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IL" type="CTPIN">
-      <TriggerCondition name="5HA12IL" triggerthreshold="HA12IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IL" type="CTPIN">
-      <TriggerCondition name="6HA12IL" triggerthreshold="HA12IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IL" type="CTPIN">
-      <TriggerCondition name="7HA12IL" triggerthreshold="HA12IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IM" type="CTPIN">
-      <TriggerCondition name="1HA12IM" triggerthreshold="HA12IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IM" type="CTPIN">
-      <TriggerCondition name="2HA12IM" triggerthreshold="HA12IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IM" type="CTPIN">
-      <TriggerCondition name="3HA12IM" triggerthreshold="HA12IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IM" type="CTPIN">
-      <TriggerCondition name="4HA12IM" triggerthreshold="HA12IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IM" type="CTPIN">
-      <TriggerCondition name="5HA12IM" triggerthreshold="HA12IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IM" type="CTPIN">
-      <TriggerCondition name="6HA12IM" triggerthreshold="HA12IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IM" type="CTPIN">
-      <TriggerCondition name="7HA12IM" triggerthreshold="HA12IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IT" type="CTPIN">
-      <TriggerCondition name="1HA12IT" triggerthreshold="HA12IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IT" type="CTPIN">
-      <TriggerCondition name="2HA12IT" triggerthreshold="HA12IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IT" type="CTPIN">
-      <TriggerCondition name="3HA12IT" triggerthreshold="HA12IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IT" type="CTPIN">
-      <TriggerCondition name="4HA12IT" triggerthreshold="HA12IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IT" type="CTPIN">
-      <TriggerCondition name="5HA12IT" triggerthreshold="HA12IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IT" type="CTPIN">
-      <TriggerCondition name="6HA12IT" triggerthreshold="HA12IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IT" type="CTPIN">
-      <TriggerCondition name="7HA12IT" triggerthreshold="HA12IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA15" type="CTPIN">
-      <TriggerCondition name="1HA15" triggerthreshold="HA15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA15" type="CTPIN">
-      <TriggerCondition name="2HA15" triggerthreshold="HA15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA15" type="CTPIN">
-      <TriggerCondition name="3HA15" triggerthreshold="HA15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA15" type="CTPIN">
-      <TriggerCondition name="4HA15" triggerthreshold="HA15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA15" type="CTPIN">
-      <TriggerCondition name="5HA15" triggerthreshold="HA15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA15" type="CTPIN">
-      <TriggerCondition name="6HA15" triggerthreshold="HA15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA15" type="CTPIN">
-      <TriggerCondition name="7HA15" triggerthreshold="HA15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20" type="CTPIN">
-      <TriggerCondition name="1HA20" triggerthreshold="HA20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20" type="CTPIN">
-      <TriggerCondition name="2HA20" triggerthreshold="HA20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20" type="CTPIN">
-      <TriggerCondition name="3HA20" triggerthreshold="HA20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20" type="CTPIN">
-      <TriggerCondition name="4HA20" triggerthreshold="HA20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20" type="CTPIN">
-      <TriggerCondition name="5HA20" triggerthreshold="HA20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20" type="CTPIN">
-      <TriggerCondition name="6HA20" triggerthreshold="HA20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20" type="CTPIN">
-      <TriggerCondition name="7HA20" triggerthreshold="HA20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IL" type="CTPIN">
-      <TriggerCondition name="1HA20IL" triggerthreshold="HA20IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IL" type="CTPIN">
-      <TriggerCondition name="2HA20IL" triggerthreshold="HA20IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IL" type="CTPIN">
-      <TriggerCondition name="3HA20IL" triggerthreshold="HA20IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IL" type="CTPIN">
-      <TriggerCondition name="4HA20IL" triggerthreshold="HA20IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IL" type="CTPIN">
-      <TriggerCondition name="5HA20IL" triggerthreshold="HA20IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IL" type="CTPIN">
-      <TriggerCondition name="6HA20IL" triggerthreshold="HA20IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IL" type="CTPIN">
-      <TriggerCondition name="7HA20IL" triggerthreshold="HA20IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IM" type="CTPIN">
-      <TriggerCondition name="1HA20IM" triggerthreshold="HA20IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IM" type="CTPIN">
-      <TriggerCondition name="2HA20IM" triggerthreshold="HA20IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IM" type="CTPIN">
-      <TriggerCondition name="3HA20IM" triggerthreshold="HA20IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IM" type="CTPIN">
-      <TriggerCondition name="4HA20IM" triggerthreshold="HA20IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IM" type="CTPIN">
-      <TriggerCondition name="5HA20IM" triggerthreshold="HA20IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IM" type="CTPIN">
-      <TriggerCondition name="6HA20IM" triggerthreshold="HA20IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IM" type="CTPIN">
-      <TriggerCondition name="7HA20IM" triggerthreshold="HA20IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IT" type="CTPIN">
-      <TriggerCondition name="1HA20IT" triggerthreshold="HA20IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IT" type="CTPIN">
-      <TriggerCondition name="2HA20IT" triggerthreshold="HA20IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IT" type="CTPIN">
-      <TriggerCondition name="3HA20IT" triggerthreshold="HA20IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IT" type="CTPIN">
-      <TriggerCondition name="4HA20IT" triggerthreshold="HA20IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IT" type="CTPIN">
-      <TriggerCondition name="5HA20IT" triggerthreshold="HA20IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IT" type="CTPIN">
-      <TriggerCondition name="6HA20IT" triggerthreshold="HA20IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IT" type="CTPIN">
-      <TriggerCondition name="7HA20IT" triggerthreshold="HA20IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25" type="CTPIN">
-      <TriggerCondition name="1HA25" triggerthreshold="HA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25" type="CTPIN">
-      <TriggerCondition name="2HA25" triggerthreshold="HA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25" type="CTPIN">
-      <TriggerCondition name="3HA25" triggerthreshold="HA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25" type="CTPIN">
-      <TriggerCondition name="4HA25" triggerthreshold="HA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25" type="CTPIN">
-      <TriggerCondition name="5HA25" triggerthreshold="HA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25" type="CTPIN">
-      <TriggerCondition name="6HA25" triggerthreshold="HA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25" type="CTPIN">
-      <TriggerCondition name="7HA25" triggerthreshold="HA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25IT" type="CTPIN">
-      <TriggerCondition name="1HA25IT" triggerthreshold="HA25IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25IT" type="CTPIN">
-      <TriggerCondition name="2HA25IT" triggerthreshold="HA25IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25IT" type="CTPIN">
-      <TriggerCondition name="3HA25IT" triggerthreshold="HA25IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25IT" type="CTPIN">
-      <TriggerCondition name="4HA25IT" triggerthreshold="HA25IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25IT" type="CTPIN">
-      <TriggerCondition name="5HA25IT" triggerthreshold="HA25IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25IT" type="CTPIN">
-      <TriggerCondition name="6HA25IT" triggerthreshold="HA25IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25IT" type="CTPIN">
-      <TriggerCondition name="7HA25IT" triggerthreshold="HA25IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA30" type="CTPIN">
-      <TriggerCondition name="1HA30" triggerthreshold="HA30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA30" type="CTPIN">
-      <TriggerCondition name="2HA30" triggerthreshold="HA30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA30" type="CTPIN">
-      <TriggerCondition name="3HA30" triggerthreshold="HA30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA30" type="CTPIN">
-      <TriggerCondition name="4HA30" triggerthreshold="HA30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA30" type="CTPIN">
-      <TriggerCondition name="5HA30" triggerthreshold="HA30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA30" type="CTPIN">
-      <TriggerCondition name="6HA30" triggerthreshold="HA30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA30" type="CTPIN">
-      <TriggerCondition name="7HA30" triggerthreshold="HA30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA40" type="CTPIN">
-      <TriggerCondition name="1HA40" triggerthreshold="HA40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA40" type="CTPIN">
-      <TriggerCondition name="2HA40" triggerthreshold="HA40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA40" type="CTPIN">
-      <TriggerCondition name="3HA40" triggerthreshold="HA40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA40" type="CTPIN">
-      <TriggerCondition name="4HA40" triggerthreshold="HA40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA40" type="CTPIN">
-      <TriggerCondition name="5HA40" triggerthreshold="HA40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA40" type="CTPIN">
-      <TriggerCondition name="6HA40" triggerthreshold="HA40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA40" type="CTPIN">
-      <TriggerCondition name="7HA40" triggerthreshold="HA40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA60" type="CTPIN">
-      <TriggerCondition name="1HA60" triggerthreshold="HA60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA60" type="CTPIN">
-      <TriggerCondition name="2HA60" triggerthreshold="HA60" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA60" type="CTPIN">
-      <TriggerCondition name="3HA60" triggerthreshold="HA60" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA60" type="CTPIN">
-      <TriggerCondition name="4HA60" triggerthreshold="HA60" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA60" type="CTPIN">
-      <TriggerCondition name="5HA60" triggerthreshold="HA60" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA60" type="CTPIN">
-      <TriggerCondition name="6HA60" triggerthreshold="HA60" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA60" type="CTPIN">
-      <TriggerCondition name="7HA60" triggerthreshold="HA60" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA8" type="CTPIN">
-      <TriggerCondition name="1HA8" triggerthreshold="HA8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA8" type="CTPIN">
-      <TriggerCondition name="2HA8" triggerthreshold="HA8" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA8" type="CTPIN">
-      <TriggerCondition name="3HA8" triggerthreshold="HA8" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA8" type="CTPIN">
-      <TriggerCondition name="4HA8" triggerthreshold="HA8" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA8" type="CTPIN">
-      <TriggerCondition name="5HA8" triggerthreshold="HA8" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA8" type="CTPIN">
-      <TriggerCondition name="6HA8" triggerthreshold="HA8" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA8" type="CTPIN">
-      <TriggerCondition name="7HA8" triggerthreshold="HA8" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100" type="CTPIN">
-      <TriggerCondition name="1J100" triggerthreshold="J100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100" type="CTPIN">
-      <TriggerCondition name="2J100" triggerthreshold="J100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100" type="CTPIN">
-      <TriggerCondition name="3J100" triggerthreshold="J100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J100.31ETA49" triggerthreshold="J100.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J100.31ETA49" triggerthreshold="J100.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J100.31ETA49" triggerthreshold="J100.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J12" type="CTPIN">
-      <TriggerCondition name="1J12" triggerthreshold="J12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J12" type="CTPIN">
-      <TriggerCondition name="2J12" triggerthreshold="J12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J12" type="CTPIN">
-      <TriggerCondition name="3J12" triggerthreshold="J12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J12" type="CTPIN">
-      <TriggerCondition name="4J12" triggerthreshold="J12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J12" type="CTPIN">
-      <TriggerCondition name="5J12" triggerthreshold="J12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J12" type="CTPIN">
-      <TriggerCondition name="6J12" triggerthreshold="J12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J12" type="CTPIN">
-      <TriggerCondition name="7J12" triggerthreshold="J12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J120" type="CTPIN">
-      <TriggerCondition name="1J120" triggerthreshold="J120" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J120" type="CTPIN">
-      <TriggerCondition name="2J120" triggerthreshold="J120" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J120" type="CTPIN">
-      <TriggerCondition name="3J120" triggerthreshold="J120" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15" type="CTPIN">
-      <TriggerCondition name="1J15" triggerthreshold="J15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15" type="CTPIN">
-      <TriggerCondition name="2J15" triggerthreshold="J15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15" type="CTPIN">
-      <TriggerCondition name="3J15" triggerthreshold="J15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15" type="CTPIN">
-      <TriggerCondition name="4J15" triggerthreshold="J15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15" type="CTPIN">
-      <TriggerCondition name="5J15" triggerthreshold="J15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15" type="CTPIN">
-      <TriggerCondition name="6J15" triggerthreshold="J15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15" type="CTPIN">
-      <TriggerCondition name="7J15" triggerthreshold="J15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J15.0ETA25" triggerthreshold="J15.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J15.0ETA25" triggerthreshold="J15.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J15.0ETA25" triggerthreshold="J15.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="4J15.0ETA25" triggerthreshold="J15.0ETA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="5J15.0ETA25" triggerthreshold="J15.0ETA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="6J15.0ETA25" triggerthreshold="J15.0ETA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="7J15.0ETA25" triggerthreshold="J15.0ETA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J15.31ETA49" triggerthreshold="J15.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J15.31ETA49" triggerthreshold="J15.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J15.31ETA49" triggerthreshold="J15.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20" type="CTPIN">
-      <TriggerCondition name="1J20" triggerthreshold="J20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20" type="CTPIN">
-      <TriggerCondition name="2J20" triggerthreshold="J20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20" type="CTPIN">
-      <TriggerCondition name="3J20" triggerthreshold="J20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J20" type="CTPIN">
-      <TriggerCondition name="4J20" triggerthreshold="J20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J20" type="CTPIN">
-      <TriggerCondition name="5J20" triggerthreshold="J20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J20" type="CTPIN">
-      <TriggerCondition name="6J20" triggerthreshold="J20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J20" type="CTPIN">
-      <TriggerCondition name="7J20" triggerthreshold="J20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="1J20.28ETA31" triggerthreshold="J20.28ETA31" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="2J20.28ETA31" triggerthreshold="J20.28ETA31" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="3J20.28ETA31" triggerthreshold="J20.28ETA31" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J20.31ETA49" triggerthreshold="J20.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J20.31ETA49" triggerthreshold="J20.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J20.31ETA49" triggerthreshold="J20.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25" type="CTPIN">
-      <TriggerCondition name="1J25" triggerthreshold="J25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25" type="CTPIN">
-      <TriggerCondition name="2J25" triggerthreshold="J25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25" type="CTPIN">
-      <TriggerCondition name="3J25" triggerthreshold="J25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25" type="CTPIN">
-      <TriggerCondition name="4J25" triggerthreshold="J25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25" type="CTPIN">
-      <TriggerCondition name="5J25" triggerthreshold="J25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25" type="CTPIN">
-      <TriggerCondition name="6J25" triggerthreshold="J25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25" type="CTPIN">
-      <TriggerCondition name="7J25" triggerthreshold="J25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J25.0ETA23" triggerthreshold="J25.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J25.0ETA23" triggerthreshold="J25.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J25.0ETA23" triggerthreshold="J25.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="4J25.0ETA23" triggerthreshold="J25.0ETA23" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="5J25.0ETA23" triggerthreshold="J25.0ETA23" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="6J25.0ETA23" triggerthreshold="J25.0ETA23" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="7J25.0ETA23" triggerthreshold="J25.0ETA23" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30" type="CTPIN">
-      <TriggerCondition name="1J30" triggerthreshold="J30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30" type="CTPIN">
-      <TriggerCondition name="2J30" triggerthreshold="J30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30" type="CTPIN">
-      <TriggerCondition name="3J30" triggerthreshold="J30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J30" type="CTPIN">
-      <TriggerCondition name="4J30" triggerthreshold="J30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J30" type="CTPIN">
-      <TriggerCondition name="5J30" triggerthreshold="J30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J30" type="CTPIN">
-      <TriggerCondition name="6J30" triggerthreshold="J30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J30" type="CTPIN">
-      <TriggerCondition name="7J30" triggerthreshold="J30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J30.31ETA49" triggerthreshold="J30.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J30.31ETA49" triggerthreshold="J30.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J30.31ETA49" triggerthreshold="J30.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J35.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J35.0ETA23" triggerthreshold="J35.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J35.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J35.0ETA23" triggerthreshold="J35.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J35.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J35.0ETA23" triggerthreshold="J35.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40" type="CTPIN">
-      <TriggerCondition name="1J40" triggerthreshold="J40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40" type="CTPIN">
-      <TriggerCondition name="2J40" triggerthreshold="J40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40" type="CTPIN">
-      <TriggerCondition name="3J40" triggerthreshold="J40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J40" type="CTPIN">
-      <TriggerCondition name="4J40" triggerthreshold="J40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J40" type="CTPIN">
-      <TriggerCondition name="5J40" triggerthreshold="J40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J40" type="CTPIN">
-      <TriggerCondition name="6J40" triggerthreshold="J40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J40" type="CTPIN">
-      <TriggerCondition name="7J40" triggerthreshold="J40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J40.0ETA25" triggerthreshold="J40.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J40.0ETA25" triggerthreshold="J40.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J40.0ETA25" triggerthreshold="J40.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J400" type="CTPIN">
-      <TriggerCondition name="1J400" triggerthreshold="J400" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J400" type="CTPIN">
-      <TriggerCondition name="2J400" triggerthreshold="J400" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J400" type="CTPIN">
-      <TriggerCondition name="3J400" triggerthreshold="J400" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50" type="CTPIN">
-      <TriggerCondition name="1J50" triggerthreshold="J50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50" type="CTPIN">
-      <TriggerCondition name="2J50" triggerthreshold="J50" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50" type="CTPIN">
-      <TriggerCondition name="3J50" triggerthreshold="J50" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J50.31ETA49" triggerthreshold="J50.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J50.31ETA49" triggerthreshold="J50.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J50.31ETA49" triggerthreshold="J50.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75" type="CTPIN">
-      <TriggerCondition name="1J75" triggerthreshold="J75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75" type="CTPIN">
-      <TriggerCondition name="2J75" triggerthreshold="J75" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75" type="CTPIN">
-      <TriggerCondition name="3J75" triggerthreshold="J75" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J75.31ETA49" triggerthreshold="J75.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J75.31ETA49" triggerthreshold="J75.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J75.31ETA49" triggerthreshold="J75.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J85" type="CTPIN">
-      <TriggerCondition name="1J85" triggerthreshold="J85" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J85" type="CTPIN">
-      <TriggerCondition name="2J85" triggerthreshold="J85" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J85" type="CTPIN">
-      <TriggerCondition name="3J85" triggerthreshold="J85" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_A" type="CTPIN">
-      <TriggerCondition name="1LUCID_A" triggerthreshold="LUCID_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_C" type="CTPIN">
-      <TriggerCondition name="1LUCID_C" triggerthreshold="LUCID_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPIN">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPMON">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_A" type="CTPIN">
-      <TriggerCondition name="2MBTS_A" triggerthreshold="MBTS_A" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_A" type="CTPIN">
-      <TriggerCondition name="3MBTS_A" triggerthreshold="MBTS_A" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_A" type="CTPIN">
-      <TriggerCondition name="4MBTS_A" triggerthreshold="MBTS_A" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_A" type="CTPIN">
-      <TriggerCondition name="5MBTS_A" triggerthreshold="MBTS_A" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_A" type="CTPIN">
-      <TriggerCondition name="6MBTS_A" triggerthreshold="MBTS_A" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_A" type="CTPIN">
-      <TriggerCondition name="7MBTS_A" triggerthreshold="MBTS_A" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A0" type="CTPIN">
-      <TriggerCondition name="1MBTS_A0" triggerthreshold="MBTS_A0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A1" type="CTPIN">
-      <TriggerCondition name="1MBTS_A1" triggerthreshold="MBTS_A1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A10" type="CTPIN">
-      <TriggerCondition name="1MBTS_A10" triggerthreshold="MBTS_A10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A12" type="CTPIN">
-      <TriggerCondition name="1MBTS_A12" triggerthreshold="MBTS_A12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A14" type="CTPIN">
-      <TriggerCondition name="1MBTS_A14" triggerthreshold="MBTS_A14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A2" type="CTPIN">
-      <TriggerCondition name="1MBTS_A2" triggerthreshold="MBTS_A2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A3" type="CTPIN">
-      <TriggerCondition name="1MBTS_A3" triggerthreshold="MBTS_A3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A4" type="CTPIN">
-      <TriggerCondition name="1MBTS_A4" triggerthreshold="MBTS_A4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A5" type="CTPIN">
-      <TriggerCondition name="1MBTS_A5" triggerthreshold="MBTS_A5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A6" type="CTPIN">
-      <TriggerCondition name="1MBTS_A6" triggerthreshold="MBTS_A6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A7" type="CTPIN">
-      <TriggerCondition name="1MBTS_A7" triggerthreshold="MBTS_A7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A8" type="CTPIN">
-      <TriggerCondition name="1MBTS_A8" triggerthreshold="MBTS_A8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPIN">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPMON">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_C" type="CTPIN">
-      <TriggerCondition name="2MBTS_C" triggerthreshold="MBTS_C" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_C" type="CTPIN">
-      <TriggerCondition name="3MBTS_C" triggerthreshold="MBTS_C" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_C" type="CTPIN">
-      <TriggerCondition name="4MBTS_C" triggerthreshold="MBTS_C" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_C" type="CTPIN">
-      <TriggerCondition name="5MBTS_C" triggerthreshold="MBTS_C" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_C" type="CTPIN">
-      <TriggerCondition name="6MBTS_C" triggerthreshold="MBTS_C" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_C" type="CTPIN">
-      <TriggerCondition name="7MBTS_C" triggerthreshold="MBTS_C" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C0" type="CTPIN">
-      <TriggerCondition name="1MBTS_C0" triggerthreshold="MBTS_C0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C1" type="CTPIN">
-      <TriggerCondition name="1MBTS_C1" triggerthreshold="MBTS_C1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C10" type="CTPIN">
-      <TriggerCondition name="1MBTS_C10" triggerthreshold="MBTS_C10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C12" type="CTPIN">
-      <TriggerCondition name="1MBTS_C12" triggerthreshold="MBTS_C12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C14" type="CTPIN">
-      <TriggerCondition name="1MBTS_C14" triggerthreshold="MBTS_C14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C2" type="CTPIN">
-      <TriggerCondition name="1MBTS_C2" triggerthreshold="MBTS_C2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C3" type="CTPIN">
-      <TriggerCondition name="1MBTS_C3" triggerthreshold="MBTS_C3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C4" type="CTPIN">
-      <TriggerCondition name="1MBTS_C4" triggerthreshold="MBTS_C4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C5" type="CTPIN">
-      <TriggerCondition name="1MBTS_C5" triggerthreshold="MBTS_C5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C6" type="CTPIN">
-      <TriggerCondition name="1MBTS_C6" triggerthreshold="MBTS_C6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C7" type="CTPIN">
-      <TriggerCondition name="1MBTS_C7" triggerthreshold="MBTS_C7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C8" type="CTPIN">
-      <TriggerCondition name="1MBTS_C8" triggerthreshold="MBTS_C8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU10" type="CTPIN">
-      <TriggerCondition name="1MU10" triggerthreshold="MU10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU10" type="CTPIN">
-      <TriggerCondition name="2MU10" triggerthreshold="MU10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU10" type="CTPIN">
-      <TriggerCondition name="3MU10" triggerthreshold="MU10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU10" type="CTPIN">
-      <TriggerCondition name="4MU10" triggerthreshold="MU10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU10" type="CTPIN">
-      <TriggerCondition name="5MU10" triggerthreshold="MU10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU10" type="CTPIN">
-      <TriggerCondition name="6MU10" triggerthreshold="MU10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU10" type="CTPIN">
-      <TriggerCondition name="7MU10" triggerthreshold="MU10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU11" type="CTPIN">
-      <TriggerCondition name="1MU11" triggerthreshold="MU11" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU11" type="CTPIN">
-      <TriggerCondition name="2MU11" triggerthreshold="MU11" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU11" type="CTPIN">
-      <TriggerCondition name="3MU11" triggerthreshold="MU11" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU11" type="CTPIN">
-      <TriggerCondition name="4MU11" triggerthreshold="MU11" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU11" type="CTPIN">
-      <TriggerCondition name="5MU11" triggerthreshold="MU11" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU11" type="CTPIN">
-      <TriggerCondition name="6MU11" triggerthreshold="MU11" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU11" type="CTPIN">
-      <TriggerCondition name="7MU11" triggerthreshold="MU11" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU15" type="CTPIN">
-      <TriggerCondition name="1MU15" triggerthreshold="MU15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU15" type="CTPIN">
-      <TriggerCondition name="2MU15" triggerthreshold="MU15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU15" type="CTPIN">
-      <TriggerCondition name="3MU15" triggerthreshold="MU15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU15" type="CTPIN">
-      <TriggerCondition name="4MU15" triggerthreshold="MU15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU15" type="CTPIN">
-      <TriggerCondition name="5MU15" triggerthreshold="MU15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU15" type="CTPIN">
-      <TriggerCondition name="6MU15" triggerthreshold="MU15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU15" type="CTPIN">
-      <TriggerCondition name="7MU15" triggerthreshold="MU15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU20" type="CTPIN">
-      <TriggerCondition name="1MU20" triggerthreshold="MU20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU20" type="CTPIN">
-      <TriggerCondition name="2MU20" triggerthreshold="MU20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU20" type="CTPIN">
-      <TriggerCondition name="3MU20" triggerthreshold="MU20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU20" type="CTPIN">
-      <TriggerCondition name="4MU20" triggerthreshold="MU20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU20" type="CTPIN">
-      <TriggerCondition name="5MU20" triggerthreshold="MU20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU20" type="CTPIN">
-      <TriggerCondition name="6MU20" triggerthreshold="MU20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU20" type="CTPIN">
-      <TriggerCondition name="7MU20" triggerthreshold="MU20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU4" type="CTPIN">
-      <TriggerCondition name="1MU4" triggerthreshold="MU4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU4" type="CTPIN">
-      <TriggerCondition name="2MU4" triggerthreshold="MU4" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU4" type="CTPIN">
-      <TriggerCondition name="3MU4" triggerthreshold="MU4" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU4" type="CTPIN">
-      <TriggerCondition name="4MU4" triggerthreshold="MU4" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU4" type="CTPIN">
-      <TriggerCondition name="5MU4" triggerthreshold="MU4" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU4" type="CTPIN">
-      <TriggerCondition name="6MU4" triggerthreshold="MU4" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU4" type="CTPIN">
-      <TriggerCondition name="7MU4" triggerthreshold="MU4" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU6" type="CTPIN">
-      <TriggerCondition name="1MU6" triggerthreshold="MU6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU6" type="CTPIN">
-      <TriggerCondition name="2MU6" triggerthreshold="MU6" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU6" type="CTPIN">
-      <TriggerCondition name="3MU6" triggerthreshold="MU6" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU6" type="CTPIN">
-      <TriggerCondition name="4MU6" triggerthreshold="MU6" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU6" type="CTPIN">
-      <TriggerCondition name="5MU6" triggerthreshold="MU6" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU6" type="CTPIN">
-      <TriggerCondition name="6MU6" triggerthreshold="MU6" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU6" type="CTPIN">
-      <TriggerCondition name="7MU6" triggerthreshold="MU6" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIML1A" type="CTPIN">
-      <TriggerCondition name="1NIML1A" triggerthreshold="NIML1A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMLHCF" type="CTPIN">
-      <TriggerCondition name="1NIMLHCF" triggerthreshold="NIMLHCF" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMRPC" type="CTPIN">
-      <TriggerCondition name="1NIMRPC" triggerthreshold="NIMRPC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTGC" type="CTPIN">
-      <TriggerCondition name="1NIMTGC" triggerthreshold="NIMTGC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTRT" type="CTPIN">
-      <TriggerCondition name="1NIMTRT" triggerthreshold="NIMTRT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10" type="CTPIN">
-      <TriggerCondition name="1TE10" triggerthreshold="TE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE10.0ETA24" triggerthreshold="TE10.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE15" type="CTPIN">
-      <TriggerCondition name="1TE15" triggerthreshold="TE15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE15.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE15.0ETA24" triggerthreshold="TE15.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20" type="CTPIN">
-      <TriggerCondition name="1TE20" triggerthreshold="TE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE20.0ETA24" triggerthreshold="TE20.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE25" type="CTPIN">
-      <TriggerCondition name="1TE25" triggerthreshold="TE25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE25.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE25.0ETA24" triggerthreshold="TE25.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30" type="CTPIN">
-      <TriggerCondition name="1TE30" triggerthreshold="TE30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE30.0ETA24" triggerthreshold="TE30.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40" type="CTPIN">
-      <TriggerCondition name="1TE40" triggerthreshold="TE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE40.0ETA24" triggerthreshold="TE40.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5" type="CTPIN">
-      <TriggerCondition name="1TE5" triggerthreshold="TE5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE5.0ETA24" triggerthreshold="TE5.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70" type="CTPIN">
-      <TriggerCondition name="1TE70" triggerthreshold="TE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE70.0ETA24" triggerthreshold="TE70.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE10" type="CTPIN">
-      <TriggerCondition name="1XE10" triggerthreshold="XE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE150" type="CTPIN">
-      <TriggerCondition name="1XE150" triggerthreshold="XE150" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE20" type="CTPIN">
-      <TriggerCondition name="1XE20" triggerthreshold="XE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE25" type="CTPIN">
-      <TriggerCondition name="1XE25" triggerthreshold="XE25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE30" type="CTPIN">
-      <TriggerCondition name="1XE30" triggerthreshold="XE30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE300" type="CTPIN">
-      <TriggerCondition name="1XE300" triggerthreshold="XE300" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35" type="CTPIN">
-      <TriggerCondition name="1XE35" triggerthreshold="XE35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40" type="CTPIN">
-      <TriggerCondition name="1XE40" triggerthreshold="XE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45" type="CTPIN">
-      <TriggerCondition name="1XE45" triggerthreshold="XE45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50" type="CTPIN">
-      <TriggerCondition name="1XE50" triggerthreshold="XE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55" type="CTPIN">
-      <TriggerCondition name="1XE55" triggerthreshold="XE55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60" type="CTPIN">
-      <TriggerCondition name="1XE60" triggerthreshold="XE60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE65" type="CTPIN">
-      <TriggerCondition name="1XE65" triggerthreshold="XE65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70" type="CTPIN">
-      <TriggerCondition name="1XE70" triggerthreshold="XE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE75" type="CTPIN">
-      <TriggerCondition name="1XE75" triggerthreshold="XE75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80" type="CTPIN">
-      <TriggerCondition name="1XE80" triggerthreshold="XE80" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS20" type="CTPIN">
-      <TriggerCondition name="1XS20" triggerthreshold="XS20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS30" type="CTPIN">
-      <TriggerCondition name="1XS30" triggerthreshold="XS30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS40" type="CTPIN">
-      <TriggerCondition name="1XS40" triggerthreshold="XS40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS45" type="CTPIN">
-      <TriggerCondition name="1XS45" triggerthreshold="XS45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS50" type="CTPIN">
-      <TriggerCondition name="1XS50" triggerthreshold="XS50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS55" type="CTPIN">
-      <TriggerCondition name="1XS55" triggerthreshold="XS55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS60" type="CTPIN">
-      <TriggerCondition name="1XS60" triggerthreshold="XS60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS65" type="CTPIN">
-      <TriggerCondition name="1XS65" triggerthreshold="XS65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZB_EM15" type="CTPIN">
-      <TriggerCondition name="1ZB_EM15" triggerthreshold="ZB_EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_A" type="CTPIN">
-      <TriggerCondition name="1ZDC_A" triggerthreshold="ZDC_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_AND" type="CTPIN">
-      <TriggerCondition name="1ZDC_AND" triggerthreshold="ZDC_AND" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_C" type="CTPIN">
-      <TriggerCondition name="1ZDC_C" triggerthreshold="ZDC_C" multi="1"/>
-    </TriggerCounter>
-  </TriggerCounterList>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="2" name="ALFA_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="3" name="ALFA_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="4" name="ALFA_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="5" name="ALFA_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="8" name="ALFA2_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="9" name="ALFA2_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="10" name="ALFA2_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="11" name="ALFA2_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="14" name="ALFA3_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="15" name="ALFA3_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="16" name="ALFA3_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="17" name="ALFA3_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="20" name="ALFA4_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="21" name="ALFA4_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="22" name="ALFA4_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="23" name="ALFA4_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="34" name="ALFA_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="2" range_end="2" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="35" name="ALFA_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="36" name="ALFA_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="37" name="ALFA_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="40" name="ALFA2_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="41" name="ALFA2_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="42" name="ALFA2_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="43" name="ALFA2_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="46" name="ALFA3_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="14" range_end="14" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="47" name="ALFA3_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="15" range_end="15" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="48" name="ALFA3_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="49" name="ALFA3_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="52" name="ALFA4_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="53" name="ALFA4_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="54" name="ALFA4_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="55" name="ALFA4_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="0" name="BCM_AtoC" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="1" name="BCM_CtoA" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="2" name="BCM_Wide" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="36" mapping="0" name="BCM_Comb" type="BCMCMB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="0" name="BPTX0" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="1" name="BPTX1" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="0" name="CAL0" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="1" name="CAL1" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="2" name="CAL2" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL2full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="42" mapping="0" name="EM3" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM3full" phimin="0" phimax="64" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="43" mapping="1" name="EM7" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM7full" phimin="0" phimax="64" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="44" mapping="2" name="EM8VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="1" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="5" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="6" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="6" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="5" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="45" mapping="3" name="EM8I" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="EM8Ifull" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="46" mapping="4" name="EM10VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="47" mapping="5" name="EM12" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="48" mapping="6" name="EM13VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="49" mapping="7" name="EM15" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="50" mapping="8" name="EM15VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="1" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="51" mapping="9" name="EM15HI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM15HIfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="52" mapping="10" name="EM18VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="53" mapping="11" name="EM20VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="54" mapping="12" name="EM20VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="55" mapping="13" name="EM22VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="1" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="56" mapping="14" name="EM24VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="1" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="57" mapping="15" name="EM26VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="1" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="28" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="28" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="58" mapping="0" name="J12" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="59" mapping="1" name="J15" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="60" mapping="2" name="J15.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J15.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="61" mapping="3" name="J20" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="62" mapping="4" name="J25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="63" mapping="5" name="J25.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="64" mapping="6" name="J30" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="65" mapping="7" name="J40" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="66" mapping="8" name="J20.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="24" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="67" mapping="9" name="J30.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="27" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="68" mapping="10" name="J35.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J35.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J35.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="35" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="69" mapping="11" name="J40.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="70" mapping="12" name="J20.28ETA31" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="-28" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="28" etamax="31" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="71" mapping="13" name="J50" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="72" mapping="14" name="J75" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="73" mapping="15" name="J85" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="1" thresholdval="85" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="74" mapping="16" name="J100" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="75" mapping="17" name="J120" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J120full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J120full" phimin="0" phimax="64" priority="1" thresholdval="120" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="18" name="J400" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J400full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J400full" phimin="0" phimax="64" priority="1" thresholdval="400" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="16" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="77" mapping="19" name="J15.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="18" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="78" mapping="20" name="J20.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="20" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="79" mapping="21" name="J30.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="22" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="80" mapping="22" name="J50.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="24" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="81" mapping="23" name="J75.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="26" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="82" mapping="24" name="J100.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="28" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="83" mapping="0" name="LUCID_A" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="84" mapping="1" name="LUCID_C" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="85" mapping="0" name="MBTS_A" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="86" mapping="1" name="MBTS_C" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="0" name="MBTS_A0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="1" name="MBTS_A1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="2" name="MBTS_A2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="3" name="MBTS_A3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="4" name="MBTS_A4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="5" name="MBTS_A5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="93" mapping="6" name="MBTS_A6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="94" mapping="7" name="MBTS_A7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="8" name="MBTS_A8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="9" name="MBTS_A10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="10" name="MBTS_A12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="11" name="MBTS_A14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="12" name="MBTS_C0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="13" name="MBTS_C1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="101" mapping="14" name="MBTS_C2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="15" name="MBTS_C3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="16" name="MBTS_C4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="17" name="MBTS_C5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="105" mapping="18" name="MBTS_C6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="19" name="MBTS_C7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="107" mapping="20" name="MBTS_C8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="21" name="MBTS_C10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="22" name="MBTS_C12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="23" name="MBTS_C14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="111" mapping="0" name="MU4" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU4full" phimin="0" phimax="64" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="1" name="MU6" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU6full" phimin="0" phimax="64" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="113" mapping="2" name="MU10" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="3" name="MU11" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU11full" phimin="0" phimax="64" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="115" mapping="4" name="MU15" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="116" mapping="5" name="MU20" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="0" name="NIML1A" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIML1Afull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="1" name="NIMLHCF" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMLHCFfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="2" name="AFP_NSC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="AFP_NSCfull" phimin="0" phimax="64" priority="0" thresholdval="50" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="3" name="AFP_FSC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="AFP_FSCfull" phimin="0" phimax="64" priority="0" thresholdval="50" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="12" name="NIMTGC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTGCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="13" name="NIMRPC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMRPCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="14" name="NIMTRT" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTRTfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="124" mapping="0" name="HA8" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="125" mapping="1" name="HA12" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="126" mapping="2" name="HA12IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA12ILfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="127" mapping="3" name="HA12IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA12IMfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="128" mapping="4" name="HA12IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA12ITfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="129" mapping="5" name="HA15" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="130" mapping="6" name="HA20" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="131" mapping="7" name="HA20IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA20ILfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="132" mapping="8" name="HA20IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA20IMfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="133" mapping="9" name="HA20IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA20ITfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="134" mapping="10" name="HA25" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="135" mapping="11" name="HA25IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA25ITfull" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="136" mapping="12" name="HA30" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="137" mapping="13" name="HA40" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="138" mapping="14" name="HA60" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA60full" phimin="0" phimax="64" priority="1" thresholdval="60" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="139" mapping="15" name="HA100" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="140" mapping="0" name="TE5" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5full" phimin="0" phimax="64" priority="0" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="141" mapping="1" name="TE10" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="142" mapping="2" name="TE15" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="143" mapping="3" name="TE20" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="144" mapping="4" name="TE25" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE25full" phimin="0" phimax="64" priority="0" thresholdval="25" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="145" mapping="5" name="TE30" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="146" mapping="6" name="TE40" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="147" mapping="7" name="TE70" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="148" mapping="8" name="TE5.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE5.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="149" mapping="9" name="TE10.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="150" mapping="10" name="TE15.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE15.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE15.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="151" mapping="11" name="TE20.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="152" mapping="12" name="TE25.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE25.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE25.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="153" mapping="13" name="TE30.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="154" mapping="14" name="TE40.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="155" mapping="15" name="TE70.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE70.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="156" mapping="0" name="900INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="157" mapping="1" name="800INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="158" mapping="2" name="700INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="159" mapping="3" name="500INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="160" mapping="4" name="400INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="161" mapping="5" name="300INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="162" mapping="6" name="200INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="163" mapping="7" name="100INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="164" mapping="9" name="HT150-J20s5.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="165" mapping="10" name="HT190-J15s5.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="166" mapping="11" name="1INVM5-EMs1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="167" mapping="12" name="1INVM5-EM7s1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="12" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="168" mapping="13" name="1INVM5-EM12s1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="169" mapping="14" name="05MINDPHI-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="170" mapping="15" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="171" mapping="18" name="1DISAMB-EM15his2-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="172" mapping="19" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="173" mapping="20" name="2INVM9-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="174" mapping="22" name="2INVM8-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="175" mapping="24" name="5DETA99-5DPHI99-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="176" mapping="25" name="5DETA99-5DPHI99-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="177" mapping="26" name="1DISAMB-TAU20abi-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="178" mapping="27" name="0DR28-MU10ab-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="179" mapping="28" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="28" range_end="28" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="180" mapping="31" name="DISAMB-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="181" mapping="32" name="05MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="182" mapping="33" name="25MT-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="183" mapping="35" name="35MT-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="184" mapping="37" name="10MINDPHI-J20s2-XE30" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="185" mapping="38" name="10MINDPHI-J20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="186" mapping="39" name="100RATIO-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="187" mapping="40" name="NOT-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="188" mapping="41" name="LAR-EM50s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="189" mapping="42" name="LAR-J100s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="190" mapping="43" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="191" mapping="45" name="35MT-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="192" mapping="46" name="15MINDPHI-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="193" mapping="47" name="15MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="194" mapping="48" name="DISAMB-30INVM-EM20his2-TAU12ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="195" mapping="52" name="0DR22-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="196" mapping="53" name="7INVM15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="197" mapping="54" name="0DR22-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="198" mapping="55" name="0DR15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="199" mapping="56" name="0DR24-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="200" mapping="57" name="0DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="201" mapping="58" name="2INVM9-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="202" mapping="59" name="2INVM9-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="203" mapping="64" name="05MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="204" mapping="65" name="10MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="205" mapping="66" name="15MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="206" mapping="67" name="0DR04-MU4ab-CJ15ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="207" mapping="68" name="0DR04-MU4ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="208" mapping="69" name="0DR04-MU4ab-CJ30ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="209" mapping="70" name="0DR04-MU6ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="210" mapping="71" name="0DR04-MU6ab-CJ25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="211" mapping="72" name="10MINDPHI-CJ20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="212" mapping="73" name="0DR24-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="213" mapping="75" name="MULT-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="11" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="214" mapping="77" name="MULT-CMU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="13" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="215" mapping="80" name="KF-XE40-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="216" mapping="81" name="KF-XE50-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="217" mapping="82" name="KF-XE55-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="218" mapping="83" name="KF-XE60-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="219" mapping="84" name="KF-XE65-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="220" mapping="85" name="KF-XE75-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="221" mapping="86" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="222" mapping="87" name="HT190-AJ15all.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="223" mapping="88" name="HT150-AJ20all.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="224" mapping="89" name="HT150-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="225" mapping="90" name="HT20-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="226" mapping="93" name="05RATIO-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="227" mapping="95" name="90RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="228" mapping="99" name="0DETA04-0DPHI03-EM8abi-MU10ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="229" mapping="100" name="0DETA04-0DPHI03-EM15abi-MUab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="230" mapping="101" name="0DR24-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="231" mapping="103" name="2INVM8-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="232" mapping="105" name="10MINDPHI-AJ20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="233" mapping="106" name="LATE-MU10s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="234" mapping="107" name="SC111-CJ15ab.ETA26" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="235" mapping="108" name="SC85-CJ15ab.ETA26" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="12" range_end="12" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="236" mapping="112" name="250RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="237" mapping="113" name="10MINDPHI-J20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="238" mapping="114" name="0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="239" mapping="115" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="240" mapping="116" name="1DISAMB-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="241" mapping="117" name="0DR10-MU10ab-MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="242" mapping="118" name="2DR99-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="243" mapping="119" name="0DR34-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="244" mapping="120" name="2DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="245" mapping="121" name="0DR15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="246" mapping="122" name="0DR25-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="247" mapping="123" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="248" mapping="124" name="8INVM15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="28" range_end="28" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="249" mapping="125" name="8INVM15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="250" mapping="126" name="2INVM8-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="30" range_end="30" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="251" mapping="127" name="2INVM8-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="252" mapping="0" name="XE10" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="253" mapping="1" name="XE20" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="254" mapping="2" name="XE25" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE25full" phimin="0" phimax="64" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="255" mapping="3" name="XE30" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="256" mapping="4" name="XE35" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="257" mapping="5" name="XE40" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="258" mapping="6" name="XE45" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="259" mapping="7" name="XE50" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="260" mapping="8" name="XE55" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="261" mapping="9" name="XE60" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="262" mapping="10" name="XE65" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="263" mapping="11" name="XE70" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="264" mapping="12" name="XE75" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE75full" phimin="0" phimax="64" priority="0" thresholdval="75" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="265" mapping="13" name="XE80" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80full" phimin="0" phimax="64" priority="0" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="266" mapping="14" name="XE150" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE150full" phimin="0" phimax="64" priority="0" thresholdval="150" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="267" mapping="15" name="XE300" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE300full" phimin="0" phimax="64" priority="0" thresholdval="300" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="268" mapping="0" name="XS20" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="269" mapping="1" name="XS30" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="270" mapping="2" name="XS40" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="271" mapping="3" name="XS45" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="272" mapping="4" name="XS50" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="273" mapping="5" name="XS55" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="274" mapping="6" name="XS60" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="275" mapping="7" name="XS65" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="276" mapping="0" name="ZB_EM15" type="ZB" input="ctpin" seed="EM15" seed_multi="1" bcdelay="3564" version="1">
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="277" mapping="0" name="ZDC_A" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="278" mapping="1" name="ZDC_C" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="279" mapping="2" name="ZDC_AND" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name0="Random0" cut0="1" name1="Random1" cut1="1" name2="Random2" cut2="1" name3="Random3" cut3="1"/>
-  <BunchGroupSet name="MC" menuPartition="0">
-    <BunchGroup internalNumber="0" name="BCRVeto">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Paired">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="CalReq"/>
-    <BunchGroup internalNumber="3" name="Empty"/>
-    <BunchGroup internalNumber="4" name="IsolatedUnpaired"/>
-    <BunchGroup internalNumber="5" name="NonIsolatedUnpaired"/>
-    <BunchGroup internalNumber="6" name="EmptyAfterPaired"/>
-    <BunchGroup internalNumber="7" name="InTrain">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="8" name="AbortGapNotCalReq"/>
-    <BunchGroup internalNumber="9" name="VdM"/>
-    <BunchGroup internalNumber="10" name="ALFA"/>
-    <BunchGroup internalNumber="11" name="EmptyBeforePaired"/>
-    <BunchGroup internalNumber="12" name="EmptyAndPaired"/>
-    <BunchGroup internalNumber="13" name="NotUsed"/>
-    <BunchGroup internalNumber="14" name="NotUsed"/>
-    <BunchGroup internalNumber="15" name="NotUsed"/>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01"/>
-  <CaloInfo name="CaloInfo" global_em_scale="2" global_jet_scale="1">
-    <METSignificance xeMin="11" xeMax="63" teSqrtMin="4" teSqrtMax="63" xsSigmaScale="1150" xsSigmaOffset="1640"/>
-    <Isolation thrtype="HAIsoForEMthr">
-      <Parametrization isobit="1" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForEMthr">
-      <Parametrization isobit="1" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForTAUthr">
-      <Parametrization isobit="1" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="20" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="15" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="40" slope="0" mincut="0" upperlimit="124" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <MinimumTOBPt thrtype="EM" ptmin="3" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="TAU" ptmin="8" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETS" window="4" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETL" window="8" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-  </CaloInfo>
-  <MuctpiInfo name="muctpi" low_pt="1" high_pt="1" max_cand="13"/>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_pp_v7.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_pp_v7.xml
deleted file mode 100644
index 5bbda1d8f74144c6f198a432832ec98c2de2dc48..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_MC_pp_v7.xml
+++ /dev/null
@@ -1,7437 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE LVL1Config SYSTEM "LVL1config.dtd">
-<LVL1Config name="MC_pp_v7" ctpVersion="4" l1Version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1 thresholds defined: 281-->
-  <!--No. L1 items defined: 465-->
-  <TriggerMenu name="MC_pp_v7" phase="lumi">
-    <TriggerItem ctpid="0" partition="1" name="L1_EM3" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="1" partition="1" name="L1_EM7" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="2" partition="1" name="L1_EM12" complex_deadtime="0" definition="(EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="3" partition="1" name="L1_EM8VH" complex_deadtime="0" definition="(EM8VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8VH_x1" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="4" partition="1" name="L1_EM10VH" complex_deadtime="0" definition="(EM10VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="5" partition="1" name="L1_EM13VH" complex_deadtime="0" definition="(EM13VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM13VH_x1" triggerthreshold="EM13VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="6" partition="1" name="L1_EM15" complex_deadtime="0" definition="(EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="7" partition="1" name="L1_EM15VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="8" partition="1" name="L1_EM18VH" complex_deadtime="0" definition="(EM18VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="9" partition="1" name="L1_EM20VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="10" partition="1" name="L1_EM20VHI" complex_deadtime="0" definition="(EM20VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="11" partition="1" name="L1_EM22VHI" complex_deadtime="0" definition="(EM22VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="12" partition="1" name="L1_EM3_EMPTY" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="13" partition="1" name="L1_EM7_EMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="14" partition="1" name="L1_MU4" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="15" partition="1" name="L1_MU6" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="16" partition="1" name="L1_MU10" complex_deadtime="0" definition="(MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="17" partition="1" name="L1_MU15" complex_deadtime="0" definition="(MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="18" partition="1" name="L1_MU20" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="19" partition="1" name="L1_MU4_EMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="20" partition="1" name="L1_MU4_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="21" partition="1" name="L1_MU11_EMPTY" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="22" partition="1" name="L1_MU4_UNPAIRED_ISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="23" partition="1" name="L1_2EM3" complex_deadtime="0" definition="(EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="24" partition="1" name="L1_2EM7" complex_deadtime="0" definition="(EM7[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="25" partition="1" name="L1_2EM10VH" complex_deadtime="0" definition="(EM10VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="26" partition="1" name="L1_2EM13VH" complex_deadtime="0" definition="(EM13VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM13VH_x2" triggerthreshold="EM13VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="27" partition="1" name="L1_2EM15" complex_deadtime="0" definition="(EM15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM15_x2" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="28" partition="1" name="L1_2EM15VH" complex_deadtime="0" definition="(EM15VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM15VH_x2" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="29" partition="1" name="L1_EM7_2EM3" complex_deadtime="0" definition="(EM7[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="30" partition="1" name="L1_EM12_2EM3" complex_deadtime="0" definition="(EM12[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="31" partition="1" name="L1_EM15VH_3EM7" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="32" partition="1" name="L1_2MU4" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="33" partition="1" name="L1_2MU6" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="34" partition="1" name="L1_2MU10" complex_deadtime="0" definition="(MU10[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="35" partition="1" name="L1_2MU20_OVERLAY" complex_deadtime="0" definition="(MU20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU20_x2" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="36" partition="1" name="L1_MU10_2MU6" complex_deadtime="0" definition="(MU10[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="37" partition="1" name="L1_MU11_2MU6" complex_deadtime="0" definition="(MU11[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="38" partition="1" name="L1_3MU4" complex_deadtime="0" definition="(MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="39" partition="1" name="L1_MU6_2MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="40" partition="1" name="L1_3MU6" complex_deadtime="0" definition="(MU6[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="41" partition="1" name="L1_4J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15.0ETA25_x4" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="42" partition="1" name="L1_EM15I_MU4" complex_deadtime="0" definition="(EM15[x1]&amp;EM8I[x1]&amp;MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="43" partition="1" name="L1_2EM8VH_MU10" complex_deadtime="0" definition="(EM8VH[x2]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="44" partition="1" name="L1_EM15VH_MU10" complex_deadtime="0" definition="(EM15VH[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="45" partition="1" name="L1_TAU12" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="46" partition="1" name="L1_4MU4" complex_deadtime="0" definition="(MU4[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MU4_x4" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="47" partition="1" name="L1_TAU12IM" complex_deadtime="0" definition="(HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="48" partition="1" name="L1_EM8VH_MU15" complex_deadtime="0" definition="(EM8VH[x1]&amp;MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8VH_x1" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="49" partition="1" name="L1_TAU20" complex_deadtime="0" definition="(HA20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="50" partition="1" name="L1_TE15.0ETA24" complex_deadtime="0" definition="(TE15.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE15.0ETA24_x1" triggerthreshold="TE15.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="51" partition="1" name="L1_TAU20IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="52" partition="1" name="L1_TAU100" complex_deadtime="0" definition="(HA100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA100_x1" triggerthreshold="HA100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="53" partition="1" name="L1_TAU30" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="54" partition="1" name="L1_TAU40" complex_deadtime="0" definition="(HA40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="55" partition="1" name="L1_TAU60" complex_deadtime="0" definition="(HA60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA60_x1" triggerthreshold="HA60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="56" partition="1" name="L1_TAU8" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="57" partition="1" name="L1_TAU8_EMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="58" partition="1" name="L1_TAU20IM_2TAU12IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="59" partition="1" name="L1_TAU20_2TAU12" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="60" partition="1" name="L1_EM15HI_2TAU12IM" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="61" partition="1" name="L1_EM15HI_2TAU12IM_J25_3J12" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="62" partition="1" name="L1_EM15HI_TAU40_2TAU15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA40[x1]&amp;HA15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="63" partition="1" name="L1_MU10_TAU12IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="64" partition="1" name="L1_MU10_TAU12IM_J25_2J12" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;J25[x1]&amp;J12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J12_x2" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="65" partition="1" name="L1_EM7_MU10" complex_deadtime="0" definition="(EM7[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="66" partition="1" name="L1_MU6_EMPTY" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="67" partition="1" name="L1_MU10_TAU20IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="68" partition="1" name="L1_XE10" complex_deadtime="0" definition="(XE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="69" partition="1" name="L1_EM20VHI_TAU20IM_2TAU20_J25_3J20" complex_deadtime="0" definition="(EM20VHI[x1]&amp;HA20IM[x1]&amp;HA20[x2]&amp;J25[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA20_x2" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="70" partition="1" name="L1_TAU20IM_2TAU12IM_J25_2J20_3J12" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="71" partition="1" name="L1_J25_2J20_3J12_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="72" partition="1" name="L1_DR-MU10TAU12I_TAU12I-J25" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="73" partition="1" name="L1_MU10_TAU12I-J25" complex_deadtime="0" definition="(MU10[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="74" partition="1" name="L1_TAU20IM_2J20_XE45" complex_deadtime="0" definition="(HA20IM[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="75" partition="1" name="L1_J15.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J15.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="76" partition="1" name="L1_TAU60_DR-TAU20ITAU12I" complex_deadtime="0" definition="(HA60[x1]&amp;0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA60_x1" triggerthreshold="HA60"/>
-        <TriggerCondition multi="1" name="0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="77" partition="1" name="L1_AFP_NSC" complex_deadtime="0" definition="(AFP_NSC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="78" partition="1" name="L1_EM15HI_2TAU12IM_XE35" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="79" partition="1" name="L1_AFP_FSC" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="80" partition="1" name="L1_AFP_C_ANY" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="81" partition="1" name="L1_MU10_TAU12IM_XE35" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="82" partition="1" name="L1_TE15" complex_deadtime="0" definition="(TE15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE15_x1" triggerthreshold="TE15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="83" partition="1" name="L1_TAU20IM_2TAU12IM_XE35" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="84" partition="1" name="L1_TAU20_2TAU12_XE35" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="85" partition="1" name="L1_XE30" complex_deadtime="0" definition="(XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="86" partition="1" name="L1_TAU20IM_FTK" complex_deadtime="0" definition="(HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="87" partition="1" name="L1_MU4_J12" complex_deadtime="0" definition="(MU4[x1]&amp;J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="88" partition="1" name="L1_MU6_J20" complex_deadtime="0" definition="(MU6[x1]&amp;J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="89" partition="1" name="L1_MU6_J40" complex_deadtime="0" definition="(MU6[x1]&amp;J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="90" partition="1" name="L1_MU6_J75" complex_deadtime="0" definition="(MU6[x1]&amp;J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="91" partition="1" name="L1_J12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="92" partition="1" name="L1_J15" complex_deadtime="0" definition="(J15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="93" partition="1" name="L1_J20" complex_deadtime="0" definition="(J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="94" partition="1" name="L1_J25" complex_deadtime="0" definition="(J25[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="95" partition="1" name="L1_J30" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="96" partition="1" name="L1_J40" complex_deadtime="0" definition="(J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="97" partition="1" name="L1_J50" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="98" partition="1" name="L1_J75" complex_deadtime="0" definition="(J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="99" partition="1" name="L1_J85" complex_deadtime="0" definition="(J85[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J85_x1" triggerthreshold="J85"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="100" partition="1" name="L1_J100" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="101" partition="1" name="L1_J120" complex_deadtime="0" definition="(J120[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J120_x1" triggerthreshold="J120"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="102" partition="1" name="L1_J400" complex_deadtime="0" definition="(J400[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J400_x1" triggerthreshold="J400"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="103" partition="1" name="L1_J20.31ETA49" complex_deadtime="0" definition="(J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="104" partition="1" name="L1_J30.31ETA49" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="105" partition="1" name="L1_J50.31ETA49" complex_deadtime="0" definition="(J50.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50.31ETA49_x1" triggerthreshold="J50.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="106" partition="1" name="L1_J75.31ETA49" complex_deadtime="0" definition="(J75.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75.31ETA49_x1" triggerthreshold="J75.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="107" partition="1" name="L1_J100.31ETA49" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="108" partition="1" name="L1_XE65" complex_deadtime="0" definition="(XE65[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE65_x1" triggerthreshold="XE65"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="109" partition="1" name="L1_J15.31ETA49" complex_deadtime="0" definition="(J15.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="110" partition="1" name="L1_J20.28ETA31" complex_deadtime="0" definition="(J20.28ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.28ETA31_x1" triggerthreshold="J20.28ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="111" partition="1" name="L1_J12_EMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="112" partition="1" name="L1_J12_FIRSTEMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="113" partition="1" name="L1_J12_UNPAIRED_ISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="114" partition="1" name="L1_J12_UNPAIRED_NONISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="115" partition="1" name="L1_J12_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="116" partition="1" name="L1_J30_EMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="117" partition="1" name="L1_J30_FIRSTEMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="118" partition="1" name="L1_J30.31ETA49_EMPTY" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="119" partition="1" name="L1_J30.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="120" partition="1" name="L1_J30.31ETA49_UNPAIRED_NONISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="121" partition="1" name="L1_J50_UNPAIRED_ISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="122" partition="1" name="L1_J50_UNPAIRED_NONISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="123" partition="1" name="L1_J50_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="124" partition="1" name="L1_AFP_C_ANY_UNPAIRED_ISO" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="125" partition="1" name="L1_J20_J20.31ETA49" complex_deadtime="0" definition="(J20[x1]&amp;J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="126" partition="1" name="L1_3J15" complex_deadtime="0" definition="(J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="127" partition="1" name="L1_3J20" complex_deadtime="0" definition="(J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="128" partition="1" name="L1_3J40" complex_deadtime="0" definition="(J40[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J40_x3" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="129" partition="1" name="L1_3J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15.0ETA25_x3" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="130" partition="1" name="L1_3J50" complex_deadtime="0" definition="(J50[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="131" partition="1" name="L1_4J15" complex_deadtime="0" definition="(J15[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="132" partition="1" name="L1_4J20" complex_deadtime="0" definition="(J20[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="133" partition="1" name="L1_J75_XE50" complex_deadtime="0" definition="(J75[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="134" partition="1" name="L1_XE75" complex_deadtime="0" definition="(XE75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE75_x1" triggerthreshold="XE75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="135" partition="1" name="L1_6J15" complex_deadtime="0" definition="(J15[x6]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="6" name="J15_x6" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="136" partition="1" name="L1_J75_3J20" complex_deadtime="0" definition="(J75[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="137" partition="1" name="L1_J30.0ETA49_2J20.0ETA49" complex_deadtime="0" definition="(J30.0ETA49[x1]&amp;J20.0ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.0ETA49_x1" triggerthreshold="J30.0ETA49"/>
-        <TriggerCondition multi="2" name="J20.0ETA49_x2" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="138" partition="1" name="L1_TE10" complex_deadtime="0" definition="(TE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="139" partition="1" name="L1_AFP_C_ANY_UNPAIRED_NONISO" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="140" partition="1" name="L1_5J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x5]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="5" name="J15.0ETA25_x5" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="141" partition="1" name="L1_2J15_XE55" complex_deadtime="0" definition="(J15[x2]&amp;XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="142" partition="1" name="L1_J40_XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="143" partition="1" name="L1_TE25" complex_deadtime="0" definition="(TE25[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE25_x1" triggerthreshold="TE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="144" partition="1" name="L1_XE35" complex_deadtime="0" definition="(XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="145" partition="1" name="L1_XE40" complex_deadtime="0" definition="(XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="146" partition="1" name="L1_XE45" complex_deadtime="0" definition="(XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="147" partition="1" name="L1_XE50" complex_deadtime="0" definition="(XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="148" partition="1" name="L1_XE55" complex_deadtime="0" definition="(XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="149" partition="1" name="L1_XE60" complex_deadtime="0" definition="(XE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="150" partition="1" name="L1_XE70" complex_deadtime="0" definition="(XE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE70_x1" triggerthreshold="XE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="151" partition="1" name="L1_XE80" complex_deadtime="0" definition="(XE80[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE80_x1" triggerthreshold="XE80"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="152" partition="1" name="L1_XS20" complex_deadtime="0" definition="(XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="153" partition="1" name="L1_XS30" complex_deadtime="0" definition="(XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="154" partition="1" name="L1_EM12_XS20" complex_deadtime="0" definition="(EM12[x1]&amp;XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="155" partition="1" name="L1_EM15_XS30" complex_deadtime="0" definition="(EM15[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="156" partition="1" name="L1_XE150" complex_deadtime="0" definition="(XE150[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE150_x1" triggerthreshold="XE150"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="157" partition="1" name="L1_TE30" complex_deadtime="0" definition="(TE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30_x1" triggerthreshold="TE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="158" partition="1" name="L1_TE40" complex_deadtime="0" definition="(TE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40_x1" triggerthreshold="TE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="159" partition="1" name="L1_TE70" complex_deadtime="0" definition="(TE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70_x1" triggerthreshold="TE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="160" partition="1" name="L1_TE30.0ETA24" complex_deadtime="0" definition="(TE30.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30.0ETA24_x1" triggerthreshold="TE30.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="161" partition="1" name="L1_BCM_Wide_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="162" partition="1" name="L1_BCM_AC_CA_UNPAIRED_ISO" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="163" partition="1" name="L1_BCM_AC_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="164" partition="1" name="L1_MBTS_1_EMPTY" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="165" partition="1" name="L1_MBTS_1_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="166" partition="1" name="L1_MBTS_2_EMPTY" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="167" partition="1" name="L1_MBTS_2_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="168" partition="1" name="L1_MBTS_1_1_EMPTY" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="169" partition="1" name="L1_MBTS_1_1_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="170" partition="1" name="L1_AFP_C_ALFA_A" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="171" partition="1" name="L1_DPHI-AJ20s2XE50" complex_deadtime="0" definition="(10MINDPHI-AJ20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-AJ20s2-XE50_x1" triggerthreshold="10MINDPHI-AJ20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="172" partition="1" name="L1_EM13VH_3J20" complex_deadtime="0" definition="(EM13VH[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM13VH_x1" triggerthreshold="EM13VH"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="173" partition="1" name="L1_MU10_3J20" complex_deadtime="0" definition="(MU10[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="174" partition="1" name="L1_AFP_C_ANY_MBTS_A" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;MBTS_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="175" partition="1" name="L1_2J50_XE40" complex_deadtime="0" definition="(J50[x2]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J50_x2" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="176" partition="1" name="L1_J40_XE60" complex_deadtime="0" definition="(J40[x1]&amp;XE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="177" partition="1" name="L1_J40.0ETA25_XE50" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="178" partition="1" name="L1_BPH-2M8-2MU4" complex_deadtime="0" definition="(2INVM8-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-2MU4ab_x1" triggerthreshold="2INVM8-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="179" partition="1" name="L1_BPH-8M15-MU6MU4" complex_deadtime="0" definition="(8INVM15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-MU6ab-MU4ab_x1" triggerthreshold="8INVM15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="180" partition="1" name="L1_BPH-8M15-2MU6" complex_deadtime="0" definition="(8INVM15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-2MU6ab_x1" triggerthreshold="8INVM15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="181" partition="1" name="L1_J40.0ETA25_2J15.31ETA49" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;J15.31ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="2" name="J15.31ETA49_x2" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="182" partition="1" name="L1_J40.0ETA25_2J25_J20.31ETA49" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;J25[x2]&amp;J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="2" name="J25_x2" triggerthreshold="J25"/>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="183" partition="1" name="L1_AFP_C_MBTS_A" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;MBTS_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="184" partition="1" name="L1_3J15.0ETA25_XE40" complex_deadtime="0" definition="(J15.0ETA25[x3]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15.0ETA25_x3" triggerthreshold="J15.0ETA25"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="185" partition="1" name="L1_MBTS_4_A_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x4]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="186" partition="1" name="L1_MBTS_4_C_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_C[x4]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="187" partition="1" name="L1_XE300" complex_deadtime="0" definition="(XE300[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE300_x1" triggerthreshold="XE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="188" partition="1" name="L1_RD1_BGRP10" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP10)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP10"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="189" partition="1" name="L1_AFP_C_ZDC_C" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="190" partition="1" name="L1_AFP_C_J12" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="191" partition="1" name="L1_AFP_C_EM3" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;EM3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="192" partition="1" name="L1_AFP_C_TE5" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="193" partition="1" name="L1_AFP_C_ALFA_C" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="194" partition="1" name="L1_MBTS_4_A" complex_deadtime="0" definition="(MBTS_A[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="195" partition="1" name="L1_MBTS_4_C" complex_deadtime="0" definition="(MBTS_C[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="196" partition="1" name="L1_MBTS_1_BGRP9" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="197" partition="1" name="L1_MBTS_2_BGRP9" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="198" partition="1" name="L1_MBTS_1_BGRP11" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="199" partition="1" name="L1_MBTS_2_BGRP11" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="200" partition="1" name="L1_RD0_FILLED" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="201" partition="1" name="L1_RD0_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP4)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="202" partition="1" name="L1_RD0_EMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="203" partition="1" name="L1_RD1_FILLED" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="204" partition="1" name="L1_RD1_EMPTY" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP3)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="205" partition="1" name="L1_RD2_FILLED" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="206" partition="1" name="L1_RD2_EMPTY" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="207" partition="1" name="L1_RD3_FILLED" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="208" partition="1" name="L1_RD3_EMPTY" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="209" partition="1" name="L1_RD0_FIRSTEMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP6)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="210" partition="1" name="L1_RD0_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="211" partition="1" name="L1_RD0_BGRP11" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP11)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="212" partition="1" name="L1_LUCID" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="213" partition="1" name="L1_LUCID_EMPTY" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="214" partition="1" name="L1_LUCID_UNPAIRED_ISO" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="215" partition="1" name="L1_LUCID_A_C_EMPTY" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="216" partition="1" name="L1_LUCID_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="217" partition="1" name="L1_LUCID_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="218" partition="1" name="L1_TRT_FILLED" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="219" partition="1" name="L1_TRT_EMPTY" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="220" partition="1" name="L1_TGC_BURST" complex_deadtime="0" definition="(NIMTGC[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTGC_x1" triggerthreshold="NIMTGC"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="221" partition="1" name="L1_LHCF" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="222" partition="1" name="L1_BCM_Wide_BGRP0" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="223" partition="1" name="L1_BCM_AC_CA_BGRP0" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="224" partition="1" name="L1_BCM_Wide_EMPTY" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="225" partition="1" name="L1_BCM_Wide_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="226" partition="1" name="L1_MBTS_1" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="227" partition="1" name="L1_MBTS_2" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="228" partition="1" name="L1_MBTS_1_1" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="229" partition="1" name="L1_BCM_CA_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="230" partition="1" name="L1_BCM_AC_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="231" partition="1" name="L1_BCM_CA_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="232" partition="1" name="L1_BCM_AC_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="233" partition="1" name="L1_BCM_CA_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="234" partition="1" name="L1_BCM_Wide_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="235" partition="1" name="L1_BCM_AC_CALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="236" partition="1" name="L1_BCM_CA_CALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="237" partition="1" name="L1_BCM_Wide_CALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="238" partition="1" name="L1_BTAG-MU4J15" complex_deadtime="0" definition="(0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="239" partition="1" name="L1_BTAG-MU4J30" complex_deadtime="0" definition="(0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="240" partition="1" name="L1_ZB" complex_deadtime="0" definition="(ZB_EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM15_x1" triggerthreshold="ZB_EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="241" partition="1" name="L1_BPTX0_BGRP0" complex_deadtime="0" definition="(BPTX0[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="242" partition="1" name="L1_BPTX1_BGRP0" complex_deadtime="0" definition="(BPTX1[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="243" partition="1" name="L1_BTAG-MU6J20" complex_deadtime="0" definition="(0DR04-MU6ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ20ab_x1" triggerthreshold="0DR04-MU6ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="244" partition="1" name="L1_BTAG-MU6J25" complex_deadtime="0" definition="(0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="245" partition="1" name="L1_J40_XE50_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="246" partition="1" name="L1_3J15_BTAG-MU4J15" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="247" partition="1" name="L1_3J15_BTAG-MU4J30" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="248" partition="1" name="L1_3J15_BTAG-MU6J25" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="249" partition="1" name="L1_3J20_BTAG-MU4J20" complex_deadtime="0" definition="(J20[x3]&amp;0DR04-MU4ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ20ab_x1" triggerthreshold="0DR04-MU4ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="250" partition="1" name="L1_J40.0ETA25_2J30_J20.31ETA49" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;J30[x2]&amp;J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="2" name="J30_x2" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="251" partition="1" name="L1_J40_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="252" partition="1" name="L1_J40_DPHI-J20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="253" partition="1" name="L1_J40_DPHI-CJ20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="254" partition="1" name="L1_TAU40_2TAU20IM" complex_deadtime="0" definition="(HA40[x1]&amp;HA20IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA20IM_x2" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="255" partition="1" name="L1_MU10_2J15_J20" complex_deadtime="0" definition="(MU10[x1]&amp;J15[x2]&amp;J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="256" partition="1" name="L1_MU11" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="257" partition="1" name="L1_MU4_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x1]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="258" partition="1" name="L1_HT190-J15.ETA21" complex_deadtime="0" definition="(HT190-AJ15all.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-AJ15all.ETA21_x1" triggerthreshold="HT190-AJ15all.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="259" partition="1" name="L1_HT190-J15s5.ETA21" complex_deadtime="0" definition="(HT190-J15s5.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-J15s5.ETA21_x1" triggerthreshold="HT190-J15s5.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="260" partition="1" name="L1_HT150-J20.ETA31" complex_deadtime="0" definition="(HT150-AJ20all.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJ20all.ETA31_x1" triggerthreshold="HT150-AJ20all.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="261" partition="1" name="L1_HT150-J20s5.ETA31" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="262" partition="1" name="L1_JPSI-1M5" complex_deadtime="0" definition="(1INVM5-EMs1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EMs1-EMs6_x1" triggerthreshold="1INVM5-EMs1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="263" partition="1" name="L1_JPSI-1M5-EM7" complex_deadtime="0" definition="(1INVM5-EM7s1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM7s1-EMs6_x1" triggerthreshold="1INVM5-EM7s1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="264" partition="1" name="L1_JPSI-1M5-EM12" complex_deadtime="0" definition="(1INVM5-EM12s1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM12s1-EMs6_x1" triggerthreshold="1INVM5-EM12s1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="265" partition="1" name="L1_KF-XE40" complex_deadtime="0" definition="(KF-XE40-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE40-AJall_x1" triggerthreshold="KF-XE40-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="266" partition="1" name="L1_KF-XE50" complex_deadtime="0" definition="(KF-XE50-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE50-AJall_x1" triggerthreshold="KF-XE50-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="267" partition="1" name="L1_KF-XE55" complex_deadtime="0" definition="(KF-XE55-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE55-AJall_x1" triggerthreshold="KF-XE55-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="268" partition="1" name="L1_KF-XE60" complex_deadtime="0" definition="(KF-XE60-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE60-AJall_x1" triggerthreshold="KF-XE60-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="269" partition="1" name="L1_KF-XE65" complex_deadtime="0" definition="(KF-XE65-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE65-AJall_x1" triggerthreshold="KF-XE65-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="270" partition="1" name="L1_KF-XE75" complex_deadtime="0" definition="(KF-XE75-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE75-AJall_x1" triggerthreshold="KF-XE75-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="271" partition="1" name="L1_2MU4_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x2]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="272" partition="1" name="L1_HT150-J20s5.ETA31_MJJ-400" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="273" partition="1" name="L1_HT150-J20s5.ETA31_MJJ-400-CF" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49_x1" triggerthreshold="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="274" partition="1" name="L1_AFP_C_ANY_EMPTY" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="275" partition="1" name="L1_AFP_C_ANY_FIRSTEMPTY" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP6)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="276" partition="1" name="L1_AFP_C_AND" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="277" partition="1" name="L1_W-05RO-XEHT-0" complex_deadtime="0" definition="(05RATIO-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05RATIO-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="278" partition="1" name="L1_MU10_2J20" complex_deadtime="0" definition="(MU10[x1]&amp;J20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="279" partition="1" name="L1_W-90RO2-XEHT-0" complex_deadtime="0" definition="(90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="280" partition="1" name="L1_W-250RO2-XEHT-0" complex_deadtime="0" definition="(250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="281" partition="1" name="L1_W-HT20-JJ15.ETA49" complex_deadtime="0" definition="(HT20-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT20-AJj15all.ETA49_x1" triggerthreshold="HT20-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="282" partition="1" name="L1_W-NOMATCH" complex_deadtime="0" definition="(NOT-02MATCH-EM10s1-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-02MATCH-EM10s1-AJj15all.ETA49_x1" triggerthreshold="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="283" partition="1" name="L1_EM12_W-MT25" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="284" partition="1" name="L1_EM12_W-MT35_XS30_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;XS30[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="285" partition="1" name="L1_EM12_W-MT35_XS40_W-05DPHI-JXE-0_W-05DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;XS40[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM12s6-XE0_x1" triggerthreshold="05MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="286" partition="1" name="L1_EM15_W-MT35" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="287" partition="1" name="L1_EM12_W-MT35_W-90RO2-XEHT-0_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="288" partition="1" name="L1_EM12_W-MT35_W-250RO2-XEHT-0_W-05DPHI-JXE-0_W-05DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM12s6-XE0_x1" triggerthreshold="05MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="289" partition="1" name="L1_EM15_W-MT35_W-250RO2-XEHT-0_W-15DPHI-JXE-0_W-15DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM15s6-XE0_x1" triggerthreshold="15MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="290" partition="1" name="L1_EM15_W-MT35_W-250RO2-XEHT-0_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="291" partition="1" name="L1_EM15_W-MT35_XS60_W-15DPHI-JXE-0_W-15DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS60[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM15s6-XE0_x1" triggerthreshold="15MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="292" partition="1" name="L1_EM15_W-MT35_XS60_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS60[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="293" partition="1" name="L1_EM15_W-MT35_XS40_W-15DPHI-JXE-0_W-15DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS40[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM15s6-XE0_x1" triggerthreshold="15MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="294" partition="1" name="L1_EM15_W-MT35_XS40_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS40[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="295" partition="1" name="L1_EM18VH_3J20" complex_deadtime="0" definition="(EM18VH[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="296" partition="1" name="L1_BPH-2M8-2MU4_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM8-2MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-2MU4ab_x1" triggerthreshold="2INVM8-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="297" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-2MU4ab_x1" triggerthreshold="0DR24-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="298" partition="1" name="L1_BPH-2M8-MU6MU4_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM8-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-MU6ab-MU4ab_x1" triggerthreshold="2INVM8-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="299" partition="1" name="L1_BPH-8M15-MU6MU4_BPH-0DR22-MU6MU4" complex_deadtime="0" definition="(8INVM15-MU6ab-MU4ab[x1]&amp;0DR22-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-MU6ab-MU4ab_x1" triggerthreshold="8INVM15-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR22-MU6ab-MU4ab_x1" triggerthreshold="0DR22-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="300" partition="1" name="L1_BPH-2M9-2MU6_BPH-2DR15-2MU6" complex_deadtime="0" definition="(2INVM9-2MU6ab[x1]&amp;2DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-2MU6ab_x1" triggerthreshold="2INVM9-2MU6ab"/>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="301" partition="1" name="L1_BPH-8M15-2MU6_BPH-0DR22-2MU6" complex_deadtime="0" definition="(8INVM15-2MU6ab[x1]&amp;0DR22-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-2MU6ab_x1" triggerthreshold="8INVM15-2MU6ab"/>
-        <TriggerCondition multi="1" name="0DR22-2MU6ab_x1" triggerthreshold="0DR22-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="302" partition="1" name="L1_MU6MU4-BO" complex_deadtime="0" definition="(MULT-CMU4ab[x2]&amp;MULT-CMU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU4ab_x2" triggerthreshold="MULT-CMU4ab"/>
-        <TriggerCondition multi="1" name="MULT-CMU6ab_x1" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="303" partition="1" name="L1_2MU4-B" complex_deadtime="0" definition="(MU4[x2]&amp;MULT-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MULT-CMU4ab_x1" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="304" partition="1" name="L1_2MU6-B" complex_deadtime="0" definition="(MU6[x2]&amp;MULT-CMU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="MULT-CMU6ab_x1" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="305" partition="1" name="L1_J15.0ETA25_2J15.31ETA49" complex_deadtime="0" definition="(J15.0ETA25[x1]&amp;J15.31ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.0ETA25_x1" triggerthreshold="J15.0ETA25"/>
-        <TriggerCondition multi="2" name="J15.31ETA49_x2" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="306" partition="1" name="L1_BPH-2M8-2MU4-B_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM8-CMU4ab-MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-CMU4ab-MU4ab_x1" triggerthreshold="2INVM8-CMU4ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="307" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4-B" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-CMU4ab-MU4ab_x1" triggerthreshold="0DR24-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="308" partition="1" name="L1_EM12_W-MT35_XS50" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;XS50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="309" partition="1" name="L1_EM15_W-MT35_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="310" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4-BO" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-2CMU4ab_x1" triggerthreshold="0DR24-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="311" partition="1" name="L1_BPH-2M8-MU6MU4-B_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM8-ONEBARREL-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="2INVM8-ONEBARREL-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="312" partition="1" name="L1_2MU4-BO" complex_deadtime="0" definition="(MULT-CMU4ab[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU4ab_x2" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="313" partition="1" name="L1_2MU6-BO" complex_deadtime="0" definition="(MULT-CMU6ab[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU6ab_x2" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="314" partition="1" name="L1_MU6_2MU4-B" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;MULT-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MULT-CMU4ab_x1" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="315" partition="1" name="L1_DY-DR-2MU4" complex_deadtime="0" definition="(2DR99-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR99-2MU4ab_x1" triggerthreshold="2DR99-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="316" partition="1" name="L1_EM15VH_2EM8VH_MU6" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM8VH[x2]&amp;MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="317" partition="1" name="L1_EM10VH_W-MT35_XS50" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM10VH[x1]&amp;XS50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="318" partition="1" name="L1_DY-BOX-2MU6" complex_deadtime="0" definition="(5DETA99-5DPHI99-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-2MU6ab_x1" triggerthreshold="5DETA99-5DPHI99-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="319" partition="1" name="L1_LFV-MU" complex_deadtime="0" definition="(0DR10-MU10ab-MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR10-MU10ab-MU6ab_x1" triggerthreshold="0DR10-MU10ab-MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="320" partition="1" name="L1_LFV-EM8I" complex_deadtime="0" definition="(0DETA04-EM8abi-MU10ab[x1]&amp;0DPHI03-EM8abi-MU10ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-EM8abi-MU10ab_x1" triggerthreshold="0DETA04-EM8abi-MU10ab"/>
-        <TriggerCondition multi="1" name="0DPHI03-EM8abi-MU10ab_x1" triggerthreshold="0DPHI03-EM8abi-MU10ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="321" partition="1" name="L1_LFV-EM15I" complex_deadtime="0" definition="(0DETA04-EM15abi-MUab[x1]&amp;0DPHI03-EM15abi-MUab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-EM15abi-MUab_x1" triggerthreshold="0DETA04-EM15abi-MUab"/>
-        <TriggerCondition multi="1" name="0DPHI03-EM15abi-MUab_x1" triggerthreshold="0DPHI03-EM15abi-MUab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="322" partition="1" name="L1_EM7_MU15" complex_deadtime="0" definition="(EM7[x1]&amp;MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="323" partition="1" name="L1_DPHI-J20s2XE50" complex_deadtime="0" definition="(10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="324" partition="1" name="L1_DPHI-J20XE50" complex_deadtime="0" definition="(10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="325" partition="1" name="L1_DPHI-CJ20XE50" complex_deadtime="0" definition="(10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="326" partition="1" name="L1_MJJ-900" complex_deadtime="0" definition="(900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="327" partition="1" name="L1_MJJ-800" complex_deadtime="0" definition="(800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="328" partition="1" name="L1_MJJ-700" complex_deadtime="0" definition="(700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="329" partition="1" name="L1_MJJ-400" complex_deadtime="0" definition="(400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="330" partition="1" name="L1_MU4_J50_XE40" complex_deadtime="0" definition="(MU4[x1]&amp;J50[x1]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="331" partition="1" name="L1_2MU4_J40_XE20" complex_deadtime="0" definition="(MU4[x2]&amp;J40[x1]&amp;XE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="332" partition="1" name="L1_LFV-MU6" complex_deadtime="0" definition="(0DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR15-2MU6ab_x1" triggerthreshold="0DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="333" partition="1" name="L1_MJJ-100" complex_deadtime="0" definition="(100INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="100INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="334" partition="1" name="L1_HT150-JJ15.ETA49" complex_deadtime="0" definition="(HT150-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJj15all.ETA49_x1" triggerthreshold="HT150-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="335" partition="1" name="L1_EM15VH_W-MT35_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15VH[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="336" partition="1" name="L1_J4-MATCH" complex_deadtime="0" definition="(0MATCH-4AJ20.ETA31-4AJj15.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31_x1" triggerthreshold="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="337" partition="1" name="L1_DR25-TAU20ITAU12I" complex_deadtime="0" definition="(0DR25-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR25-TAU20abi-TAU12abi_x1" triggerthreshold="0DR25-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="338" partition="1" name="L1_LLP-RO" complex_deadtime="0" definition="(100RATIO-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100RATIO-0MATCH-TAU30si2-EMall_x1" triggerthreshold="100RATIO-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="339" partition="1" name="L1_LLP-NOMATCH" complex_deadtime="0" definition="(NOT-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-0MATCH-TAU30si2-EMall_x1" triggerthreshold="NOT-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="340" partition="1" name="L1_DR-MU10TAU12I" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="341" partition="1" name="L1_TAU30_EMPTY" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="342" partition="1" name="L1_EM20VH_W-MT35_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM20VH[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="343" partition="1" name="L1_TAU30_UNPAIRED_ISO" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="344" partition="1" name="L1_EM22VHI_W-MT35_XS40" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM22VHI[x1]&amp;XS40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="345" partition="1" name="L1_EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-EM15his2-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-EM15his2-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="346" partition="1" name="L1_DR-EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="347" partition="1" name="L1_TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-TAU20abi-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU20abi-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="348" partition="1" name="L1_DR-TAU20ITAU12I" complex_deadtime="0" definition="(0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="349" partition="1" name="L1_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="350" partition="1" name="L1_DR-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="351" partition="1" name="L1_LAR-EM" complex_deadtime="0" definition="(LAR-EM50s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-EM50s1_x1" triggerthreshold="LAR-EM50s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="352" partition="1" name="L1_LAR-J" complex_deadtime="0" definition="(LAR-J100s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-J100s1_x1" triggerthreshold="LAR-J100s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="353" partition="1" name="L1_DR-EM15TAU12I" complex_deadtime="0" definition="(DISAMB-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="DISAMB-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="354" partition="1" name="L1_LATE-MU10_XE50" complex_deadtime="0" definition="(LATE-MU10s1[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LATE-MU10s1_x1" triggerthreshold="LATE-MU10s1"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="355" partition="1" name="L1_LATE-MU10_J50" complex_deadtime="0" definition="(LATE-MU10s1[x1]&amp;J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LATE-MU10s1_x1" triggerthreshold="LATE-MU10s1"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="356" partition="1" name="L1_SC111" complex_deadtime="0" definition="(SC111-CJ15ab.ETA26[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="SC111-CJ15ab.ETA26_x1" triggerthreshold="SC111-CJ15ab.ETA26"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="357" partition="1" name="L1_SC85" complex_deadtime="0" definition="(SC85-CJ15ab.ETA26[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="SC85-CJ15ab.ETA26_x1" triggerthreshold="SC85-CJ15ab.ETA26"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="358" partition="1" name="L1_MU6_MJJ-200" complex_deadtime="0" definition="(MU6[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="359" partition="1" name="L1_MU6_MJJ-300" complex_deadtime="0" definition="(MU6[x1]&amp;300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="360" partition="1" name="L1_MU6_MJJ-400" complex_deadtime="0" definition="(MU6[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="361" partition="1" name="L1_MU6_MJJ-500" complex_deadtime="0" definition="(MU6[x1]&amp;500INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="500INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="500INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="362" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="363" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="364" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="365" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="366" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="367" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="368" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="369" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="370" partition="1" name="L1_XE35_MJJ-200" complex_deadtime="0" definition="(XE35[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="371" partition="1" name="L1_EM7_FIRSTEMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="372" partition="1" name="L1_RD0_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP8)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="373" partition="1" name="L1_3J25.0ETA23" complex_deadtime="0" definition="(J25.0ETA23[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J25.0ETA23_x3" triggerthreshold="J25.0ETA23"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="374" partition="1" name="L1_TE20" complex_deadtime="0" definition="(TE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="375" partition="1" name="L1_TE10.0ETA24" complex_deadtime="0" definition="(TE10.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10.0ETA24_x1" triggerthreshold="TE10.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="376" partition="1" name="L1_TE20.0ETA24" complex_deadtime="0" definition="(TE20.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20.0ETA24_x1" triggerthreshold="TE20.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="377" partition="1" name="L1_MU10_TAU20IM_J25_2J20" complex_deadtime="0" definition="(MU10[x1]&amp;HA20IM[x1]&amp;J25[x1]&amp;J20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="378" partition="1" name="L1_EM15HI_TAU20IM_2TAU15_J25_2J20_3J15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA20IM[x1]&amp;HA15[x2]&amp;J25[x1]&amp;J20[x2]&amp;J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="379" partition="1" name="L1_AFP_C_MU4" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="380" partition="1" name="L1_J12_BGRP12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="381" partition="1" name="L1_J30.31ETA49_BGRP12" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="382" partition="1" name="L1_MU6_J30.0ETA49_2J20.0ETA49" complex_deadtime="0" definition="(MU6[x1]&amp;J30.0ETA49[x1]&amp;J20.0ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J30.0ETA49_x1" triggerthreshold="J30.0ETA49"/>
-        <TriggerCondition multi="2" name="J20.0ETA49_x2" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="383" partition="1" name="L1_4J20.0ETA49" complex_deadtime="0" definition="(J20.0ETA49[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="384" partition="1" name="L1_EM12_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_W-90RO2-XEHT-0" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="385" partition="1" name="L1_EM18VH_MJJ-300" complex_deadtime="0" definition="(EM18VH[x1]&amp;300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="386" partition="1" name="L1_DR25-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="387" partition="1" name="L1_30M-EM20ITAU12" complex_deadtime="0" definition="(DISAMB-30INVM-EM20his2-TAU12ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-30INVM-EM20his2-TAU12ab_x1" triggerthreshold="DISAMB-30INVM-EM20his2-TAU12ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="388" partition="1" name="L1_TAU8_UNPAIRED_ISO" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="389" partition="1" name="L1_EM7_UNPAIRED_ISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="390" partition="1" name="L1_RD2_BGRP12" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP12)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="391" partition="1" name="L1_TAU8_FIRSTEMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="392" partition="1" name="L1_EM24VHI" complex_deadtime="0" definition="(EM24VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM24VHI_x1" triggerthreshold="EM24VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="393" partition="1" name="L1_LHCF_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="394" partition="1" name="L1_LHCF_EMPTY" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="395" partition="1" name="L1_EM15VH_2EM10VH_3EM7" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM10VH[x2]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="396" partition="1" name="L1_EM15VH_3EM8VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM8VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM8VH_x3" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="397" partition="1" name="L1_MJJ-400-CF" complex_deadtime="0" definition="(400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49_x1" triggerthreshold="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="398" partition="1" name="L1_2EM18VH" complex_deadtime="0" definition="(EM18VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM18VH_x2" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="399" partition="1" name="L1_EM8I_MU10" complex_deadtime="0" definition="(EM8I[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="400" partition="1" name="L1_2EM20VH" complex_deadtime="0" definition="(EM20VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM20VH_x2" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="401" partition="1" name="L1_EM15VH_3EM10VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM10VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM10VH_x3" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="402" partition="1" name="L1_EM26VHI" complex_deadtime="0" definition="(EM26VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM26VHI_x1" triggerthreshold="EM26VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="403" partition="1" name="L1_MU6_3MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="404" partition="1" name="L1_2MU6_3MU4" complex_deadtime="0" definition="(MU6[x2]&amp;MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="405" partition="1" name="L1_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="406" partition="1" name="L1_EM18VH_3EM8VH" complex_deadtime="0" definition="(EM18VH[x1]&amp;EM8VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="3" name="EM8VH_x3" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="407" partition="1" name="L1_TE5" complex_deadtime="0" definition="(TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="408" partition="1" name="L1_EM18VH_2EM10VH_3EM7" complex_deadtime="0" definition="(EM18VH[x1]&amp;EM10VH[x2]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="409" partition="1" name="L1_TE25.0ETA24" complex_deadtime="0" definition="(TE25.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE25.0ETA24_x1" triggerthreshold="TE25.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="410" partition="1" name="L1_TE5.0ETA24" complex_deadtime="0" definition="(TE5.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5.0ETA24_x1" triggerthreshold="TE5.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="411" partition="1" name="L1_EM20VH_FIRSTEMPTY" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="412" partition="1" name="L1_EM22VHI_FIRSTEMPTY" complex_deadtime="0" definition="(EM22VHI[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="413" partition="1" name="L1_MU20_FIRSTEMPTY" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="414" partition="1" name="L1_J100_FIRSTEMPTY" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="415" partition="1" name="L1_J100.31ETA49_FIRSTEMPTY" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="416" partition="1" name="L1_EM12_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_XS20" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="417" partition="1" name="L1_TE70.0ETA24" complex_deadtime="0" definition="(TE70.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70.0ETA24_x1" triggerthreshold="TE70.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="418" partition="1" name="L1_TE40.0ETA24" complex_deadtime="0" definition="(TE40.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40.0ETA24_x1" triggerthreshold="TE40.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="419" partition="1" name="L1_ZDC_A" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="420" partition="1" name="L1_ZDC_C" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="421" partition="1" name="L1_ZDC_AND" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="422" partition="1" name="L1_ZDC_A_C" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="423" partition="1" name="L1_EM15HI" complex_deadtime="0" definition="(EM15HI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="424" partition="1" name="L1_EM15I" complex_deadtime="0" definition="(EM15[x1]&amp;EM8I[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="425" partition="1" name="L1_3J35.0ETA23" complex_deadtime="0" definition="(J35.0ETA23[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J35.0ETA23_x3" triggerthreshold="J35.0ETA23"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="426" partition="1" name="L1_BPH-2M9-2MU4_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM9-2MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-2MU4ab_x1" triggerthreshold="2INVM9-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="427" partition="1" name="L1_BPH-2M9-MU6MU4_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM9-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-MU6ab-MU4ab_x1" triggerthreshold="2INVM9-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="428" partition="1" name="L1_MU20_J40" complex_deadtime="0" definition="(MU20[x1]&amp;J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="429" partition="1" name="L1_TAU40_2TAU12IM_XE40" complex_deadtime="0" definition="(HA40[x1]&amp;HA12IM[x2]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="430" partition="1" name="L1_MU11_TAU20IM" complex_deadtime="0" definition="(MU11[x1]&amp;HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="431" partition="1" name="L1_EM20VH_3EM10VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;EM10VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="3" name="EM10VH_x3" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="432" partition="1" name="L1_EM20VH_2EM10VH_3EM8VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;EM10VH[x2]&amp;EM8VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="3" name="EM8VH_x3" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="433" partition="1" name="L1_MU20_XE30" complex_deadtime="0" definition="(MU20[x1]&amp;XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="434" partition="1" name="L1_MU4_2EM3_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x1]&amp;EM3[x2]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="435" partition="1" name="L1_3EM3_J40_XE50_DPHI-J20s2XE50" complex_deadtime="0" definition="(EM3[x3]&amp;J40[x1]&amp;XE50[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="EM3_x3" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="436" partition="1" name="L1_EM12_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="437" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EM15XE_XS30" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="438" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="439" partition="1" name="L1_HT150-JJ15.ETA49_MJJ-400" complex_deadtime="0" definition="(HT150-AJj15all.ETA49[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJj15all.ETA49_x1" triggerthreshold="HT150-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="467" partition="1" name="L1_TAU8_UNPAIRED_NONISO" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="468" partition="1" name="L1_EM7_UNPAIRED_NONISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="469" partition="1" name="L1_MU4_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="480" partition="1" name="L1_J85_3J30" complex_deadtime="0" definition="(J85[x1]&amp;J30[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J85_x1" triggerthreshold="J85"/>
-        <TriggerCondition multi="3" name="J30_x3" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="489" partition="1" name="L1_ALFA_B7L1U" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="490" partition="1" name="L1_ALFA_B7L1L" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="491" partition="1" name="L1_ALFA_A7L1U" complex_deadtime="0" definition="(ALFA_A7L1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="492" partition="1" name="L1_ALFA_A7L1L" complex_deadtime="0" definition="(ALFA_A7L1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="493" partition="1" name="L1_ALFA_A7R1U" complex_deadtime="0" definition="(ALFA_A7R1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="494" partition="1" name="L1_ALFA_A7R1L" complex_deadtime="0" definition="(ALFA_A7R1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="495" partition="1" name="L1_ALFA_B7R1U" complex_deadtime="0" definition="(ALFA_B7R1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="496" partition="1" name="L1_ALFA_B7R1L" complex_deadtime="0" definition="(ALFA_B7R1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="497" partition="1" name="L1_MU15_FTK" complex_deadtime="0" definition="(MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="498" partition="1" name="L1_MU20_TAU12IM_FTK" complex_deadtime="0" definition="(MU20[x1]&amp;HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="499" partition="1" name="L1_MU6_FTK" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="500" partition="1" name="L1_MU20_FTK" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="501" partition="1" name="L1_TAU12IM_FTK" complex_deadtime="0" definition="(HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="502" partition="1" name="L1_TAU20IM_2TAU12IM_J25_2J20_3J12_FTK" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="503" partition="1" name="L1_DR-TAU20ITAU12I-J25_FTK" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="504" partition="1" name="L1_4J15_FTK" complex_deadtime="0" definition="(J15[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="505" partition="1" name="L1_4J15.0ETA25_FTK" complex_deadtime="0" definition="(J15.0ETA25[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15.0ETA25_x4" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="506" partition="1" name="L1_J15_FTK" complex_deadtime="0" definition="(J15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="507" partition="1" name="L1_J40_FTK" complex_deadtime="0" definition="(J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="508" partition="1" name="L1_J100_FTK" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="511" partition="1" name="L1_CALREQ2" complex_deadtime="0" definition="(CAL2[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="00110100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="CAL2_x1" triggerthreshold="CAL2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="MC_pp_v7_default_prescale" type="Physics" menuPartition="0">
-    <Prescale ctpid="0" cut="000001" value="1"/>
-    <Prescale ctpid="1" cut="000001" value="1"/>
-    <Prescale ctpid="2" cut="000001" value="1"/>
-    <Prescale ctpid="3" cut="000001" value="1"/>
-    <Prescale ctpid="4" cut="000001" value="1"/>
-    <Prescale ctpid="5" cut="000001" value="1"/>
-    <Prescale ctpid="6" cut="000001" value="1"/>
-    <Prescale ctpid="7" cut="000001" value="1"/>
-    <Prescale ctpid="8" cut="000001" value="1"/>
-    <Prescale ctpid="9" cut="000001" value="1"/>
-    <Prescale ctpid="10" cut="000001" value="1"/>
-    <Prescale ctpid="11" cut="000001" value="1"/>
-    <Prescale ctpid="12" cut="000001" value="1"/>
-    <Prescale ctpid="13" cut="000001" value="1"/>
-    <Prescale ctpid="14" cut="000001" value="1"/>
-    <Prescale ctpid="15" cut="000001" value="1"/>
-    <Prescale ctpid="16" cut="000001" value="1"/>
-    <Prescale ctpid="17" cut="000001" value="1"/>
-    <Prescale ctpid="18" cut="000001" value="1"/>
-    <Prescale ctpid="19" cut="000001" value="1"/>
-    <Prescale ctpid="20" cut="000001" value="1"/>
-    <Prescale ctpid="21" cut="000001" value="1"/>
-    <Prescale ctpid="22" cut="000001" value="1"/>
-    <Prescale ctpid="23" cut="000001" value="1"/>
-    <Prescale ctpid="24" cut="000001" value="1"/>
-    <Prescale ctpid="25" cut="000001" value="1"/>
-    <Prescale ctpid="26" cut="000001" value="1"/>
-    <Prescale ctpid="27" cut="000001" value="1"/>
-    <Prescale ctpid="28" cut="000001" value="1"/>
-    <Prescale ctpid="29" cut="000001" value="1"/>
-    <Prescale ctpid="30" cut="000001" value="1"/>
-    <Prescale ctpid="31" cut="000001" value="1"/>
-    <Prescale ctpid="32" cut="000001" value="1"/>
-    <Prescale ctpid="33" cut="000001" value="1"/>
-    <Prescale ctpid="34" cut="000001" value="1"/>
-    <Prescale ctpid="35" cut="000001" value="1"/>
-    <Prescale ctpid="36" cut="000001" value="1"/>
-    <Prescale ctpid="37" cut="000001" value="1"/>
-    <Prescale ctpid="38" cut="000001" value="1"/>
-    <Prescale ctpid="39" cut="000001" value="1"/>
-    <Prescale ctpid="40" cut="000001" value="1"/>
-    <Prescale ctpid="41" cut="000001" value="1"/>
-    <Prescale ctpid="42" cut="000001" value="1"/>
-    <Prescale ctpid="43" cut="000001" value="1"/>
-    <Prescale ctpid="44" cut="000001" value="1"/>
-    <Prescale ctpid="45" cut="000001" value="1"/>
-    <Prescale ctpid="46" cut="000001" value="1"/>
-    <Prescale ctpid="47" cut="000001" value="1"/>
-    <Prescale ctpid="48" cut="000001" value="1"/>
-    <Prescale ctpid="49" cut="000001" value="1"/>
-    <Prescale ctpid="50" cut="000001" value="1"/>
-    <Prescale ctpid="51" cut="000001" value="1"/>
-    <Prescale ctpid="52" cut="000001" value="1"/>
-    <Prescale ctpid="53" cut="000001" value="1"/>
-    <Prescale ctpid="54" cut="000001" value="1"/>
-    <Prescale ctpid="55" cut="000001" value="1"/>
-    <Prescale ctpid="56" cut="000001" value="1"/>
-    <Prescale ctpid="57" cut="000001" value="1"/>
-    <Prescale ctpid="58" cut="000001" value="1"/>
-    <Prescale ctpid="59" cut="000001" value="1"/>
-    <Prescale ctpid="60" cut="000001" value="1"/>
-    <Prescale ctpid="61" cut="000001" value="1"/>
-    <Prescale ctpid="62" cut="000001" value="1"/>
-    <Prescale ctpid="63" cut="000001" value="1"/>
-    <Prescale ctpid="64" cut="000001" value="1"/>
-    <Prescale ctpid="65" cut="000001" value="1"/>
-    <Prescale ctpid="66" cut="000001" value="1"/>
-    <Prescale ctpid="67" cut="000001" value="1"/>
-    <Prescale ctpid="68" cut="000001" value="1"/>
-    <Prescale ctpid="69" cut="000001" value="1"/>
-    <Prescale ctpid="70" cut="000001" value="1"/>
-    <Prescale ctpid="71" cut="000001" value="1"/>
-    <Prescale ctpid="72" cut="000001" value="1"/>
-    <Prescale ctpid="73" cut="000001" value="1"/>
-    <Prescale ctpid="74" cut="000001" value="1"/>
-    <Prescale ctpid="75" cut="000001" value="1"/>
-    <Prescale ctpid="76" cut="000001" value="1"/>
-    <Prescale ctpid="77" cut="000001" value="1"/>
-    <Prescale ctpid="78" cut="000001" value="1"/>
-    <Prescale ctpid="79" cut="000001" value="1"/>
-    <Prescale ctpid="80" cut="000001" value="1"/>
-    <Prescale ctpid="81" cut="000001" value="1"/>
-    <Prescale ctpid="82" cut="000001" value="1"/>
-    <Prescale ctpid="83" cut="000001" value="1"/>
-    <Prescale ctpid="84" cut="000001" value="1"/>
-    <Prescale ctpid="85" cut="000001" value="1"/>
-    <Prescale ctpid="86" cut="000001" value="1"/>
-    <Prescale ctpid="87" cut="000001" value="1"/>
-    <Prescale ctpid="88" cut="000001" value="1"/>
-    <Prescale ctpid="89" cut="000001" value="1"/>
-    <Prescale ctpid="90" cut="000001" value="1"/>
-    <Prescale ctpid="91" cut="000001" value="1"/>
-    <Prescale ctpid="92" cut="000001" value="1"/>
-    <Prescale ctpid="93" cut="000001" value="1"/>
-    <Prescale ctpid="94" cut="000001" value="1"/>
-    <Prescale ctpid="95" cut="000001" value="1"/>
-    <Prescale ctpid="96" cut="000001" value="1"/>
-    <Prescale ctpid="97" cut="000001" value="1"/>
-    <Prescale ctpid="98" cut="000001" value="1"/>
-    <Prescale ctpid="99" cut="000001" value="1"/>
-    <Prescale ctpid="100" cut="000001" value="1"/>
-    <Prescale ctpid="101" cut="000001" value="1"/>
-    <Prescale ctpid="102" cut="000001" value="1"/>
-    <Prescale ctpid="103" cut="000001" value="1"/>
-    <Prescale ctpid="104" cut="000001" value="1"/>
-    <Prescale ctpid="105" cut="000001" value="1"/>
-    <Prescale ctpid="106" cut="000001" value="1"/>
-    <Prescale ctpid="107" cut="000001" value="1"/>
-    <Prescale ctpid="108" cut="000001" value="1"/>
-    <Prescale ctpid="109" cut="000001" value="1"/>
-    <Prescale ctpid="110" cut="000001" value="1"/>
-    <Prescale ctpid="111" cut="000001" value="1"/>
-    <Prescale ctpid="112" cut="000001" value="1"/>
-    <Prescale ctpid="113" cut="000001" value="1"/>
-    <Prescale ctpid="114" cut="000001" value="1"/>
-    <Prescale ctpid="115" cut="000001" value="1"/>
-    <Prescale ctpid="116" cut="000001" value="1"/>
-    <Prescale ctpid="117" cut="000001" value="1"/>
-    <Prescale ctpid="118" cut="000001" value="1"/>
-    <Prescale ctpid="119" cut="000001" value="1"/>
-    <Prescale ctpid="120" cut="000001" value="1"/>
-    <Prescale ctpid="121" cut="000001" value="1"/>
-    <Prescale ctpid="122" cut="000001" value="1"/>
-    <Prescale ctpid="123" cut="000001" value="1"/>
-    <Prescale ctpid="124" cut="000001" value="1"/>
-    <Prescale ctpid="125" cut="000001" value="1"/>
-    <Prescale ctpid="126" cut="000001" value="1"/>
-    <Prescale ctpid="127" cut="000001" value="1"/>
-    <Prescale ctpid="128" cut="000001" value="1"/>
-    <Prescale ctpid="129" cut="000001" value="1"/>
-    <Prescale ctpid="130" cut="000001" value="1"/>
-    <Prescale ctpid="131" cut="000001" value="1"/>
-    <Prescale ctpid="132" cut="000001" value="1"/>
-    <Prescale ctpid="133" cut="000001" value="1"/>
-    <Prescale ctpid="134" cut="000001" value="1"/>
-    <Prescale ctpid="135" cut="000001" value="1"/>
-    <Prescale ctpid="136" cut="000001" value="1"/>
-    <Prescale ctpid="137" cut="000001" value="1"/>
-    <Prescale ctpid="138" cut="000001" value="1"/>
-    <Prescale ctpid="139" cut="000001" value="1"/>
-    <Prescale ctpid="140" cut="000001" value="1"/>
-    <Prescale ctpid="141" cut="000001" value="1"/>
-    <Prescale ctpid="142" cut="000001" value="1"/>
-    <Prescale ctpid="143" cut="000001" value="1"/>
-    <Prescale ctpid="144" cut="000001" value="1"/>
-    <Prescale ctpid="145" cut="000001" value="1"/>
-    <Prescale ctpid="146" cut="000001" value="1"/>
-    <Prescale ctpid="147" cut="000001" value="1"/>
-    <Prescale ctpid="148" cut="000001" value="1"/>
-    <Prescale ctpid="149" cut="000001" value="1"/>
-    <Prescale ctpid="150" cut="000001" value="1"/>
-    <Prescale ctpid="151" cut="000001" value="1"/>
-    <Prescale ctpid="152" cut="000001" value="1"/>
-    <Prescale ctpid="153" cut="000001" value="1"/>
-    <Prescale ctpid="154" cut="000001" value="1"/>
-    <Prescale ctpid="155" cut="000001" value="1"/>
-    <Prescale ctpid="156" cut="000001" value="1"/>
-    <Prescale ctpid="157" cut="000001" value="1"/>
-    <Prescale ctpid="158" cut="000001" value="1"/>
-    <Prescale ctpid="159" cut="000001" value="1"/>
-    <Prescale ctpid="160" cut="000001" value="1"/>
-    <Prescale ctpid="161" cut="000001" value="1"/>
-    <Prescale ctpid="162" cut="000001" value="1"/>
-    <Prescale ctpid="163" cut="000001" value="1"/>
-    <Prescale ctpid="164" cut="000001" value="1"/>
-    <Prescale ctpid="165" cut="000001" value="1"/>
-    <Prescale ctpid="166" cut="000001" value="1"/>
-    <Prescale ctpid="167" cut="000001" value="1"/>
-    <Prescale ctpid="168" cut="000001" value="1"/>
-    <Prescale ctpid="169" cut="000001" value="1"/>
-    <Prescale ctpid="170" cut="000001" value="1"/>
-    <Prescale ctpid="171" cut="000001" value="1"/>
-    <Prescale ctpid="172" cut="000001" value="1"/>
-    <Prescale ctpid="173" cut="000001" value="1"/>
-    <Prescale ctpid="174" cut="000001" value="1"/>
-    <Prescale ctpid="175" cut="000001" value="1"/>
-    <Prescale ctpid="176" cut="000001" value="1"/>
-    <Prescale ctpid="177" cut="000001" value="1"/>
-    <Prescale ctpid="178" cut="000001" value="1"/>
-    <Prescale ctpid="179" cut="000001" value="1"/>
-    <Prescale ctpid="180" cut="000001" value="1"/>
-    <Prescale ctpid="181" cut="000001" value="1"/>
-    <Prescale ctpid="182" cut="000001" value="1"/>
-    <Prescale ctpid="183" cut="000001" value="1"/>
-    <Prescale ctpid="184" cut="000001" value="1"/>
-    <Prescale ctpid="185" cut="000001" value="1"/>
-    <Prescale ctpid="186" cut="000001" value="1"/>
-    <Prescale ctpid="187" cut="000001" value="1"/>
-    <Prescale ctpid="188" cut="000001" value="1"/>
-    <Prescale ctpid="189" cut="000001" value="1"/>
-    <Prescale ctpid="190" cut="000001" value="1"/>
-    <Prescale ctpid="191" cut="000001" value="1"/>
-    <Prescale ctpid="192" cut="000001" value="1"/>
-    <Prescale ctpid="193" cut="000001" value="1"/>
-    <Prescale ctpid="194" cut="000001" value="1"/>
-    <Prescale ctpid="195" cut="000001" value="1"/>
-    <Prescale ctpid="196" cut="000001" value="1"/>
-    <Prescale ctpid="197" cut="000001" value="1"/>
-    <Prescale ctpid="198" cut="000001" value="1"/>
-    <Prescale ctpid="199" cut="000001" value="1"/>
-    <Prescale ctpid="200" cut="000001" value="1"/>
-    <Prescale ctpid="201" cut="000001" value="1"/>
-    <Prescale ctpid="202" cut="000001" value="1"/>
-    <Prescale ctpid="203" cut="000001" value="1"/>
-    <Prescale ctpid="204" cut="000001" value="1"/>
-    <Prescale ctpid="205" cut="000001" value="1"/>
-    <Prescale ctpid="206" cut="000001" value="1"/>
-    <Prescale ctpid="207" cut="000001" value="1"/>
-    <Prescale ctpid="208" cut="000001" value="1"/>
-    <Prescale ctpid="209" cut="000001" value="1"/>
-    <Prescale ctpid="210" cut="000001" value="1"/>
-    <Prescale ctpid="211" cut="000001" value="1"/>
-    <Prescale ctpid="212" cut="000001" value="1"/>
-    <Prescale ctpid="213" cut="000001" value="1"/>
-    <Prescale ctpid="214" cut="000001" value="1"/>
-    <Prescale ctpid="215" cut="000001" value="1"/>
-    <Prescale ctpid="216" cut="000001" value="1"/>
-    <Prescale ctpid="217" cut="000001" value="1"/>
-    <Prescale ctpid="218" cut="000001" value="1"/>
-    <Prescale ctpid="219" cut="000001" value="1"/>
-    <Prescale ctpid="220" cut="000001" value="1"/>
-    <Prescale ctpid="221" cut="000001" value="1"/>
-    <Prescale ctpid="222" cut="000001" value="1"/>
-    <Prescale ctpid="223" cut="000001" value="1"/>
-    <Prescale ctpid="224" cut="000001" value="1"/>
-    <Prescale ctpid="225" cut="000001" value="1"/>
-    <Prescale ctpid="226" cut="000001" value="1"/>
-    <Prescale ctpid="227" cut="000001" value="1"/>
-    <Prescale ctpid="228" cut="000001" value="1"/>
-    <Prescale ctpid="229" cut="000001" value="1"/>
-    <Prescale ctpid="230" cut="000001" value="1"/>
-    <Prescale ctpid="231" cut="000001" value="1"/>
-    <Prescale ctpid="232" cut="000001" value="1"/>
-    <Prescale ctpid="233" cut="000001" value="1"/>
-    <Prescale ctpid="234" cut="000001" value="1"/>
-    <Prescale ctpid="235" cut="000001" value="1"/>
-    <Prescale ctpid="236" cut="000001" value="1"/>
-    <Prescale ctpid="237" cut="000001" value="1"/>
-    <Prescale ctpid="238" cut="000001" value="1"/>
-    <Prescale ctpid="239" cut="000001" value="1"/>
-    <Prescale ctpid="240" cut="000001" value="1"/>
-    <Prescale ctpid="241" cut="000001" value="1"/>
-    <Prescale ctpid="242" cut="000001" value="1"/>
-    <Prescale ctpid="243" cut="000001" value="1"/>
-    <Prescale ctpid="244" cut="000001" value="1"/>
-    <Prescale ctpid="245" cut="000001" value="1"/>
-    <Prescale ctpid="246" cut="000001" value="1"/>
-    <Prescale ctpid="247" cut="000001" value="1"/>
-    <Prescale ctpid="248" cut="000001" value="1"/>
-    <Prescale ctpid="249" cut="000001" value="1"/>
-    <Prescale ctpid="250" cut="000001" value="1"/>
-    <Prescale ctpid="251" cut="000001" value="1"/>
-    <Prescale ctpid="252" cut="000001" value="1"/>
-    <Prescale ctpid="253" cut="000001" value="1"/>
-    <Prescale ctpid="254" cut="000001" value="1"/>
-    <Prescale ctpid="255" cut="000001" value="1"/>
-    <Prescale ctpid="256" cut="000001" value="1"/>
-    <Prescale ctpid="257" cut="000001" value="1"/>
-    <Prescale ctpid="258" cut="000001" value="1"/>
-    <Prescale ctpid="259" cut="000001" value="1"/>
-    <Prescale ctpid="260" cut="000001" value="1"/>
-    <Prescale ctpid="261" cut="000001" value="1"/>
-    <Prescale ctpid="262" cut="000001" value="1"/>
-    <Prescale ctpid="263" cut="000001" value="1"/>
-    <Prescale ctpid="264" cut="000001" value="1"/>
-    <Prescale ctpid="265" cut="000001" value="1"/>
-    <Prescale ctpid="266" cut="000001" value="1"/>
-    <Prescale ctpid="267" cut="000001" value="1"/>
-    <Prescale ctpid="268" cut="000001" value="1"/>
-    <Prescale ctpid="269" cut="000001" value="1"/>
-    <Prescale ctpid="270" cut="000001" value="1"/>
-    <Prescale ctpid="271" cut="000001" value="1"/>
-    <Prescale ctpid="272" cut="000001" value="1"/>
-    <Prescale ctpid="273" cut="000001" value="1"/>
-    <Prescale ctpid="274" cut="000001" value="1"/>
-    <Prescale ctpid="275" cut="000001" value="1"/>
-    <Prescale ctpid="276" cut="000001" value="1"/>
-    <Prescale ctpid="277" cut="000001" value="1"/>
-    <Prescale ctpid="278" cut="000001" value="1"/>
-    <Prescale ctpid="279" cut="000001" value="1"/>
-    <Prescale ctpid="280" cut="000001" value="1"/>
-    <Prescale ctpid="281" cut="000001" value="1"/>
-    <Prescale ctpid="282" cut="000001" value="1"/>
-    <Prescale ctpid="283" cut="000001" value="1"/>
-    <Prescale ctpid="284" cut="000001" value="1"/>
-    <Prescale ctpid="285" cut="000001" value="1"/>
-    <Prescale ctpid="286" cut="000001" value="1"/>
-    <Prescale ctpid="287" cut="000001" value="1"/>
-    <Prescale ctpid="288" cut="000001" value="1"/>
-    <Prescale ctpid="289" cut="000001" value="1"/>
-    <Prescale ctpid="290" cut="000001" value="1"/>
-    <Prescale ctpid="291" cut="000001" value="1"/>
-    <Prescale ctpid="292" cut="000001" value="1"/>
-    <Prescale ctpid="293" cut="000001" value="1"/>
-    <Prescale ctpid="294" cut="000001" value="1"/>
-    <Prescale ctpid="295" cut="000001" value="1"/>
-    <Prescale ctpid="296" cut="000001" value="1"/>
-    <Prescale ctpid="297" cut="000001" value="1"/>
-    <Prescale ctpid="298" cut="000001" value="1"/>
-    <Prescale ctpid="299" cut="000001" value="1"/>
-    <Prescale ctpid="300" cut="000001" value="1"/>
-    <Prescale ctpid="301" cut="000001" value="1"/>
-    <Prescale ctpid="302" cut="000001" value="1"/>
-    <Prescale ctpid="303" cut="000001" value="1"/>
-    <Prescale ctpid="304" cut="000001" value="1"/>
-    <Prescale ctpid="305" cut="000001" value="1"/>
-    <Prescale ctpid="306" cut="000001" value="1"/>
-    <Prescale ctpid="307" cut="000001" value="1"/>
-    <Prescale ctpid="308" cut="000001" value="1"/>
-    <Prescale ctpid="309" cut="000001" value="1"/>
-    <Prescale ctpid="310" cut="000001" value="1"/>
-    <Prescale ctpid="311" cut="000001" value="1"/>
-    <Prescale ctpid="312" cut="000001" value="1"/>
-    <Prescale ctpid="313" cut="000001" value="1"/>
-    <Prescale ctpid="314" cut="000001" value="1"/>
-    <Prescale ctpid="315" cut="000001" value="1"/>
-    <Prescale ctpid="316" cut="000001" value="1"/>
-    <Prescale ctpid="317" cut="000001" value="1"/>
-    <Prescale ctpid="318" cut="000001" value="1"/>
-    <Prescale ctpid="319" cut="000001" value="1"/>
-    <Prescale ctpid="320" cut="000001" value="1"/>
-    <Prescale ctpid="321" cut="000001" value="1"/>
-    <Prescale ctpid="322" cut="000001" value="1"/>
-    <Prescale ctpid="323" cut="000001" value="1"/>
-    <Prescale ctpid="324" cut="000001" value="1"/>
-    <Prescale ctpid="325" cut="000001" value="1"/>
-    <Prescale ctpid="326" cut="000001" value="1"/>
-    <Prescale ctpid="327" cut="000001" value="1"/>
-    <Prescale ctpid="328" cut="000001" value="1"/>
-    <Prescale ctpid="329" cut="000001" value="1"/>
-    <Prescale ctpid="330" cut="000001" value="1"/>
-    <Prescale ctpid="331" cut="000001" value="1"/>
-    <Prescale ctpid="332" cut="000001" value="1"/>
-    <Prescale ctpid="333" cut="000001" value="1"/>
-    <Prescale ctpid="334" cut="000001" value="1"/>
-    <Prescale ctpid="335" cut="000001" value="1"/>
-    <Prescale ctpid="336" cut="000001" value="1"/>
-    <Prescale ctpid="337" cut="000001" value="1"/>
-    <Prescale ctpid="338" cut="000001" value="1"/>
-    <Prescale ctpid="339" cut="000001" value="1"/>
-    <Prescale ctpid="340" cut="000001" value="1"/>
-    <Prescale ctpid="341" cut="000001" value="1"/>
-    <Prescale ctpid="342" cut="000001" value="1"/>
-    <Prescale ctpid="343" cut="000001" value="1"/>
-    <Prescale ctpid="344" cut="000001" value="1"/>
-    <Prescale ctpid="345" cut="000001" value="1"/>
-    <Prescale ctpid="346" cut="000001" value="1"/>
-    <Prescale ctpid="347" cut="000001" value="1"/>
-    <Prescale ctpid="348" cut="000001" value="1"/>
-    <Prescale ctpid="349" cut="000001" value="1"/>
-    <Prescale ctpid="350" cut="000001" value="1"/>
-    <Prescale ctpid="351" cut="000001" value="1"/>
-    <Prescale ctpid="352" cut="000001" value="1"/>
-    <Prescale ctpid="353" cut="000001" value="1"/>
-    <Prescale ctpid="354" cut="000001" value="1"/>
-    <Prescale ctpid="355" cut="000001" value="1"/>
-    <Prescale ctpid="356" cut="000001" value="1"/>
-    <Prescale ctpid="357" cut="000001" value="1"/>
-    <Prescale ctpid="358" cut="000001" value="1"/>
-    <Prescale ctpid="359" cut="000001" value="1"/>
-    <Prescale ctpid="360" cut="000001" value="1"/>
-    <Prescale ctpid="361" cut="000001" value="1"/>
-    <Prescale ctpid="362" cut="000001" value="1"/>
-    <Prescale ctpid="363" cut="000001" value="1"/>
-    <Prescale ctpid="364" cut="000001" value="1"/>
-    <Prescale ctpid="365" cut="000001" value="1"/>
-    <Prescale ctpid="366" cut="000001" value="1"/>
-    <Prescale ctpid="367" cut="000001" value="1"/>
-    <Prescale ctpid="368" cut="000001" value="1"/>
-    <Prescale ctpid="369" cut="000001" value="1"/>
-    <Prescale ctpid="370" cut="000001" value="1"/>
-    <Prescale ctpid="371" cut="000001" value="1"/>
-    <Prescale ctpid="372" cut="000001" value="1"/>
-    <Prescale ctpid="373" cut="000001" value="1"/>
-    <Prescale ctpid="374" cut="000001" value="1"/>
-    <Prescale ctpid="375" cut="000001" value="1"/>
-    <Prescale ctpid="376" cut="000001" value="1"/>
-    <Prescale ctpid="377" cut="000001" value="1"/>
-    <Prescale ctpid="378" cut="000001" value="1"/>
-    <Prescale ctpid="379" cut="000001" value="1"/>
-    <Prescale ctpid="380" cut="000001" value="1"/>
-    <Prescale ctpid="381" cut="000001" value="1"/>
-    <Prescale ctpid="382" cut="000001" value="1"/>
-    <Prescale ctpid="383" cut="000001" value="1"/>
-    <Prescale ctpid="384" cut="000001" value="1"/>
-    <Prescale ctpid="385" cut="000001" value="1"/>
-    <Prescale ctpid="386" cut="000001" value="1"/>
-    <Prescale ctpid="387" cut="000001" value="1"/>
-    <Prescale ctpid="388" cut="000001" value="1"/>
-    <Prescale ctpid="389" cut="000001" value="1"/>
-    <Prescale ctpid="390" cut="000001" value="1"/>
-    <Prescale ctpid="391" cut="000001" value="1"/>
-    <Prescale ctpid="392" cut="000001" value="1"/>
-    <Prescale ctpid="393" cut="000001" value="1"/>
-    <Prescale ctpid="394" cut="000001" value="1"/>
-    <Prescale ctpid="395" cut="000001" value="1"/>
-    <Prescale ctpid="396" cut="000001" value="1"/>
-    <Prescale ctpid="397" cut="000001" value="1"/>
-    <Prescale ctpid="398" cut="000001" value="1"/>
-    <Prescale ctpid="399" cut="000001" value="1"/>
-    <Prescale ctpid="400" cut="000001" value="1"/>
-    <Prescale ctpid="401" cut="000001" value="1"/>
-    <Prescale ctpid="402" cut="000001" value="1"/>
-    <Prescale ctpid="403" cut="000001" value="1"/>
-    <Prescale ctpid="404" cut="000001" value="1"/>
-    <Prescale ctpid="405" cut="000001" value="1"/>
-    <Prescale ctpid="406" cut="000001" value="1"/>
-    <Prescale ctpid="407" cut="000001" value="1"/>
-    <Prescale ctpid="408" cut="000001" value="1"/>
-    <Prescale ctpid="409" cut="000001" value="1"/>
-    <Prescale ctpid="410" cut="000001" value="1"/>
-    <Prescale ctpid="411" cut="000001" value="1"/>
-    <Prescale ctpid="412" cut="000001" value="1"/>
-    <Prescale ctpid="413" cut="000001" value="1"/>
-    <Prescale ctpid="414" cut="000001" value="1"/>
-    <Prescale ctpid="415" cut="000001" value="1"/>
-    <Prescale ctpid="416" cut="000001" value="1"/>
-    <Prescale ctpid="417" cut="000001" value="1"/>
-    <Prescale ctpid="418" cut="000001" value="1"/>
-    <Prescale ctpid="419" cut="000001" value="1"/>
-    <Prescale ctpid="420" cut="000001" value="1"/>
-    <Prescale ctpid="421" cut="000001" value="1"/>
-    <Prescale ctpid="422" cut="000001" value="1"/>
-    <Prescale ctpid="423" cut="000001" value="1"/>
-    <Prescale ctpid="424" cut="000001" value="1"/>
-    <Prescale ctpid="425" cut="000001" value="1"/>
-    <Prescale ctpid="426" cut="000001" value="1"/>
-    <Prescale ctpid="427" cut="000001" value="1"/>
-    <Prescale ctpid="428" cut="000001" value="1"/>
-    <Prescale ctpid="429" cut="000001" value="1"/>
-    <Prescale ctpid="430" cut="000001" value="1"/>
-    <Prescale ctpid="431" cut="000001" value="1"/>
-    <Prescale ctpid="432" cut="000001" value="1"/>
-    <Prescale ctpid="433" cut="000001" value="1"/>
-    <Prescale ctpid="434" cut="000001" value="1"/>
-    <Prescale ctpid="435" cut="000001" value="1"/>
-    <Prescale ctpid="436" cut="000001" value="1"/>
-    <Prescale ctpid="437" cut="000001" value="1"/>
-    <Prescale ctpid="438" cut="000001" value="1"/>
-    <Prescale ctpid="439" cut="000001" value="1"/>
-    <Prescale ctpid="440" cut="-000001" value="-1"/>
-    <Prescale ctpid="441" cut="-000001" value="-1"/>
-    <Prescale ctpid="442" cut="-000001" value="-1"/>
-    <Prescale ctpid="443" cut="-000001" value="-1"/>
-    <Prescale ctpid="444" cut="-000001" value="-1"/>
-    <Prescale ctpid="445" cut="-000001" value="-1"/>
-    <Prescale ctpid="446" cut="-000001" value="-1"/>
-    <Prescale ctpid="447" cut="-000001" value="-1"/>
-    <Prescale ctpid="448" cut="-000001" value="-1"/>
-    <Prescale ctpid="449" cut="-000001" value="-1"/>
-    <Prescale ctpid="450" cut="-000001" value="-1"/>
-    <Prescale ctpid="451" cut="-000001" value="-1"/>
-    <Prescale ctpid="452" cut="-000001" value="-1"/>
-    <Prescale ctpid="453" cut="-000001" value="-1"/>
-    <Prescale ctpid="454" cut="-000001" value="-1"/>
-    <Prescale ctpid="455" cut="-000001" value="-1"/>
-    <Prescale ctpid="456" cut="-000001" value="-1"/>
-    <Prescale ctpid="457" cut="-000001" value="-1"/>
-    <Prescale ctpid="458" cut="-000001" value="-1"/>
-    <Prescale ctpid="459" cut="-000001" value="-1"/>
-    <Prescale ctpid="460" cut="-000001" value="-1"/>
-    <Prescale ctpid="461" cut="-000001" value="-1"/>
-    <Prescale ctpid="462" cut="-000001" value="-1"/>
-    <Prescale ctpid="463" cut="-000001" value="-1"/>
-    <Prescale ctpid="464" cut="-000001" value="-1"/>
-    <Prescale ctpid="465" cut="-000001" value="-1"/>
-    <Prescale ctpid="466" cut="-000001" value="-1"/>
-    <Prescale ctpid="467" cut="000001" value="1"/>
-    <Prescale ctpid="468" cut="000001" value="1"/>
-    <Prescale ctpid="469" cut="000001" value="1"/>
-    <Prescale ctpid="470" cut="-000001" value="-1"/>
-    <Prescale ctpid="471" cut="-000001" value="-1"/>
-    <Prescale ctpid="472" cut="-000001" value="-1"/>
-    <Prescale ctpid="473" cut="-000001" value="-1"/>
-    <Prescale ctpid="474" cut="-000001" value="-1"/>
-    <Prescale ctpid="475" cut="-000001" value="-1"/>
-    <Prescale ctpid="476" cut="-000001" value="-1"/>
-    <Prescale ctpid="477" cut="-000001" value="-1"/>
-    <Prescale ctpid="478" cut="-000001" value="-1"/>
-    <Prescale ctpid="479" cut="-000001" value="-1"/>
-    <Prescale ctpid="480" cut="000001" value="1"/>
-    <Prescale ctpid="481" cut="-000001" value="-1"/>
-    <Prescale ctpid="482" cut="-000001" value="-1"/>
-    <Prescale ctpid="483" cut="-000001" value="-1"/>
-    <Prescale ctpid="484" cut="-000001" value="-1"/>
-    <Prescale ctpid="485" cut="-000001" value="-1"/>
-    <Prescale ctpid="486" cut="-000001" value="-1"/>
-    <Prescale ctpid="487" cut="-000001" value="-1"/>
-    <Prescale ctpid="488" cut="-000001" value="-1"/>
-    <Prescale ctpid="489" cut="000001" value="1"/>
-    <Prescale ctpid="490" cut="000001" value="1"/>
-    <Prescale ctpid="491" cut="000001" value="1"/>
-    <Prescale ctpid="492" cut="000001" value="1"/>
-    <Prescale ctpid="493" cut="000001" value="1"/>
-    <Prescale ctpid="494" cut="000001" value="1"/>
-    <Prescale ctpid="495" cut="000001" value="1"/>
-    <Prescale ctpid="496" cut="000001" value="1"/>
-    <Prescale ctpid="497" cut="000001" value="1"/>
-    <Prescale ctpid="498" cut="000001" value="1"/>
-    <Prescale ctpid="499" cut="000001" value="1"/>
-    <Prescale ctpid="500" cut="000001" value="1"/>
-    <Prescale ctpid="501" cut="000001" value="1"/>
-    <Prescale ctpid="502" cut="000001" value="1"/>
-    <Prescale ctpid="503" cut="000001" value="1"/>
-    <Prescale ctpid="504" cut="000001" value="1"/>
-    <Prescale ctpid="505" cut="000001" value="1"/>
-    <Prescale ctpid="506" cut="000001" value="1"/>
-    <Prescale ctpid="507" cut="000001" value="1"/>
-    <Prescale ctpid="508" cut="000001" value="1"/>
-    <Prescale ctpid="509" cut="-000001" value="-1"/>
-    <Prescale ctpid="510" cut="-000001" value="-1"/>
-    <Prescale ctpid="511" cut="000001" value="1"/>
-  </PrescaleSet>
-  <TriggerCounterList>
-    <TriggerCounter name="1AFP_FSC" type="CTPIN">
-      <TriggerCondition name="1AFP_FSC" triggerthreshold="AFP_FSC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1AFP_NSC" type="CTPIN">
-      <TriggerCondition name="1AFP_NSC" triggerthreshold="AFP_NSC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_AtoC" type="CTPIN">
-      <TriggerCondition name="1BCM_AtoC" triggerthreshold="BCM_AtoC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Comb" type="CTPIN">
-      <TriggerCondition name="1BCM_Comb" triggerthreshold="BCM_Comb" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2BCM_Comb" type="CTPIN">
-      <TriggerCondition name="2BCM_Comb" triggerthreshold="BCM_Comb" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3BCM_Comb" type="CTPIN">
-      <TriggerCondition name="3BCM_Comb" triggerthreshold="BCM_Comb" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4BCM_Comb" type="CTPIN">
-      <TriggerCondition name="4BCM_Comb" triggerthreshold="BCM_Comb" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5BCM_Comb" type="CTPIN">
-      <TriggerCondition name="5BCM_Comb" triggerthreshold="BCM_Comb" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6BCM_Comb" type="CTPIN">
-      <TriggerCondition name="6BCM_Comb" triggerthreshold="BCM_Comb" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7BCM_Comb" type="CTPIN">
-      <TriggerCondition name="7BCM_Comb" triggerthreshold="BCM_Comb" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_CtoA" type="CTPIN">
-      <TriggerCondition name="1BCM_CtoA" triggerthreshold="BCM_CtoA" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Wide" type="CTPIN">
-      <TriggerCondition name="1BCM_Wide" triggerthreshold="BCM_Wide" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX0" type="CTPIN">
-      <TriggerCondition name="1BPTX0" triggerthreshold="BPTX0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX1" type="CTPIN">
-      <TriggerCondition name="1BPTX1" triggerthreshold="BPTX1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL0" type="CTPIN">
-      <TriggerCondition name="1CAL0" triggerthreshold="CAL0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL1" type="CTPIN">
-      <TriggerCondition name="1CAL1" triggerthreshold="CAL1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL2" type="CTPIN">
-      <TriggerCondition name="1CAL2" triggerthreshold="CAL2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10VH" type="CTPIN">
-      <TriggerCondition name="1EM10VH" triggerthreshold="EM10VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10VH" type="CTPIN">
-      <TriggerCondition name="2EM10VH" triggerthreshold="EM10VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10VH" type="CTPIN">
-      <TriggerCondition name="3EM10VH" triggerthreshold="EM10VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10VH" type="CTPIN">
-      <TriggerCondition name="4EM10VH" triggerthreshold="EM10VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10VH" type="CTPIN">
-      <TriggerCondition name="5EM10VH" triggerthreshold="EM10VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10VH" type="CTPIN">
-      <TriggerCondition name="6EM10VH" triggerthreshold="EM10VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10VH" type="CTPIN">
-      <TriggerCondition name="7EM10VH" triggerthreshold="EM10VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM12" type="CTPIN">
-      <TriggerCondition name="1EM12" triggerthreshold="EM12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM12" type="CTPIN">
-      <TriggerCondition name="2EM12" triggerthreshold="EM12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM12" type="CTPIN">
-      <TriggerCondition name="3EM12" triggerthreshold="EM12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM12" type="CTPIN">
-      <TriggerCondition name="4EM12" triggerthreshold="EM12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM12" type="CTPIN">
-      <TriggerCondition name="5EM12" triggerthreshold="EM12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM12" type="CTPIN">
-      <TriggerCondition name="6EM12" triggerthreshold="EM12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM12" type="CTPIN">
-      <TriggerCondition name="7EM12" triggerthreshold="EM12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM13VH" type="CTPIN">
-      <TriggerCondition name="1EM13VH" triggerthreshold="EM13VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM13VH" type="CTPIN">
-      <TriggerCondition name="2EM13VH" triggerthreshold="EM13VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM13VH" type="CTPIN">
-      <TriggerCondition name="3EM13VH" triggerthreshold="EM13VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM13VH" type="CTPIN">
-      <TriggerCondition name="4EM13VH" triggerthreshold="EM13VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM13VH" type="CTPIN">
-      <TriggerCondition name="5EM13VH" triggerthreshold="EM13VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM13VH" type="CTPIN">
-      <TriggerCondition name="6EM13VH" triggerthreshold="EM13VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM13VH" type="CTPIN">
-      <TriggerCondition name="7EM13VH" triggerthreshold="EM13VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15" type="CTPIN">
-      <TriggerCondition name="1EM15" triggerthreshold="EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15" type="CTPIN">
-      <TriggerCondition name="2EM15" triggerthreshold="EM15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15" type="CTPIN">
-      <TriggerCondition name="3EM15" triggerthreshold="EM15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15" type="CTPIN">
-      <TriggerCondition name="4EM15" triggerthreshold="EM15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15" type="CTPIN">
-      <TriggerCondition name="5EM15" triggerthreshold="EM15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15" type="CTPIN">
-      <TriggerCondition name="6EM15" triggerthreshold="EM15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15" type="CTPIN">
-      <TriggerCondition name="7EM15" triggerthreshold="EM15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15HI" type="CTPIN">
-      <TriggerCondition name="1EM15HI" triggerthreshold="EM15HI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15HI" type="CTPIN">
-      <TriggerCondition name="2EM15HI" triggerthreshold="EM15HI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15HI" type="CTPIN">
-      <TriggerCondition name="3EM15HI" triggerthreshold="EM15HI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15HI" type="CTPIN">
-      <TriggerCondition name="4EM15HI" triggerthreshold="EM15HI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15HI" type="CTPIN">
-      <TriggerCondition name="5EM15HI" triggerthreshold="EM15HI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15HI" type="CTPIN">
-      <TriggerCondition name="6EM15HI" triggerthreshold="EM15HI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15HI" type="CTPIN">
-      <TriggerCondition name="7EM15HI" triggerthreshold="EM15HI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15VH" type="CTPIN">
-      <TriggerCondition name="1EM15VH" triggerthreshold="EM15VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15VH" type="CTPIN">
-      <TriggerCondition name="2EM15VH" triggerthreshold="EM15VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15VH" type="CTPIN">
-      <TriggerCondition name="3EM15VH" triggerthreshold="EM15VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15VH" type="CTPIN">
-      <TriggerCondition name="4EM15VH" triggerthreshold="EM15VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15VH" type="CTPIN">
-      <TriggerCondition name="5EM15VH" triggerthreshold="EM15VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15VH" type="CTPIN">
-      <TriggerCondition name="6EM15VH" triggerthreshold="EM15VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15VH" type="CTPIN">
-      <TriggerCondition name="7EM15VH" triggerthreshold="EM15VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM18VH" type="CTPIN">
-      <TriggerCondition name="1EM18VH" triggerthreshold="EM18VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM18VH" type="CTPIN">
-      <TriggerCondition name="2EM18VH" triggerthreshold="EM18VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM18VH" type="CTPIN">
-      <TriggerCondition name="3EM18VH" triggerthreshold="EM18VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM18VH" type="CTPIN">
-      <TriggerCondition name="4EM18VH" triggerthreshold="EM18VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM18VH" type="CTPIN">
-      <TriggerCondition name="5EM18VH" triggerthreshold="EM18VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM18VH" type="CTPIN">
-      <TriggerCondition name="6EM18VH" triggerthreshold="EM18VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM18VH" type="CTPIN">
-      <TriggerCondition name="7EM18VH" triggerthreshold="EM18VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VH" type="CTPIN">
-      <TriggerCondition name="1EM20VH" triggerthreshold="EM20VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VH" type="CTPIN">
-      <TriggerCondition name="2EM20VH" triggerthreshold="EM20VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VH" type="CTPIN">
-      <TriggerCondition name="3EM20VH" triggerthreshold="EM20VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VH" type="CTPIN">
-      <TriggerCondition name="4EM20VH" triggerthreshold="EM20VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VH" type="CTPIN">
-      <TriggerCondition name="5EM20VH" triggerthreshold="EM20VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VH" type="CTPIN">
-      <TriggerCondition name="6EM20VH" triggerthreshold="EM20VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VH" type="CTPIN">
-      <TriggerCondition name="7EM20VH" triggerthreshold="EM20VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VHI" type="CTPIN">
-      <TriggerCondition name="1EM20VHI" triggerthreshold="EM20VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VHI" type="CTPIN">
-      <TriggerCondition name="2EM20VHI" triggerthreshold="EM20VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VHI" type="CTPIN">
-      <TriggerCondition name="3EM20VHI" triggerthreshold="EM20VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VHI" type="CTPIN">
-      <TriggerCondition name="4EM20VHI" triggerthreshold="EM20VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VHI" type="CTPIN">
-      <TriggerCondition name="5EM20VHI" triggerthreshold="EM20VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VHI" type="CTPIN">
-      <TriggerCondition name="6EM20VHI" triggerthreshold="EM20VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VHI" type="CTPIN">
-      <TriggerCondition name="7EM20VHI" triggerthreshold="EM20VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM22VHI" type="CTPIN">
-      <TriggerCondition name="1EM22VHI" triggerthreshold="EM22VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM22VHI" type="CTPIN">
-      <TriggerCondition name="2EM22VHI" triggerthreshold="EM22VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM22VHI" type="CTPIN">
-      <TriggerCondition name="3EM22VHI" triggerthreshold="EM22VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM22VHI" type="CTPIN">
-      <TriggerCondition name="4EM22VHI" triggerthreshold="EM22VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM22VHI" type="CTPIN">
-      <TriggerCondition name="5EM22VHI" triggerthreshold="EM22VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM22VHI" type="CTPIN">
-      <TriggerCondition name="6EM22VHI" triggerthreshold="EM22VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM22VHI" type="CTPIN">
-      <TriggerCondition name="7EM22VHI" triggerthreshold="EM22VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM24VHI" type="CTPIN">
-      <TriggerCondition name="1EM24VHI" triggerthreshold="EM24VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM24VHI" type="CTPIN">
-      <TriggerCondition name="2EM24VHI" triggerthreshold="EM24VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM24VHI" type="CTPIN">
-      <TriggerCondition name="3EM24VHI" triggerthreshold="EM24VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM24VHI" type="CTPIN">
-      <TriggerCondition name="4EM24VHI" triggerthreshold="EM24VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM24VHI" type="CTPIN">
-      <TriggerCondition name="5EM24VHI" triggerthreshold="EM24VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM24VHI" type="CTPIN">
-      <TriggerCondition name="6EM24VHI" triggerthreshold="EM24VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM24VHI" type="CTPIN">
-      <TriggerCondition name="7EM24VHI" triggerthreshold="EM24VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM26VHI" type="CTPIN">
-      <TriggerCondition name="1EM26VHI" triggerthreshold="EM26VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM26VHI" type="CTPIN">
-      <TriggerCondition name="2EM26VHI" triggerthreshold="EM26VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM26VHI" type="CTPIN">
-      <TriggerCondition name="3EM26VHI" triggerthreshold="EM26VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM26VHI" type="CTPIN">
-      <TriggerCondition name="4EM26VHI" triggerthreshold="EM26VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM26VHI" type="CTPIN">
-      <TriggerCondition name="5EM26VHI" triggerthreshold="EM26VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM26VHI" type="CTPIN">
-      <TriggerCondition name="6EM26VHI" triggerthreshold="EM26VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM26VHI" type="CTPIN">
-      <TriggerCondition name="7EM26VHI" triggerthreshold="EM26VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPIN">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPMON">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM3" type="CTPIN">
-      <TriggerCondition name="2EM3" triggerthreshold="EM3" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM3" type="CTPIN">
-      <TriggerCondition name="3EM3" triggerthreshold="EM3" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM3" type="CTPIN">
-      <TriggerCondition name="4EM3" triggerthreshold="EM3" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM3" type="CTPIN">
-      <TriggerCondition name="5EM3" triggerthreshold="EM3" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM3" type="CTPIN">
-      <TriggerCondition name="6EM3" triggerthreshold="EM3" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM3" type="CTPIN">
-      <TriggerCondition name="7EM3" triggerthreshold="EM3" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM7" type="CTPIN">
-      <TriggerCondition name="1EM7" triggerthreshold="EM7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM7" type="CTPIN">
-      <TriggerCondition name="2EM7" triggerthreshold="EM7" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM7" type="CTPIN">
-      <TriggerCondition name="3EM7" triggerthreshold="EM7" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM7" type="CTPIN">
-      <TriggerCondition name="4EM7" triggerthreshold="EM7" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM7" type="CTPIN">
-      <TriggerCondition name="5EM7" triggerthreshold="EM7" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM7" type="CTPIN">
-      <TriggerCondition name="6EM7" triggerthreshold="EM7" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM7" type="CTPIN">
-      <TriggerCondition name="7EM7" triggerthreshold="EM7" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8I" type="CTPIN">
-      <TriggerCondition name="1EM8I" triggerthreshold="EM8I" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8I" type="CTPIN">
-      <TriggerCondition name="2EM8I" triggerthreshold="EM8I" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8I" type="CTPIN">
-      <TriggerCondition name="3EM8I" triggerthreshold="EM8I" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8I" type="CTPIN">
-      <TriggerCondition name="4EM8I" triggerthreshold="EM8I" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8I" type="CTPIN">
-      <TriggerCondition name="5EM8I" triggerthreshold="EM8I" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8I" type="CTPIN">
-      <TriggerCondition name="6EM8I" triggerthreshold="EM8I" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8I" type="CTPIN">
-      <TriggerCondition name="7EM8I" triggerthreshold="EM8I" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8VH" type="CTPIN">
-      <TriggerCondition name="1EM8VH" triggerthreshold="EM8VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8VH" type="CTPIN">
-      <TriggerCondition name="2EM8VH" triggerthreshold="EM8VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8VH" type="CTPIN">
-      <TriggerCondition name="3EM8VH" triggerthreshold="EM8VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8VH" type="CTPIN">
-      <TriggerCondition name="4EM8VH" triggerthreshold="EM8VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8VH" type="CTPIN">
-      <TriggerCondition name="5EM8VH" triggerthreshold="EM8VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8VH" type="CTPIN">
-      <TriggerCondition name="6EM8VH" triggerthreshold="EM8VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8VH" type="CTPIN">
-      <TriggerCondition name="7EM8VH" triggerthreshold="EM8VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA100" type="CTPIN">
-      <TriggerCondition name="1HA100" triggerthreshold="HA100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA100" type="CTPIN">
-      <TriggerCondition name="2HA100" triggerthreshold="HA100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA100" type="CTPIN">
-      <TriggerCondition name="3HA100" triggerthreshold="HA100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA100" type="CTPIN">
-      <TriggerCondition name="4HA100" triggerthreshold="HA100" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA100" type="CTPIN">
-      <TriggerCondition name="5HA100" triggerthreshold="HA100" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA100" type="CTPIN">
-      <TriggerCondition name="6HA100" triggerthreshold="HA100" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA100" type="CTPIN">
-      <TriggerCondition name="7HA100" triggerthreshold="HA100" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12" type="CTPIN">
-      <TriggerCondition name="1HA12" triggerthreshold="HA12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12" type="CTPIN">
-      <TriggerCondition name="2HA12" triggerthreshold="HA12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12" type="CTPIN">
-      <TriggerCondition name="3HA12" triggerthreshold="HA12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12" type="CTPIN">
-      <TriggerCondition name="4HA12" triggerthreshold="HA12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12" type="CTPIN">
-      <TriggerCondition name="5HA12" triggerthreshold="HA12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12" type="CTPIN">
-      <TriggerCondition name="6HA12" triggerthreshold="HA12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12" type="CTPIN">
-      <TriggerCondition name="7HA12" triggerthreshold="HA12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IL" type="CTPIN">
-      <TriggerCondition name="1HA12IL" triggerthreshold="HA12IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IL" type="CTPIN">
-      <TriggerCondition name="2HA12IL" triggerthreshold="HA12IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IL" type="CTPIN">
-      <TriggerCondition name="3HA12IL" triggerthreshold="HA12IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IL" type="CTPIN">
-      <TriggerCondition name="4HA12IL" triggerthreshold="HA12IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IL" type="CTPIN">
-      <TriggerCondition name="5HA12IL" triggerthreshold="HA12IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IL" type="CTPIN">
-      <TriggerCondition name="6HA12IL" triggerthreshold="HA12IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IL" type="CTPIN">
-      <TriggerCondition name="7HA12IL" triggerthreshold="HA12IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IM" type="CTPIN">
-      <TriggerCondition name="1HA12IM" triggerthreshold="HA12IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IM" type="CTPIN">
-      <TriggerCondition name="2HA12IM" triggerthreshold="HA12IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IM" type="CTPIN">
-      <TriggerCondition name="3HA12IM" triggerthreshold="HA12IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IM" type="CTPIN">
-      <TriggerCondition name="4HA12IM" triggerthreshold="HA12IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IM" type="CTPIN">
-      <TriggerCondition name="5HA12IM" triggerthreshold="HA12IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IM" type="CTPIN">
-      <TriggerCondition name="6HA12IM" triggerthreshold="HA12IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IM" type="CTPIN">
-      <TriggerCondition name="7HA12IM" triggerthreshold="HA12IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IT" type="CTPIN">
-      <TriggerCondition name="1HA12IT" triggerthreshold="HA12IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IT" type="CTPIN">
-      <TriggerCondition name="2HA12IT" triggerthreshold="HA12IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IT" type="CTPIN">
-      <TriggerCondition name="3HA12IT" triggerthreshold="HA12IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IT" type="CTPIN">
-      <TriggerCondition name="4HA12IT" triggerthreshold="HA12IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IT" type="CTPIN">
-      <TriggerCondition name="5HA12IT" triggerthreshold="HA12IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IT" type="CTPIN">
-      <TriggerCondition name="6HA12IT" triggerthreshold="HA12IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IT" type="CTPIN">
-      <TriggerCondition name="7HA12IT" triggerthreshold="HA12IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA15" type="CTPIN">
-      <TriggerCondition name="1HA15" triggerthreshold="HA15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA15" type="CTPIN">
-      <TriggerCondition name="2HA15" triggerthreshold="HA15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA15" type="CTPIN">
-      <TriggerCondition name="3HA15" triggerthreshold="HA15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA15" type="CTPIN">
-      <TriggerCondition name="4HA15" triggerthreshold="HA15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA15" type="CTPIN">
-      <TriggerCondition name="5HA15" triggerthreshold="HA15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA15" type="CTPIN">
-      <TriggerCondition name="6HA15" triggerthreshold="HA15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA15" type="CTPIN">
-      <TriggerCondition name="7HA15" triggerthreshold="HA15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20" type="CTPIN">
-      <TriggerCondition name="1HA20" triggerthreshold="HA20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20" type="CTPIN">
-      <TriggerCondition name="2HA20" triggerthreshold="HA20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20" type="CTPIN">
-      <TriggerCondition name="3HA20" triggerthreshold="HA20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20" type="CTPIN">
-      <TriggerCondition name="4HA20" triggerthreshold="HA20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20" type="CTPIN">
-      <TriggerCondition name="5HA20" triggerthreshold="HA20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20" type="CTPIN">
-      <TriggerCondition name="6HA20" triggerthreshold="HA20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20" type="CTPIN">
-      <TriggerCondition name="7HA20" triggerthreshold="HA20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IL" type="CTPIN">
-      <TriggerCondition name="1HA20IL" triggerthreshold="HA20IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IL" type="CTPIN">
-      <TriggerCondition name="2HA20IL" triggerthreshold="HA20IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IL" type="CTPIN">
-      <TriggerCondition name="3HA20IL" triggerthreshold="HA20IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IL" type="CTPIN">
-      <TriggerCondition name="4HA20IL" triggerthreshold="HA20IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IL" type="CTPIN">
-      <TriggerCondition name="5HA20IL" triggerthreshold="HA20IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IL" type="CTPIN">
-      <TriggerCondition name="6HA20IL" triggerthreshold="HA20IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IL" type="CTPIN">
-      <TriggerCondition name="7HA20IL" triggerthreshold="HA20IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IM" type="CTPIN">
-      <TriggerCondition name="1HA20IM" triggerthreshold="HA20IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IM" type="CTPIN">
-      <TriggerCondition name="2HA20IM" triggerthreshold="HA20IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IM" type="CTPIN">
-      <TriggerCondition name="3HA20IM" triggerthreshold="HA20IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IM" type="CTPIN">
-      <TriggerCondition name="4HA20IM" triggerthreshold="HA20IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IM" type="CTPIN">
-      <TriggerCondition name="5HA20IM" triggerthreshold="HA20IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IM" type="CTPIN">
-      <TriggerCondition name="6HA20IM" triggerthreshold="HA20IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IM" type="CTPIN">
-      <TriggerCondition name="7HA20IM" triggerthreshold="HA20IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IT" type="CTPIN">
-      <TriggerCondition name="1HA20IT" triggerthreshold="HA20IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IT" type="CTPIN">
-      <TriggerCondition name="2HA20IT" triggerthreshold="HA20IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IT" type="CTPIN">
-      <TriggerCondition name="3HA20IT" triggerthreshold="HA20IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IT" type="CTPIN">
-      <TriggerCondition name="4HA20IT" triggerthreshold="HA20IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IT" type="CTPIN">
-      <TriggerCondition name="5HA20IT" triggerthreshold="HA20IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IT" type="CTPIN">
-      <TriggerCondition name="6HA20IT" triggerthreshold="HA20IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IT" type="CTPIN">
-      <TriggerCondition name="7HA20IT" triggerthreshold="HA20IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25" type="CTPIN">
-      <TriggerCondition name="1HA25" triggerthreshold="HA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25" type="CTPIN">
-      <TriggerCondition name="2HA25" triggerthreshold="HA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25" type="CTPIN">
-      <TriggerCondition name="3HA25" triggerthreshold="HA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25" type="CTPIN">
-      <TriggerCondition name="4HA25" triggerthreshold="HA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25" type="CTPIN">
-      <TriggerCondition name="5HA25" triggerthreshold="HA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25" type="CTPIN">
-      <TriggerCondition name="6HA25" triggerthreshold="HA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25" type="CTPIN">
-      <TriggerCondition name="7HA25" triggerthreshold="HA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25IT" type="CTPIN">
-      <TriggerCondition name="1HA25IT" triggerthreshold="HA25IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25IT" type="CTPIN">
-      <TriggerCondition name="2HA25IT" triggerthreshold="HA25IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25IT" type="CTPIN">
-      <TriggerCondition name="3HA25IT" triggerthreshold="HA25IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25IT" type="CTPIN">
-      <TriggerCondition name="4HA25IT" triggerthreshold="HA25IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25IT" type="CTPIN">
-      <TriggerCondition name="5HA25IT" triggerthreshold="HA25IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25IT" type="CTPIN">
-      <TriggerCondition name="6HA25IT" triggerthreshold="HA25IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25IT" type="CTPIN">
-      <TriggerCondition name="7HA25IT" triggerthreshold="HA25IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA30" type="CTPIN">
-      <TriggerCondition name="1HA30" triggerthreshold="HA30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA30" type="CTPIN">
-      <TriggerCondition name="2HA30" triggerthreshold="HA30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA30" type="CTPIN">
-      <TriggerCondition name="3HA30" triggerthreshold="HA30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA30" type="CTPIN">
-      <TriggerCondition name="4HA30" triggerthreshold="HA30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA30" type="CTPIN">
-      <TriggerCondition name="5HA30" triggerthreshold="HA30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA30" type="CTPIN">
-      <TriggerCondition name="6HA30" triggerthreshold="HA30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA30" type="CTPIN">
-      <TriggerCondition name="7HA30" triggerthreshold="HA30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA40" type="CTPIN">
-      <TriggerCondition name="1HA40" triggerthreshold="HA40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA40" type="CTPIN">
-      <TriggerCondition name="2HA40" triggerthreshold="HA40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA40" type="CTPIN">
-      <TriggerCondition name="3HA40" triggerthreshold="HA40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA40" type="CTPIN">
-      <TriggerCondition name="4HA40" triggerthreshold="HA40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA40" type="CTPIN">
-      <TriggerCondition name="5HA40" triggerthreshold="HA40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA40" type="CTPIN">
-      <TriggerCondition name="6HA40" triggerthreshold="HA40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA40" type="CTPIN">
-      <TriggerCondition name="7HA40" triggerthreshold="HA40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA60" type="CTPIN">
-      <TriggerCondition name="1HA60" triggerthreshold="HA60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA60" type="CTPIN">
-      <TriggerCondition name="2HA60" triggerthreshold="HA60" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA60" type="CTPIN">
-      <TriggerCondition name="3HA60" triggerthreshold="HA60" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA60" type="CTPIN">
-      <TriggerCondition name="4HA60" triggerthreshold="HA60" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA60" type="CTPIN">
-      <TriggerCondition name="5HA60" triggerthreshold="HA60" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA60" type="CTPIN">
-      <TriggerCondition name="6HA60" triggerthreshold="HA60" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA60" type="CTPIN">
-      <TriggerCondition name="7HA60" triggerthreshold="HA60" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA8" type="CTPIN">
-      <TriggerCondition name="1HA8" triggerthreshold="HA8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA8" type="CTPIN">
-      <TriggerCondition name="2HA8" triggerthreshold="HA8" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA8" type="CTPIN">
-      <TriggerCondition name="3HA8" triggerthreshold="HA8" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA8" type="CTPIN">
-      <TriggerCondition name="4HA8" triggerthreshold="HA8" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA8" type="CTPIN">
-      <TriggerCondition name="5HA8" triggerthreshold="HA8" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA8" type="CTPIN">
-      <TriggerCondition name="6HA8" triggerthreshold="HA8" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA8" type="CTPIN">
-      <TriggerCondition name="7HA8" triggerthreshold="HA8" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100" type="CTPIN">
-      <TriggerCondition name="1J100" triggerthreshold="J100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100" type="CTPIN">
-      <TriggerCondition name="2J100" triggerthreshold="J100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100" type="CTPIN">
-      <TriggerCondition name="3J100" triggerthreshold="J100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J100.31ETA49" triggerthreshold="J100.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J100.31ETA49" triggerthreshold="J100.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J100.31ETA49" triggerthreshold="J100.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J12" type="CTPIN">
-      <TriggerCondition name="1J12" triggerthreshold="J12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J12" type="CTPIN">
-      <TriggerCondition name="2J12" triggerthreshold="J12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J12" type="CTPIN">
-      <TriggerCondition name="3J12" triggerthreshold="J12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J12" type="CTPIN">
-      <TriggerCondition name="4J12" triggerthreshold="J12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J12" type="CTPIN">
-      <TriggerCondition name="5J12" triggerthreshold="J12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J12" type="CTPIN">
-      <TriggerCondition name="6J12" triggerthreshold="J12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J12" type="CTPIN">
-      <TriggerCondition name="7J12" triggerthreshold="J12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J120" type="CTPIN">
-      <TriggerCondition name="1J120" triggerthreshold="J120" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J120" type="CTPIN">
-      <TriggerCondition name="2J120" triggerthreshold="J120" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J120" type="CTPIN">
-      <TriggerCondition name="3J120" triggerthreshold="J120" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15" type="CTPIN">
-      <TriggerCondition name="1J15" triggerthreshold="J15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15" type="CTPIN">
-      <TriggerCondition name="2J15" triggerthreshold="J15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15" type="CTPIN">
-      <TriggerCondition name="3J15" triggerthreshold="J15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15" type="CTPIN">
-      <TriggerCondition name="4J15" triggerthreshold="J15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15" type="CTPIN">
-      <TriggerCondition name="5J15" triggerthreshold="J15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15" type="CTPIN">
-      <TriggerCondition name="6J15" triggerthreshold="J15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15" type="CTPIN">
-      <TriggerCondition name="7J15" triggerthreshold="J15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J15.0ETA25" triggerthreshold="J15.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J15.0ETA25" triggerthreshold="J15.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J15.0ETA25" triggerthreshold="J15.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="4J15.0ETA25" triggerthreshold="J15.0ETA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="5J15.0ETA25" triggerthreshold="J15.0ETA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="6J15.0ETA25" triggerthreshold="J15.0ETA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="7J15.0ETA25" triggerthreshold="J15.0ETA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J15.31ETA49" triggerthreshold="J15.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J15.31ETA49" triggerthreshold="J15.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J15.31ETA49" triggerthreshold="J15.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20" type="CTPIN">
-      <TriggerCondition name="1J20" triggerthreshold="J20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20" type="CTPIN">
-      <TriggerCondition name="2J20" triggerthreshold="J20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20" type="CTPIN">
-      <TriggerCondition name="3J20" triggerthreshold="J20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J20" type="CTPIN">
-      <TriggerCondition name="4J20" triggerthreshold="J20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J20" type="CTPIN">
-      <TriggerCondition name="5J20" triggerthreshold="J20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J20" type="CTPIN">
-      <TriggerCondition name="6J20" triggerthreshold="J20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J20" type="CTPIN">
-      <TriggerCondition name="7J20" triggerthreshold="J20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="1J20.28ETA31" triggerthreshold="J20.28ETA31" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="2J20.28ETA31" triggerthreshold="J20.28ETA31" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="3J20.28ETA31" triggerthreshold="J20.28ETA31" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J20.31ETA49" triggerthreshold="J20.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J20.31ETA49" triggerthreshold="J20.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J20.31ETA49" triggerthreshold="J20.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25" type="CTPIN">
-      <TriggerCondition name="1J25" triggerthreshold="J25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25" type="CTPIN">
-      <TriggerCondition name="2J25" triggerthreshold="J25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25" type="CTPIN">
-      <TriggerCondition name="3J25" triggerthreshold="J25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25" type="CTPIN">
-      <TriggerCondition name="4J25" triggerthreshold="J25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25" type="CTPIN">
-      <TriggerCondition name="5J25" triggerthreshold="J25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25" type="CTPIN">
-      <TriggerCondition name="6J25" triggerthreshold="J25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25" type="CTPIN">
-      <TriggerCondition name="7J25" triggerthreshold="J25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J25.0ETA23" triggerthreshold="J25.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J25.0ETA23" triggerthreshold="J25.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J25.0ETA23" triggerthreshold="J25.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="4J25.0ETA23" triggerthreshold="J25.0ETA23" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="5J25.0ETA23" triggerthreshold="J25.0ETA23" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="6J25.0ETA23" triggerthreshold="J25.0ETA23" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="7J25.0ETA23" triggerthreshold="J25.0ETA23" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30" type="CTPIN">
-      <TriggerCondition name="1J30" triggerthreshold="J30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30" type="CTPIN">
-      <TriggerCondition name="2J30" triggerthreshold="J30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30" type="CTPIN">
-      <TriggerCondition name="3J30" triggerthreshold="J30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J30" type="CTPIN">
-      <TriggerCondition name="4J30" triggerthreshold="J30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J30" type="CTPIN">
-      <TriggerCondition name="5J30" triggerthreshold="J30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J30" type="CTPIN">
-      <TriggerCondition name="6J30" triggerthreshold="J30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J30" type="CTPIN">
-      <TriggerCondition name="7J30" triggerthreshold="J30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J30.31ETA49" triggerthreshold="J30.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J30.31ETA49" triggerthreshold="J30.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J30.31ETA49" triggerthreshold="J30.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J35.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J35.0ETA23" triggerthreshold="J35.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J35.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J35.0ETA23" triggerthreshold="J35.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J35.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J35.0ETA23" triggerthreshold="J35.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40" type="CTPIN">
-      <TriggerCondition name="1J40" triggerthreshold="J40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40" type="CTPIN">
-      <TriggerCondition name="2J40" triggerthreshold="J40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40" type="CTPIN">
-      <TriggerCondition name="3J40" triggerthreshold="J40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J40" type="CTPIN">
-      <TriggerCondition name="4J40" triggerthreshold="J40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J40" type="CTPIN">
-      <TriggerCondition name="5J40" triggerthreshold="J40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J40" type="CTPIN">
-      <TriggerCondition name="6J40" triggerthreshold="J40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J40" type="CTPIN">
-      <TriggerCondition name="7J40" triggerthreshold="J40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J40.0ETA25" triggerthreshold="J40.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J40.0ETA25" triggerthreshold="J40.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J40.0ETA25" triggerthreshold="J40.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J400" type="CTPIN">
-      <TriggerCondition name="1J400" triggerthreshold="J400" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J400" type="CTPIN">
-      <TriggerCondition name="2J400" triggerthreshold="J400" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J400" type="CTPIN">
-      <TriggerCondition name="3J400" triggerthreshold="J400" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50" type="CTPIN">
-      <TriggerCondition name="1J50" triggerthreshold="J50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50" type="CTPIN">
-      <TriggerCondition name="2J50" triggerthreshold="J50" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50" type="CTPIN">
-      <TriggerCondition name="3J50" triggerthreshold="J50" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J50.31ETA49" triggerthreshold="J50.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J50.31ETA49" triggerthreshold="J50.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J50.31ETA49" triggerthreshold="J50.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75" type="CTPIN">
-      <TriggerCondition name="1J75" triggerthreshold="J75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75" type="CTPIN">
-      <TriggerCondition name="2J75" triggerthreshold="J75" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75" type="CTPIN">
-      <TriggerCondition name="3J75" triggerthreshold="J75" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J75.31ETA49" triggerthreshold="J75.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J75.31ETA49" triggerthreshold="J75.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J75.31ETA49" triggerthreshold="J75.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J85" type="CTPIN">
-      <TriggerCondition name="1J85" triggerthreshold="J85" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J85" type="CTPIN">
-      <TriggerCondition name="2J85" triggerthreshold="J85" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J85" type="CTPIN">
-      <TriggerCondition name="3J85" triggerthreshold="J85" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_A" type="CTPIN">
-      <TriggerCondition name="1LUCID_A" triggerthreshold="LUCID_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_C" type="CTPIN">
-      <TriggerCondition name="1LUCID_C" triggerthreshold="LUCID_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPIN">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPMON">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_A" type="CTPIN">
-      <TriggerCondition name="2MBTS_A" triggerthreshold="MBTS_A" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_A" type="CTPIN">
-      <TriggerCondition name="3MBTS_A" triggerthreshold="MBTS_A" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_A" type="CTPIN">
-      <TriggerCondition name="4MBTS_A" triggerthreshold="MBTS_A" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_A" type="CTPIN">
-      <TriggerCondition name="5MBTS_A" triggerthreshold="MBTS_A" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_A" type="CTPIN">
-      <TriggerCondition name="6MBTS_A" triggerthreshold="MBTS_A" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_A" type="CTPIN">
-      <TriggerCondition name="7MBTS_A" triggerthreshold="MBTS_A" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A0" type="CTPIN">
-      <TriggerCondition name="1MBTS_A0" triggerthreshold="MBTS_A0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A1" type="CTPIN">
-      <TriggerCondition name="1MBTS_A1" triggerthreshold="MBTS_A1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A10" type="CTPIN">
-      <TriggerCondition name="1MBTS_A10" triggerthreshold="MBTS_A10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A12" type="CTPIN">
-      <TriggerCondition name="1MBTS_A12" triggerthreshold="MBTS_A12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A14" type="CTPIN">
-      <TriggerCondition name="1MBTS_A14" triggerthreshold="MBTS_A14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A2" type="CTPIN">
-      <TriggerCondition name="1MBTS_A2" triggerthreshold="MBTS_A2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A3" type="CTPIN">
-      <TriggerCondition name="1MBTS_A3" triggerthreshold="MBTS_A3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A4" type="CTPIN">
-      <TriggerCondition name="1MBTS_A4" triggerthreshold="MBTS_A4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A5" type="CTPIN">
-      <TriggerCondition name="1MBTS_A5" triggerthreshold="MBTS_A5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A6" type="CTPIN">
-      <TriggerCondition name="1MBTS_A6" triggerthreshold="MBTS_A6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A7" type="CTPIN">
-      <TriggerCondition name="1MBTS_A7" triggerthreshold="MBTS_A7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A8" type="CTPIN">
-      <TriggerCondition name="1MBTS_A8" triggerthreshold="MBTS_A8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPIN">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPMON">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_C" type="CTPIN">
-      <TriggerCondition name="2MBTS_C" triggerthreshold="MBTS_C" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_C" type="CTPIN">
-      <TriggerCondition name="3MBTS_C" triggerthreshold="MBTS_C" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_C" type="CTPIN">
-      <TriggerCondition name="4MBTS_C" triggerthreshold="MBTS_C" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_C" type="CTPIN">
-      <TriggerCondition name="5MBTS_C" triggerthreshold="MBTS_C" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_C" type="CTPIN">
-      <TriggerCondition name="6MBTS_C" triggerthreshold="MBTS_C" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_C" type="CTPIN">
-      <TriggerCondition name="7MBTS_C" triggerthreshold="MBTS_C" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C0" type="CTPIN">
-      <TriggerCondition name="1MBTS_C0" triggerthreshold="MBTS_C0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C1" type="CTPIN">
-      <TriggerCondition name="1MBTS_C1" triggerthreshold="MBTS_C1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C10" type="CTPIN">
-      <TriggerCondition name="1MBTS_C10" triggerthreshold="MBTS_C10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C12" type="CTPIN">
-      <TriggerCondition name="1MBTS_C12" triggerthreshold="MBTS_C12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C14" type="CTPIN">
-      <TriggerCondition name="1MBTS_C14" triggerthreshold="MBTS_C14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C2" type="CTPIN">
-      <TriggerCondition name="1MBTS_C2" triggerthreshold="MBTS_C2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C3" type="CTPIN">
-      <TriggerCondition name="1MBTS_C3" triggerthreshold="MBTS_C3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C4" type="CTPIN">
-      <TriggerCondition name="1MBTS_C4" triggerthreshold="MBTS_C4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C5" type="CTPIN">
-      <TriggerCondition name="1MBTS_C5" triggerthreshold="MBTS_C5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C6" type="CTPIN">
-      <TriggerCondition name="1MBTS_C6" triggerthreshold="MBTS_C6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C7" type="CTPIN">
-      <TriggerCondition name="1MBTS_C7" triggerthreshold="MBTS_C7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C8" type="CTPIN">
-      <TriggerCondition name="1MBTS_C8" triggerthreshold="MBTS_C8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU10" type="CTPIN">
-      <TriggerCondition name="1MU10" triggerthreshold="MU10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU10" type="CTPIN">
-      <TriggerCondition name="2MU10" triggerthreshold="MU10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU10" type="CTPIN">
-      <TriggerCondition name="3MU10" triggerthreshold="MU10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU10" type="CTPIN">
-      <TriggerCondition name="4MU10" triggerthreshold="MU10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU10" type="CTPIN">
-      <TriggerCondition name="5MU10" triggerthreshold="MU10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU10" type="CTPIN">
-      <TriggerCondition name="6MU10" triggerthreshold="MU10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU10" type="CTPIN">
-      <TriggerCondition name="7MU10" triggerthreshold="MU10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU11" type="CTPIN">
-      <TriggerCondition name="1MU11" triggerthreshold="MU11" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU11" type="CTPIN">
-      <TriggerCondition name="2MU11" triggerthreshold="MU11" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU11" type="CTPIN">
-      <TriggerCondition name="3MU11" triggerthreshold="MU11" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU11" type="CTPIN">
-      <TriggerCondition name="4MU11" triggerthreshold="MU11" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU11" type="CTPIN">
-      <TriggerCondition name="5MU11" triggerthreshold="MU11" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU11" type="CTPIN">
-      <TriggerCondition name="6MU11" triggerthreshold="MU11" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU11" type="CTPIN">
-      <TriggerCondition name="7MU11" triggerthreshold="MU11" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU15" type="CTPIN">
-      <TriggerCondition name="1MU15" triggerthreshold="MU15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU15" type="CTPIN">
-      <TriggerCondition name="2MU15" triggerthreshold="MU15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU15" type="CTPIN">
-      <TriggerCondition name="3MU15" triggerthreshold="MU15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU15" type="CTPIN">
-      <TriggerCondition name="4MU15" triggerthreshold="MU15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU15" type="CTPIN">
-      <TriggerCondition name="5MU15" triggerthreshold="MU15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU15" type="CTPIN">
-      <TriggerCondition name="6MU15" triggerthreshold="MU15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU15" type="CTPIN">
-      <TriggerCondition name="7MU15" triggerthreshold="MU15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU20" type="CTPIN">
-      <TriggerCondition name="1MU20" triggerthreshold="MU20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU20" type="CTPIN">
-      <TriggerCondition name="2MU20" triggerthreshold="MU20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU20" type="CTPIN">
-      <TriggerCondition name="3MU20" triggerthreshold="MU20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU20" type="CTPIN">
-      <TriggerCondition name="4MU20" triggerthreshold="MU20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU20" type="CTPIN">
-      <TriggerCondition name="5MU20" triggerthreshold="MU20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU20" type="CTPIN">
-      <TriggerCondition name="6MU20" triggerthreshold="MU20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU20" type="CTPIN">
-      <TriggerCondition name="7MU20" triggerthreshold="MU20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU4" type="CTPIN">
-      <TriggerCondition name="1MU4" triggerthreshold="MU4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU4" type="CTPIN">
-      <TriggerCondition name="2MU4" triggerthreshold="MU4" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU4" type="CTPIN">
-      <TriggerCondition name="3MU4" triggerthreshold="MU4" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU4" type="CTPIN">
-      <TriggerCondition name="4MU4" triggerthreshold="MU4" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU4" type="CTPIN">
-      <TriggerCondition name="5MU4" triggerthreshold="MU4" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU4" type="CTPIN">
-      <TriggerCondition name="6MU4" triggerthreshold="MU4" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU4" type="CTPIN">
-      <TriggerCondition name="7MU4" triggerthreshold="MU4" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU6" type="CTPIN">
-      <TriggerCondition name="1MU6" triggerthreshold="MU6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU6" type="CTPIN">
-      <TriggerCondition name="2MU6" triggerthreshold="MU6" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU6" type="CTPIN">
-      <TriggerCondition name="3MU6" triggerthreshold="MU6" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU6" type="CTPIN">
-      <TriggerCondition name="4MU6" triggerthreshold="MU6" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU6" type="CTPIN">
-      <TriggerCondition name="5MU6" triggerthreshold="MU6" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU6" type="CTPIN">
-      <TriggerCondition name="6MU6" triggerthreshold="MU6" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU6" type="CTPIN">
-      <TriggerCondition name="7MU6" triggerthreshold="MU6" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIML1A" type="CTPIN">
-      <TriggerCondition name="1NIML1A" triggerthreshold="NIML1A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMLHCF" type="CTPIN">
-      <TriggerCondition name="1NIMLHCF" triggerthreshold="NIMLHCF" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMRPC" type="CTPIN">
-      <TriggerCondition name="1NIMRPC" triggerthreshold="NIMRPC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTGC" type="CTPIN">
-      <TriggerCondition name="1NIMTGC" triggerthreshold="NIMTGC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTRT" type="CTPIN">
-      <TriggerCondition name="1NIMTRT" triggerthreshold="NIMTRT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10" type="CTPIN">
-      <TriggerCondition name="1TE10" triggerthreshold="TE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE10.0ETA24" triggerthreshold="TE10.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE15" type="CTPIN">
-      <TriggerCondition name="1TE15" triggerthreshold="TE15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE15.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE15.0ETA24" triggerthreshold="TE15.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20" type="CTPIN">
-      <TriggerCondition name="1TE20" triggerthreshold="TE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE20.0ETA24" triggerthreshold="TE20.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE25" type="CTPIN">
-      <TriggerCondition name="1TE25" triggerthreshold="TE25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE25.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE25.0ETA24" triggerthreshold="TE25.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30" type="CTPIN">
-      <TriggerCondition name="1TE30" triggerthreshold="TE30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE30.0ETA24" triggerthreshold="TE30.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40" type="CTPIN">
-      <TriggerCondition name="1TE40" triggerthreshold="TE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE40.0ETA24" triggerthreshold="TE40.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5" type="CTPIN">
-      <TriggerCondition name="1TE5" triggerthreshold="TE5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE5.0ETA24" triggerthreshold="TE5.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70" type="CTPIN">
-      <TriggerCondition name="1TE70" triggerthreshold="TE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE70.0ETA24" triggerthreshold="TE70.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE10" type="CTPIN">
-      <TriggerCondition name="1XE10" triggerthreshold="XE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE150" type="CTPIN">
-      <TriggerCondition name="1XE150" triggerthreshold="XE150" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE20" type="CTPIN">
-      <TriggerCondition name="1XE20" triggerthreshold="XE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE25" type="CTPIN">
-      <TriggerCondition name="1XE25" triggerthreshold="XE25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE30" type="CTPIN">
-      <TriggerCondition name="1XE30" triggerthreshold="XE30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE300" type="CTPIN">
-      <TriggerCondition name="1XE300" triggerthreshold="XE300" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35" type="CTPIN">
-      <TriggerCondition name="1XE35" triggerthreshold="XE35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40" type="CTPIN">
-      <TriggerCondition name="1XE40" triggerthreshold="XE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45" type="CTPIN">
-      <TriggerCondition name="1XE45" triggerthreshold="XE45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50" type="CTPIN">
-      <TriggerCondition name="1XE50" triggerthreshold="XE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55" type="CTPIN">
-      <TriggerCondition name="1XE55" triggerthreshold="XE55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60" type="CTPIN">
-      <TriggerCondition name="1XE60" triggerthreshold="XE60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE65" type="CTPIN">
-      <TriggerCondition name="1XE65" triggerthreshold="XE65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70" type="CTPIN">
-      <TriggerCondition name="1XE70" triggerthreshold="XE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE75" type="CTPIN">
-      <TriggerCondition name="1XE75" triggerthreshold="XE75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80" type="CTPIN">
-      <TriggerCondition name="1XE80" triggerthreshold="XE80" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS20" type="CTPIN">
-      <TriggerCondition name="1XS20" triggerthreshold="XS20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS30" type="CTPIN">
-      <TriggerCondition name="1XS30" triggerthreshold="XS30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS40" type="CTPIN">
-      <TriggerCondition name="1XS40" triggerthreshold="XS40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS45" type="CTPIN">
-      <TriggerCondition name="1XS45" triggerthreshold="XS45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS50" type="CTPIN">
-      <TriggerCondition name="1XS50" triggerthreshold="XS50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS55" type="CTPIN">
-      <TriggerCondition name="1XS55" triggerthreshold="XS55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS60" type="CTPIN">
-      <TriggerCondition name="1XS60" triggerthreshold="XS60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS65" type="CTPIN">
-      <TriggerCondition name="1XS65" triggerthreshold="XS65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZB_EM15" type="CTPIN">
-      <TriggerCondition name="1ZB_EM15" triggerthreshold="ZB_EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_A" type="CTPIN">
-      <TriggerCondition name="1ZDC_A" triggerthreshold="ZDC_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_AND" type="CTPIN">
-      <TriggerCondition name="1ZDC_AND" triggerthreshold="ZDC_AND" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_C" type="CTPIN">
-      <TriggerCondition name="1ZDC_C" triggerthreshold="ZDC_C" multi="1"/>
-    </TriggerCounter>
-  </TriggerCounterList>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="2" name="ALFA_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="3" name="ALFA_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="4" name="ALFA_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="5" name="ALFA_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="8" name="ALFA2_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="9" name="ALFA2_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="10" name="ALFA2_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="11" name="ALFA2_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="14" name="ALFA3_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="15" name="ALFA3_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="16" name="ALFA3_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="17" name="ALFA3_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="20" name="ALFA4_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="21" name="ALFA4_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="22" name="ALFA4_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="23" name="ALFA4_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="34" name="ALFA_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="2" range_end="2" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="35" name="ALFA_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="36" name="ALFA_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="37" name="ALFA_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="40" name="ALFA2_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="41" name="ALFA2_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="42" name="ALFA2_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="43" name="ALFA2_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="46" name="ALFA3_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="14" range_end="14" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="47" name="ALFA3_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="15" range_end="15" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="48" name="ALFA3_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="49" name="ALFA3_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="52" name="ALFA4_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="53" name="ALFA4_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="54" name="ALFA4_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="55" name="ALFA4_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="0" name="BCM_AtoC" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="1" name="BCM_CtoA" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="2" name="BCM_Wide" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="36" mapping="0" name="BCM_Comb" type="BCMCMB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="0" name="BPTX0" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="1" name="BPTX1" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="0" name="CAL0" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="1" name="CAL1" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="2" name="CAL2" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL2full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="42" mapping="0" name="EM3" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM3full" phimin="0" phimax="64" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="43" mapping="1" name="EM7" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM7full" phimin="0" phimax="64" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="44" mapping="2" name="EM8VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="1" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="5" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="6" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="6" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="5" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="45" mapping="3" name="EM8I" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="EM8Ifull" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="46" mapping="4" name="EM10VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="47" mapping="5" name="EM12" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="48" mapping="6" name="EM13VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="49" mapping="7" name="EM15" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="50" mapping="8" name="EM15VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="1" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="51" mapping="9" name="EM15HI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM15HIfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="52" mapping="10" name="EM18VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="53" mapping="11" name="EM20VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="54" mapping="12" name="EM20VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="55" mapping="13" name="EM22VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="1" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="56" mapping="14" name="EM24VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="1" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="57" mapping="15" name="EM26VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="1" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="28" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="28" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="58" mapping="0" name="J12" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="59" mapping="1" name="J15" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="60" mapping="2" name="J15.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J15.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="61" mapping="3" name="J20" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="62" mapping="4" name="J25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="63" mapping="5" name="J25.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="64" mapping="6" name="J30" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="65" mapping="7" name="J40" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="66" mapping="8" name="J20.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="24" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="67" mapping="9" name="J30.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="27" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="68" mapping="10" name="J35.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J35.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J35.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="35" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="69" mapping="11" name="J40.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="70" mapping="12" name="J20.28ETA31" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="-28" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="28" etamax="31" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="71" mapping="13" name="J50" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="72" mapping="14" name="J75" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="73" mapping="15" name="J85" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="1" thresholdval="85" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="74" mapping="16" name="J100" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="75" mapping="17" name="J120" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J120full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J120full" phimin="0" phimax="64" priority="1" thresholdval="120" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="18" name="J400" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J400full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J400full" phimin="0" phimax="64" priority="1" thresholdval="400" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="16" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="77" mapping="19" name="J15.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="18" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="78" mapping="20" name="J20.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="20" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="79" mapping="21" name="J30.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="22" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="80" mapping="22" name="J50.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="24" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="81" mapping="23" name="J75.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="26" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="82" mapping="24" name="J100.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="28" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="83" mapping="0" name="LUCID_A" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="84" mapping="1" name="LUCID_C" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="85" mapping="0" name="MBTS_A" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="86" mapping="1" name="MBTS_C" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="0" name="MBTS_A0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="1" name="MBTS_A1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="2" name="MBTS_A2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="3" name="MBTS_A3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="4" name="MBTS_A4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="5" name="MBTS_A5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="93" mapping="6" name="MBTS_A6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="94" mapping="7" name="MBTS_A7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="8" name="MBTS_A8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="9" name="MBTS_A10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="10" name="MBTS_A12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="11" name="MBTS_A14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="12" name="MBTS_C0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="13" name="MBTS_C1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="101" mapping="14" name="MBTS_C2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="15" name="MBTS_C3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="16" name="MBTS_C4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="17" name="MBTS_C5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="105" mapping="18" name="MBTS_C6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="19" name="MBTS_C7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="107" mapping="20" name="MBTS_C8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="21" name="MBTS_C10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="22" name="MBTS_C12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="23" name="MBTS_C14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="111" mapping="0" name="MU4" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU4full" phimin="0" phimax="64" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="1" name="MU6" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU6full" phimin="0" phimax="64" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="113" mapping="2" name="MU10" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="3" name="MU11" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU11full" phimin="0" phimax="64" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="115" mapping="4" name="MU15" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="116" mapping="5" name="MU20" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="0" name="NIML1A" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIML1Afull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="1" name="NIMLHCF" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMLHCFfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="2" name="AFP_NSC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="AFP_NSCfull" phimin="0" phimax="64" priority="0" thresholdval="50" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="3" name="AFP_FSC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="AFP_FSCfull" phimin="0" phimax="64" priority="0" thresholdval="50" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="12" name="NIMTGC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTGCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="13" name="NIMRPC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMRPCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="14" name="NIMTRT" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTRTfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="124" mapping="0" name="HA8" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="125" mapping="1" name="HA12" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="126" mapping="2" name="HA12IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA12ILfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="127" mapping="3" name="HA12IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA12IMfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="128" mapping="4" name="HA12IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA12ITfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="129" mapping="5" name="HA15" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="130" mapping="6" name="HA20" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="131" mapping="7" name="HA20IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA20ILfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="132" mapping="8" name="HA20IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA20IMfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="133" mapping="9" name="HA20IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA20ITfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="134" mapping="10" name="HA25" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="135" mapping="11" name="HA25IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA25ITfull" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="136" mapping="12" name="HA30" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="137" mapping="13" name="HA40" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="138" mapping="14" name="HA60" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA60full" phimin="0" phimax="64" priority="1" thresholdval="60" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="139" mapping="15" name="HA100" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="140" mapping="0" name="TE5" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5full" phimin="0" phimax="64" priority="0" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="141" mapping="1" name="TE10" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="142" mapping="2" name="TE15" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="143" mapping="3" name="TE20" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="144" mapping="4" name="TE25" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE25full" phimin="0" phimax="64" priority="0" thresholdval="25" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="145" mapping="5" name="TE30" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="146" mapping="6" name="TE40" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="147" mapping="7" name="TE70" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="148" mapping="8" name="TE5.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE5.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="149" mapping="9" name="TE10.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="150" mapping="10" name="TE15.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE15.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE15.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="151" mapping="11" name="TE20.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="152" mapping="12" name="TE25.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE25.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE25.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="153" mapping="13" name="TE30.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="154" mapping="14" name="TE40.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="155" mapping="15" name="TE70.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE70.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="156" mapping="0" name="900INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="157" mapping="1" name="800INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="158" mapping="2" name="700INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="159" mapping="3" name="500INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="160" mapping="4" name="400INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="161" mapping="5" name="300INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="162" mapping="6" name="200INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="163" mapping="7" name="100INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="164" mapping="9" name="HT150-J20s5.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="165" mapping="10" name="HT190-J15s5.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="166" mapping="11" name="1INVM5-EMs1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="167" mapping="12" name="1INVM5-EM7s1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="12" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="168" mapping="13" name="1INVM5-EM12s1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="169" mapping="14" name="05MINDPHI-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="170" mapping="15" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="171" mapping="18" name="1DISAMB-EM15his2-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="172" mapping="19" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="173" mapping="20" name="2INVM9-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="174" mapping="22" name="2INVM8-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="175" mapping="24" name="5DETA99-5DPHI99-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="176" mapping="25" name="5DETA99-5DPHI99-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="177" mapping="26" name="1DISAMB-TAU20abi-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="178" mapping="27" name="0DR28-MU10ab-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="179" mapping="28" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="28" range_end="28" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="180" mapping="31" name="DISAMB-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="181" mapping="32" name="05MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="182" mapping="33" name="25MT-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="183" mapping="35" name="35MT-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="184" mapping="37" name="10MINDPHI-J20s2-XE30" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="185" mapping="38" name="10MINDPHI-J20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="186" mapping="39" name="100RATIO-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="187" mapping="40" name="NOT-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="188" mapping="41" name="LAR-EM50s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="189" mapping="42" name="LAR-J100s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="190" mapping="43" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="191" mapping="45" name="35MT-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="192" mapping="46" name="15MINDPHI-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="193" mapping="47" name="15MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="194" mapping="48" name="DISAMB-30INVM-EM20his2-TAU12ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="195" mapping="52" name="0DR22-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="196" mapping="53" name="7INVM15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="197" mapping="54" name="0DR22-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="198" mapping="55" name="0DR15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="199" mapping="56" name="0DR24-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="200" mapping="57" name="0DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="201" mapping="58" name="2INVM9-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="202" mapping="59" name="2INVM9-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="203" mapping="64" name="05MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="204" mapping="65" name="10MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="205" mapping="66" name="15MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="206" mapping="67" name="0DR04-MU4ab-CJ15ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="207" mapping="68" name="0DR04-MU4ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="208" mapping="69" name="0DR04-MU4ab-CJ30ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="209" mapping="70" name="0DR04-MU6ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="210" mapping="71" name="0DR04-MU6ab-CJ25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="211" mapping="72" name="10MINDPHI-CJ20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="212" mapping="73" name="0DR24-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="213" mapping="75" name="MULT-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="11" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="214" mapping="77" name="MULT-CMU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="13" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="215" mapping="80" name="KF-XE40-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="216" mapping="81" name="KF-XE50-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="217" mapping="82" name="KF-XE55-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="218" mapping="83" name="KF-XE60-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="219" mapping="84" name="KF-XE65-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="220" mapping="85" name="KF-XE75-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="221" mapping="86" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="222" mapping="87" name="HT190-AJ15all.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="223" mapping="88" name="HT150-AJ20all.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="224" mapping="89" name="HT150-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="225" mapping="90" name="HT20-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="226" mapping="93" name="05RATIO-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="227" mapping="95" name="90RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="228" mapping="99" name="0DETA04-EM8abi-MU10ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="229" mapping="100" name="0DETA04-EM15abi-MUab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="230" mapping="101" name="0DR24-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="231" mapping="102" name="0DPHI03-EM8abi-MU10ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="232" mapping="103" name="2INVM8-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="233" mapping="104" name="0DPHI03-EM15abi-MUab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="234" mapping="105" name="10MINDPHI-AJ20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="235" mapping="106" name="LATE-MU10s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="236" mapping="107" name="SC111-CJ15ab.ETA26" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="237" mapping="108" name="SC85-CJ15ab.ETA26" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="12" range_end="12" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="238" mapping="112" name="250RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="239" mapping="113" name="10MINDPHI-J20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="240" mapping="114" name="0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="241" mapping="115" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="242" mapping="116" name="1DISAMB-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="243" mapping="117" name="0DR10-MU10ab-MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="244" mapping="118" name="2DR99-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="245" mapping="119" name="0DR34-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="246" mapping="120" name="2DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="247" mapping="121" name="0DR15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="248" mapping="122" name="0DR25-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="249" mapping="123" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="250" mapping="124" name="8INVM15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="28" range_end="28" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="251" mapping="125" name="8INVM15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="252" mapping="126" name="2INVM8-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="30" range_end="30" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="253" mapping="127" name="2INVM8-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="254" mapping="0" name="XE10" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="255" mapping="1" name="XE20" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="256" mapping="2" name="XE25" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE25full" phimin="0" phimax="64" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="257" mapping="3" name="XE30" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="258" mapping="4" name="XE35" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="259" mapping="5" name="XE40" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="260" mapping="6" name="XE45" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="261" mapping="7" name="XE50" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="262" mapping="8" name="XE55" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="263" mapping="9" name="XE60" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="264" mapping="10" name="XE65" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="265" mapping="11" name="XE70" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="266" mapping="12" name="XE75" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE75full" phimin="0" phimax="64" priority="0" thresholdval="75" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="267" mapping="13" name="XE80" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80full" phimin="0" phimax="64" priority="0" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="268" mapping="14" name="XE150" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE150full" phimin="0" phimax="64" priority="0" thresholdval="150" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="269" mapping="15" name="XE300" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE300full" phimin="0" phimax="64" priority="0" thresholdval="300" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="270" mapping="0" name="XS20" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="271" mapping="1" name="XS30" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="272" mapping="2" name="XS40" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="273" mapping="3" name="XS45" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="274" mapping="4" name="XS50" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="275" mapping="5" name="XS55" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="276" mapping="6" name="XS60" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="277" mapping="7" name="XS65" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="278" mapping="0" name="ZB_EM15" type="ZB" input="ctpin" seed="EM15" seed_multi="1" bcdelay="3564" version="1">
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="279" mapping="0" name="ZDC_A" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="280" mapping="1" name="ZDC_C" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="281" mapping="2" name="ZDC_AND" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name0="Random0" cut0="1" name1="Random1" cut1="1" name2="Random2" cut2="1" name3="Random3" cut3="1"/>
-  <BunchGroupSet name="MC" menuPartition="0">
-    <BunchGroup internalNumber="0" name="BCRVeto">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Paired">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="CalReq"/>
-    <BunchGroup internalNumber="3" name="Empty"/>
-    <BunchGroup internalNumber="4" name="IsolatedUnpaired"/>
-    <BunchGroup internalNumber="5" name="NonIsolatedUnpaired"/>
-    <BunchGroup internalNumber="6" name="EmptyAfterPaired"/>
-    <BunchGroup internalNumber="7" name="InTrain">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="8" name="AbortGapNotCalReq"/>
-    <BunchGroup internalNumber="9" name="VdM"/>
-    <BunchGroup internalNumber="10" name="ALFA"/>
-    <BunchGroup internalNumber="11" name="EmptyBeforePaired"/>
-    <BunchGroup internalNumber="12" name="EmptyAndPaired"/>
-    <BunchGroup internalNumber="13" name="NotUsed"/>
-    <BunchGroup internalNumber="14" name="NotUsed"/>
-    <BunchGroup internalNumber="15" name="NotUsed"/>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01"/>
-  <CaloInfo name="CaloInfo" global_em_scale="2" global_jet_scale="1">
-    <METSignificance xeMin="11" xeMax="63" teSqrtMin="4" teSqrtMax="63" xsSigmaScale="1150" xsSigmaOffset="1640"/>
-    <Isolation thrtype="HAIsoForEMthr">
-      <Parametrization isobit="1" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForEMthr">
-      <Parametrization isobit="1" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForTAUthr">
-      <Parametrization isobit="1" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="20" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="15" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="40" slope="0" mincut="0" upperlimit="124" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <MinimumTOBPt thrtype="EM" ptmin="3" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="TAU" ptmin="8" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETS" window="4" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETL" window="8" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-  </CaloInfo>
-  <MuctpiInfo name="muctpi" low_pt="1" high_pt="1" max_cand="13"/>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_HI_v1.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_HI_v1.xml
deleted file mode 100644
index e5668f55cee10e7ae0bccfbde274cca151819b12..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_HI_v1.xml
+++ /dev/null
@@ -1,4189 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config id="1" name="Physics_HI_v1">
-  <!--File is auto-generated by python config class, may be overwritten-->
-  <!--No. L1 thresholds defined: 122-->
-  <!--No. L1 items defined: 217-->
-  <TriggerMenu id="1" name="Physics_HI_v1" phase="lumi" version="1">
-    <TriggerItem comment="" ctpid="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="84" definition="(EM4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM4" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM4_x1" triggerthreshold="EM4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="1" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="2" definition="(EM7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="3" definition="(EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="4" definition="(EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="5" definition="(EM14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="85" definition="(EM16[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16_x1" triggerthreshold="EM16"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="10" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="11" definition="(EM5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="89" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="91" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU11" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="88" definition="(MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU15" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="92" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU20" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="93" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="90" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="94" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="95" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="77" definition="(MU0[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="72" definition="(MU11[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU11" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU11_x2" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="73" definition="(MU20[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU20_x2" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="71" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="74" definition="(MU6[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="97" definition="(J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="98" definition="(J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="96" definition="(J20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="99" definition="(J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="102" definition="(J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="100" definition="(J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="104" definition="(J175[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J175" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J175_x1" triggerthreshold="J175"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="105" definition="(J250[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J250" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J250_x1" triggerthreshold="J250"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="29" definition="(J15[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="123" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="212" definition="(LUCID_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="213" definition="(LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="214" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="215" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="249" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_COMM" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="222" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="151" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_2_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="204" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="205" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MBTS_2_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="226" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="149" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_1_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="200" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="201" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MBTS_1_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="228" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1_1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="223" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2_2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="224" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_3_3" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="15" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_4_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="12" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1_1_VTE50" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="180" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2_2_VTE50" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="17" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD0_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="18" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_RD0_FIRSTEMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="19" definition="(RNDM0&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_RD0_UNPAIRED_ISO" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="62" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD0_EMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="63" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD1_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="16" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD1_EMPTY" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="132" definition="(TE5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="133" definition="(TE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="134" definition="(TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="135" definition="(TE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE30_x1" triggerthreshold="TE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="136" definition="(TE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE40_x1" triggerthreshold="TE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="138" definition="(TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="142" definition="(TE2000[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE2000" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE2000_x1" triggerthreshold="TE2000"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="141" definition="(TE4000[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE4000" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE4000_x1" triggerthreshold="TE4000"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="28" definition="(TE5[x1]&amp;!ZDC_AND[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE5_NZ" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="193" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="190" definition="(ZDC_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="191" definition="(ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="189" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_AND" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="27" definition="(ZDC_AND[x1]&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_AND_VTE50" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="192" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="40" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C_OVERLAY" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="36" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C_VTE50" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="42" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C_TE50" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="218" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_BCM_Wide" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="225" definition="(BCM_Comb[x7]&amp;BGRP0)" group="0" name="L1_BCM_HT_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="80" definition="(BCM_Wide[x1]&amp;BGRP0)" group="0" name="L1_BCM_Wide_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="81" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" group="0" name="L1_BCM_AC_CA_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="145" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_MBTS_1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="146" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="147" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_MBTS_1_1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="148" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x2]&amp;MBTS_C[x2])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_MBTS_2_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="13" definition="(NIMDIR6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B21" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR6_x1" triggerthreshold="NIMDIR6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="14" definition="(NIMDIR7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B22" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR7_x1" triggerthreshold="NIMDIR7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="157" definition="(NIMDIR8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B23" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR8_x1" triggerthreshold="NIMDIR8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="7" definition="(MU0[x1]&amp;!ZDC_AND[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_NZ" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="6" definition="(EM3[x1]&amp;!ZDC_AND[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_NZ" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="8" definition="(J15[x1]&amp;!ZDC_AND[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15_NZ" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="31" definition="(MU0[x2]&amp;!ZDC_AND[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0_NZ" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="9" definition="(EM3[x2]&amp;!ZDC_AND[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_NZ" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="30" definition="(J15[x2]&amp;!ZDC_AND[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15_NZ" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="25" definition="(MU0[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_NL" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="24" definition="(EM3[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="26" definition="(J15[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="22" definition="(MU0[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="21" definition="(EM3[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="23" definition="(J15[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="32" definition="(MU0[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_MV" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="33" definition="(MU0[x2]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0_MV" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="34" definition="(MU0[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_MV_VTE50" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="35" definition="(MU0[x1]&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_VTE50" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="41" definition="(MU0[x1]&amp;TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_TE50" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="39" definition="(MU4[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_MV_VTE50" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="38" definition="(MU4[x1]&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_VTE50" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="43" definition="(MU4[x1]&amp;TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_TE50" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="45" definition="(EM3[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_MV_VTE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="44" definition="(EM3[x1]&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_VTE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="46" definition="(EM3[x1]&amp;TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_TE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="49" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ZDC_A_C_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="48" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="47" definition="BGRP7" group="0" name="L1_BGRP7" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP7"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="120" definition="(MBTS_A0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A0_x1" triggerthreshold="MBTS_A0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="122" definition="(MBTS_A1[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A1_x1" triggerthreshold="MBTS_A1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="131" definition="(MBTS_A2[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A2_x1" triggerthreshold="MBTS_A2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="137" definition="(MBTS_A3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA3" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A3_x1" triggerthreshold="MBTS_A3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="153" definition="(MBTS_A4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A4_x1" triggerthreshold="MBTS_A4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="154" definition="(MBTS_A5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA5" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A5_x1" triggerthreshold="MBTS_A5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="155" definition="(MBTS_A6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA6" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A6_x1" triggerthreshold="MBTS_A6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="156" definition="(MBTS_A7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA7" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A7_x1" triggerthreshold="MBTS_A7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="161" definition="(MBTS_A8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA8" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A8_x1" triggerthreshold="MBTS_A8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="163" definition="(MBTS_A9[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA9" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A9_x1" triggerthreshold="MBTS_A9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="164" definition="(MBTS_A10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA10" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A10_x1" triggerthreshold="MBTS_A10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="168" definition="(MBTS_A11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA11" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A11_x1" triggerthreshold="MBTS_A11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="173" definition="(MBTS_A12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA12" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A12_x1" triggerthreshold="MBTS_A12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="174" definition="(MBTS_A13[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA13" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A13_x1" triggerthreshold="MBTS_A13"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="176" definition="(MBTS_A14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA14" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A14_x1" triggerthreshold="MBTS_A14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="178" definition="(MBTS_A15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA15" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A15_x1" triggerthreshold="MBTS_A15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="86" definition="(MBTS_C0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C0_x1" triggerthreshold="MBTS_C0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="82" definition="(MBTS_C1[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C1_x1" triggerthreshold="MBTS_C1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="76" definition="(MBTS_C2[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C2_x1" triggerthreshold="MBTS_C2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="65" definition="(MBTS_C3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC3" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C3_x1" triggerthreshold="MBTS_C3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="50" definition="(MBTS_C4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C4_x1" triggerthreshold="MBTS_C4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="51" definition="(MBTS_C5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC5" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C5_x1" triggerthreshold="MBTS_C5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="52" definition="(MBTS_C6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC6" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C6_x1" triggerthreshold="MBTS_C6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="53" definition="(MBTS_C7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC7" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C7_x1" triggerthreshold="MBTS_C7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="54" definition="(MBTS_C8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC8" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C8_x1" triggerthreshold="MBTS_C8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="55" definition="(MBTS_C9[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC9" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C9_x1" triggerthreshold="MBTS_C9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="56" definition="(MBTS_C10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC10" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C10_x1" triggerthreshold="MBTS_C10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="57" definition="(MBTS_C11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC11" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C11_x1" triggerthreshold="MBTS_C11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="58" definition="(MBTS_C12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC12" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C12_x1" triggerthreshold="MBTS_C12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="59" definition="(MBTS_C13[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC13" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C13_x1" triggerthreshold="MBTS_C13"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="60" definition="(MBTS_C14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC14" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C14_x1" triggerthreshold="MBTS_C14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="61" definition="(MBTS_C15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC15" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C15_x1" triggerthreshold="MBTS_C15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="127" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM3_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="128" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_EM3_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="177" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM3_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="66" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_EM3_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="179" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="160" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU0_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="159" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU0_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="162" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="70" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="167" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU4_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="165" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU4_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="166" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU4_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="67" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU4_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="68" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="75" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU11_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="69" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="64" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU4_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="124" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_2MU6_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="125" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_2MU6_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="143" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU6_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="144" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="115" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_TAU8_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="116" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_TAU8_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="152" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_TAU8_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="114" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_TAU8_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="110" definition="(J10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="111" definition="(J10[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J10_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="171" definition="(J10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="129" definition="(J10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="172" definition="(J30[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="87" definition="(J30[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_J30_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="130" definition="(J30[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="175" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_FJ10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="197" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="182" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="183" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_ZDC_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="181" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_AND_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="139" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_AND_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="140" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_ZDC_AND_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="196" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="117" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="37" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_ZDC_A_C_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="150" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_1_1_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="202" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_1_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="229" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_2_2_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="230" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_3_3_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="231" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_2_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="232" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_3_3_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="20" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_4_4_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="245" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="113" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="112" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_COMM_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="238" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="208" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="206" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_LUCID_A_C_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="250" definition="(ZB_J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZB" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_J75_x1" triggerthreshold="ZB_J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="233" definition="((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MLZ_A" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="234" definition="((MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MLZ_C" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="235" definition="((((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;(MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1]))|BCM_Wide[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBLZ" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <AND>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-              <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-            </OR>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-              <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-            </OR>
-          </AND>
-          <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="241" definition="(BPTX0[x1]&amp;BGRP0)" group="0" name="L1_BPTX0_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="242" definition="(BPTX1[x1]&amp;BGRP0)" group="0" name="L1_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="248" definition="BGRP0" group="0" name="L1_BGRP0" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP0"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="252" definition="BGRP1" group="0" name="L1_BGRP1" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP1"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="107" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_Wide_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="108" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_Wide_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="126" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_BCM_Wide_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="106" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_AC_CA_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="253" definition="(NIM28[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ0" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="254" definition="(NIM29[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ1" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="255" definition="(NIM30[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ2" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="78" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_TRT" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="79" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_L1A_Mon" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="Physics_HI_v1_default_prescale" version="1">
-    <Prescale ctpid="0" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="1" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="2" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="3" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="4" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="5" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="6" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="7" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="8" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="9" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="10" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="11" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="12" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="13" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="14" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="15" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="16" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="17" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="18" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="19" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="20" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="21" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="22" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="23" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="24" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="25" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="26" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="27" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="28" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="29" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="30" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="31" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="32" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="33" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="34" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="35" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="36" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="37" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="38" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="39" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="40" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="41" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="42" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="43" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="44" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="45" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="46" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="47" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="48" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="49" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="50" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="51" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="52" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="53" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="54" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="55" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="56" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="57" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="58" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="59" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="60" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="61" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="62" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="63" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="64" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="65" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="66" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="67" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="68" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="69" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="70" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="71" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="72" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="73" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="74" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="75" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="76" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="77" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="78" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="79" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="80" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="81" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="82" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="83" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="84" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="85" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="86" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="87" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="88" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="89" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="90" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="91" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="92" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="93" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="94" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="95" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="96" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="97" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="98" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="99" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="100" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="101" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="102" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="103" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="104" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="105" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="106" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="107" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="108" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="109" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="110" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="111" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="112" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="113" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="114" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="115" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="116" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="117" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="118" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="119" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="120" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="121" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="122" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="123" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="124" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="125" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="126" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="127" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="128" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="129" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="130" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="131" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="132" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="133" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="134" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="135" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="136" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="137" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="138" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="139" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="140" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="141" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="142" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="143" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="144" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="145" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="146" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="147" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="148" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="149" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="150" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="151" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="152" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="153" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="154" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="155" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="156" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="157" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="158" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="159" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="160" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="161" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="162" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="163" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="164" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="165" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="166" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="167" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="168" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="169" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="170" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="171" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="172" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="173" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="174" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="175" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="176" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="177" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="178" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="179" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="180" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="181" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="182" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="183" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="184" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="185" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="186" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="187" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="188" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="189" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="190" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="191" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="192" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="193" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="194" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="195" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="196" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="197" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="198" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="199" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="200" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="201" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="202" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="203" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="204" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="205" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="206" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="207" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="208" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="209" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="210" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="211" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="212" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="213" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="214" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="215" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="216" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="217" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="218" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="219" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="220" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="221" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="222" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="223" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="224" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="225" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="226" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="227" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="228" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="229" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="230" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="231" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="232" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="233" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="234" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="235" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="236" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="237" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="238" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="239" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="240" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="241" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="242" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="243" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="244" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="245" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="246" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="247" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="248" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="249" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="250" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="251" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="252" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="253" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="254" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="255" d="0" m="0" n="1">
-      1
-    </Prescale>
-  </PrescaleSet>
-  <PrioritySet name="standard" version="1">
-    <Priority ctpid="0">
-      HIGH
-    </Priority>
-    <Priority ctpid="1">
-      HIGH
-    </Priority>
-    <Priority ctpid="2">
-      HIGH
-    </Priority>
-    <Priority ctpid="3">
-      HIGH
-    </Priority>
-    <Priority ctpid="4">
-      HIGH
-    </Priority>
-    <Priority ctpid="5">
-      HIGH
-    </Priority>
-    <Priority ctpid="6">
-      HIGH
-    </Priority>
-    <Priority ctpid="7">
-      HIGH
-    </Priority>
-    <Priority ctpid="8">
-      HIGH
-    </Priority>
-    <Priority ctpid="9">
-      HIGH
-    </Priority>
-    <Priority ctpid="10">
-      HIGH
-    </Priority>
-    <Priority ctpid="11">
-      HIGH
-    </Priority>
-    <Priority ctpid="12">
-      HIGH
-    </Priority>
-    <Priority ctpid="13">
-      HIGH
-    </Priority>
-    <Priority ctpid="14">
-      HIGH
-    </Priority>
-    <Priority ctpid="15">
-      HIGH
-    </Priority>
-    <Priority ctpid="16">
-      HIGH
-    </Priority>
-    <Priority ctpid="17">
-      HIGH
-    </Priority>
-    <Priority ctpid="18">
-      HIGH
-    </Priority>
-    <Priority ctpid="19">
-      HIGH
-    </Priority>
-    <Priority ctpid="20">
-      HIGH
-    </Priority>
-    <Priority ctpid="21">
-      HIGH
-    </Priority>
-    <Priority ctpid="22">
-      HIGH
-    </Priority>
-    <Priority ctpid="23">
-      HIGH
-    </Priority>
-    <Priority ctpid="24">
-      HIGH
-    </Priority>
-    <Priority ctpid="25">
-      HIGH
-    </Priority>
-    <Priority ctpid="26">
-      HIGH
-    </Priority>
-    <Priority ctpid="27">
-      HIGH
-    </Priority>
-    <Priority ctpid="28">
-      HIGH
-    </Priority>
-    <Priority ctpid="29">
-      HIGH
-    </Priority>
-    <Priority ctpid="30">
-      HIGH
-    </Priority>
-    <Priority ctpid="31">
-      HIGH
-    </Priority>
-    <Priority ctpid="32">
-      HIGH
-    </Priority>
-    <Priority ctpid="33">
-      HIGH
-    </Priority>
-    <Priority ctpid="34">
-      HIGH
-    </Priority>
-    <Priority ctpid="35">
-      HIGH
-    </Priority>
-    <Priority ctpid="36">
-      HIGH
-    </Priority>
-    <Priority ctpid="37">
-      HIGH
-    </Priority>
-    <Priority ctpid="38">
-      HIGH
-    </Priority>
-    <Priority ctpid="39">
-      HIGH
-    </Priority>
-    <Priority ctpid="40">
-      HIGH
-    </Priority>
-    <Priority ctpid="41">
-      HIGH
-    </Priority>
-    <Priority ctpid="42">
-      HIGH
-    </Priority>
-    <Priority ctpid="43">
-      HIGH
-    </Priority>
-    <Priority ctpid="44">
-      HIGH
-    </Priority>
-    <Priority ctpid="45">
-      HIGH
-    </Priority>
-    <Priority ctpid="46">
-      HIGH
-    </Priority>
-    <Priority ctpid="47">
-      HIGH
-    </Priority>
-    <Priority ctpid="48">
-      HIGH
-    </Priority>
-    <Priority ctpid="49">
-      HIGH
-    </Priority>
-    <Priority ctpid="50">
-      HIGH
-    </Priority>
-    <Priority ctpid="51">
-      HIGH
-    </Priority>
-    <Priority ctpid="52">
-      HIGH
-    </Priority>
-    <Priority ctpid="53">
-      HIGH
-    </Priority>
-    <Priority ctpid="54">
-      HIGH
-    </Priority>
-    <Priority ctpid="55">
-      HIGH
-    </Priority>
-    <Priority ctpid="56">
-      HIGH
-    </Priority>
-    <Priority ctpid="57">
-      HIGH
-    </Priority>
-    <Priority ctpid="58">
-      HIGH
-    </Priority>
-    <Priority ctpid="59">
-      HIGH
-    </Priority>
-    <Priority ctpid="60">
-      HIGH
-    </Priority>
-    <Priority ctpid="61">
-      HIGH
-    </Priority>
-    <Priority ctpid="62">
-      HIGH
-    </Priority>
-    <Priority ctpid="63">
-      HIGH
-    </Priority>
-    <Priority ctpid="64">
-      HIGH
-    </Priority>
-    <Priority ctpid="65">
-      HIGH
-    </Priority>
-    <Priority ctpid="66">
-      HIGH
-    </Priority>
-    <Priority ctpid="67">
-      HIGH
-    </Priority>
-    <Priority ctpid="68">
-      HIGH
-    </Priority>
-    <Priority ctpid="69">
-      HIGH
-    </Priority>
-    <Priority ctpid="70">
-      HIGH
-    </Priority>
-    <Priority ctpid="71">
-      HIGH
-    </Priority>
-    <Priority ctpid="72">
-      HIGH
-    </Priority>
-    <Priority ctpid="73">
-      HIGH
-    </Priority>
-    <Priority ctpid="74">
-      HIGH
-    </Priority>
-    <Priority ctpid="75">
-      HIGH
-    </Priority>
-    <Priority ctpid="76">
-      HIGH
-    </Priority>
-    <Priority ctpid="77">
-      HIGH
-    </Priority>
-    <Priority ctpid="78">
-      HIGH
-    </Priority>
-    <Priority ctpid="79">
-      HIGH
-    </Priority>
-    <Priority ctpid="80">
-      HIGH
-    </Priority>
-    <Priority ctpid="81">
-      HIGH
-    </Priority>
-    <Priority ctpid="82">
-      HIGH
-    </Priority>
-    <Priority ctpid="83">
-      LOW
-    </Priority>
-    <Priority ctpid="84">
-      HIGH
-    </Priority>
-    <Priority ctpid="85">
-      HIGH
-    </Priority>
-    <Priority ctpid="86">
-      HIGH
-    </Priority>
-    <Priority ctpid="87">
-      HIGH
-    </Priority>
-    <Priority ctpid="88">
-      HIGH
-    </Priority>
-    <Priority ctpid="89">
-      HIGH
-    </Priority>
-    <Priority ctpid="90">
-      HIGH
-    </Priority>
-    <Priority ctpid="91">
-      HIGH
-    </Priority>
-    <Priority ctpid="92">
-      HIGH
-    </Priority>
-    <Priority ctpid="93">
-      HIGH
-    </Priority>
-    <Priority ctpid="94">
-      HIGH
-    </Priority>
-    <Priority ctpid="95">
-      HIGH
-    </Priority>
-    <Priority ctpid="96">
-      HIGH
-    </Priority>
-    <Priority ctpid="97">
-      HIGH
-    </Priority>
-    <Priority ctpid="98">
-      HIGH
-    </Priority>
-    <Priority ctpid="99">
-      HIGH
-    </Priority>
-    <Priority ctpid="100">
-      HIGH
-    </Priority>
-    <Priority ctpid="101">
-      LOW
-    </Priority>
-    <Priority ctpid="102">
-      HIGH
-    </Priority>
-    <Priority ctpid="103">
-      LOW
-    </Priority>
-    <Priority ctpid="104">
-      HIGH
-    </Priority>
-    <Priority ctpid="105">
-      HIGH
-    </Priority>
-    <Priority ctpid="106">
-      HIGH
-    </Priority>
-    <Priority ctpid="107">
-      HIGH
-    </Priority>
-    <Priority ctpid="108">
-      HIGH
-    </Priority>
-    <Priority ctpid="109">
-      LOW
-    </Priority>
-    <Priority ctpid="110">
-      HIGH
-    </Priority>
-    <Priority ctpid="111">
-      HIGH
-    </Priority>
-    <Priority ctpid="112">
-      HIGH
-    </Priority>
-    <Priority ctpid="113">
-      HIGH
-    </Priority>
-    <Priority ctpid="114">
-      HIGH
-    </Priority>
-    <Priority ctpid="115">
-      HIGH
-    </Priority>
-    <Priority ctpid="116">
-      HIGH
-    </Priority>
-    <Priority ctpid="117">
-      HIGH
-    </Priority>
-    <Priority ctpid="118">
-      LOW
-    </Priority>
-    <Priority ctpid="119">
-      LOW
-    </Priority>
-    <Priority ctpid="120">
-      HIGH
-    </Priority>
-    <Priority ctpid="121">
-      LOW
-    </Priority>
-    <Priority ctpid="122">
-      HIGH
-    </Priority>
-    <Priority ctpid="123">
-      HIGH
-    </Priority>
-    <Priority ctpid="124">
-      HIGH
-    </Priority>
-    <Priority ctpid="125">
-      HIGH
-    </Priority>
-    <Priority ctpid="126">
-      HIGH
-    </Priority>
-    <Priority ctpid="127">
-      HIGH
-    </Priority>
-    <Priority ctpid="128">
-      HIGH
-    </Priority>
-    <Priority ctpid="129">
-      HIGH
-    </Priority>
-    <Priority ctpid="130">
-      HIGH
-    </Priority>
-    <Priority ctpid="131">
-      HIGH
-    </Priority>
-    <Priority ctpid="132">
-      HIGH
-    </Priority>
-    <Priority ctpid="133">
-      HIGH
-    </Priority>
-    <Priority ctpid="134">
-      HIGH
-    </Priority>
-    <Priority ctpid="135">
-      HIGH
-    </Priority>
-    <Priority ctpid="136">
-      HIGH
-    </Priority>
-    <Priority ctpid="137">
-      HIGH
-    </Priority>
-    <Priority ctpid="138">
-      HIGH
-    </Priority>
-    <Priority ctpid="139">
-      HIGH
-    </Priority>
-    <Priority ctpid="140">
-      HIGH
-    </Priority>
-    <Priority ctpid="141">
-      HIGH
-    </Priority>
-    <Priority ctpid="142">
-      HIGH
-    </Priority>
-    <Priority ctpid="143">
-      HIGH
-    </Priority>
-    <Priority ctpid="144">
-      HIGH
-    </Priority>
-    <Priority ctpid="145">
-      HIGH
-    </Priority>
-    <Priority ctpid="146">
-      HIGH
-    </Priority>
-    <Priority ctpid="147">
-      HIGH
-    </Priority>
-    <Priority ctpid="148">
-      HIGH
-    </Priority>
-    <Priority ctpid="149">
-      HIGH
-    </Priority>
-    <Priority ctpid="150">
-      HIGH
-    </Priority>
-    <Priority ctpid="151">
-      HIGH
-    </Priority>
-    <Priority ctpid="152">
-      HIGH
-    </Priority>
-    <Priority ctpid="153">
-      HIGH
-    </Priority>
-    <Priority ctpid="154">
-      HIGH
-    </Priority>
-    <Priority ctpid="155">
-      HIGH
-    </Priority>
-    <Priority ctpid="156">
-      HIGH
-    </Priority>
-    <Priority ctpid="157">
-      HIGH
-    </Priority>
-    <Priority ctpid="158">
-      LOW
-    </Priority>
-    <Priority ctpid="159">
-      HIGH
-    </Priority>
-    <Priority ctpid="160">
-      HIGH
-    </Priority>
-    <Priority ctpid="161">
-      HIGH
-    </Priority>
-    <Priority ctpid="162">
-      HIGH
-    </Priority>
-    <Priority ctpid="163">
-      HIGH
-    </Priority>
-    <Priority ctpid="164">
-      HIGH
-    </Priority>
-    <Priority ctpid="165">
-      HIGH
-    </Priority>
-    <Priority ctpid="166">
-      HIGH
-    </Priority>
-    <Priority ctpid="167">
-      HIGH
-    </Priority>
-    <Priority ctpid="168">
-      HIGH
-    </Priority>
-    <Priority ctpid="169">
-      LOW
-    </Priority>
-    <Priority ctpid="170">
-      LOW
-    </Priority>
-    <Priority ctpid="171">
-      HIGH
-    </Priority>
-    <Priority ctpid="172">
-      HIGH
-    </Priority>
-    <Priority ctpid="173">
-      HIGH
-    </Priority>
-    <Priority ctpid="174">
-      HIGH
-    </Priority>
-    <Priority ctpid="175">
-      HIGH
-    </Priority>
-    <Priority ctpid="176">
-      HIGH
-    </Priority>
-    <Priority ctpid="177">
-      HIGH
-    </Priority>
-    <Priority ctpid="178">
-      HIGH
-    </Priority>
-    <Priority ctpid="179">
-      HIGH
-    </Priority>
-    <Priority ctpid="180">
-      HIGH
-    </Priority>
-    <Priority ctpid="181">
-      HIGH
-    </Priority>
-    <Priority ctpid="182">
-      HIGH
-    </Priority>
-    <Priority ctpid="183">
-      HIGH
-    </Priority>
-    <Priority ctpid="184">
-      LOW
-    </Priority>
-    <Priority ctpid="185">
-      LOW
-    </Priority>
-    <Priority ctpid="186">
-      LOW
-    </Priority>
-    <Priority ctpid="187">
-      LOW
-    </Priority>
-    <Priority ctpid="188">
-      LOW
-    </Priority>
-    <Priority ctpid="189">
-      HIGH
-    </Priority>
-    <Priority ctpid="190">
-      HIGH
-    </Priority>
-    <Priority ctpid="191">
-      HIGH
-    </Priority>
-    <Priority ctpid="192">
-      HIGH
-    </Priority>
-    <Priority ctpid="193">
-      HIGH
-    </Priority>
-    <Priority ctpid="194">
-      LOW
-    </Priority>
-    <Priority ctpid="195">
-      LOW
-    </Priority>
-    <Priority ctpid="196">
-      HIGH
-    </Priority>
-    <Priority ctpid="197">
-      HIGH
-    </Priority>
-    <Priority ctpid="198">
-      LOW
-    </Priority>
-    <Priority ctpid="199">
-      LOW
-    </Priority>
-    <Priority ctpid="200">
-      HIGH
-    </Priority>
-    <Priority ctpid="201">
-      HIGH
-    </Priority>
-    <Priority ctpid="202">
-      HIGH
-    </Priority>
-    <Priority ctpid="203">
-      LOW
-    </Priority>
-    <Priority ctpid="204">
-      HIGH
-    </Priority>
-    <Priority ctpid="205">
-      HIGH
-    </Priority>
-    <Priority ctpid="206">
-      HIGH
-    </Priority>
-    <Priority ctpid="207">
-      LOW
-    </Priority>
-    <Priority ctpid="208">
-      HIGH
-    </Priority>
-    <Priority ctpid="209">
-      LOW
-    </Priority>
-    <Priority ctpid="210">
-      LOW
-    </Priority>
-    <Priority ctpid="211">
-      LOW
-    </Priority>
-    <Priority ctpid="212">
-      HIGH
-    </Priority>
-    <Priority ctpid="213">
-      HIGH
-    </Priority>
-    <Priority ctpid="214">
-      HIGH
-    </Priority>
-    <Priority ctpid="215">
-      HIGH
-    </Priority>
-    <Priority ctpid="216">
-      LOW
-    </Priority>
-    <Priority ctpid="217">
-      LOW
-    </Priority>
-    <Priority ctpid="218">
-      HIGH
-    </Priority>
-    <Priority ctpid="219">
-      LOW
-    </Priority>
-    <Priority ctpid="220">
-      LOW
-    </Priority>
-    <Priority ctpid="221">
-      LOW
-    </Priority>
-    <Priority ctpid="222">
-      HIGH
-    </Priority>
-    <Priority ctpid="223">
-      HIGH
-    </Priority>
-    <Priority ctpid="224">
-      HIGH
-    </Priority>
-    <Priority ctpid="225">
-      HIGH
-    </Priority>
-    <Priority ctpid="226">
-      HIGH
-    </Priority>
-    <Priority ctpid="227">
-      LOW
-    </Priority>
-    <Priority ctpid="228">
-      HIGH
-    </Priority>
-    <Priority ctpid="229">
-      HIGH
-    </Priority>
-    <Priority ctpid="230">
-      HIGH
-    </Priority>
-    <Priority ctpid="231">
-      HIGH
-    </Priority>
-    <Priority ctpid="232">
-      HIGH
-    </Priority>
-    <Priority ctpid="233">
-      HIGH
-    </Priority>
-    <Priority ctpid="234">
-      HIGH
-    </Priority>
-    <Priority ctpid="235">
-      HIGH
-    </Priority>
-    <Priority ctpid="236">
-      LOW
-    </Priority>
-    <Priority ctpid="237">
-      LOW
-    </Priority>
-    <Priority ctpid="238">
-      HIGH
-    </Priority>
-    <Priority ctpid="239">
-      LOW
-    </Priority>
-    <Priority ctpid="240">
-      LOW
-    </Priority>
-    <Priority ctpid="241">
-      HIGH
-    </Priority>
-    <Priority ctpid="242">
-      HIGH
-    </Priority>
-    <Priority ctpid="243">
-      LOW
-    </Priority>
-    <Priority ctpid="244">
-      LOW
-    </Priority>
-    <Priority ctpid="245">
-      HIGH
-    </Priority>
-    <Priority ctpid="246">
-      LOW
-    </Priority>
-    <Priority ctpid="247">
-      LOW
-    </Priority>
-    <Priority ctpid="248">
-      HIGH
-    </Priority>
-    <Priority ctpid="249">
-      HIGH
-    </Priority>
-    <Priority ctpid="250">
-      HIGH
-    </Priority>
-    <Priority ctpid="251">
-      LOW
-    </Priority>
-    <Priority ctpid="252">
-      HIGH
-    </Priority>
-    <Priority ctpid="253">
-      HIGH
-    </Priority>
-    <Priority ctpid="254">
-      HIGH
-    </Priority>
-    <Priority ctpid="255">
-      HIGH
-    </Priority>
-  </PrioritySet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="XS25" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="0" name="XE10" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="3" mapping="0" name="HA5" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="1" name="MBTS_A1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="0" name="MBTS_A0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bcdelay="3564" bitnum="1" id="6" mapping="0" name="ZB_J75" seed="J75" seed_multi="1" type="ZB" version="1">
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="1" name="NIM29" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM29full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="8" mapping="1" name="HA6" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6full" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="1" name="XE15" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="1" name="XS30" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="2" name="NIM30" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM30full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="2" name="MBTS_A2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="13" mapping="2" name="HA6I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="5" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6Ifull" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="2" name="XE20" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="2" name="XS35" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="3" name="MBTS_A3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="17" mapping="3" name="HA8" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8full" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="3" name="XE25" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="3" name="XS40" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="4" name="MBTS_A4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="21" mapping="4" name="HA11" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11full" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="4" name="XE30" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="4" name="XS45" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS45full" phimax="64" phimin="0" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="5" name="MBTS_A5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="25" mapping="5" name="HA11I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11Ifull" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="5" name="XE35" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="5" name="XS50" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="6" name="MBTS_A6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="29" mapping="6" name="HA20" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="6" name="XE40" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="6" name="XS60" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="7" name="MBTS_A7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="33" mapping="7" name="HA30" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="7" name="XE50" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="7" name="XS65" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS65full" phimax="64" phimin="0" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="8" name="MBTS_A8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="9" name="MBTS_A9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="10" name="MBTS_A10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="11" name="MBTS_A11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="12" name="MBTS_A12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="13" name="MBTS_A13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="14" name="MBTS_A14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="15" name="MBTS_A15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="16" name="MBTS_C0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="17" name="MBTS_C1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="18" name="MBTS_C2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="19" name="MBTS_C3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="20" name="MBTS_C4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="21" name="MBTS_C5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="22" name="MBTS_C6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="51" mapping="23" name="MBTS_C7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="24" name="MBTS_C8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="25" name="MBTS_C9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="26" name="MBTS_C10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="27" name="MBTS_C11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="28" name="MBTS_C12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="29" name="MBTS_C13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="30" name="MBTS_C14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="31" name="MBTS_C15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="60" mapping="0" name="NIM28" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM28full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="61" mapping="26" name="NIMDIR26" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="62" mapping="0" name="ZDC_A" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="63" mapping="0" name="BCM_Comb" type="BCMCMB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="64" mapping="0" name="BCM_AtoC" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="0" name="LUCID_A" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="66" mapping="0" name="BPTX0" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX0full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="67" mapping="0" name="MBTS_A" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="0" name="TE5" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE5full" phimax="64" phimin="0" priority="0" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="69" mapping="0" name="JF10" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="70" mapping="0" name="JB10" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="71" mapping="0" name="JE100" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="72" mapping="0" name="J10" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="73" mapping="0" name="EM3" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="74" mapping="1" name="MU4" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU4full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="75" mapping="1" name="EM4" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM4full" phimax="64" phimin="0" priority="1" thresholdval="4" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="76" mapping="1" name="J15" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="77" mapping="1" name="JE200" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE200full" phimax="64" phimin="0" priority="0" thresholdval="200" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="78" mapping="1" name="JB30" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="79" mapping="1" name="JF30" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="80" mapping="1" name="TE10" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="81" mapping="1" name="MBTS_C" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="82" mapping="1" name="BPTX1" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX1full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="83" mapping="1" name="LUCID_C" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="84" mapping="1" name="BCM_CtoA" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="1" name="ZDC_C" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="86" mapping="2" name="MU6" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU6full" phimax="64" phimin="0" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="87" mapping="2" name="EM5" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="88" mapping="2" name="J20" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="2" name="JE300" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE300full" phimax="64" phimin="0" priority="0" thresholdval="300" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="90" mapping="2" name="JB55" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB55full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB55full" phimax="64" phimin="0" priority="2" thresholdval="55" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="91" mapping="2" name="JF55" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF55full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF55full" phimax="64" phimin="0" priority="2" thresholdval="55" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="2" name="TE20" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="93" mapping="2" name="BCM_Wide" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="94" mapping="2" name="ZDC_AND" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="95" mapping="3" name="MU11" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU11full" phimax="64" phimin="0" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="96" mapping="3" name="EM7" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM7full" phimax="64" phimin="0" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="97" mapping="3" name="J30" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="3" name="JE500" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="99" mapping="3" name="JB95" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB95full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB95full" phimax="64" phimin="0" priority="2" thresholdval="95" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="100" mapping="3" name="JF95" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF95full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF95full" phimax="64" phimin="0" priority="2" thresholdval="95" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="101" mapping="3" name="TE30" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="102" mapping="4" name="MU15" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="103" mapping="4" name="EM10" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM10full" phimax="64" phimin="0" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="104" mapping="4" name="J50" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="105" mapping="4" name="TE40" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="106" mapping="5" name="MU20" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="107" mapping="5" name="EM12" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM12full" phimax="64" phimin="0" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="108" mapping="5" name="J75" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J75full" phimax="64" phimin="0" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="5" name="TE50" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="5" name="NIMDIR5" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="111" mapping="6" name="EM14" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM14full" phimax="64" phimin="0" priority="1" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="6" name="J175" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J175full" phimax="64" phimin="0" priority="0" thresholdval="175" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="113" mapping="6" name="TE2000" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE2000full" phimax="64" phimin="0" priority="0" thresholdval="2000" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="114" mapping="6" name="NIMDIR6" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR6full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="115" mapping="7" name="EM16" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM16full" phimax="64" phimin="0" priority="1" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="116" mapping="7" name="J250" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J250full" phimax="64" phimin="0" priority="0" thresholdval="250" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="7" name="TE4000" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE4000full" phimax="64" phimin="0" priority="0" thresholdval="4000" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="7" name="NIMDIR7" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR7full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="8" name="NIMDIR8" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR8full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="14" name="NIMDIR14" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR14full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="25" name="NIMDIR25" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="122" mapping="0" name="MU0" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU0full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name="rand01" rate1="0" rate2="0" seed1="1" seed2="1"/>
-  <Deadtime complex1_level="7" complex1_rate="415" complex2_level="7" complex2_rate="415" name="Default" simple="5" version="1"/>
-  <BunchGroupSet name="bg_set1" version="1">
-    <BunchGroup internalNumber="0" name="BCRVeto" version="1">
-      <Bunch bunchNumber="2067"/>
-      <Bunch bunchNumber="2068"/>
-      <Bunch bunchNumber="2069"/>
-      <Bunch bunchNumber="2678"/>
-      <Bunch bunchNumber="7"/>
-      <Bunch bunchNumber="1234"/>
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled" version="1">
-      <Bunch bunchNumber="206"/>
-      <Bunch bunchNumber="207"/>
-      <Bunch bunchNumber="208"/>
-      <Bunch bunchNumber="267"/>
-      <Bunch bunchNumber="1"/>
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="EmptyCalib" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="3" name="Empty" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="6" name="EmptyAfterFilled" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01" version="1"/>
-  <MuctpiInfo name="muctpi" version="1">
-    <low_pt>
-      1
-    </low_pt>
-    <high_pt>
-      1
-    </high_pt>
-    <max_cand>
-      13
-    </max_cand>
-  </MuctpiInfo>
-  <CaloInfo global_scale="1.0" name="CaloInfo" version="1">
-    <JetWeight num="1">
-      13
-    </JetWeight>
-    <JetWeight num="2">
-      5
-    </JetWeight>
-    <JetWeight num="3">
-      7
-    </JetWeight>
-    <JetWeight num="4">
-      15
-    </JetWeight>
-    <JetWeight num="5">
-      23
-    </JetWeight>
-    <JetWeight num="6">
-      62
-    </JetWeight>
-    <JetWeight num="7">
-      88
-    </JetWeight>
-    <JetWeight num="8">
-      99
-    </JetWeight>
-    <JetWeight num="9">
-      0
-    </JetWeight>
-    <JetWeight num="10">
-      0
-    </JetWeight>
-    <JetWeight num="11">
-      0
-    </JetWeight>
-    <JetWeight num="12">
-      0
-    </JetWeight>
-    <METSignificance teSqrtMax="63" teSqrtMin="4" xeMax="63" xeMin="11" xsSigmaOffset="1280" xsSigmaScale="1120"/>
-  </CaloInfo>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_HI_v2.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_HI_v2.xml
deleted file mode 100644
index a62ebec89be5db46deb1a416dfde67745a4a74c1..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_HI_v2.xml
+++ /dev/null
@@ -1,4206 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config id="1" name="Physics_HI_v2">
-  <!--File is auto-generated by python config class, may be overwritten-->
-  <!--No. L1 thresholds defined: 139-->
-  <!--No. L1 items defined: 214-->
-  <TriggerMenu id="1" name="Physics_HI_v2" phase="lumi" version="1">
-    <TriggerItem comment="" ctpid="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="84" definition="(EM4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM4" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM4_x1" triggerthreshold="EM4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="1" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="2" definition="(EM7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="3" definition="(EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="4" definition="(EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="5" definition="(EM14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="85" definition="(EM16[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16_x1" triggerthreshold="EM16"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="10" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="11" definition="(EM5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="64" definition="(HA3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA3_x1" triggerthreshold="HA3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="89" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="91" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU11" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="88" definition="(MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU15" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="92" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU20" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="93" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="90" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="94" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="95" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="72" definition="(MU11[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU11" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU11_x2" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="73" definition="(MU20[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU20_x2" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="71" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="105" definition="(J5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="100" definition="(J5_win6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J5_win6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_win6_x1" triggerthreshold="J5_win6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="139" definition="(J5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J5_x2" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="97" definition="(J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="140" definition="(J10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="98" definition="(J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="104" definition="(J18[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J18" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J18_x1" triggerthreshold="J18"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="96" definition="(J20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="99" definition="(J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="102" definition="(J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="233" definition="(J5[x1]&amp;TE90[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J5_TE90" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <TriggerCondition multi="1" name="TE90_x1" triggerthreshold="TE90"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="234" definition="(J5[x2]&amp;TE90[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J5_TE90" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J5_x2" triggerthreshold="J5"/>
-        <TriggerCondition multi="1" name="TE90_x1" triggerthreshold="TE90"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="123" definition="((JF0[x1]|JB0[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ0" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF0_x1" triggerthreshold="JF0"/>
-          <TriggerCondition multi="1" name="JB0_x1" triggerthreshold="JB0"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="198" definition="((JF5[x1]|JB5[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ5" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF5_x1" triggerthreshold="JF5"/>
-          <TriggerCondition multi="1" name="JB5_x1" triggerthreshold="JB5"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="199" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="9" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_FJ10_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="203" definition="((JF15[x1]|JB15[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ15" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-          <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="239" definition="(JF0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ0_A" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF0_x1" triggerthreshold="JF0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="219" definition="(JB0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ0_C" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JB0_x1" triggerthreshold="JB0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="212" definition="(LUCID_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="213" definition="(LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="214" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="215" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="249" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_COMM" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="222" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="151" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_2_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="204" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="205" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MBTS_2_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="226" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="149" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_1_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="200" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="201" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MBTS_1_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="228" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1_1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="223" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2_2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="224" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_3_3" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="15" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_4_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="40" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1_1_OVERLAY" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="17" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD0_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="18" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_RD0_FIRSTEMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="19" definition="(RNDM0&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_RD0_UNPAIRED_ISO" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="7" definition="(RNDM0&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_RD0_UNPAIRED_NONISO" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="62" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD0_EMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="63" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD1_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="16" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD1_EMPTY" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="132" definition="(TE0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE0" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE0_x1" triggerthreshold="TE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="133" definition="(TE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="134" definition="(TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="138" definition="(TE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE35_x1" triggerthreshold="TE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="135" definition="(TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="136" definition="(TE65[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE65" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE65_x1" triggerthreshold="TE65"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="142" definition="(TE90[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE90" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE90_x1" triggerthreshold="TE90"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="141" definition="(TE100[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE100" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE100_x1" triggerthreshold="TE100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="193" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="190" definition="(ZDC_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="191" definition="(ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="189" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_AND" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="192" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="27" definition="(ZDC_A[x1]&amp;!TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_VTE20" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="36" definition="(ZDC_C[x1]&amp;!TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_C_VTE20" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="225" definition="(BCM_Comb[x7]&amp;BGRP0)" group="0" name="L1_BCM_HT_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="80" definition="(BCM_Wide[x1]&amp;BGRP0)" group="0" name="L1_BCM_Wide_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="81" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" group="0" name="L1_BCM_AC_CA_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="145" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_MBTS_1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="146" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="147" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_MBTS_1_1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="148" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x2]&amp;MBTS_C[x2])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_MBTS_2_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="13" definition="(NIMDIR6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B21" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR6_x1" triggerthreshold="NIMDIR6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="14" definition="(NIMDIR7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B22" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR7_x1" triggerthreshold="NIMDIR7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="157" definition="(NIMDIR8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B23" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR8_x1" triggerthreshold="NIMDIR8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="34" definition="(MU0[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_MV_VTE50" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="12" definition="(MU0[x1]&amp;!TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_VTE20" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="35" definition="(MU0[x1]&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_VTE50" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="41" definition="(MU0[x1]&amp;TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_TE50" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="39" definition="(MU4[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_MV_VTE50" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="38" definition="(MU4[x1]&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_VTE50" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="43" definition="(MU4[x1]&amp;TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_TE50" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="45" definition="(EM3[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_MV_VTE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="28" definition="(EM3[x1]&amp;!TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_VTE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="44" definition="(EM3[x1]&amp;!TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_VTE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="46" definition="(EM3[x1]&amp;J5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_2J5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <TriggerCondition multi="2" name="J5_x2" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="49" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MBTS_2_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="48" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="47" definition="BGRP7" group="0" name="L1_BGRP7" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP7"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="188" definition="(ZDC_A[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ZDC_A_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="194" definition="(ZDC_C[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ZDC_C_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="120" definition="(MBTS_A0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A0_x1" triggerthreshold="MBTS_A0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="122" definition="(MBTS_A1[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A1_x1" triggerthreshold="MBTS_A1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="131" definition="(MBTS_A2[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A2_x1" triggerthreshold="MBTS_A2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="137" definition="(MBTS_A3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA3" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A3_x1" triggerthreshold="MBTS_A3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="153" definition="(MBTS_A4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A4_x1" triggerthreshold="MBTS_A4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="154" definition="(MBTS_A5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA5" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A5_x1" triggerthreshold="MBTS_A5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="155" definition="(MBTS_A6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA6" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A6_x1" triggerthreshold="MBTS_A6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="156" definition="(MBTS_A7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA7" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A7_x1" triggerthreshold="MBTS_A7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="161" definition="(MBTS_A8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA8" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A8_x1" triggerthreshold="MBTS_A8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="163" definition="(MBTS_A9[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA9" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A9_x1" triggerthreshold="MBTS_A9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="164" definition="(MBTS_A10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA10" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A10_x1" triggerthreshold="MBTS_A10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="168" definition="(MBTS_A11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA11" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A11_x1" triggerthreshold="MBTS_A11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="173" definition="(MBTS_A12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA12" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A12_x1" triggerthreshold="MBTS_A12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="174" definition="(MBTS_A13[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA13" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A13_x1" triggerthreshold="MBTS_A13"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="176" definition="(MBTS_A14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA14" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A14_x1" triggerthreshold="MBTS_A14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="178" definition="(MBTS_A15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSA15" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A15_x1" triggerthreshold="MBTS_A15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="86" definition="(MBTS_C0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C0_x1" triggerthreshold="MBTS_C0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="82" definition="(MBTS_C1[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C1_x1" triggerthreshold="MBTS_C1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="76" definition="(MBTS_C2[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC2" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C2_x1" triggerthreshold="MBTS_C2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="65" definition="(MBTS_C3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC3" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C3_x1" triggerthreshold="MBTS_C3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="50" definition="(MBTS_C4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C4_x1" triggerthreshold="MBTS_C4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="51" definition="(MBTS_C5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC5" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C5_x1" triggerthreshold="MBTS_C5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="52" definition="(MBTS_C6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC6" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C6_x1" triggerthreshold="MBTS_C6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="53" definition="(MBTS_C7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC7" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C7_x1" triggerthreshold="MBTS_C7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="54" definition="(MBTS_C8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC8" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C8_x1" triggerthreshold="MBTS_C8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="55" definition="(MBTS_C9[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC9" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C9_x1" triggerthreshold="MBTS_C9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="56" definition="(MBTS_C10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC10" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C10_x1" triggerthreshold="MBTS_C10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="57" definition="(MBTS_C11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC11" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C11_x1" triggerthreshold="MBTS_C11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="58" definition="(MBTS_C12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC12" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C12_x1" triggerthreshold="MBTS_C12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="59" definition="(MBTS_C13[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC13" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C13_x1" triggerthreshold="MBTS_C13"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="60" definition="(MBTS_C14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC14" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C14_x1" triggerthreshold="MBTS_C14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="61" definition="(MBTS_C15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTSC15" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C15_x1" triggerthreshold="MBTS_C15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="127" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM3_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="128" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_EM3_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="177" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM3_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="66" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_EM3_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="179" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="160" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU0_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="159" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU0_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="162" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="70" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="167" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU4_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="165" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU4_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="166" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU4_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="67" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU4_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="68" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="75" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU11_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="69" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="6" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU4_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="124" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_2MU6_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="125" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_2MU6_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="143" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU6_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="144" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="115" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_TAU8_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="116" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_TAU8_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="152" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_TAU8_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="114" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_TAU8_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="186" definition="(J5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J5_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="187" definition="(J5[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J5_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="184" definition="(J5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="185" definition="(J5[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J5_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="110" definition="(J10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="111" definition="(J10[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J10_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="171" definition="(J10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="129" definition="(J10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="172" definition="(J30[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="87" definition="(J30[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_J30_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="130" definition="(J30[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="180" definition="((JF0[x1]|JB0[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_FJ0_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF0_x1" triggerthreshold="JF0"/>
-          <TriggerCondition multi="1" name="JB0_x1" triggerthreshold="JB0"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="175" definition="((JF0[x1]|JB0[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_FJ0_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF0_x1" triggerthreshold="JF0"/>
-          <TriggerCondition multi="1" name="JB0_x1" triggerthreshold="JB0"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="181" definition="((JF5[x1]|JB5[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_FJ5_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF5_x1" triggerthreshold="JF5"/>
-          <TriggerCondition multi="1" name="JB5_x1" triggerthreshold="JB5"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="218" definition="((JF5[x1]|JB5[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_FJ5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF5_x1" triggerthreshold="JF5"/>
-          <TriggerCondition multi="1" name="JB5_x1" triggerthreshold="JB5"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="197" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="182" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="183" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_ZDC_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="196" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="117" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="37" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_ZDC_A_C_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="150" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_1_1_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="202" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_1_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="229" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_2_2_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="230" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_3_3_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="231" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_2_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="232" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_3_3_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="20" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_4_4_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="245" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="113" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="77" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_LUCID_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="112" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_COMM_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="238" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="208" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="206" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_LUCID_A_C_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="250" definition="(ZB_J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZB" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_J10_x1" triggerthreshold="ZB_J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="241" definition="(BPTX0[x1]&amp;BGRP0)" group="0" name="L1_BPTX0_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="242" definition="(BPTX1[x1]&amp;BGRP0)" group="0" name="L1_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="107" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_Wide_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="108" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_Wide_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="126" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_BCM_Wide_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="106" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_AC_CA_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="8" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_BCM_AC_CA_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="253" definition="(NIM28[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ0" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="254" definition="(NIM29[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ1" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="255" definition="(NIM30[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ2" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="78" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_TRT" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="79" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_L1A_Mon" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="252" definition="BGRP1" group="0" name="L1_BGRP1" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP1"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="247" definition="(NIMDIR36[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LHCF" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR36_x1" triggerthreshold="NIMDIR36"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="Physics_HI_v2_default_prescale" version="1">
-    <Prescale ctpid="0" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="1" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="2" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="3" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="4" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="5" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="6" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="7" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="8" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="9" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="10" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="11" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="12" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="13" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="14" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="15" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="16" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="17" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="18" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="19" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="20" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="21" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="22" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="23" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="24" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="25" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="26" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="27" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="28" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="29" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="30" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="31" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="32" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="33" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="34" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="35" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="36" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="37" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="38" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="39" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="40" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="41" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="42" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="43" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="44" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="45" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="46" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="47" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="48" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="49" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="50" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="51" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="52" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="53" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="54" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="55" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="56" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="57" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="58" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="59" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="60" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="61" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="62" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="63" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="64" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="65" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="66" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="67" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="68" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="69" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="70" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="71" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="72" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="73" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="74" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="75" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="76" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="77" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="78" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="79" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="80" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="81" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="82" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="83" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="84" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="85" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="86" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="87" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="88" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="89" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="90" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="91" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="92" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="93" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="94" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="95" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="96" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="97" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="98" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="99" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="100" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="101" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="102" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="103" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="104" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="105" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="106" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="107" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="108" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="109" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="110" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="111" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="112" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="113" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="114" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="115" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="116" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="117" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="118" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="119" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="120" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="121" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="122" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="123" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="124" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="125" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="126" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="127" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="128" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="129" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="130" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="131" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="132" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="133" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="134" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="135" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="136" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="137" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="138" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="139" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="140" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="141" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="142" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="143" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="144" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="145" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="146" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="147" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="148" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="149" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="150" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="151" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="152" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="153" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="154" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="155" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="156" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="157" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="158" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="159" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="160" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="161" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="162" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="163" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="164" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="165" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="166" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="167" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="168" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="169" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="170" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="171" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="172" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="173" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="174" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="175" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="176" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="177" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="178" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="179" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="180" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="181" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="182" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="183" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="184" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="185" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="186" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="187" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="188" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="189" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="190" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="191" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="192" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="193" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="194" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="195" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="196" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="197" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="198" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="199" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="200" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="201" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="202" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="203" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="204" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="205" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="206" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="207" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="208" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="209" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="210" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="211" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="212" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="213" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="214" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="215" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="216" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="217" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="218" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="219" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="220" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="221" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="222" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="223" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="224" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="225" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="226" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="227" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="228" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="229" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="230" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="231" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="232" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="233" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="234" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="235" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="236" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="237" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="238" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="239" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="240" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="241" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="242" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="243" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="244" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="245" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="246" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="247" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="248" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="249" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="250" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="251" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="252" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="253" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="254" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="255" d="0" m="0" n="1">
-      1
-    </Prescale>
-  </PrescaleSet>
-  <PrioritySet name="standard" version="1">
-    <Priority ctpid="0">
-      HIGH
-    </Priority>
-    <Priority ctpid="1">
-      HIGH
-    </Priority>
-    <Priority ctpid="2">
-      HIGH
-    </Priority>
-    <Priority ctpid="3">
-      HIGH
-    </Priority>
-    <Priority ctpid="4">
-      HIGH
-    </Priority>
-    <Priority ctpid="5">
-      HIGH
-    </Priority>
-    <Priority ctpid="6">
-      HIGH
-    </Priority>
-    <Priority ctpid="7">
-      HIGH
-    </Priority>
-    <Priority ctpid="8">
-      HIGH
-    </Priority>
-    <Priority ctpid="9">
-      HIGH
-    </Priority>
-    <Priority ctpid="10">
-      HIGH
-    </Priority>
-    <Priority ctpid="11">
-      HIGH
-    </Priority>
-    <Priority ctpid="12">
-      HIGH
-    </Priority>
-    <Priority ctpid="13">
-      HIGH
-    </Priority>
-    <Priority ctpid="14">
-      HIGH
-    </Priority>
-    <Priority ctpid="15">
-      HIGH
-    </Priority>
-    <Priority ctpid="16">
-      HIGH
-    </Priority>
-    <Priority ctpid="17">
-      HIGH
-    </Priority>
-    <Priority ctpid="18">
-      HIGH
-    </Priority>
-    <Priority ctpid="19">
-      HIGH
-    </Priority>
-    <Priority ctpid="20">
-      HIGH
-    </Priority>
-    <Priority ctpid="21">
-      LOW
-    </Priority>
-    <Priority ctpid="22">
-      LOW
-    </Priority>
-    <Priority ctpid="23">
-      LOW
-    </Priority>
-    <Priority ctpid="24">
-      LOW
-    </Priority>
-    <Priority ctpid="25">
-      LOW
-    </Priority>
-    <Priority ctpid="26">
-      LOW
-    </Priority>
-    <Priority ctpid="27">
-      HIGH
-    </Priority>
-    <Priority ctpid="28">
-      HIGH
-    </Priority>
-    <Priority ctpid="29">
-      LOW
-    </Priority>
-    <Priority ctpid="30">
-      LOW
-    </Priority>
-    <Priority ctpid="31">
-      LOW
-    </Priority>
-    <Priority ctpid="32">
-      LOW
-    </Priority>
-    <Priority ctpid="33">
-      LOW
-    </Priority>
-    <Priority ctpid="34">
-      HIGH
-    </Priority>
-    <Priority ctpid="35">
-      HIGH
-    </Priority>
-    <Priority ctpid="36">
-      HIGH
-    </Priority>
-    <Priority ctpid="37">
-      HIGH
-    </Priority>
-    <Priority ctpid="38">
-      HIGH
-    </Priority>
-    <Priority ctpid="39">
-      HIGH
-    </Priority>
-    <Priority ctpid="40">
-      HIGH
-    </Priority>
-    <Priority ctpid="41">
-      HIGH
-    </Priority>
-    <Priority ctpid="42">
-      LOW
-    </Priority>
-    <Priority ctpid="43">
-      HIGH
-    </Priority>
-    <Priority ctpid="44">
-      HIGH
-    </Priority>
-    <Priority ctpid="45">
-      HIGH
-    </Priority>
-    <Priority ctpid="46">
-      HIGH
-    </Priority>
-    <Priority ctpid="47">
-      HIGH
-    </Priority>
-    <Priority ctpid="48">
-      HIGH
-    </Priority>
-    <Priority ctpid="49">
-      HIGH
-    </Priority>
-    <Priority ctpid="50">
-      HIGH
-    </Priority>
-    <Priority ctpid="51">
-      HIGH
-    </Priority>
-    <Priority ctpid="52">
-      HIGH
-    </Priority>
-    <Priority ctpid="53">
-      HIGH
-    </Priority>
-    <Priority ctpid="54">
-      HIGH
-    </Priority>
-    <Priority ctpid="55">
-      HIGH
-    </Priority>
-    <Priority ctpid="56">
-      HIGH
-    </Priority>
-    <Priority ctpid="57">
-      HIGH
-    </Priority>
-    <Priority ctpid="58">
-      HIGH
-    </Priority>
-    <Priority ctpid="59">
-      HIGH
-    </Priority>
-    <Priority ctpid="60">
-      HIGH
-    </Priority>
-    <Priority ctpid="61">
-      HIGH
-    </Priority>
-    <Priority ctpid="62">
-      HIGH
-    </Priority>
-    <Priority ctpid="63">
-      HIGH
-    </Priority>
-    <Priority ctpid="64">
-      HIGH
-    </Priority>
-    <Priority ctpid="65">
-      HIGH
-    </Priority>
-    <Priority ctpid="66">
-      HIGH
-    </Priority>
-    <Priority ctpid="67">
-      HIGH
-    </Priority>
-    <Priority ctpid="68">
-      HIGH
-    </Priority>
-    <Priority ctpid="69">
-      HIGH
-    </Priority>
-    <Priority ctpid="70">
-      HIGH
-    </Priority>
-    <Priority ctpid="71">
-      HIGH
-    </Priority>
-    <Priority ctpid="72">
-      HIGH
-    </Priority>
-    <Priority ctpid="73">
-      HIGH
-    </Priority>
-    <Priority ctpid="74">
-      LOW
-    </Priority>
-    <Priority ctpid="75">
-      HIGH
-    </Priority>
-    <Priority ctpid="76">
-      HIGH
-    </Priority>
-    <Priority ctpid="77">
-      HIGH
-    </Priority>
-    <Priority ctpid="78">
-      HIGH
-    </Priority>
-    <Priority ctpid="79">
-      HIGH
-    </Priority>
-    <Priority ctpid="80">
-      HIGH
-    </Priority>
-    <Priority ctpid="81">
-      HIGH
-    </Priority>
-    <Priority ctpid="82">
-      HIGH
-    </Priority>
-    <Priority ctpid="83">
-      LOW
-    </Priority>
-    <Priority ctpid="84">
-      HIGH
-    </Priority>
-    <Priority ctpid="85">
-      HIGH
-    </Priority>
-    <Priority ctpid="86">
-      HIGH
-    </Priority>
-    <Priority ctpid="87">
-      HIGH
-    </Priority>
-    <Priority ctpid="88">
-      HIGH
-    </Priority>
-    <Priority ctpid="89">
-      HIGH
-    </Priority>
-    <Priority ctpid="90">
-      HIGH
-    </Priority>
-    <Priority ctpid="91">
-      HIGH
-    </Priority>
-    <Priority ctpid="92">
-      HIGH
-    </Priority>
-    <Priority ctpid="93">
-      HIGH
-    </Priority>
-    <Priority ctpid="94">
-      HIGH
-    </Priority>
-    <Priority ctpid="95">
-      HIGH
-    </Priority>
-    <Priority ctpid="96">
-      HIGH
-    </Priority>
-    <Priority ctpid="97">
-      HIGH
-    </Priority>
-    <Priority ctpid="98">
-      HIGH
-    </Priority>
-    <Priority ctpid="99">
-      HIGH
-    </Priority>
-    <Priority ctpid="100">
-      HIGH
-    </Priority>
-    <Priority ctpid="101">
-      LOW
-    </Priority>
-    <Priority ctpid="102">
-      HIGH
-    </Priority>
-    <Priority ctpid="103">
-      LOW
-    </Priority>
-    <Priority ctpid="104">
-      HIGH
-    </Priority>
-    <Priority ctpid="105">
-      HIGH
-    </Priority>
-    <Priority ctpid="106">
-      HIGH
-    </Priority>
-    <Priority ctpid="107">
-      HIGH
-    </Priority>
-    <Priority ctpid="108">
-      HIGH
-    </Priority>
-    <Priority ctpid="109">
-      LOW
-    </Priority>
-    <Priority ctpid="110">
-      HIGH
-    </Priority>
-    <Priority ctpid="111">
-      HIGH
-    </Priority>
-    <Priority ctpid="112">
-      HIGH
-    </Priority>
-    <Priority ctpid="113">
-      HIGH
-    </Priority>
-    <Priority ctpid="114">
-      HIGH
-    </Priority>
-    <Priority ctpid="115">
-      HIGH
-    </Priority>
-    <Priority ctpid="116">
-      HIGH
-    </Priority>
-    <Priority ctpid="117">
-      HIGH
-    </Priority>
-    <Priority ctpid="118">
-      LOW
-    </Priority>
-    <Priority ctpid="119">
-      LOW
-    </Priority>
-    <Priority ctpid="120">
-      HIGH
-    </Priority>
-    <Priority ctpid="121">
-      LOW
-    </Priority>
-    <Priority ctpid="122">
-      HIGH
-    </Priority>
-    <Priority ctpid="123">
-      HIGH
-    </Priority>
-    <Priority ctpid="124">
-      HIGH
-    </Priority>
-    <Priority ctpid="125">
-      HIGH
-    </Priority>
-    <Priority ctpid="126">
-      HIGH
-    </Priority>
-    <Priority ctpid="127">
-      HIGH
-    </Priority>
-    <Priority ctpid="128">
-      HIGH
-    </Priority>
-    <Priority ctpid="129">
-      HIGH
-    </Priority>
-    <Priority ctpid="130">
-      HIGH
-    </Priority>
-    <Priority ctpid="131">
-      HIGH
-    </Priority>
-    <Priority ctpid="132">
-      HIGH
-    </Priority>
-    <Priority ctpid="133">
-      HIGH
-    </Priority>
-    <Priority ctpid="134">
-      HIGH
-    </Priority>
-    <Priority ctpid="135">
-      HIGH
-    </Priority>
-    <Priority ctpid="136">
-      HIGH
-    </Priority>
-    <Priority ctpid="137">
-      HIGH
-    </Priority>
-    <Priority ctpid="138">
-      HIGH
-    </Priority>
-    <Priority ctpid="139">
-      HIGH
-    </Priority>
-    <Priority ctpid="140">
-      HIGH
-    </Priority>
-    <Priority ctpid="141">
-      HIGH
-    </Priority>
-    <Priority ctpid="142">
-      HIGH
-    </Priority>
-    <Priority ctpid="143">
-      HIGH
-    </Priority>
-    <Priority ctpid="144">
-      HIGH
-    </Priority>
-    <Priority ctpid="145">
-      HIGH
-    </Priority>
-    <Priority ctpid="146">
-      HIGH
-    </Priority>
-    <Priority ctpid="147">
-      HIGH
-    </Priority>
-    <Priority ctpid="148">
-      HIGH
-    </Priority>
-    <Priority ctpid="149">
-      HIGH
-    </Priority>
-    <Priority ctpid="150">
-      HIGH
-    </Priority>
-    <Priority ctpid="151">
-      HIGH
-    </Priority>
-    <Priority ctpid="152">
-      HIGH
-    </Priority>
-    <Priority ctpid="153">
-      HIGH
-    </Priority>
-    <Priority ctpid="154">
-      HIGH
-    </Priority>
-    <Priority ctpid="155">
-      HIGH
-    </Priority>
-    <Priority ctpid="156">
-      HIGH
-    </Priority>
-    <Priority ctpid="157">
-      HIGH
-    </Priority>
-    <Priority ctpid="158">
-      LOW
-    </Priority>
-    <Priority ctpid="159">
-      HIGH
-    </Priority>
-    <Priority ctpid="160">
-      HIGH
-    </Priority>
-    <Priority ctpid="161">
-      HIGH
-    </Priority>
-    <Priority ctpid="162">
-      HIGH
-    </Priority>
-    <Priority ctpid="163">
-      HIGH
-    </Priority>
-    <Priority ctpid="164">
-      HIGH
-    </Priority>
-    <Priority ctpid="165">
-      HIGH
-    </Priority>
-    <Priority ctpid="166">
-      HIGH
-    </Priority>
-    <Priority ctpid="167">
-      HIGH
-    </Priority>
-    <Priority ctpid="168">
-      HIGH
-    </Priority>
-    <Priority ctpid="169">
-      LOW
-    </Priority>
-    <Priority ctpid="170">
-      LOW
-    </Priority>
-    <Priority ctpid="171">
-      HIGH
-    </Priority>
-    <Priority ctpid="172">
-      HIGH
-    </Priority>
-    <Priority ctpid="173">
-      HIGH
-    </Priority>
-    <Priority ctpid="174">
-      HIGH
-    </Priority>
-    <Priority ctpid="175">
-      HIGH
-    </Priority>
-    <Priority ctpid="176">
-      HIGH
-    </Priority>
-    <Priority ctpid="177">
-      HIGH
-    </Priority>
-    <Priority ctpid="178">
-      HIGH
-    </Priority>
-    <Priority ctpid="179">
-      HIGH
-    </Priority>
-    <Priority ctpid="180">
-      HIGH
-    </Priority>
-    <Priority ctpid="181">
-      HIGH
-    </Priority>
-    <Priority ctpid="182">
-      HIGH
-    </Priority>
-    <Priority ctpid="183">
-      HIGH
-    </Priority>
-    <Priority ctpid="184">
-      HIGH
-    </Priority>
-    <Priority ctpid="185">
-      HIGH
-    </Priority>
-    <Priority ctpid="186">
-      HIGH
-    </Priority>
-    <Priority ctpid="187">
-      HIGH
-    </Priority>
-    <Priority ctpid="188">
-      HIGH
-    </Priority>
-    <Priority ctpid="189">
-      HIGH
-    </Priority>
-    <Priority ctpid="190">
-      HIGH
-    </Priority>
-    <Priority ctpid="191">
-      HIGH
-    </Priority>
-    <Priority ctpid="192">
-      HIGH
-    </Priority>
-    <Priority ctpid="193">
-      HIGH
-    </Priority>
-    <Priority ctpid="194">
-      HIGH
-    </Priority>
-    <Priority ctpid="195">
-      LOW
-    </Priority>
-    <Priority ctpid="196">
-      HIGH
-    </Priority>
-    <Priority ctpid="197">
-      HIGH
-    </Priority>
-    <Priority ctpid="198">
-      HIGH
-    </Priority>
-    <Priority ctpid="199">
-      HIGH
-    </Priority>
-    <Priority ctpid="200">
-      HIGH
-    </Priority>
-    <Priority ctpid="201">
-      HIGH
-    </Priority>
-    <Priority ctpid="202">
-      HIGH
-    </Priority>
-    <Priority ctpid="203">
-      HIGH
-    </Priority>
-    <Priority ctpid="204">
-      HIGH
-    </Priority>
-    <Priority ctpid="205">
-      HIGH
-    </Priority>
-    <Priority ctpid="206">
-      HIGH
-    </Priority>
-    <Priority ctpid="207">
-      LOW
-    </Priority>
-    <Priority ctpid="208">
-      HIGH
-    </Priority>
-    <Priority ctpid="209">
-      LOW
-    </Priority>
-    <Priority ctpid="210">
-      LOW
-    </Priority>
-    <Priority ctpid="211">
-      LOW
-    </Priority>
-    <Priority ctpid="212">
-      HIGH
-    </Priority>
-    <Priority ctpid="213">
-      HIGH
-    </Priority>
-    <Priority ctpid="214">
-      HIGH
-    </Priority>
-    <Priority ctpid="215">
-      HIGH
-    </Priority>
-    <Priority ctpid="216">
-      LOW
-    </Priority>
-    <Priority ctpid="217">
-      LOW
-    </Priority>
-    <Priority ctpid="218">
-      HIGH
-    </Priority>
-    <Priority ctpid="219">
-      HIGH
-    </Priority>
-    <Priority ctpid="220">
-      LOW
-    </Priority>
-    <Priority ctpid="221">
-      LOW
-    </Priority>
-    <Priority ctpid="222">
-      HIGH
-    </Priority>
-    <Priority ctpid="223">
-      HIGH
-    </Priority>
-    <Priority ctpid="224">
-      HIGH
-    </Priority>
-    <Priority ctpid="225">
-      HIGH
-    </Priority>
-    <Priority ctpid="226">
-      HIGH
-    </Priority>
-    <Priority ctpid="227">
-      LOW
-    </Priority>
-    <Priority ctpid="228">
-      HIGH
-    </Priority>
-    <Priority ctpid="229">
-      HIGH
-    </Priority>
-    <Priority ctpid="230">
-      HIGH
-    </Priority>
-    <Priority ctpid="231">
-      HIGH
-    </Priority>
-    <Priority ctpid="232">
-      HIGH
-    </Priority>
-    <Priority ctpid="233">
-      HIGH
-    </Priority>
-    <Priority ctpid="234">
-      HIGH
-    </Priority>
-    <Priority ctpid="235">
-      LOW
-    </Priority>
-    <Priority ctpid="236">
-      LOW
-    </Priority>
-    <Priority ctpid="237">
-      LOW
-    </Priority>
-    <Priority ctpid="238">
-      HIGH
-    </Priority>
-    <Priority ctpid="239">
-      HIGH
-    </Priority>
-    <Priority ctpid="240">
-      LOW
-    </Priority>
-    <Priority ctpid="241">
-      HIGH
-    </Priority>
-    <Priority ctpid="242">
-      HIGH
-    </Priority>
-    <Priority ctpid="243">
-      LOW
-    </Priority>
-    <Priority ctpid="244">
-      LOW
-    </Priority>
-    <Priority ctpid="245">
-      HIGH
-    </Priority>
-    <Priority ctpid="246">
-      LOW
-    </Priority>
-    <Priority ctpid="247">
-      HIGH
-    </Priority>
-    <Priority ctpid="248">
-      LOW
-    </Priority>
-    <Priority ctpid="249">
-      HIGH
-    </Priority>
-    <Priority ctpid="250">
-      HIGH
-    </Priority>
-    <Priority ctpid="251">
-      LOW
-    </Priority>
-    <Priority ctpid="252">
-      HIGH
-    </Priority>
-    <Priority ctpid="253">
-      HIGH
-    </Priority>
-    <Priority ctpid="254">
-      HIGH
-    </Priority>
-    <Priority ctpid="255">
-      HIGH
-    </Priority>
-  </PrioritySet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="XS25" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="1" name="XE15" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="1" name="XS30" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="2" name="XE20" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="2" name="XS35" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="3" name="XE25" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="3" name="XS40" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="4" name="XE30" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="4" name="XS45" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS45full" phimax="64" phimin="0" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="5" name="XE35" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="5" name="XS50" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="16" name="NIM_A7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="18" name="NIM_A7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="26" name="NIM_B7R1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="28" name="NIM_A7R1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="29" name="NIM_A7R1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="30" name="NIM_A7L1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="32" name="NIM_B7L1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="0" name="XE10" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="20" mapping="1" name="HA6" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6full" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="21" mapping="2" name="HA6I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="5" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6Ifull" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="22" mapping="3" name="HA8" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8full" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="23" mapping="0" name="HA3" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="1" name="MBTS_A1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="0" name="MBTS_A0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bcdelay="3564" bitnum="1" id="26" mapping="0" name="ZB_J10" seed="J10" seed_multi="1" type="ZB" version="1">
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="0" name="NIM28" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM28full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="0" name="ZDC_A" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="29" mapping="0" name="BCM_Comb" type="BCMCMB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="0" name="BCM_AtoC" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="0" name="LUCID_A" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="0" name="BPTX0" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX0full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="33" mapping="0" name="MBTS_A" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="1" name="TE10" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE10full" phimax="64" phimin="0" priority="0" thresholdval="16383" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-32" etamin="-49" had_isolation="63" had_veto="63" name="TE10full" phimax="64" phimin="0" priority="1" thresholdval="10" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="32" had_isolation="63" had_veto="63" name="TE10full" phimax="64" phimin="0" priority="1" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="35" mapping="1" name="MBTS_C" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="1" name="BPTX1" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX1full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="1" name="LUCID_C" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="1" name="BCM_CtoA" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="1" name="ZDC_C" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="1" name="NIM29" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM29full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="2" name="TE20" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE20full" phimax="64" phimin="0" priority="0" thresholdval="16383" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-32" etamin="-49" had_isolation="63" had_veto="63" name="TE20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="32" had_isolation="63" had_veto="63" name="TE20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="2" name="BCM_Wide" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="2" name="ZDC_AND" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="2" name="NIM30" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM30full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="2" name="MBTS_A2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="3" name="TE35" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE35full" phimax="64" phimin="0" priority="0" thresholdval="16383" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-32" etamin="-49" had_isolation="63" had_veto="63" name="TE35full" phimax="64" phimin="0" priority="1" thresholdval="35" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="32" had_isolation="63" had_veto="63" name="TE35full" phimax="64" phimin="0" priority="1" thresholdval="35" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="4" name="TE50" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE50full" phimax="64" phimin="0" priority="0" thresholdval="16383" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-32" etamin="-49" had_isolation="63" had_veto="63" name="TE50full" phimax="64" phimin="0" priority="1" thresholdval="50" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="32" had_isolation="63" had_veto="63" name="TE50full" phimax="64" phimin="0" priority="1" thresholdval="50" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="5" name="TE65" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE65full" phimax="64" phimin="0" priority="0" thresholdval="16383" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-32" etamin="-49" had_isolation="63" had_veto="63" name="TE65full" phimax="64" phimin="0" priority="1" thresholdval="65" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="32" had_isolation="63" had_veto="63" name="TE65full" phimax="64" phimin="0" priority="1" thresholdval="65" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="5" name="NIMDIR5" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="6" name="TE90" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE90full" phimax="64" phimin="0" priority="0" thresholdval="16383" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-32" etamin="-49" had_isolation="63" had_veto="63" name="TE90full" phimax="64" phimin="0" priority="1" thresholdval="90" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="32" had_isolation="63" had_veto="63" name="TE90full" phimax="64" phimin="0" priority="1" thresholdval="90" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="51" mapping="6" name="NIMDIR6" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR6full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="7" name="TE100" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE100full" phimax="64" phimin="0" priority="0" thresholdval="16383" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-32" etamin="-49" had_isolation="63" had_veto="63" name="TE100full" phimax="64" phimin="0" priority="1" thresholdval="100" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="32" had_isolation="63" had_veto="63" name="TE100full" phimax="64" phimin="0" priority="1" thresholdval="100" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="7" name="NIMDIR7" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR7full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="8" name="NIMDIR8" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR8full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="14" name="NIMDIR14" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR14full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="25" name="NIMDIR25" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="35" name="NIMDIR26" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="36" name="NIMDIR36" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR36full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="0" name="TE0" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE0full" phimax="64" phimin="0" priority="0" thresholdval="16383" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-32" etamin="-49" had_isolation="63" had_veto="63" name="TE0full" phimax="64" phimin="0" priority="1" thresholdval="0" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="32" had_isolation="63" had_veto="63" name="TE0full" phimax="64" phimin="0" priority="1" thresholdval="0" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="60" mapping="0" name="JF0" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF0full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF0full" phimax="64" phimin="0" priority="2" thresholdval="0" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="61" mapping="0" name="JB0" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB0full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB0full" phimax="64" phimin="0" priority="2" thresholdval="0" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="62" mapping="0" name="JE100" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="63" mapping="0" name="J5" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J5full" phimax="64" phimin="0" priority="0" thresholdval="5" type="JET" window="4"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="64" mapping="0" name="EM3" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="65" mapping="1" name="MU4" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU4full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="66" mapping="1" name="EM4" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM4full" phimax="64" phimin="0" priority="1" thresholdval="4" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="67" mapping="1" name="J5_win6" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J5_win6full" phimax="64" phimin="0" priority="0" thresholdval="5" type="JET" window="6"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="1" name="JE200" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE200full" phimax="64" phimin="0" priority="0" thresholdval="200" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="69" mapping="1" name="JB5" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB5full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB5full" phimax="64" phimin="0" priority="2" thresholdval="5" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="70" mapping="1" name="JF5" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF5full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF5full" phimax="64" phimin="0" priority="2" thresholdval="5" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="71" mapping="2" name="MU6" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU6full" phimax="64" phimin="0" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="72" mapping="2" name="EM5" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="73" mapping="2" name="J10" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="74" mapping="2" name="JE300" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE300full" phimax="64" phimin="0" priority="0" thresholdval="300" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="75" mapping="2" name="JB10" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="2" name="JF10" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="77" mapping="3" name="MU11" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU11full" phimax="64" phimin="0" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="78" mapping="3" name="EM7" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM7full" phimax="64" phimin="0" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="79" mapping="3" name="J15" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="80" mapping="3" name="JE500" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="81" mapping="3" name="JB15" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB15full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB15full" phimax="64" phimin="0" priority="2" thresholdval="15" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="82" mapping="3" name="JF15" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF15full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF15full" phimax="64" phimin="0" priority="2" thresholdval="15" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="83" mapping="3" name="MBTS_A3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="84" mapping="4" name="MU15" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="85" mapping="4" name="EM10" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM10full" phimax="64" phimin="0" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="86" mapping="4" name="J18" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J18full" phimax="64" phimin="0" priority="0" thresholdval="18" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="4" name="MBTS_A4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="88" mapping="4" name="HA11" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11full" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="89" mapping="5" name="MU20" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="90" mapping="5" name="EM12" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM12full" phimax="64" phimin="0" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="91" mapping="5" name="J20" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="5" name="MBTS_A5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="93" mapping="5" name="HA11I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11Ifull" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="94" mapping="6" name="EM14" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM14full" phimax="64" phimin="0" priority="1" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="95" mapping="6" name="J30" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="6" name="MBTS_A6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="97" mapping="6" name="HA20" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="6" name="XE40" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="6" name="XS60" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="100" mapping="7" name="EM16" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM16full" phimax="64" phimin="0" priority="1" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="101" mapping="7" name="J50" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="7" name="MBTS_A7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="103" mapping="7" name="HA30" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="7" name="XE50" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="105" mapping="7" name="XS65" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS65full" phimax="64" phimin="0" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="8" name="MBTS_A8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="107" mapping="9" name="MBTS_A9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="10" name="MBTS_A10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="11" name="MBTS_A11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="12" name="MBTS_A12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="111" mapping="13" name="MBTS_A13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="112" mapping="14" name="MBTS_A14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="113" mapping="15" name="MBTS_A15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="114" mapping="15" name="NIM_B7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="115" mapping="16" name="MBTS_C0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="116" mapping="17" name="MBTS_C1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="17" name="NIM_A7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="18" name="MBTS_C2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="19" name="MBTS_C3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="19" name="NIM_A7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="20" name="MBTS_C4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="20" name="NIM_B7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="21" name="MBTS_C5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="124" mapping="21" name="NIM_B7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="125" mapping="22" name="MBTS_C6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="126" mapping="23" name="MBTS_C7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="127" mapping="24" name="MBTS_C8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="128" mapping="25" name="MBTS_C9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="129" mapping="26" name="MBTS_C10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="130" mapping="27" name="MBTS_C11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="131" mapping="27" name="NIM_B7R1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="132" mapping="28" name="MBTS_C12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="133" mapping="29" name="MBTS_C13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="134" mapping="30" name="MBTS_C14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="135" mapping="31" name="MBTS_C15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="136" mapping="31" name="NIM_A7L1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="137" mapping="33" name="NIM_B7L1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="138" mapping="0" name="MU0" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU0full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name="rand01" rate1="0" rate2="0" seed1="1" seed2="1"/>
-  <Deadtime complex1_level="7" complex1_rate="415" complex2_level="7" complex2_rate="415" name="Default" simple="5" version="1"/>
-  <BunchGroupSet name="MC" version="1">
-    <BunchGroup internalNumber="0" name="BCRVeto" version="1">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled" version="1">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="EmptyCalib" version="1"/>
-    <BunchGroup internalNumber="3" name="Empty" version="1"/>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1" version="1"/>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2" version="1"/>
-    <BunchGroup internalNumber="6" name="EmptyAfterFilled" version="1"/>
-    <BunchGroup internalNumber="7" name="InTrain" version="1">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01" version="1"/>
-  <MuctpiInfo name="muctpi" version="1">
-    <low_pt>
-      1
-    </low_pt>
-    <high_pt>
-      1
-    </high_pt>
-    <max_cand>
-      13
-    </max_cand>
-  </MuctpiInfo>
-  <CaloInfo global_scale="1.0" name="CaloInfo" version="1">
-    <JetWeight num="1">
-      5
-    </JetWeight>
-    <JetWeight num="2">
-      3
-    </JetWeight>
-    <JetWeight num="3">
-      5
-    </JetWeight>
-    <JetWeight num="4">
-      4
-    </JetWeight>
-    <JetWeight num="5">
-      2
-    </JetWeight>
-    <JetWeight num="6">
-      6
-    </JetWeight>
-    <JetWeight num="7">
-      15
-    </JetWeight>
-    <JetWeight num="8">
-      22
-    </JetWeight>
-    <JetWeight num="9">
-      0
-    </JetWeight>
-    <JetWeight num="10">
-      0
-    </JetWeight>
-    <JetWeight num="11">
-      0
-    </JetWeight>
-    <JetWeight num="12">
-      0
-    </JetWeight>
-    <METSignificance teSqrtMax="63" teSqrtMin="4" xeMax="63" xeMin="11" xsSigmaOffset="1280" xsSigmaScale="1120"/>
-  </CaloInfo>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_HI_v3.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_HI_v3.xml
deleted file mode 100644
index 2e5485b63368de7855c04e4eff811d7385d20c7f..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_HI_v3.xml
+++ /dev/null
@@ -1,6958 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE LVL1Config SYSTEM "LVL1config.dtd">
-<LVL1Config name="Physics_HI_v3" ctpVersion="4" l1Version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1 thresholds defined: 241-->
-  <!--No. L1 items defined: 427-->
-  <TriggerMenu name="Physics_HI_v3" phase="lumi">
-    <TriggerItem ctpid="0" partition="1" name="L1_EM18" complex_deadtime="0" definition="(EM18[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18_x1" triggerthreshold="EM18"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="1" partition="1" name="L1_EM22" complex_deadtime="0" definition="(EM22[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22_x1" triggerthreshold="EM22"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="2" partition="1" name="L1_EM7" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="3" partition="1" name="L1_EM10" complex_deadtime="0" definition="(EM10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="4" partition="1" name="L1_EM12" complex_deadtime="0" definition="(EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="5" partition="1" name="L1_EM14" complex_deadtime="0" definition="(EM14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="6" partition="1" name="L1_2MU4_EMPTY" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="7" partition="1" name="L1_2MU0_MU6" complex_deadtime="0" definition="(MU0[x2]&amp;MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="8" partition="1" name="L1_3MU6" complex_deadtime="0" definition="(MU6[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="9" partition="1" name="L1_J75" complex_deadtime="0" definition="(J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="10" partition="1" name="L1_2EM10" complex_deadtime="0" definition="(EM10[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM10_x2" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="11" partition="1" name="L1_J175" complex_deadtime="0" definition="(J175[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J175_x1" triggerthreshold="J175"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="12" partition="1" name="L1_2J15" complex_deadtime="0" definition="(J15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="13" partition="1" name="L1_J10.31ETA49" complex_deadtime="0" definition="(J10.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10.31ETA49_x1" triggerthreshold="J10.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="14" partition="1" name="L1_MBTS_1_1_VTE50" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="15" partition="1" name="L1_MBTS_4_4" complex_deadtime="0" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="16" partition="1" name="L1_RD1_EMPTY" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP3)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="17" partition="1" name="L1_RD0_FILLED" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="18" partition="1" name="L1_RD0_FIRSTEMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP6)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="19" partition="1" name="L1_RD0_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP4)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="20" partition="1" name="L1_MBTS_4_4_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="21" partition="1" name="L1_MBTS_2_2_VTE50" complex_deadtime="0" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="22" partition="1" name="L1_TE5_NZ" complex_deadtime="0" definition="(TE5[x1]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="23" partition="1" name="L1_TE5000.0ETA49" complex_deadtime="0" definition="(TE5000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5000.0ETA49_x1" triggerthreshold="TE5000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="24" partition="1" name="L1_TE5000.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE5000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5000.0ETA49_x1" triggerthreshold="TE5000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="25" partition="1" name="L1_TE6500.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE6500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE6500.0ETA49_x1" triggerthreshold="TE6500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="26" partition="1" name="L1_BCM_Wide" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="27" partition="1" name="L1_ZDC_AND_VTE50" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="28" partition="1" name="L1_MU0_NZ" complex_deadtime="0" definition="(MU0[x1]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="29" partition="1" name="L1_J15_NZ" complex_deadtime="0" definition="(J15[x1]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="30" partition="1" name="L1_2MU0_NZ" complex_deadtime="0" definition="(MU0[x2]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="31" partition="1" name="L1_2J15_NZ" complex_deadtime="0" definition="(J15[x2]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="32" partition="1" name="L1_MU0_NL" complex_deadtime="0" definition="(MU0[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="33" partition="1" name="L1_J15_NL" complex_deadtime="0" definition="(J15[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="34" partition="1" name="L1_MU0_MV_VTE50" complex_deadtime="0" definition="(MU0[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="35" partition="1" name="L1_MU0_VTE50" complex_deadtime="0" definition="(MU0[x1]&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="36" partition="1" name="L1_ZDC_A_C_VTE50" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="37" partition="1" name="L1_ZDC_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="38" partition="1" name="L1_MU4_VTE50" complex_deadtime="0" definition="(MU4[x1]&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="39" partition="1" name="L1_MU4_MV_VTE50" complex_deadtime="0" definition="(MU4[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="40" partition="1" name="L1_ZDC_A_C_OVERLAY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="41" partition="1" name="L1_MU0_TE50" complex_deadtime="0" definition="(MU0[x1]&amp;TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="42" partition="1" name="L1_ZDC_A_C_TE50" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="43" partition="1" name="L1_MU4_TE50" complex_deadtime="0" definition="(MU4[x1]&amp;TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="44" partition="1" name="L1_2MU0_NL" complex_deadtime="0" definition="(MU0[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="45" partition="1" name="L1_2J15_NL" complex_deadtime="0" definition="(J15[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="46" partition="1" name="L1_J10_VTE100" complex_deadtime="0" definition="(J10[x1]&amp;!TE100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE100_x1" triggerthreshold="TE100"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="47" partition="1" name="L1_BGRP7" complex_deadtime="0" definition="(BGRP0&amp;BGRP7)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="48" partition="1" name="L1_LUCID_BGRP7" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP7)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="49" partition="1" name="L1_MU0_MV" complex_deadtime="0" definition="(MU0[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="50" partition="1" name="L1_MBTSC4" complex_deadtime="0" definition="(MBTS_C4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C4_x1" triggerthreshold="MBTS_C4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="51" partition="1" name="L1_MBTSC5" complex_deadtime="0" definition="(MBTS_C5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C5_x1" triggerthreshold="MBTS_C5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="52" partition="1" name="L1_MBTSC6" complex_deadtime="0" definition="(MBTS_C6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C6_x1" triggerthreshold="MBTS_C6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="53" partition="1" name="L1_MBTSC7" complex_deadtime="0" definition="(MBTS_C7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C7_x1" triggerthreshold="MBTS_C7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="54" partition="1" name="L1_MBTSC8" complex_deadtime="0" definition="(MBTS_C8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C8_x1" triggerthreshold="MBTS_C8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="55" partition="1" name="L1_2MU0_MV" complex_deadtime="0" definition="(MU0[x2]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="56" partition="1" name="L1_MBTSC10" complex_deadtime="0" definition="(MBTS_C10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C10_x1" triggerthreshold="MBTS_C10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="57" partition="1" name="L1_ZDC_A_C_BGRP7" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="58" partition="1" name="L1_MBTSC12" complex_deadtime="0" definition="(MBTS_C12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C12_x1" triggerthreshold="MBTS_C12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="59" partition="1" name="L1_TAU12_UNPAIRED_ISO" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="60" partition="1" name="L1_MBTSC14" complex_deadtime="0" definition="(MBTS_C14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C14_x1" triggerthreshold="MBTS_C14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="61" partition="1" name="L1_TAU12_UNPAIRED_NONISO" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="62" partition="1" name="L1_RD0_EMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="63" partition="1" name="L1_RD1_FILLED" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="64" partition="1" name="L1_TAU12_EMPTY" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="65" partition="1" name="L1_MBTSC3" complex_deadtime="0" definition="(MBTS_C3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C3_x1" triggerthreshold="MBTS_C3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="66" partition="1" name="L1_TAU12_FIRSTEMPTY" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="67" partition="1" name="L1_MU4_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="68" partition="1" name="L1_MU6_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="69" partition="1" name="L1_2MU0_EMPTY" complex_deadtime="0" definition="(MU0[x2]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="70" partition="1" name="L1_MU0_FIRSTEMPTY" complex_deadtime="0" definition="(MU0[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="71" partition="1" name="L1_2MU6" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="72" partition="1" name="L1_2MU11" complex_deadtime="0" definition="(MU11[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU11_x2" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="73" partition="1" name="L1_2MU20" complex_deadtime="0" definition="(MU20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU20_x2" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="74" partition="1" name="L1_J10.31ETA49_EMPTY" complex_deadtime="0" definition="(J10.31ETA49[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10.31ETA49_x1" triggerthreshold="J10.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="75" partition="1" name="L1_MU11_EMPTY" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="76" partition="1" name="L1_MBTSC2" complex_deadtime="0" definition="(MBTS_C2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C2_x1" triggerthreshold="MBTS_C2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="77" partition="1" name="L1_ZDC_AND_EMPTY" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="78" partition="1" name="L1_ZDC_AND_UNPAIRED_ISO" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="79" partition="1" name="L1_ZDC_AND_UNPAIRED_NONISO" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="80" partition="1" name="L1_BCM_Wide_BGRP0" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="81" partition="1" name="L1_BCM_AC_CA_BGRP0" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="82" partition="1" name="L1_MBTSC1" complex_deadtime="0" definition="(MBTS_C1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C1_x1" triggerthreshold="MBTS_C1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="83" partition="1" name="L1_MLZ_A" complex_deadtime="0" definition="((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="84" partition="1" name="L1_EM20" complex_deadtime="0" definition="(EM20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20_x1" triggerthreshold="EM20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="85" partition="1" name="L1_EM16" complex_deadtime="0" definition="(EM16[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM16_x1" triggerthreshold="EM16"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="86" partition="1" name="L1_MBTSC0" complex_deadtime="0" definition="(MBTS_C0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C0_x1" triggerthreshold="MBTS_C0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="87" partition="1" name="L1_J30_UNPAIRED" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="88" partition="1" name="L1_MU15" complex_deadtime="0" definition="(MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="89" partition="1" name="L1_MU0" complex_deadtime="0" definition="(MU0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="90" partition="1" name="L1_MU6" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="91" partition="1" name="L1_MU11" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="92" partition="1" name="L1_MU20" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="93" partition="1" name="L1_MU4" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="94" partition="1" name="L1_2MU0" complex_deadtime="0" definition="(MU0[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="95" partition="1" name="L1_2MU4" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="96" partition="1" name="L1_J20" complex_deadtime="0" definition="(J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="97" partition="1" name="L1_J10" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="98" partition="1" name="L1_J15" complex_deadtime="0" definition="(J15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="99" partition="1" name="L1_J30" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="100" partition="1" name="L1_J35" complex_deadtime="0" definition="(J35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J35_x1" triggerthreshold="J35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="101" partition="1" name="L1_MLZ_C" complex_deadtime="0" definition="((MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="102" partition="1" name="L1_J50" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="103" partition="1" name="L1_MBLZ" complex_deadtime="0" definition="((((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;(MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1]))|BCM_Wide[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <AND>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-              <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-            </OR>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-              <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-            </OR>
-          </AND>
-          <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="104" partition="1" name="L1_BGRP0" complex_deadtime="0" definition="(BGRP0)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <InternalTrigger name="BGRP0"/>
-    </TriggerItem>
-    <TriggerItem ctpid="106" partition="1" name="L1_BCM_AC_CA_UNPAIRED_ISO" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="107" partition="1" name="L1_BCM_Wide_EMPTY" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="108" partition="1" name="L1_BCM_Wide_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="113" partition="1" name="L1_LUCID_UNPAIRED_ISO" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="117" partition="1" name="L1_ZDC_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="120" partition="1" name="L1_MBTSA0" complex_deadtime="0" definition="(MBTS_A0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A0_x1" triggerthreshold="MBTS_A0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="122" partition="1" name="L1_MBTSA1" complex_deadtime="0" definition="(MBTS_A1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A1_x1" triggerthreshold="MBTS_A1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="124" partition="1" name="L1_2MU6_UNPAIRED_ISO" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="125" partition="1" name="L1_2MU6_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP5)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="126" partition="1" name="L1_BCM_Wide_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="127" partition="1" name="L1_EM7_UNPAIRED_ISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="128" partition="1" name="L1_EM7_UNPAIRED_NONISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="130" partition="1" name="L1_J30_FIRSTEMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="131" partition="1" name="L1_MBTSA2" complex_deadtime="0" definition="(MBTS_A2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A2_x1" triggerthreshold="MBTS_A2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="132" partition="1" name="L1_TE5" complex_deadtime="0" definition="(TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="133" partition="1" name="L1_TE14000" complex_deadtime="0" definition="(TE14000[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE14000_x1" triggerthreshold="TE14000"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="134" partition="1" name="L1_TE20" complex_deadtime="0" definition="(TE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="135" partition="1" name="L1_TE200" complex_deadtime="0" definition="(TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="136" partition="1" name="L1_TE100" complex_deadtime="0" definition="(TE100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE100_x1" triggerthreshold="TE100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="137" partition="1" name="L1_MBTSA3" complex_deadtime="0" definition="(MBTS_A3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A3_x1" triggerthreshold="MBTS_A3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="138" partition="1" name="L1_TE50" complex_deadtime="0" definition="(TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="141" partition="1" name="L1_TE12000" complex_deadtime="0" definition="(TE12000[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE12000_x1" triggerthreshold="TE12000"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="142" partition="1" name="L1_TE10000" complex_deadtime="0" definition="(TE10000[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10000_x1" triggerthreshold="TE10000"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="143" partition="1" name="L1_2MU6_EMPTY" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="144" partition="1" name="L1_2MU6_FIRSTEMPTY" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="145" partition="1" name="L1_ZDC_MBTS_1" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="146" partition="1" name="L1_ZDC_MBTS_2" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="147" partition="1" name="L1_ZDC_MBTS_1_1" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="148" partition="1" name="L1_ZDC_MBTS_2_2" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="149" partition="1" name="L1_MBTS_1_EMPTY" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="150" partition="1" name="L1_MBTS_1_1_EMPTY" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="151" partition="1" name="L1_MBTS_2_EMPTY" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="153" partition="1" name="L1_MBTSA4" complex_deadtime="0" definition="(MBTS_A4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A4_x1" triggerthreshold="MBTS_A4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="154" partition="1" name="L1_MBTSA5" complex_deadtime="0" definition="(MBTS_A5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A5_x1" triggerthreshold="MBTS_A5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="155" partition="1" name="L1_MBTSA6" complex_deadtime="0" definition="(MBTS_A6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A6_x1" triggerthreshold="MBTS_A6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="156" partition="1" name="L1_MBTSA7" complex_deadtime="0" definition="(MBTS_A7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A7_x1" triggerthreshold="MBTS_A7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="159" partition="1" name="L1_MU0_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU0[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="160" partition="1" name="L1_MU0_UNPAIRED_ISO" complex_deadtime="0" definition="(MU0[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="161" partition="1" name="L1_MBTSA8" complex_deadtime="0" definition="(MBTS_A8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A8_x1" triggerthreshold="MBTS_A8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="162" partition="1" name="L1_MU0_EMPTY" complex_deadtime="0" definition="(MU0[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="164" partition="1" name="L1_MBTSA10" complex_deadtime="0" definition="(MBTS_A10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A10_x1" triggerthreshold="MBTS_A10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="165" partition="1" name="L1_MU4_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="166" partition="1" name="L1_MU4_EMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="167" partition="1" name="L1_MU4_UNPAIRED_ISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="172" partition="1" name="L1_J30_EMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="173" partition="1" name="L1_MBTSA12" complex_deadtime="0" definition="(MBTS_A12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A12_x1" triggerthreshold="MBTS_A12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="176" partition="1" name="L1_MBTSA14" complex_deadtime="0" definition="(MBTS_A14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A14_x1" triggerthreshold="MBTS_A14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="182" partition="1" name="L1_ZDC_UNPAIRED_ISO" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="183" partition="1" name="L1_ZDC_UNPAIRED_NONISO" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="184" partition="1" name="L1_J10_EMPTY" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="185" partition="1" name="L1_J10_FIRSTEMPTY" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="186" partition="1" name="L1_J10_UNPAIRED_ISO" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="187" partition="1" name="L1_J10_UNPAIRED_NONISO" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="189" partition="1" name="L1_ZDC_AND" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="190" partition="1" name="L1_ZDC_A" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="191" partition="1" name="L1_ZDC_C" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="192" partition="1" name="L1_ZDC_A_C" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="193" partition="1" name="L1_ZDC" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="196" partition="1" name="L1_ZDC_A_C_EMPTY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="197" partition="1" name="L1_ZDC_EMPTY" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="200" partition="1" name="L1_MBTS_1_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="201" partition="1" name="L1_MBTS_1_UNPAIRED_NONISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="202" partition="1" name="L1_MBTS_1_1_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="204" partition="1" name="L1_MBTS_2_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="205" partition="1" name="L1_MBTS_2_UNPAIRED_NONISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="206" partition="1" name="L1_LUCID_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="208" partition="1" name="L1_LUCID_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="212" partition="1" name="L1_LUCID_A" complex_deadtime="0" definition="(LUCID_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="213" partition="1" name="L1_LUCID_C" complex_deadtime="0" definition="(LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="214" partition="1" name="L1_LUCID_A_C" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="215" partition="1" name="L1_LUCID" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="222" partition="1" name="L1_MBTS_2" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="223" partition="1" name="L1_MBTS_2_2" complex_deadtime="0" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="224" partition="1" name="L1_MBTS_3_3" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="225" partition="1" name="L1_BCM_HT_BGRP0" complex_deadtime="0" definition="(BCM_Comb[x7]&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="226" partition="1" name="L1_MBTS_1" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="228" partition="1" name="L1_MBTS_1_1" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="229" partition="1" name="L1_MBTS_2_2_EMPTY" complex_deadtime="0" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="230" partition="1" name="L1_MBTS_3_3_EMPTY" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="231" partition="1" name="L1_MBTS_2_2_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="232" partition="1" name="L1_MBTS_3_3_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="235" partition="1" name="L1_ZDC_A_C_BGRP11" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP11&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="238" partition="1" name="L1_LUCID_A_C_EMPTY" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="240" partition="1" name="L1_MBTS_1_1_BGRP11" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="241" partition="1" name="L1_BPTX0_BGRP0" complex_deadtime="0" definition="(BPTX0[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="242" partition="1" name="L1_BPTX1_BGRP0" complex_deadtime="0" definition="(BPTX1[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="243" partition="1" name="L1_MBTS_2_BGRP9" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="244" partition="1" name="L1_MBTS_1_1_BGRP9" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="245" partition="1" name="L1_LUCID_EMPTY" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="246" partition="1" name="L1_RD0_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="248" partition="1" name="L1_ZDC_A_C_BGRP9" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP9&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="249" partition="1" name="L1_MBTS_2_BGRP11" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="250" partition="1" name="L1_ZB" complex_deadtime="0" definition="(ZB_J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_J75_x1" triggerthreshold="ZB_J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="252" partition="1" name="L1_BGRP1" complex_deadtime="0" definition="(BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="256" partition="1" name="L1_ZDC_A_C_VTE50_OVERLAY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;!TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="257" partition="1" name="L1_TE50_OVERLAY" complex_deadtime="0" definition="(TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="258" partition="1" name="L1_J10_VTE200" complex_deadtime="0" definition="(J10[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="259" partition="1" name="L1_BCM_AC_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="260" partition="1" name="L1_BCM_AC_CALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="261" partition="1" name="L1_BCM_AC_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="262" partition="1" name="L1_BCM_AC_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="263" partition="1" name="L1_BCM_CA_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="264" partition="1" name="L1_BCM_CA_CALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="265" partition="1" name="L1_BCM_CA_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="266" partition="1" name="L1_BCM_CA_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="267" partition="1" name="L1_BCM_Wide_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="268" partition="1" name="L1_BCM_Wide_CALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="269" partition="1" name="L1_J12_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="270" partition="1" name="L1_J12_UNPAIRED_ISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="271" partition="1" name="L1_J12_UNPAIRED_NONISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="272" partition="1" name="L1_J30.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="273" partition="1" name="L1_J30.31ETA49_UNPAIRED_NONISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="274" partition="1" name="L1_J50_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="275" partition="1" name="L1_J50_UNPAIRED_ISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="276" partition="1" name="L1_J50_UNPAIRED_NONISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="278" partition="1" name="L1_TAU12" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="279" partition="1" name="L1_TAU12IL" complex_deadtime="0" definition="(HA12IL[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IL_x1" triggerthreshold="HA12IL"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="280" partition="1" name="L1_TAU12IM" complex_deadtime="0" definition="(HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="281" partition="1" name="L1_TAU12IT" complex_deadtime="0" definition="(HA12IT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IT_x1" triggerthreshold="HA12IT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="282" partition="1" name="L1_TAU20" complex_deadtime="0" definition="(HA20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="283" partition="1" name="L1_TAU20IL" complex_deadtime="0" definition="(HA20IL[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IL_x1" triggerthreshold="HA20IL"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="284" partition="1" name="L1_TAU20IL_2TAU12IL_J25_2J20_3J12" complex_deadtime="0" definition="(HA20IL[x1]&amp;HA12IL[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IL_x1" triggerthreshold="HA20IL"/>
-        <TriggerCondition multi="2" name="HA12IL_x2" triggerthreshold="HA12IL"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="285" partition="1" name="L1_TAU20IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="286" partition="1" name="L1_TAU20IM_2J20_XE45" complex_deadtime="0" definition="(HA20IM[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="287" partition="1" name="L1_TAU20IM_2J20_XE50" complex_deadtime="0" definition="(HA20IM[x1]&amp;J20[x2]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="288" partition="1" name="L1_TAU20IM_2TAU12IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="289" partition="1" name="L1_TAU20IM_2TAU12IM_J25_2J20_3J12" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="290" partition="1" name="L1_TAU20IM_2TAU12IM_XE35" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="291" partition="1" name="L1_TAU20IM_2TAU12IM_XE40" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="292" partition="1" name="L1_TAU20IT" complex_deadtime="0" definition="(HA20IT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IT_x1" triggerthreshold="HA20IT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="293" partition="1" name="L1_TAU20_2J20_XE45" complex_deadtime="0" definition="(HA20[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="294" partition="1" name="L1_TAU20_2TAU12" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="295" partition="1" name="L1_TAU20_2TAU12_XE35" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="296" partition="1" name="L1_TAU25IT_2TAU12IT_2J25_3J12" complex_deadtime="0" definition="(HA25IT[x1]&amp;HA12IT[x2]&amp;J25[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA25IT_x1" triggerthreshold="HA25IT"/>
-        <TriggerCondition multi="2" name="HA12IT_x2" triggerthreshold="HA12IT"/>
-        <TriggerCondition multi="2" name="J25_x2" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="297" partition="1" name="L1_TAU30" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="298" partition="1" name="L1_TAU40" complex_deadtime="0" definition="(HA40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="299" partition="1" name="L1_TAU60" complex_deadtime="0" definition="(HA60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA60_x1" triggerthreshold="HA60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="300" partition="1" name="L1_EM20VH_FIRSTEMPTY" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="301" partition="1" name="L1_EM20VHI" complex_deadtime="0" definition="(EM20VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="302" partition="1" name="L1_EM7_EMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="303" partition="1" name="L1_EM7_FIRSTEMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="304" partition="1" name="L1_J100" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="305" partition="1" name="L1_J100.31ETA49" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="306" partition="1" name="L1_J100.31ETA49_FIRSTEMPTY" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="307" partition="1" name="L1_J100_FIRSTEMPTY" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="308" partition="1" name="L1_J12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="309" partition="1" name="L1_J12_EMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="310" partition="1" name="L1_J12_FIRSTEMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="311" partition="1" name="L1_J30.31ETA49" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="312" partition="1" name="L1_J30.31ETA49_EMPTY" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="313" partition="1" name="L1_J40_XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="314" partition="1" name="L1_J75.31ETA49" complex_deadtime="0" definition="(J75.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75.31ETA49_x1" triggerthreshold="J75.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="315" partition="1" name="L1_J75_XE40" complex_deadtime="0" definition="(J75[x1]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="316" partition="1" name="L1_RD0_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP8)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="317" partition="1" name="L1_TGC_BURST" complex_deadtime="0" definition="(NIMTGC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTGC_x1" triggerthreshold="NIMTGC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="318" partition="1" name="L1_XE35" complex_deadtime="0" definition="(XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="319" partition="1" name="L1_XE50" complex_deadtime="0" definition="(XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="320" partition="1" name="L1_EM10VH" complex_deadtime="0" definition="(EM10VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="321" partition="1" name="L1_EM15" complex_deadtime="0" definition="(EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="322" partition="1" name="L1_EM15HI_2TAU12IM" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="323" partition="1" name="L1_EM15HI_2TAU12IM_J25_3J12" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="324" partition="1" name="L1_EM15HI_2TAU12IM_XE35" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="325" partition="1" name="L1_EM15HI_TAU40_2TAU15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA40[x1]&amp;HA15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="326" partition="1" name="L1_TE500.0ETA49" complex_deadtime="0" definition="(TE500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE500.0ETA49_x1" triggerthreshold="TE500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="327" partition="1" name="L1_TE1500.0ETA49" complex_deadtime="0" definition="(TE1500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE1500.0ETA49_x1" triggerthreshold="TE1500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="328" partition="1" name="L1_TE3000.0ETA49" complex_deadtime="0" definition="(TE3000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE3000.0ETA49_x1" triggerthreshold="TE3000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="329" partition="1" name="L1_TE3500.0ETA49" complex_deadtime="0" definition="(TE3500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE3500.0ETA49_x1" triggerthreshold="TE3500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="331" partition="1" name="L1_TE6500.0ETA49" complex_deadtime="0" definition="(TE6500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE6500.0ETA49_x1" triggerthreshold="TE6500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="332" partition="1" name="L1_TE8000.0ETA49" complex_deadtime="0" definition="(TE8000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE8000.0ETA49_x1" triggerthreshold="TE8000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="333" partition="1" name="L1_TE9000.0ETA49" complex_deadtime="0" definition="(TE9000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE9000.0ETA49_x1" triggerthreshold="TE9000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="335" partition="1" name="L1_TE5_VTE200" complex_deadtime="0" definition="(TE5[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="336" partition="1" name="L1_TE500.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE500.0ETA49_x1" triggerthreshold="TE500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="337" partition="1" name="L1_TE1500.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE1500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE1500.0ETA49_x1" triggerthreshold="TE1500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="338" partition="1" name="L1_TE3000.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE3000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE3000.0ETA49_x1" triggerthreshold="TE3000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="339" partition="1" name="L1_TE3500.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE3500.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE3500.0ETA49_x1" triggerthreshold="TE3500.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="342" partition="1" name="L1_TE8000.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE8000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE8000.0ETA49_x1" triggerthreshold="TE8000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="343" partition="1" name="L1_TE9000.0ETA49_OVERLAY" complex_deadtime="0" definition="(TE9000.0ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE9000.0ETA49_x1" triggerthreshold="TE9000.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="344" partition="1" name="L1_EM8" complex_deadtime="0" definition="(EM8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8_x1" triggerthreshold="EM8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="345" partition="1" name="L1_2EM7" complex_deadtime="0" definition="(EM7[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="346" partition="1" name="L1_DR-EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="347" partition="1" name="L1_TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-TAU20abi-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU20abi-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="348" partition="1" name="L1_DR-TAU20ITAU12I" complex_deadtime="0" definition="(0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="349" partition="1" name="L1_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="350" partition="1" name="L1_DR-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="351" partition="1" name="L1_LAR-EM" complex_deadtime="0" definition="(LAR-EM50s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-EM50s1_x1" triggerthreshold="LAR-EM50s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="352" partition="1" name="L1_LAR-J" complex_deadtime="0" definition="(LAR-J100s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-J100s1_x1" triggerthreshold="LAR-J100s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="353" partition="1" name="L1_BPH-DR-2MU4-B" complex_deadtime="0" definition="(2DR15-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-CMU4ab-MU4ab_x1" triggerthreshold="2DR15-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="354" partition="1" name="L1_BPH-DR-2MU4-BO" complex_deadtime="0" definition="(2DR15-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2CMU4ab_x1" triggerthreshold="2DR15-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="355" partition="1" name="L1_BPH-DR-MU6MU4" complex_deadtime="0" definition="(2DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-MU6ab-MU4ab_x1" triggerthreshold="2DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="356" partition="1" name="L1_BPH-DR-MU6MU4-B" complex_deadtime="0" definition="(2DR15-ONEBARREL-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="2DR15-ONEBARREL-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="357" partition="1" name="L1_BPH-DR-MU6MU4-BO" complex_deadtime="0" definition="(2DR15-CMU6ab-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-CMU6ab-CMU4ab_x1" triggerthreshold="2DR15-CMU6ab-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="358" partition="1" name="L1_MU6_MJJ-200" complex_deadtime="0" definition="(MU6[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="359" partition="1" name="L1_MU6_MJJ-300" complex_deadtime="0" definition="(MU6[x1]&amp;300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="360" partition="1" name="L1_MU6_MJJ-400" complex_deadtime="0" definition="(MU6[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="361" partition="1" name="L1_MU6_MJJ-500" complex_deadtime="0" definition="(MU6[x1]&amp;500INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="500INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="500INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="362" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="363" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="364" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="365" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="366" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="367" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="368" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="369" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="370" partition="1" name="L1_XE35_MJJ-200" complex_deadtime="0" definition="(XE35[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="377" partition="1" name="L1_BTAG-MU4J15" complex_deadtime="0" definition="(0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="378" partition="1" name="L1_BTAG-MU4J30" complex_deadtime="0" definition="(0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="379" partition="1" name="L1_BTAG-MU6J20" complex_deadtime="0" definition="(0DR04-MU6ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ20ab_x1" triggerthreshold="0DR04-MU6ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="380" partition="1" name="L1_BTAG-MU6J25" complex_deadtime="0" definition="(0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="381" partition="1" name="L1_BTAG-MU4J20" complex_deadtime="0" definition="(0DR04-MU4ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ20ab_x1" triggerthreshold="0DR04-MU4ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="382" partition="1" name="L1_3J15_BTAG-MU4J15" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="383" partition="1" name="L1_3J15_BTAG-MU4J30" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="384" partition="1" name="L1_3J15_BTAG-MU6J25" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="385" partition="1" name="L1_3J20_BTAG-MU4J20" complex_deadtime="0" definition="(J20[x3]&amp;0DR04-MU4ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ20ab_x1" triggerthreshold="0DR04-MU4ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="386" partition="1" name="L1_J40_DPHI-Js2XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-Js2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-Js2-XE50_x1" triggerthreshold="10MINDPHI-Js2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="387" partition="1" name="L1_J40_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="388" partition="1" name="L1_J40_DPHI-J20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="389" partition="1" name="L1_J40_DPHI-CJ20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="390" partition="1" name="L1_BPH-DR-2MU4-B_BPH-2M-2MU4-B" complex_deadtime="0" definition="(2DR15-CMU4ab-MU4ab[x1]&amp;2INVM999-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-CMU4ab-MU4ab_x1" triggerthreshold="2DR15-CMU4ab-MU4ab"/>
-        <TriggerCondition multi="1" name="2INVM999-CMU4ab-MU4ab_x1" triggerthreshold="2INVM999-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="391" partition="1" name="L1_BPH-DR-2MU4-B_BPH-4M8-2MU4-B" complex_deadtime="0" definition="(2DR15-CMU4ab-MU4ab[x1]&amp;4INVM8-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-CMU4ab-MU4ab_x1" triggerthreshold="2DR15-CMU4ab-MU4ab"/>
-        <TriggerCondition multi="1" name="4INVM8-CMU4ab-MU4ab_x1" triggerthreshold="4INVM8-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="392" partition="1" name="L1_BPH-DR-2MU4-BO_BPH-2M-2MU4-BO" complex_deadtime="0" definition="(2DR15-2CMU4ab[x1]&amp;2INVM999-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2CMU4ab_x1" triggerthreshold="2DR15-2CMU4ab"/>
-        <TriggerCondition multi="1" name="2INVM999-2CMU4ab_x1" triggerthreshold="2INVM999-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="393" partition="1" name="L1_BPH-DR-2MU4-BO_BPH-4M8-2MU4-BO" complex_deadtime="0" definition="(2DR15-2CMU4ab[x1]&amp;4INVM8-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2CMU4ab_x1" triggerthreshold="2DR15-2CMU4ab"/>
-        <TriggerCondition multi="1" name="4INVM8-2CMU4ab_x1" triggerthreshold="4INVM8-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="394" partition="1" name="L1_HT190-J15.ETA21" complex_deadtime="0" definition="(HT190-AJ15all.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-AJ15all.ETA21_x1" triggerthreshold="HT190-AJ15all.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="395" partition="1" name="L1_HT190-J15s5.ETA21" complex_deadtime="0" definition="(HT190-J15s5.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-J15s5.ETA21_x1" triggerthreshold="HT190-J15s5.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="396" partition="1" name="L1_HT150-J20.ETA31" complex_deadtime="0" definition="(HT150-AJ20all.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJ20all.ETA31_x1" triggerthreshold="HT150-AJ20all.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="397" partition="1" name="L1_HT150-J20s5.ETA31" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="398" partition="1" name="L1_JPSI-1M5" complex_deadtime="0" definition="(1INVM5-EMs1-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EMs1-EMall_x1" triggerthreshold="1INVM5-EMs1-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="399" partition="1" name="L1_JPSI-1M5-EM7" complex_deadtime="0" definition="(1INVM5-EM7s1-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM7s1-EMall_x1" triggerthreshold="1INVM5-EM7s1-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="400" partition="1" name="L1_JPSI-1M5-EM12" complex_deadtime="0" definition="(1INVM5-EM12s1-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM12s1-EMall_x1" triggerthreshold="1INVM5-EM12s1-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="401" partition="1" name="L1_KF-XE35" complex_deadtime="0" definition="(KF-XE35-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE35-AJall_x1" triggerthreshold="KF-XE35-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="402" partition="1" name="L1_KF-XE45" complex_deadtime="0" definition="(KF-XE45-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE45-AJall_x1" triggerthreshold="KF-XE45-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="403" partition="1" name="L1_KF-XE55" complex_deadtime="0" definition="(KF-XE55-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE55-AJall_x1" triggerthreshold="KF-XE55-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="404" partition="1" name="L1_KF-XE60" complex_deadtime="0" definition="(KF-XE60-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE60-AJall_x1" triggerthreshold="KF-XE60-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="405" partition="1" name="L1_KF-XE65" complex_deadtime="0" definition="(KF-XE65-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE65-AJall_x1" triggerthreshold="KF-XE65-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="406" partition="1" name="L1_KF-XE75" complex_deadtime="0" definition="(KF-XE75-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE75-AJall_x1" triggerthreshold="KF-XE75-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="407" partition="1" name="L1_W-05DPHI-JXE-0" complex_deadtime="0" definition="(05MINDPHI-AJj20s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj20s6-XE0_x1" triggerthreshold="05MINDPHI-AJj20s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="408" partition="1" name="L1_W-10DPHI-JXE-0" complex_deadtime="0" definition="(10MINDPHI-AJj20s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-AJj20s6-XE0_x1" triggerthreshold="10MINDPHI-AJj20s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="409" partition="1" name="L1_W-15DPHI-JXE-0" complex_deadtime="0" definition="(15MINDPHI-AJj20s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj20s6-XE0_x1" triggerthreshold="15MINDPHI-AJj20s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="410" partition="1" name="L1_W-10DPHI-EMXE-0" complex_deadtime="0" definition="(10MINDPHI-EM10s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-EM10s6-XE0_x1" triggerthreshold="10MINDPHI-EM10s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="411" partition="1" name="L1_W-15DPHI-EMXE-0" complex_deadtime="0" definition="(15MINDPHI-EM10s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="15MINDPHI-EM10s6-XE0_x1" triggerthreshold="15MINDPHI-EM10s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="412" partition="1" name="L1_W-05DPHI-EMXE-1" complex_deadtime="0" definition="(05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="413" partition="1" name="L1_W-05RO-XEHT-0" complex_deadtime="0" definition="(05RATIO-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05RATIO-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="414" partition="1" name="L1_W-08RO-XEHT-0" complex_deadtime="0" definition="(08RATIO-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="08RATIO-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="08RATIO-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="415" partition="1" name="L1_W-90RO2-XEHT-0" complex_deadtime="0" definition="(90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="416" partition="1" name="L1_W-250RO2-XEHT-0" complex_deadtime="0" definition="(250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="417" partition="1" name="L1_W-HT20-JJ15.ETA49" complex_deadtime="0" definition="(HT20-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT20-AJj15all.ETA49_x1" triggerthreshold="HT20-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="418" partition="1" name="L1_W-NOMATCH" complex_deadtime="0" definition="(NOT-02MATCH-EM10s1-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-02MATCH-EM10s1-AJj15all.ETA49_x1" triggerthreshold="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="419" partition="1" name="L1_W-NOMATCH_W-05RO-XEEMHT" complex_deadtime="0" definition="(NOT-02MATCH-EM10s1-AJj15all.ETA49[x1]&amp;05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-02MATCH-EM10s1-AJj15all.ETA49_x1" triggerthreshold="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="420" partition="1" name="L1_EM10_W-MT25" complex_deadtime="0" definition="(25MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM10s6-XE0_x1" triggerthreshold="25MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="421" partition="1" name="L1_EM10_W-MT30" complex_deadtime="0" definition="(30MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="30MT-EM10s6-XE0_x1" triggerthreshold="30MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="422" partition="1" name="L1_EM15_W-MT35" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="423" partition="1" name="L1_EM10_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_W-90RO2-XEHT-0" complex_deadtime="0" definition="(25MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;15MINDPHI-AJj20s6-XE0[x1]&amp;15MINDPHI-EM10s6-XE0[x1]&amp;90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM10s6-XE0_x1" triggerthreshold="25MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj20s6-XE0_x1" triggerthreshold="15MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM10s6-XE0_x1" triggerthreshold="15MINDPHI-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="424" partition="1" name="L1_EM10_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_XS30" complex_deadtime="0" definition="(25MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;15MINDPHI-AJj20s6-XE0[x1]&amp;15MINDPHI-EM10s6-XE0[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM10s6-XE0_x1" triggerthreshold="25MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj20s6-XE0_x1" triggerthreshold="15MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM10s6-XE0_x1" triggerthreshold="15MINDPHI-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="425" partition="1" name="L1_EM10_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_XS20" complex_deadtime="0" definition="(25MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;15MINDPHI-AJj20s6-XE0[x1]&amp;15MINDPHI-EM10s6-XE0[x1]&amp;XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM10s6-XE0_x1" triggerthreshold="25MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj20s6-XE0_x1" triggerthreshold="15MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM10s6-XE0_x1" triggerthreshold="15MINDPHI-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="426" partition="1" name="L1_EM10_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(25MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;15MINDPHI-AJj20s6-XE0[x1]&amp;15MINDPHI-EM10s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM10s6-XE0_x1" triggerthreshold="25MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj20s6-XE0_x1" triggerthreshold="15MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM10s6-XE0_x1" triggerthreshold="15MINDPHI-EM10s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="427" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EMXE_W-250RO2-XEHT-0" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj20s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj20s6-XE0_x1" triggerthreshold="05MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="428" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EMXE_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj20s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj20s6-XE0_x1" triggerthreshold="05MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="429" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EMXE_XS30" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj20s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj20s6-XE0_x1" triggerthreshold="05MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="430" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj20s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj20s6-XE0_x1" triggerthreshold="05MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="431" partition="1" name="L1_BPH-DR-2MU4" complex_deadtime="0" definition="(2DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU4ab_x1" triggerthreshold="2DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="432" partition="1" name="L1_BPH-2M-2MU4" complex_deadtime="0" definition="(2INVM999-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-2MU4ab_x1" triggerthreshold="2INVM999-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="433" partition="1" name="L1_BPH-4M8-2MU4" complex_deadtime="0" definition="(4INVM8-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-2MU4ab_x1" triggerthreshold="4INVM8-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="434" partition="1" name="L1_BPH-DR-2MU4_BPH-2M-2MU4" complex_deadtime="0" definition="(2DR15-2MU4ab[x1]&amp;2INVM999-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU4ab_x1" triggerthreshold="2DR15-2MU4ab"/>
-        <TriggerCondition multi="1" name="2INVM999-2MU4ab_x1" triggerthreshold="2INVM999-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="435" partition="1" name="L1_BPH-DR-2MU4_BPH-4M8-2MU4" complex_deadtime="0" definition="(2DR15-2MU4ab[x1]&amp;4INVM8-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU4ab_x1" triggerthreshold="2DR15-2MU4ab"/>
-        <TriggerCondition multi="1" name="4INVM8-2MU4ab_x1" triggerthreshold="4INVM8-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="436" partition="1" name="L1_BPH-DR-2MU6" complex_deadtime="0" definition="(2DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="437" partition="1" name="L1_BPH-2M-2MU6" complex_deadtime="0" definition="(2INVM999-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-2MU6ab_x1" triggerthreshold="2INVM999-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="438" partition="1" name="L1_BPH-4M8-2MU6" complex_deadtime="0" definition="(4INVM8-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-2MU6ab_x1" triggerthreshold="4INVM8-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="439" partition="1" name="L1_BPH-DR-2MU6_BPH-2M-2MU6" complex_deadtime="0" definition="(2DR15-2MU6ab[x1]&amp;2INVM999-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <TriggerCondition multi="1" name="2INVM999-2MU6ab_x1" triggerthreshold="2INVM999-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="440" partition="1" name="L1_BPH-DR-2MU6_BPH-4M8-2MU6" complex_deadtime="0" definition="(2DR15-2MU6ab[x1]&amp;4INVM8-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <TriggerCondition multi="1" name="4INVM8-2MU6ab_x1" triggerthreshold="4INVM8-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="441" partition="1" name="L1_BPH-2M-2MU4-B" complex_deadtime="0" definition="(2INVM999-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-CMU4ab-MU4ab_x1" triggerthreshold="2INVM999-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="442" partition="1" name="L1_BPH-2M-2MU4-BO" complex_deadtime="0" definition="(2INVM999-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-2CMU4ab_x1" triggerthreshold="2INVM999-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="443" partition="1" name="L1_BPH-2M-MU6MU4" complex_deadtime="0" definition="(2INVM999-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-MU6ab-MU4ab_x1" triggerthreshold="2INVM999-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="444" partition="1" name="L1_BPH-2M-MU6MU4-B" complex_deadtime="0" definition="(2INVM999-ONEBARREL-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="2INVM999-ONEBARREL-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="445" partition="1" name="L1_BPH-2M-MU6MU4-BO" complex_deadtime="0" definition="(2INVM999-CMU6ab-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-CMU6ab-CMU4ab_x1" triggerthreshold="2INVM999-CMU6ab-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="446" partition="1" name="L1_BPH-4M8-2MU4-B" complex_deadtime="0" definition="(4INVM8-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-CMU4ab-MU4ab_x1" triggerthreshold="4INVM8-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="447" partition="1" name="L1_BPH-4M8-2MU4-BO" complex_deadtime="0" definition="(4INVM8-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-2CMU4ab_x1" triggerthreshold="4INVM8-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="448" partition="1" name="L1_BPH-4M8-MU6MU4" complex_deadtime="0" definition="(4INVM8-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-MU6ab-MU4ab_x1" triggerthreshold="4INVM8-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="449" partition="1" name="L1_BPH-4M8-MU6MU4-B" complex_deadtime="0" definition="(4INVM8-ONEBARREL-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="4INVM8-ONEBARREL-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="450" partition="1" name="L1_BPH-4M8-MU6MU4-BO" complex_deadtime="0" definition="(4INVM8-CMU6ab-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-CMU6ab-CMU4ab_x1" triggerthreshold="4INVM8-CMU6ab-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="451" partition="1" name="L1_DY-DR-2MU4" complex_deadtime="0" definition="(2DR99-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR99-2MU4ab_x1" triggerthreshold="2DR99-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="452" partition="1" name="L1_DY-BOX-2MU4" complex_deadtime="0" definition="(5DETA99-5DPHI99-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-2MU4ab_x1" triggerthreshold="5DETA99-5DPHI99-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="453" partition="1" name="L1_DY-BOX-MU6MU4" complex_deadtime="0" definition="(5DETA99-5DPHI99-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-MU6ab-MU4ab_x1" triggerthreshold="5DETA99-5DPHI99-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="454" partition="1" name="L1_DY-BOX-2MU6" complex_deadtime="0" definition="(5DETA99-5DPHI99-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-2MU6ab_x1" triggerthreshold="5DETA99-5DPHI99-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="455" partition="1" name="L1_LFV-MU" complex_deadtime="0" definition="(0DR10-MU10ab-MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR10-MU10ab-MU6ab_x1" triggerthreshold="0DR10-MU10ab-MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="456" partition="1" name="L1_LFV-EM8I" complex_deadtime="0" definition="(0DETA04-0DPHI03-EM8abi-MU10ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-0DPHI03-EM8abi-MU10ab_x1" triggerthreshold="0DETA04-0DPHI03-EM8abi-MU10ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="457" partition="1" name="L1_LFV-EM15I" complex_deadtime="0" definition="(0DETA04-0DPHI03-EM15abi-MUab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-0DPHI03-EM15abi-MUab_x1" triggerthreshold="0DETA04-0DPHI03-EM15abi-MUab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="458" partition="1" name="L1_DPHI-Js2XE50" complex_deadtime="0" definition="(10MINDPHI-Js2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-Js2-XE50_x1" triggerthreshold="10MINDPHI-Js2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="459" partition="1" name="L1_DPHI-J20s2XE50" complex_deadtime="0" definition="(10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="460" partition="1" name="L1_DPHI-J20XE50" complex_deadtime="0" definition="(10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="461" partition="1" name="L1_DPHI-CJ20XE50" complex_deadtime="0" definition="(10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="462" partition="1" name="L1_MJJ-900" complex_deadtime="0" definition="(900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="463" partition="1" name="L1_MJJ-800" complex_deadtime="0" definition="(800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="464" partition="1" name="L1_MJJ-700" complex_deadtime="0" definition="(700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="465" partition="1" name="L1_MJJ-400" complex_deadtime="0" definition="(400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="467" partition="1" name="L1_MJJ-300" complex_deadtime="0" definition="(300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="468" partition="1" name="L1_MJJ-200" complex_deadtime="0" definition="(200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="469" partition="1" name="L1_MJJ-100" complex_deadtime="0" definition="(100INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="100INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="470" partition="1" name="L1_HT150-JJ15.ETA49" complex_deadtime="0" definition="(HT150-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJj15all.ETA49_x1" triggerthreshold="HT150-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="471" partition="1" name="L1_DETA-JJ" complex_deadtime="0" definition="(0DETA10-Js1-Js2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA10-Js1-Js2_x1" triggerthreshold="0DETA10-Js1-Js2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="472" partition="1" name="L1_J4-MATCH" complex_deadtime="0" definition="(0MATCH-4AJ20.ETA31-4AJj15.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31_x1" triggerthreshold="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="473" partition="1" name="L1_W-05RO-XEEMHT" complex_deadtime="0" definition="(05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="474" partition="1" name="L1_LLP-RO" complex_deadtime="0" definition="(210RATIO-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="210RATIO-0MATCH-TAU30si2-EMall_x1" triggerthreshold="210RATIO-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="475" partition="1" name="L1_LLP-NOMATCH" complex_deadtime="0" definition="(NOT-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-0MATCH-TAU30si2-EMall_x1" triggerthreshold="NOT-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="476" partition="1" name="L1_DR-MU10TAU12I" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="477" partition="1" name="L1_TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="478" partition="1" name="L1_EM15-TAU40" complex_deadtime="0" definition="(DISAMB-EM15abhi-TAU40ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-EM15abhi-TAU40ab_x1" triggerthreshold="DISAMB-EM15abhi-TAU40ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="479" partition="1" name="L1_TAU20-J20" complex_deadtime="0" definition="(1DISAMB-TAU20ab-J20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU20ab-J20ab_x1" triggerthreshold="1DISAMB-TAU20ab-J20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="480" partition="1" name="L1_EM15-TAU12I" complex_deadtime="0" definition="(DISAMB-EM15abhi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-EM15abhi-TAU12abi_x1" triggerthreshold="DISAMB-EM15abhi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="481" partition="1" name="L1_EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-EM15his2-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-EM15his2-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="482" partition="1" name="L1_TRT_FILLED" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="483" partition="1" name="L1_TRT_EMPTY" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="484" partition="1" name="L1_ZDC_A_VZDC_C_VTE200" complex_deadtime="0" definition="(ZDC_A[x1]&amp;!ZDC_C[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="485" partition="1" name="L1_ZDC_C_VZDC_A_VTE200" complex_deadtime="0" definition="(ZDC_C[x1]&amp;!ZDC_A[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="486" partition="1" name="L1_ZDC_XOR" complex_deadtime="0" definition="(((ZDC_A[x1]&amp;!ZDC_C[x1])|(ZDC_C[x1]&amp;!ZDC_A[x1]))&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            </NOT>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            </NOT>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="487" partition="1" name="L1_ZDC_XOR_VTE200" complex_deadtime="0" definition="(((ZDC_A[x1]&amp;!ZDC_C[x1])|(ZDC_C[x1]&amp;!ZDC_A[x1]))&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            </NOT>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            </NOT>
-          </AND>
-        </OR>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="488" partition="1" name="L1_ZDC_XOR_TE5_VTE200" complex_deadtime="0" definition="(((ZDC_A[x1]&amp;!ZDC_C[x1])|(ZDC_C[x1]&amp;!ZDC_A[x1]))&amp;TE5[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            </NOT>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            </NOT>
-          </AND>
-        </OR>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="489" partition="1" name="L1_ZDC_XOR_TRT_VTE200" complex_deadtime="0" definition="(((ZDC_A[x1]&amp;!ZDC_C[x1])|(ZDC_C[x1]&amp;!ZDC_A[x1]))&amp;NIMTRT[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            </NOT>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            </NOT>
-          </AND>
-        </OR>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="490" partition="1" name="L1_ZDC_VTE200" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="491" partition="1" name="L1_ZDC_A_C_VTE200" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="492" partition="1" name="L1_ZDC_A_C_TE5_VTE200" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;TE5[x1]&amp;!TE200[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE200_x1" triggerthreshold="TE200"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="493" partition="1" name="L1_J12_BGRP12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="494" partition="1" name="L1_J30.31ETA49_BGRP12" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="511" partition="1" name="L1_CALREQ2" complex_deadtime="0" definition="(CAL2[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="00110100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="CAL2_x1" triggerthreshold="CAL2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="Physics_HI_v3_default_prescale" type="Physics" menuPartition="0">
-    <Prescale ctpid="0" cut="000001" value="1"/>
-    <Prescale ctpid="1" cut="000001" value="1"/>
-    <Prescale ctpid="2" cut="000001" value="1"/>
-    <Prescale ctpid="3" cut="000001" value="1"/>
-    <Prescale ctpid="4" cut="000001" value="1"/>
-    <Prescale ctpid="5" cut="000001" value="1"/>
-    <Prescale ctpid="6" cut="000001" value="1"/>
-    <Prescale ctpid="7" cut="000001" value="1"/>
-    <Prescale ctpid="8" cut="000001" value="1"/>
-    <Prescale ctpid="9" cut="000001" value="1"/>
-    <Prescale ctpid="10" cut="000001" value="1"/>
-    <Prescale ctpid="11" cut="000001" value="1"/>
-    <Prescale ctpid="12" cut="000001" value="1"/>
-    <Prescale ctpid="13" cut="000001" value="1"/>
-    <Prescale ctpid="14" cut="000001" value="1"/>
-    <Prescale ctpid="15" cut="000001" value="1"/>
-    <Prescale ctpid="16" cut="000001" value="1"/>
-    <Prescale ctpid="17" cut="000001" value="1"/>
-    <Prescale ctpid="18" cut="000001" value="1"/>
-    <Prescale ctpid="19" cut="000001" value="1"/>
-    <Prescale ctpid="20" cut="000001" value="1"/>
-    <Prescale ctpid="21" cut="000001" value="1"/>
-    <Prescale ctpid="22" cut="000001" value="1"/>
-    <Prescale ctpid="23" cut="000001" value="1"/>
-    <Prescale ctpid="24" cut="000001" value="1"/>
-    <Prescale ctpid="25" cut="000001" value="1"/>
-    <Prescale ctpid="26" cut="000001" value="1"/>
-    <Prescale ctpid="27" cut="000001" value="1"/>
-    <Prescale ctpid="28" cut="000001" value="1"/>
-    <Prescale ctpid="29" cut="000001" value="1"/>
-    <Prescale ctpid="30" cut="000001" value="1"/>
-    <Prescale ctpid="31" cut="000001" value="1"/>
-    <Prescale ctpid="32" cut="000001" value="1"/>
-    <Prescale ctpid="33" cut="000001" value="1"/>
-    <Prescale ctpid="34" cut="000001" value="1"/>
-    <Prescale ctpid="35" cut="000001" value="1"/>
-    <Prescale ctpid="36" cut="000001" value="1"/>
-    <Prescale ctpid="37" cut="000001" value="1"/>
-    <Prescale ctpid="38" cut="000001" value="1"/>
-    <Prescale ctpid="39" cut="000001" value="1"/>
-    <Prescale ctpid="40" cut="000001" value="1"/>
-    <Prescale ctpid="41" cut="000001" value="1"/>
-    <Prescale ctpid="42" cut="000001" value="1"/>
-    <Prescale ctpid="43" cut="000001" value="1"/>
-    <Prescale ctpid="44" cut="000001" value="1"/>
-    <Prescale ctpid="45" cut="000001" value="1"/>
-    <Prescale ctpid="46" cut="000001" value="1"/>
-    <Prescale ctpid="47" cut="000001" value="1"/>
-    <Prescale ctpid="48" cut="000001" value="1"/>
-    <Prescale ctpid="49" cut="000001" value="1"/>
-    <Prescale ctpid="50" cut="000001" value="1"/>
-    <Prescale ctpid="51" cut="000001" value="1"/>
-    <Prescale ctpid="52" cut="000001" value="1"/>
-    <Prescale ctpid="53" cut="000001" value="1"/>
-    <Prescale ctpid="54" cut="000001" value="1"/>
-    <Prescale ctpid="55" cut="000001" value="1"/>
-    <Prescale ctpid="56" cut="000001" value="1"/>
-    <Prescale ctpid="57" cut="000001" value="1"/>
-    <Prescale ctpid="58" cut="000001" value="1"/>
-    <Prescale ctpid="59" cut="000001" value="1"/>
-    <Prescale ctpid="60" cut="000001" value="1"/>
-    <Prescale ctpid="61" cut="000001" value="1"/>
-    <Prescale ctpid="62" cut="000001" value="1"/>
-    <Prescale ctpid="63" cut="000001" value="1"/>
-    <Prescale ctpid="64" cut="000001" value="1"/>
-    <Prescale ctpid="65" cut="000001" value="1"/>
-    <Prescale ctpid="66" cut="000001" value="1"/>
-    <Prescale ctpid="67" cut="000001" value="1"/>
-    <Prescale ctpid="68" cut="000001" value="1"/>
-    <Prescale ctpid="69" cut="000001" value="1"/>
-    <Prescale ctpid="70" cut="000001" value="1"/>
-    <Prescale ctpid="71" cut="000001" value="1"/>
-    <Prescale ctpid="72" cut="000001" value="1"/>
-    <Prescale ctpid="73" cut="000001" value="1"/>
-    <Prescale ctpid="74" cut="000001" value="1"/>
-    <Prescale ctpid="75" cut="000001" value="1"/>
-    <Prescale ctpid="76" cut="000001" value="1"/>
-    <Prescale ctpid="77" cut="000001" value="1"/>
-    <Prescale ctpid="78" cut="000001" value="1"/>
-    <Prescale ctpid="79" cut="000001" value="1"/>
-    <Prescale ctpid="80" cut="000001" value="1"/>
-    <Prescale ctpid="81" cut="000001" value="1"/>
-    <Prescale ctpid="82" cut="000001" value="1"/>
-    <Prescale ctpid="83" cut="000001" value="1"/>
-    <Prescale ctpid="84" cut="000001" value="1"/>
-    <Prescale ctpid="85" cut="000001" value="1"/>
-    <Prescale ctpid="86" cut="000001" value="1"/>
-    <Prescale ctpid="87" cut="000001" value="1"/>
-    <Prescale ctpid="88" cut="000001" value="1"/>
-    <Prescale ctpid="89" cut="000001" value="1"/>
-    <Prescale ctpid="90" cut="000001" value="1"/>
-    <Prescale ctpid="91" cut="000001" value="1"/>
-    <Prescale ctpid="92" cut="000001" value="1"/>
-    <Prescale ctpid="93" cut="000001" value="1"/>
-    <Prescale ctpid="94" cut="000001" value="1"/>
-    <Prescale ctpid="95" cut="000001" value="1"/>
-    <Prescale ctpid="96" cut="000001" value="1"/>
-    <Prescale ctpid="97" cut="000001" value="1"/>
-    <Prescale ctpid="98" cut="000001" value="1"/>
-    <Prescale ctpid="99" cut="000001" value="1"/>
-    <Prescale ctpid="100" cut="000001" value="1"/>
-    <Prescale ctpid="101" cut="000001" value="1"/>
-    <Prescale ctpid="102" cut="000001" value="1"/>
-    <Prescale ctpid="103" cut="000001" value="1"/>
-    <Prescale ctpid="104" cut="000001" value="1"/>
-    <Prescale ctpid="105" cut="-000001" value="-1"/>
-    <Prescale ctpid="106" cut="000001" value="1"/>
-    <Prescale ctpid="107" cut="000001" value="1"/>
-    <Prescale ctpid="108" cut="000001" value="1"/>
-    <Prescale ctpid="109" cut="-000001" value="-1"/>
-    <Prescale ctpid="110" cut="-000001" value="-1"/>
-    <Prescale ctpid="111" cut="-000001" value="-1"/>
-    <Prescale ctpid="112" cut="-000001" value="-1"/>
-    <Prescale ctpid="113" cut="000001" value="1"/>
-    <Prescale ctpid="114" cut="-000001" value="-1"/>
-    <Prescale ctpid="115" cut="-000001" value="-1"/>
-    <Prescale ctpid="116" cut="-000001" value="-1"/>
-    <Prescale ctpid="117" cut="000001" value="1"/>
-    <Prescale ctpid="118" cut="-000001" value="-1"/>
-    <Prescale ctpid="119" cut="-000001" value="-1"/>
-    <Prescale ctpid="120" cut="000001" value="1"/>
-    <Prescale ctpid="121" cut="-000001" value="-1"/>
-    <Prescale ctpid="122" cut="000001" value="1"/>
-    <Prescale ctpid="123" cut="-000001" value="-1"/>
-    <Prescale ctpid="124" cut="000001" value="1"/>
-    <Prescale ctpid="125" cut="000001" value="1"/>
-    <Prescale ctpid="126" cut="000001" value="1"/>
-    <Prescale ctpid="127" cut="000001" value="1"/>
-    <Prescale ctpid="128" cut="000001" value="1"/>
-    <Prescale ctpid="129" cut="-000001" value="-1"/>
-    <Prescale ctpid="130" cut="000001" value="1"/>
-    <Prescale ctpid="131" cut="000001" value="1"/>
-    <Prescale ctpid="132" cut="000001" value="1"/>
-    <Prescale ctpid="133" cut="000001" value="1"/>
-    <Prescale ctpid="134" cut="000001" value="1"/>
-    <Prescale ctpid="135" cut="000001" value="1"/>
-    <Prescale ctpid="136" cut="000001" value="1"/>
-    <Prescale ctpid="137" cut="000001" value="1"/>
-    <Prescale ctpid="138" cut="000001" value="1"/>
-    <Prescale ctpid="139" cut="-000001" value="-1"/>
-    <Prescale ctpid="140" cut="-000001" value="-1"/>
-    <Prescale ctpid="141" cut="000001" value="1"/>
-    <Prescale ctpid="142" cut="000001" value="1"/>
-    <Prescale ctpid="143" cut="000001" value="1"/>
-    <Prescale ctpid="144" cut="000001" value="1"/>
-    <Prescale ctpid="145" cut="000001" value="1"/>
-    <Prescale ctpid="146" cut="000001" value="1"/>
-    <Prescale ctpid="147" cut="000001" value="1"/>
-    <Prescale ctpid="148" cut="000001" value="1"/>
-    <Prescale ctpid="149" cut="000001" value="1"/>
-    <Prescale ctpid="150" cut="000001" value="1"/>
-    <Prescale ctpid="151" cut="000001" value="1"/>
-    <Prescale ctpid="152" cut="-000001" value="-1"/>
-    <Prescale ctpid="153" cut="000001" value="1"/>
-    <Prescale ctpid="154" cut="000001" value="1"/>
-    <Prescale ctpid="155" cut="000001" value="1"/>
-    <Prescale ctpid="156" cut="000001" value="1"/>
-    <Prescale ctpid="157" cut="-000001" value="-1"/>
-    <Prescale ctpid="158" cut="-000001" value="-1"/>
-    <Prescale ctpid="159" cut="000001" value="1"/>
-    <Prescale ctpid="160" cut="000001" value="1"/>
-    <Prescale ctpid="161" cut="000001" value="1"/>
-    <Prescale ctpid="162" cut="000001" value="1"/>
-    <Prescale ctpid="163" cut="-000001" value="-1"/>
-    <Prescale ctpid="164" cut="000001" value="1"/>
-    <Prescale ctpid="165" cut="000001" value="1"/>
-    <Prescale ctpid="166" cut="000001" value="1"/>
-    <Prescale ctpid="167" cut="000001" value="1"/>
-    <Prescale ctpid="168" cut="-000001" value="-1"/>
-    <Prescale ctpid="169" cut="-000001" value="-1"/>
-    <Prescale ctpid="170" cut="-000001" value="-1"/>
-    <Prescale ctpid="171" cut="-000001" value="-1"/>
-    <Prescale ctpid="172" cut="000001" value="1"/>
-    <Prescale ctpid="173" cut="000001" value="1"/>
-    <Prescale ctpid="174" cut="-000001" value="-1"/>
-    <Prescale ctpid="175" cut="-000001" value="-1"/>
-    <Prescale ctpid="176" cut="000001" value="1"/>
-    <Prescale ctpid="177" cut="-000001" value="-1"/>
-    <Prescale ctpid="178" cut="-000001" value="-1"/>
-    <Prescale ctpid="179" cut="-000001" value="-1"/>
-    <Prescale ctpid="180" cut="-000001" value="-1"/>
-    <Prescale ctpid="181" cut="-000001" value="-1"/>
-    <Prescale ctpid="182" cut="000001" value="1"/>
-    <Prescale ctpid="183" cut="000001" value="1"/>
-    <Prescale ctpid="184" cut="000001" value="1"/>
-    <Prescale ctpid="185" cut="000001" value="1"/>
-    <Prescale ctpid="186" cut="000001" value="1"/>
-    <Prescale ctpid="187" cut="000001" value="1"/>
-    <Prescale ctpid="188" cut="-000001" value="-1"/>
-    <Prescale ctpid="189" cut="000001" value="1"/>
-    <Prescale ctpid="190" cut="000001" value="1"/>
-    <Prescale ctpid="191" cut="000001" value="1"/>
-    <Prescale ctpid="192" cut="000001" value="1"/>
-    <Prescale ctpid="193" cut="000001" value="1"/>
-    <Prescale ctpid="194" cut="-000001" value="-1"/>
-    <Prescale ctpid="195" cut="-000001" value="-1"/>
-    <Prescale ctpid="196" cut="000001" value="1"/>
-    <Prescale ctpid="197" cut="000001" value="1"/>
-    <Prescale ctpid="198" cut="-000001" value="-1"/>
-    <Prescale ctpid="199" cut="-000001" value="-1"/>
-    <Prescale ctpid="200" cut="000001" value="1"/>
-    <Prescale ctpid="201" cut="000001" value="1"/>
-    <Prescale ctpid="202" cut="000001" value="1"/>
-    <Prescale ctpid="203" cut="-000001" value="-1"/>
-    <Prescale ctpid="204" cut="000001" value="1"/>
-    <Prescale ctpid="205" cut="000001" value="1"/>
-    <Prescale ctpid="206" cut="000001" value="1"/>
-    <Prescale ctpid="207" cut="-000001" value="-1"/>
-    <Prescale ctpid="208" cut="000001" value="1"/>
-    <Prescale ctpid="209" cut="-000001" value="-1"/>
-    <Prescale ctpid="210" cut="-000001" value="-1"/>
-    <Prescale ctpid="211" cut="-000001" value="-1"/>
-    <Prescale ctpid="212" cut="000001" value="1"/>
-    <Prescale ctpid="213" cut="000001" value="1"/>
-    <Prescale ctpid="214" cut="000001" value="1"/>
-    <Prescale ctpid="215" cut="000001" value="1"/>
-    <Prescale ctpid="216" cut="-000001" value="-1"/>
-    <Prescale ctpid="217" cut="-000001" value="-1"/>
-    <Prescale ctpid="218" cut="-000001" value="-1"/>
-    <Prescale ctpid="219" cut="-000001" value="-1"/>
-    <Prescale ctpid="220" cut="-000001" value="-1"/>
-    <Prescale ctpid="221" cut="-000001" value="-1"/>
-    <Prescale ctpid="222" cut="000001" value="1"/>
-    <Prescale ctpid="223" cut="000001" value="1"/>
-    <Prescale ctpid="224" cut="000001" value="1"/>
-    <Prescale ctpid="225" cut="000001" value="1"/>
-    <Prescale ctpid="226" cut="000001" value="1"/>
-    <Prescale ctpid="227" cut="-000001" value="-1"/>
-    <Prescale ctpid="228" cut="000001" value="1"/>
-    <Prescale ctpid="229" cut="000001" value="1"/>
-    <Prescale ctpid="230" cut="000001" value="1"/>
-    <Prescale ctpid="231" cut="000001" value="1"/>
-    <Prescale ctpid="232" cut="000001" value="1"/>
-    <Prescale ctpid="233" cut="-000001" value="-1"/>
-    <Prescale ctpid="234" cut="-000001" value="-1"/>
-    <Prescale ctpid="235" cut="000001" value="1"/>
-    <Prescale ctpid="236" cut="-000001" value="-1"/>
-    <Prescale ctpid="237" cut="-000001" value="-1"/>
-    <Prescale ctpid="238" cut="000001" value="1"/>
-    <Prescale ctpid="239" cut="-000001" value="-1"/>
-    <Prescale ctpid="240" cut="000001" value="1"/>
-    <Prescale ctpid="241" cut="000001" value="1"/>
-    <Prescale ctpid="242" cut="000001" value="1"/>
-    <Prescale ctpid="243" cut="000001" value="1"/>
-    <Prescale ctpid="244" cut="000001" value="1"/>
-    <Prescale ctpid="245" cut="000001" value="1"/>
-    <Prescale ctpid="246" cut="000001" value="1"/>
-    <Prescale ctpid="247" cut="-000001" value="-1"/>
-    <Prescale ctpid="248" cut="000001" value="1"/>
-    <Prescale ctpid="249" cut="000001" value="1"/>
-    <Prescale ctpid="250" cut="000001" value="1"/>
-    <Prescale ctpid="251" cut="-000001" value="-1"/>
-    <Prescale ctpid="252" cut="000001" value="1"/>
-    <Prescale ctpid="253" cut="-000001" value="-1"/>
-    <Prescale ctpid="254" cut="-000001" value="-1"/>
-    <Prescale ctpid="255" cut="-000001" value="-1"/>
-    <Prescale ctpid="256" cut="000001" value="1"/>
-    <Prescale ctpid="257" cut="000001" value="1"/>
-    <Prescale ctpid="258" cut="000001" value="1"/>
-    <Prescale ctpid="259" cut="000001" value="1"/>
-    <Prescale ctpid="260" cut="000001" value="1"/>
-    <Prescale ctpid="261" cut="000001" value="1"/>
-    <Prescale ctpid="262" cut="000001" value="1"/>
-    <Prescale ctpid="263" cut="000001" value="1"/>
-    <Prescale ctpid="264" cut="000001" value="1"/>
-    <Prescale ctpid="265" cut="000001" value="1"/>
-    <Prescale ctpid="266" cut="000001" value="1"/>
-    <Prescale ctpid="267" cut="000001" value="1"/>
-    <Prescale ctpid="268" cut="000001" value="1"/>
-    <Prescale ctpid="269" cut="000001" value="1"/>
-    <Prescale ctpid="270" cut="000001" value="1"/>
-    <Prescale ctpid="271" cut="000001" value="1"/>
-    <Prescale ctpid="272" cut="000001" value="1"/>
-    <Prescale ctpid="273" cut="000001" value="1"/>
-    <Prescale ctpid="274" cut="000001" value="1"/>
-    <Prescale ctpid="275" cut="000001" value="1"/>
-    <Prescale ctpid="276" cut="000001" value="1"/>
-    <Prescale ctpid="277" cut="-000001" value="-1"/>
-    <Prescale ctpid="278" cut="000001" value="1"/>
-    <Prescale ctpid="279" cut="000001" value="1"/>
-    <Prescale ctpid="280" cut="000001" value="1"/>
-    <Prescale ctpid="281" cut="000001" value="1"/>
-    <Prescale ctpid="282" cut="000001" value="1"/>
-    <Prescale ctpid="283" cut="000001" value="1"/>
-    <Prescale ctpid="284" cut="000001" value="1"/>
-    <Prescale ctpid="285" cut="000001" value="1"/>
-    <Prescale ctpid="286" cut="000001" value="1"/>
-    <Prescale ctpid="287" cut="000001" value="1"/>
-    <Prescale ctpid="288" cut="000001" value="1"/>
-    <Prescale ctpid="289" cut="000001" value="1"/>
-    <Prescale ctpid="290" cut="000001" value="1"/>
-    <Prescale ctpid="291" cut="000001" value="1"/>
-    <Prescale ctpid="292" cut="000001" value="1"/>
-    <Prescale ctpid="293" cut="000001" value="1"/>
-    <Prescale ctpid="294" cut="000001" value="1"/>
-    <Prescale ctpid="295" cut="000001" value="1"/>
-    <Prescale ctpid="296" cut="000001" value="1"/>
-    <Prescale ctpid="297" cut="000001" value="1"/>
-    <Prescale ctpid="298" cut="000001" value="1"/>
-    <Prescale ctpid="299" cut="000001" value="1"/>
-    <Prescale ctpid="300" cut="000001" value="1"/>
-    <Prescale ctpid="301" cut="000001" value="1"/>
-    <Prescale ctpid="302" cut="000001" value="1"/>
-    <Prescale ctpid="303" cut="000001" value="1"/>
-    <Prescale ctpid="304" cut="000001" value="1"/>
-    <Prescale ctpid="305" cut="000001" value="1"/>
-    <Prescale ctpid="306" cut="000001" value="1"/>
-    <Prescale ctpid="307" cut="000001" value="1"/>
-    <Prescale ctpid="308" cut="000001" value="1"/>
-    <Prescale ctpid="309" cut="000001" value="1"/>
-    <Prescale ctpid="310" cut="000001" value="1"/>
-    <Prescale ctpid="311" cut="000001" value="1"/>
-    <Prescale ctpid="312" cut="000001" value="1"/>
-    <Prescale ctpid="313" cut="000001" value="1"/>
-    <Prescale ctpid="314" cut="000001" value="1"/>
-    <Prescale ctpid="315" cut="000001" value="1"/>
-    <Prescale ctpid="316" cut="000001" value="1"/>
-    <Prescale ctpid="317" cut="000001" value="1"/>
-    <Prescale ctpid="318" cut="000001" value="1"/>
-    <Prescale ctpid="319" cut="000001" value="1"/>
-    <Prescale ctpid="320" cut="000001" value="1"/>
-    <Prescale ctpid="321" cut="000001" value="1"/>
-    <Prescale ctpid="322" cut="000001" value="1"/>
-    <Prescale ctpid="323" cut="000001" value="1"/>
-    <Prescale ctpid="324" cut="000001" value="1"/>
-    <Prescale ctpid="325" cut="000001" value="1"/>
-    <Prescale ctpid="326" cut="000001" value="1"/>
-    <Prescale ctpid="327" cut="000001" value="1"/>
-    <Prescale ctpid="328" cut="000001" value="1"/>
-    <Prescale ctpid="329" cut="000001" value="1"/>
-    <Prescale ctpid="330" cut="-000001" value="-1"/>
-    <Prescale ctpid="331" cut="000001" value="1"/>
-    <Prescale ctpid="332" cut="000001" value="1"/>
-    <Prescale ctpid="333" cut="000001" value="1"/>
-    <Prescale ctpid="334" cut="-000001" value="-1"/>
-    <Prescale ctpid="335" cut="000001" value="1"/>
-    <Prescale ctpid="336" cut="000001" value="1"/>
-    <Prescale ctpid="337" cut="000001" value="1"/>
-    <Prescale ctpid="338" cut="000001" value="1"/>
-    <Prescale ctpid="339" cut="000001" value="1"/>
-    <Prescale ctpid="340" cut="-000001" value="-1"/>
-    <Prescale ctpid="341" cut="-000001" value="-1"/>
-    <Prescale ctpid="342" cut="000001" value="1"/>
-    <Prescale ctpid="343" cut="000001" value="1"/>
-    <Prescale ctpid="344" cut="000001" value="1"/>
-    <Prescale ctpid="345" cut="000001" value="1"/>
-    <Prescale ctpid="346" cut="000001" value="1"/>
-    <Prescale ctpid="347" cut="000001" value="1"/>
-    <Prescale ctpid="348" cut="000001" value="1"/>
-    <Prescale ctpid="349" cut="000001" value="1"/>
-    <Prescale ctpid="350" cut="000001" value="1"/>
-    <Prescale ctpid="351" cut="000001" value="1"/>
-    <Prescale ctpid="352" cut="000001" value="1"/>
-    <Prescale ctpid="353" cut="000001" value="1"/>
-    <Prescale ctpid="354" cut="000001" value="1"/>
-    <Prescale ctpid="355" cut="000001" value="1"/>
-    <Prescale ctpid="356" cut="000001" value="1"/>
-    <Prescale ctpid="357" cut="000001" value="1"/>
-    <Prescale ctpid="358" cut="000001" value="1"/>
-    <Prescale ctpid="359" cut="000001" value="1"/>
-    <Prescale ctpid="360" cut="000001" value="1"/>
-    <Prescale ctpid="361" cut="000001" value="1"/>
-    <Prescale ctpid="362" cut="000001" value="1"/>
-    <Prescale ctpid="363" cut="000001" value="1"/>
-    <Prescale ctpid="364" cut="000001" value="1"/>
-    <Prescale ctpid="365" cut="000001" value="1"/>
-    <Prescale ctpid="366" cut="000001" value="1"/>
-    <Prescale ctpid="367" cut="000001" value="1"/>
-    <Prescale ctpid="368" cut="000001" value="1"/>
-    <Prescale ctpid="369" cut="000001" value="1"/>
-    <Prescale ctpid="370" cut="000001" value="1"/>
-    <Prescale ctpid="371" cut="-000001" value="-1"/>
-    <Prescale ctpid="372" cut="-000001" value="-1"/>
-    <Prescale ctpid="373" cut="-000001" value="-1"/>
-    <Prescale ctpid="374" cut="-000001" value="-1"/>
-    <Prescale ctpid="375" cut="-000001" value="-1"/>
-    <Prescale ctpid="376" cut="-000001" value="-1"/>
-    <Prescale ctpid="377" cut="000001" value="1"/>
-    <Prescale ctpid="378" cut="000001" value="1"/>
-    <Prescale ctpid="379" cut="000001" value="1"/>
-    <Prescale ctpid="380" cut="000001" value="1"/>
-    <Prescale ctpid="381" cut="000001" value="1"/>
-    <Prescale ctpid="382" cut="000001" value="1"/>
-    <Prescale ctpid="383" cut="000001" value="1"/>
-    <Prescale ctpid="384" cut="000001" value="1"/>
-    <Prescale ctpid="385" cut="000001" value="1"/>
-    <Prescale ctpid="386" cut="000001" value="1"/>
-    <Prescale ctpid="387" cut="000001" value="1"/>
-    <Prescale ctpid="388" cut="000001" value="1"/>
-    <Prescale ctpid="389" cut="000001" value="1"/>
-    <Prescale ctpid="390" cut="000001" value="1"/>
-    <Prescale ctpid="391" cut="000001" value="1"/>
-    <Prescale ctpid="392" cut="000001" value="1"/>
-    <Prescale ctpid="393" cut="000001" value="1"/>
-    <Prescale ctpid="394" cut="000001" value="1"/>
-    <Prescale ctpid="395" cut="000001" value="1"/>
-    <Prescale ctpid="396" cut="000001" value="1"/>
-    <Prescale ctpid="397" cut="000001" value="1"/>
-    <Prescale ctpid="398" cut="000001" value="1"/>
-    <Prescale ctpid="399" cut="000001" value="1"/>
-    <Prescale ctpid="400" cut="000001" value="1"/>
-    <Prescale ctpid="401" cut="000001" value="1"/>
-    <Prescale ctpid="402" cut="000001" value="1"/>
-    <Prescale ctpid="403" cut="000001" value="1"/>
-    <Prescale ctpid="404" cut="000001" value="1"/>
-    <Prescale ctpid="405" cut="000001" value="1"/>
-    <Prescale ctpid="406" cut="000001" value="1"/>
-    <Prescale ctpid="407" cut="000001" value="1"/>
-    <Prescale ctpid="408" cut="000001" value="1"/>
-    <Prescale ctpid="409" cut="000001" value="1"/>
-    <Prescale ctpid="410" cut="000001" value="1"/>
-    <Prescale ctpid="411" cut="000001" value="1"/>
-    <Prescale ctpid="412" cut="000001" value="1"/>
-    <Prescale ctpid="413" cut="000001" value="1"/>
-    <Prescale ctpid="414" cut="000001" value="1"/>
-    <Prescale ctpid="415" cut="000001" value="1"/>
-    <Prescale ctpid="416" cut="000001" value="1"/>
-    <Prescale ctpid="417" cut="000001" value="1"/>
-    <Prescale ctpid="418" cut="000001" value="1"/>
-    <Prescale ctpid="419" cut="000001" value="1"/>
-    <Prescale ctpid="420" cut="000001" value="1"/>
-    <Prescale ctpid="421" cut="000001" value="1"/>
-    <Prescale ctpid="422" cut="000001" value="1"/>
-    <Prescale ctpid="423" cut="000001" value="1"/>
-    <Prescale ctpid="424" cut="000001" value="1"/>
-    <Prescale ctpid="425" cut="000001" value="1"/>
-    <Prescale ctpid="426" cut="000001" value="1"/>
-    <Prescale ctpid="427" cut="000001" value="1"/>
-    <Prescale ctpid="428" cut="000001" value="1"/>
-    <Prescale ctpid="429" cut="000001" value="1"/>
-    <Prescale ctpid="430" cut="000001" value="1"/>
-    <Prescale ctpid="431" cut="000001" value="1"/>
-    <Prescale ctpid="432" cut="000001" value="1"/>
-    <Prescale ctpid="433" cut="000001" value="1"/>
-    <Prescale ctpid="434" cut="000001" value="1"/>
-    <Prescale ctpid="435" cut="000001" value="1"/>
-    <Prescale ctpid="436" cut="000001" value="1"/>
-    <Prescale ctpid="437" cut="000001" value="1"/>
-    <Prescale ctpid="438" cut="000001" value="1"/>
-    <Prescale ctpid="439" cut="000001" value="1"/>
-    <Prescale ctpid="440" cut="000001" value="1"/>
-    <Prescale ctpid="441" cut="000001" value="1"/>
-    <Prescale ctpid="442" cut="000001" value="1"/>
-    <Prescale ctpid="443" cut="000001" value="1"/>
-    <Prescale ctpid="444" cut="000001" value="1"/>
-    <Prescale ctpid="445" cut="000001" value="1"/>
-    <Prescale ctpid="446" cut="000001" value="1"/>
-    <Prescale ctpid="447" cut="000001" value="1"/>
-    <Prescale ctpid="448" cut="000001" value="1"/>
-    <Prescale ctpid="449" cut="000001" value="1"/>
-    <Prescale ctpid="450" cut="000001" value="1"/>
-    <Prescale ctpid="451" cut="000001" value="1"/>
-    <Prescale ctpid="452" cut="000001" value="1"/>
-    <Prescale ctpid="453" cut="000001" value="1"/>
-    <Prescale ctpid="454" cut="000001" value="1"/>
-    <Prescale ctpid="455" cut="000001" value="1"/>
-    <Prescale ctpid="456" cut="000001" value="1"/>
-    <Prescale ctpid="457" cut="000001" value="1"/>
-    <Prescale ctpid="458" cut="000001" value="1"/>
-    <Prescale ctpid="459" cut="000001" value="1"/>
-    <Prescale ctpid="460" cut="000001" value="1"/>
-    <Prescale ctpid="461" cut="000001" value="1"/>
-    <Prescale ctpid="462" cut="000001" value="1"/>
-    <Prescale ctpid="463" cut="000001" value="1"/>
-    <Prescale ctpid="464" cut="000001" value="1"/>
-    <Prescale ctpid="465" cut="000001" value="1"/>
-    <Prescale ctpid="466" cut="-000001" value="-1"/>
-    <Prescale ctpid="467" cut="000001" value="1"/>
-    <Prescale ctpid="468" cut="000001" value="1"/>
-    <Prescale ctpid="469" cut="000001" value="1"/>
-    <Prescale ctpid="470" cut="000001" value="1"/>
-    <Prescale ctpid="471" cut="000001" value="1"/>
-    <Prescale ctpid="472" cut="000001" value="1"/>
-    <Prescale ctpid="473" cut="000001" value="1"/>
-    <Prescale ctpid="474" cut="000001" value="1"/>
-    <Prescale ctpid="475" cut="000001" value="1"/>
-    <Prescale ctpid="476" cut="000001" value="1"/>
-    <Prescale ctpid="477" cut="000001" value="1"/>
-    <Prescale ctpid="478" cut="000001" value="1"/>
-    <Prescale ctpid="479" cut="000001" value="1"/>
-    <Prescale ctpid="480" cut="000001" value="1"/>
-    <Prescale ctpid="481" cut="000001" value="1"/>
-    <Prescale ctpid="482" cut="000001" value="1"/>
-    <Prescale ctpid="483" cut="000001" value="1"/>
-    <Prescale ctpid="484" cut="000001" value="1"/>
-    <Prescale ctpid="485" cut="000001" value="1"/>
-    <Prescale ctpid="486" cut="000001" value="1"/>
-    <Prescale ctpid="487" cut="000001" value="1"/>
-    <Prescale ctpid="488" cut="000001" value="1"/>
-    <Prescale ctpid="489" cut="000001" value="1"/>
-    <Prescale ctpid="490" cut="000001" value="1"/>
-    <Prescale ctpid="491" cut="000001" value="1"/>
-    <Prescale ctpid="492" cut="000001" value="1"/>
-    <Prescale ctpid="493" cut="000001" value="1"/>
-    <Prescale ctpid="494" cut="000001" value="1"/>
-    <Prescale ctpid="495" cut="-000001" value="-1"/>
-    <Prescale ctpid="496" cut="-000001" value="-1"/>
-    <Prescale ctpid="497" cut="-000001" value="-1"/>
-    <Prescale ctpid="498" cut="-000001" value="-1"/>
-    <Prescale ctpid="499" cut="-000001" value="-1"/>
-    <Prescale ctpid="500" cut="-000001" value="-1"/>
-    <Prescale ctpid="501" cut="-000001" value="-1"/>
-    <Prescale ctpid="502" cut="-000001" value="-1"/>
-    <Prescale ctpid="503" cut="-000001" value="-1"/>
-    <Prescale ctpid="504" cut="-000001" value="-1"/>
-    <Prescale ctpid="505" cut="-000001" value="-1"/>
-    <Prescale ctpid="506" cut="-000001" value="-1"/>
-    <Prescale ctpid="507" cut="-000001" value="-1"/>
-    <Prescale ctpid="508" cut="-000001" value="-1"/>
-    <Prescale ctpid="509" cut="-000001" value="-1"/>
-    <Prescale ctpid="510" cut="-000001" value="-1"/>
-    <Prescale ctpid="511" cut="000001" value="1"/>
-  </PrescaleSet>
-  <TriggerCounterList>
-    <TriggerCounter name="1BCM_AtoC" type="CTPIN">
-      <TriggerCondition name="1BCM_AtoC" triggerthreshold="BCM_AtoC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Comb" type="CTPIN">
-      <TriggerCondition name="1BCM_Comb" triggerthreshold="BCM_Comb" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2BCM_Comb" type="CTPIN">
-      <TriggerCondition name="2BCM_Comb" triggerthreshold="BCM_Comb" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3BCM_Comb" type="CTPIN">
-      <TriggerCondition name="3BCM_Comb" triggerthreshold="BCM_Comb" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4BCM_Comb" type="CTPIN">
-      <TriggerCondition name="4BCM_Comb" triggerthreshold="BCM_Comb" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5BCM_Comb" type="CTPIN">
-      <TriggerCondition name="5BCM_Comb" triggerthreshold="BCM_Comb" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6BCM_Comb" type="CTPIN">
-      <TriggerCondition name="6BCM_Comb" triggerthreshold="BCM_Comb" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7BCM_Comb" type="CTPIN">
-      <TriggerCondition name="7BCM_Comb" triggerthreshold="BCM_Comb" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_CtoA" type="CTPIN">
-      <TriggerCondition name="1BCM_CtoA" triggerthreshold="BCM_CtoA" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Wide" type="CTPIN">
-      <TriggerCondition name="1BCM_Wide" triggerthreshold="BCM_Wide" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX0" type="CTPIN">
-      <TriggerCondition name="1BPTX0" triggerthreshold="BPTX0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX1" type="CTPIN">
-      <TriggerCondition name="1BPTX1" triggerthreshold="BPTX1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL0" type="CTPIN">
-      <TriggerCondition name="1CAL0" triggerthreshold="CAL0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL1" type="CTPIN">
-      <TriggerCondition name="1CAL1" triggerthreshold="CAL1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL2" type="CTPIN">
-      <TriggerCondition name="1CAL2" triggerthreshold="CAL2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10" type="CTPIN">
-      <TriggerCondition name="1EM10" triggerthreshold="EM10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10" type="CTPIN">
-      <TriggerCondition name="2EM10" triggerthreshold="EM10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10" type="CTPIN">
-      <TriggerCondition name="3EM10" triggerthreshold="EM10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10" type="CTPIN">
-      <TriggerCondition name="4EM10" triggerthreshold="EM10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10" type="CTPIN">
-      <TriggerCondition name="5EM10" triggerthreshold="EM10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10" type="CTPIN">
-      <TriggerCondition name="6EM10" triggerthreshold="EM10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10" type="CTPIN">
-      <TriggerCondition name="7EM10" triggerthreshold="EM10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10VH" type="CTPIN">
-      <TriggerCondition name="1EM10VH" triggerthreshold="EM10VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10VH" type="CTPIN">
-      <TriggerCondition name="2EM10VH" triggerthreshold="EM10VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10VH" type="CTPIN">
-      <TriggerCondition name="3EM10VH" triggerthreshold="EM10VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10VH" type="CTPIN">
-      <TriggerCondition name="4EM10VH" triggerthreshold="EM10VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10VH" type="CTPIN">
-      <TriggerCondition name="5EM10VH" triggerthreshold="EM10VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10VH" type="CTPIN">
-      <TriggerCondition name="6EM10VH" triggerthreshold="EM10VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10VH" type="CTPIN">
-      <TriggerCondition name="7EM10VH" triggerthreshold="EM10VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM12" type="CTPIN">
-      <TriggerCondition name="1EM12" triggerthreshold="EM12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM12" type="CTPIN">
-      <TriggerCondition name="2EM12" triggerthreshold="EM12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM12" type="CTPIN">
-      <TriggerCondition name="3EM12" triggerthreshold="EM12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM12" type="CTPIN">
-      <TriggerCondition name="4EM12" triggerthreshold="EM12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM12" type="CTPIN">
-      <TriggerCondition name="5EM12" triggerthreshold="EM12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM12" type="CTPIN">
-      <TriggerCondition name="6EM12" triggerthreshold="EM12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM12" type="CTPIN">
-      <TriggerCondition name="7EM12" triggerthreshold="EM12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM13VH" type="CTPIN">
-      <TriggerCondition name="1EM13VH" triggerthreshold="EM13VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM13VH" type="CTPIN">
-      <TriggerCondition name="2EM13VH" triggerthreshold="EM13VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM13VH" type="CTPIN">
-      <TriggerCondition name="3EM13VH" triggerthreshold="EM13VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM13VH" type="CTPIN">
-      <TriggerCondition name="4EM13VH" triggerthreshold="EM13VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM13VH" type="CTPIN">
-      <TriggerCondition name="5EM13VH" triggerthreshold="EM13VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM13VH" type="CTPIN">
-      <TriggerCondition name="6EM13VH" triggerthreshold="EM13VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM13VH" type="CTPIN">
-      <TriggerCondition name="7EM13VH" triggerthreshold="EM13VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM14" type="CTPIN">
-      <TriggerCondition name="1EM14" triggerthreshold="EM14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM14" type="CTPIN">
-      <TriggerCondition name="2EM14" triggerthreshold="EM14" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM14" type="CTPIN">
-      <TriggerCondition name="3EM14" triggerthreshold="EM14" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM14" type="CTPIN">
-      <TriggerCondition name="4EM14" triggerthreshold="EM14" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM14" type="CTPIN">
-      <TriggerCondition name="5EM14" triggerthreshold="EM14" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM14" type="CTPIN">
-      <TriggerCondition name="6EM14" triggerthreshold="EM14" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM14" type="CTPIN">
-      <TriggerCondition name="7EM14" triggerthreshold="EM14" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15" type="CTPIN">
-      <TriggerCondition name="1EM15" triggerthreshold="EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15" type="CTPIN">
-      <TriggerCondition name="2EM15" triggerthreshold="EM15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15" type="CTPIN">
-      <TriggerCondition name="3EM15" triggerthreshold="EM15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15" type="CTPIN">
-      <TriggerCondition name="4EM15" triggerthreshold="EM15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15" type="CTPIN">
-      <TriggerCondition name="5EM15" triggerthreshold="EM15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15" type="CTPIN">
-      <TriggerCondition name="6EM15" triggerthreshold="EM15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15" type="CTPIN">
-      <TriggerCondition name="7EM15" triggerthreshold="EM15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15HI" type="CTPIN">
-      <TriggerCondition name="1EM15HI" triggerthreshold="EM15HI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15HI" type="CTPIN">
-      <TriggerCondition name="2EM15HI" triggerthreshold="EM15HI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15HI" type="CTPIN">
-      <TriggerCondition name="3EM15HI" triggerthreshold="EM15HI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15HI" type="CTPIN">
-      <TriggerCondition name="4EM15HI" triggerthreshold="EM15HI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15HI" type="CTPIN">
-      <TriggerCondition name="5EM15HI" triggerthreshold="EM15HI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15HI" type="CTPIN">
-      <TriggerCondition name="6EM15HI" triggerthreshold="EM15HI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15HI" type="CTPIN">
-      <TriggerCondition name="7EM15HI" triggerthreshold="EM15HI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM16" type="CTPIN">
-      <TriggerCondition name="1EM16" triggerthreshold="EM16" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM16" type="CTPIN">
-      <TriggerCondition name="2EM16" triggerthreshold="EM16" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM16" type="CTPIN">
-      <TriggerCondition name="3EM16" triggerthreshold="EM16" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM16" type="CTPIN">
-      <TriggerCondition name="4EM16" triggerthreshold="EM16" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM16" type="CTPIN">
-      <TriggerCondition name="5EM16" triggerthreshold="EM16" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM16" type="CTPIN">
-      <TriggerCondition name="6EM16" triggerthreshold="EM16" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM16" type="CTPIN">
-      <TriggerCondition name="7EM16" triggerthreshold="EM16" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM18" type="CTPIN">
-      <TriggerCondition name="1EM18" triggerthreshold="EM18" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM18" type="CTPIN">
-      <TriggerCondition name="2EM18" triggerthreshold="EM18" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM18" type="CTPIN">
-      <TriggerCondition name="3EM18" triggerthreshold="EM18" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM18" type="CTPIN">
-      <TriggerCondition name="4EM18" triggerthreshold="EM18" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM18" type="CTPIN">
-      <TriggerCondition name="5EM18" triggerthreshold="EM18" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM18" type="CTPIN">
-      <TriggerCondition name="6EM18" triggerthreshold="EM18" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM18" type="CTPIN">
-      <TriggerCondition name="7EM18" triggerthreshold="EM18" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20" type="CTPIN">
-      <TriggerCondition name="1EM20" triggerthreshold="EM20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20" type="CTPIN">
-      <TriggerCondition name="2EM20" triggerthreshold="EM20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20" type="CTPIN">
-      <TriggerCondition name="3EM20" triggerthreshold="EM20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20" type="CTPIN">
-      <TriggerCondition name="4EM20" triggerthreshold="EM20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20" type="CTPIN">
-      <TriggerCondition name="5EM20" triggerthreshold="EM20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20" type="CTPIN">
-      <TriggerCondition name="6EM20" triggerthreshold="EM20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20" type="CTPIN">
-      <TriggerCondition name="7EM20" triggerthreshold="EM20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VH" type="CTPIN">
-      <TriggerCondition name="1EM20VH" triggerthreshold="EM20VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VH" type="CTPIN">
-      <TriggerCondition name="2EM20VH" triggerthreshold="EM20VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VH" type="CTPIN">
-      <TriggerCondition name="3EM20VH" triggerthreshold="EM20VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VH" type="CTPIN">
-      <TriggerCondition name="4EM20VH" triggerthreshold="EM20VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VH" type="CTPIN">
-      <TriggerCondition name="5EM20VH" triggerthreshold="EM20VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VH" type="CTPIN">
-      <TriggerCondition name="6EM20VH" triggerthreshold="EM20VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VH" type="CTPIN">
-      <TriggerCondition name="7EM20VH" triggerthreshold="EM20VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VHI" type="CTPIN">
-      <TriggerCondition name="1EM20VHI" triggerthreshold="EM20VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VHI" type="CTPIN">
-      <TriggerCondition name="2EM20VHI" triggerthreshold="EM20VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VHI" type="CTPIN">
-      <TriggerCondition name="3EM20VHI" triggerthreshold="EM20VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VHI" type="CTPIN">
-      <TriggerCondition name="4EM20VHI" triggerthreshold="EM20VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VHI" type="CTPIN">
-      <TriggerCondition name="5EM20VHI" triggerthreshold="EM20VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VHI" type="CTPIN">
-      <TriggerCondition name="6EM20VHI" triggerthreshold="EM20VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VHI" type="CTPIN">
-      <TriggerCondition name="7EM20VHI" triggerthreshold="EM20VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM22" type="CTPIN">
-      <TriggerCondition name="1EM22" triggerthreshold="EM22" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM22" type="CTPIN">
-      <TriggerCondition name="2EM22" triggerthreshold="EM22" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM22" type="CTPIN">
-      <TriggerCondition name="3EM22" triggerthreshold="EM22" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM22" type="CTPIN">
-      <TriggerCondition name="4EM22" triggerthreshold="EM22" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM22" type="CTPIN">
-      <TriggerCondition name="5EM22" triggerthreshold="EM22" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM22" type="CTPIN">
-      <TriggerCondition name="6EM22" triggerthreshold="EM22" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM22" type="CTPIN">
-      <TriggerCondition name="7EM22" triggerthreshold="EM22" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM7" type="CTPIN">
-      <TriggerCondition name="1EM7" triggerthreshold="EM7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM7" type="CTPMON">
-      <TriggerCondition name="1EM7" triggerthreshold="EM7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM7" type="CTPIN">
-      <TriggerCondition name="2EM7" triggerthreshold="EM7" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM7" type="CTPIN">
-      <TriggerCondition name="3EM7" triggerthreshold="EM7" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM7" type="CTPIN">
-      <TriggerCondition name="4EM7" triggerthreshold="EM7" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM7" type="CTPIN">
-      <TriggerCondition name="5EM7" triggerthreshold="EM7" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM7" type="CTPIN">
-      <TriggerCondition name="6EM7" triggerthreshold="EM7" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM7" type="CTPIN">
-      <TriggerCondition name="7EM7" triggerthreshold="EM7" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8" type="CTPIN">
-      <TriggerCondition name="1EM8" triggerthreshold="EM8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8" type="CTPIN">
-      <TriggerCondition name="2EM8" triggerthreshold="EM8" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8" type="CTPIN">
-      <TriggerCondition name="3EM8" triggerthreshold="EM8" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8" type="CTPIN">
-      <TriggerCondition name="4EM8" triggerthreshold="EM8" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8" type="CTPIN">
-      <TriggerCondition name="5EM8" triggerthreshold="EM8" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8" type="CTPIN">
-      <TriggerCondition name="6EM8" triggerthreshold="EM8" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8" type="CTPIN">
-      <TriggerCondition name="7EM8" triggerthreshold="EM8" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8I" type="CTPIN">
-      <TriggerCondition name="1EM8I" triggerthreshold="EM8I" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8I" type="CTPIN">
-      <TriggerCondition name="2EM8I" triggerthreshold="EM8I" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8I" type="CTPIN">
-      <TriggerCondition name="3EM8I" triggerthreshold="EM8I" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8I" type="CTPIN">
-      <TriggerCondition name="4EM8I" triggerthreshold="EM8I" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8I" type="CTPIN">
-      <TriggerCondition name="5EM8I" triggerthreshold="EM8I" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8I" type="CTPIN">
-      <TriggerCondition name="6EM8I" triggerthreshold="EM8I" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8I" type="CTPIN">
-      <TriggerCondition name="7EM8I" triggerthreshold="EM8I" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12" type="CTPIN">
-      <TriggerCondition name="1HA12" triggerthreshold="HA12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12" type="CTPIN">
-      <TriggerCondition name="2HA12" triggerthreshold="HA12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12" type="CTPIN">
-      <TriggerCondition name="3HA12" triggerthreshold="HA12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12" type="CTPIN">
-      <TriggerCondition name="4HA12" triggerthreshold="HA12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12" type="CTPIN">
-      <TriggerCondition name="5HA12" triggerthreshold="HA12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12" type="CTPIN">
-      <TriggerCondition name="6HA12" triggerthreshold="HA12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12" type="CTPIN">
-      <TriggerCondition name="7HA12" triggerthreshold="HA12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IL" type="CTPIN">
-      <TriggerCondition name="1HA12IL" triggerthreshold="HA12IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IL" type="CTPIN">
-      <TriggerCondition name="2HA12IL" triggerthreshold="HA12IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IL" type="CTPIN">
-      <TriggerCondition name="3HA12IL" triggerthreshold="HA12IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IL" type="CTPIN">
-      <TriggerCondition name="4HA12IL" triggerthreshold="HA12IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IL" type="CTPIN">
-      <TriggerCondition name="5HA12IL" triggerthreshold="HA12IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IL" type="CTPIN">
-      <TriggerCondition name="6HA12IL" triggerthreshold="HA12IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IL" type="CTPIN">
-      <TriggerCondition name="7HA12IL" triggerthreshold="HA12IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IM" type="CTPIN">
-      <TriggerCondition name="1HA12IM" triggerthreshold="HA12IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IM" type="CTPIN">
-      <TriggerCondition name="2HA12IM" triggerthreshold="HA12IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IM" type="CTPIN">
-      <TriggerCondition name="3HA12IM" triggerthreshold="HA12IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IM" type="CTPIN">
-      <TriggerCondition name="4HA12IM" triggerthreshold="HA12IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IM" type="CTPIN">
-      <TriggerCondition name="5HA12IM" triggerthreshold="HA12IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IM" type="CTPIN">
-      <TriggerCondition name="6HA12IM" triggerthreshold="HA12IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IM" type="CTPIN">
-      <TriggerCondition name="7HA12IM" triggerthreshold="HA12IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IT" type="CTPIN">
-      <TriggerCondition name="1HA12IT" triggerthreshold="HA12IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IT" type="CTPIN">
-      <TriggerCondition name="2HA12IT" triggerthreshold="HA12IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IT" type="CTPIN">
-      <TriggerCondition name="3HA12IT" triggerthreshold="HA12IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IT" type="CTPIN">
-      <TriggerCondition name="4HA12IT" triggerthreshold="HA12IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IT" type="CTPIN">
-      <TriggerCondition name="5HA12IT" triggerthreshold="HA12IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IT" type="CTPIN">
-      <TriggerCondition name="6HA12IT" triggerthreshold="HA12IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IT" type="CTPIN">
-      <TriggerCondition name="7HA12IT" triggerthreshold="HA12IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA15" type="CTPIN">
-      <TriggerCondition name="1HA15" triggerthreshold="HA15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA15" type="CTPIN">
-      <TriggerCondition name="2HA15" triggerthreshold="HA15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA15" type="CTPIN">
-      <TriggerCondition name="3HA15" triggerthreshold="HA15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA15" type="CTPIN">
-      <TriggerCondition name="4HA15" triggerthreshold="HA15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA15" type="CTPIN">
-      <TriggerCondition name="5HA15" triggerthreshold="HA15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA15" type="CTPIN">
-      <TriggerCondition name="6HA15" triggerthreshold="HA15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA15" type="CTPIN">
-      <TriggerCondition name="7HA15" triggerthreshold="HA15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20" type="CTPIN">
-      <TriggerCondition name="1HA20" triggerthreshold="HA20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20" type="CTPIN">
-      <TriggerCondition name="2HA20" triggerthreshold="HA20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20" type="CTPIN">
-      <TriggerCondition name="3HA20" triggerthreshold="HA20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20" type="CTPIN">
-      <TriggerCondition name="4HA20" triggerthreshold="HA20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20" type="CTPIN">
-      <TriggerCondition name="5HA20" triggerthreshold="HA20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20" type="CTPIN">
-      <TriggerCondition name="6HA20" triggerthreshold="HA20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20" type="CTPIN">
-      <TriggerCondition name="7HA20" triggerthreshold="HA20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IL" type="CTPIN">
-      <TriggerCondition name="1HA20IL" triggerthreshold="HA20IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IL" type="CTPIN">
-      <TriggerCondition name="2HA20IL" triggerthreshold="HA20IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IL" type="CTPIN">
-      <TriggerCondition name="3HA20IL" triggerthreshold="HA20IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IL" type="CTPIN">
-      <TriggerCondition name="4HA20IL" triggerthreshold="HA20IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IL" type="CTPIN">
-      <TriggerCondition name="5HA20IL" triggerthreshold="HA20IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IL" type="CTPIN">
-      <TriggerCondition name="6HA20IL" triggerthreshold="HA20IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IL" type="CTPIN">
-      <TriggerCondition name="7HA20IL" triggerthreshold="HA20IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IM" type="CTPIN">
-      <TriggerCondition name="1HA20IM" triggerthreshold="HA20IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IM" type="CTPIN">
-      <TriggerCondition name="2HA20IM" triggerthreshold="HA20IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IM" type="CTPIN">
-      <TriggerCondition name="3HA20IM" triggerthreshold="HA20IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IM" type="CTPIN">
-      <TriggerCondition name="4HA20IM" triggerthreshold="HA20IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IM" type="CTPIN">
-      <TriggerCondition name="5HA20IM" triggerthreshold="HA20IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IM" type="CTPIN">
-      <TriggerCondition name="6HA20IM" triggerthreshold="HA20IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IM" type="CTPIN">
-      <TriggerCondition name="7HA20IM" triggerthreshold="HA20IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IT" type="CTPIN">
-      <TriggerCondition name="1HA20IT" triggerthreshold="HA20IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IT" type="CTPIN">
-      <TriggerCondition name="2HA20IT" triggerthreshold="HA20IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IT" type="CTPIN">
-      <TriggerCondition name="3HA20IT" triggerthreshold="HA20IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IT" type="CTPIN">
-      <TriggerCondition name="4HA20IT" triggerthreshold="HA20IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IT" type="CTPIN">
-      <TriggerCondition name="5HA20IT" triggerthreshold="HA20IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IT" type="CTPIN">
-      <TriggerCondition name="6HA20IT" triggerthreshold="HA20IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IT" type="CTPIN">
-      <TriggerCondition name="7HA20IT" triggerthreshold="HA20IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25" type="CTPIN">
-      <TriggerCondition name="1HA25" triggerthreshold="HA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25" type="CTPIN">
-      <TriggerCondition name="2HA25" triggerthreshold="HA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25" type="CTPIN">
-      <TriggerCondition name="3HA25" triggerthreshold="HA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25" type="CTPIN">
-      <TriggerCondition name="4HA25" triggerthreshold="HA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25" type="CTPIN">
-      <TriggerCondition name="5HA25" triggerthreshold="HA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25" type="CTPIN">
-      <TriggerCondition name="6HA25" triggerthreshold="HA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25" type="CTPIN">
-      <TriggerCondition name="7HA25" triggerthreshold="HA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25IT" type="CTPIN">
-      <TriggerCondition name="1HA25IT" triggerthreshold="HA25IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25IT" type="CTPIN">
-      <TriggerCondition name="2HA25IT" triggerthreshold="HA25IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25IT" type="CTPIN">
-      <TriggerCondition name="3HA25IT" triggerthreshold="HA25IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25IT" type="CTPIN">
-      <TriggerCondition name="4HA25IT" triggerthreshold="HA25IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25IT" type="CTPIN">
-      <TriggerCondition name="5HA25IT" triggerthreshold="HA25IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25IT" type="CTPIN">
-      <TriggerCondition name="6HA25IT" triggerthreshold="HA25IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25IT" type="CTPIN">
-      <TriggerCondition name="7HA25IT" triggerthreshold="HA25IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA30" type="CTPIN">
-      <TriggerCondition name="1HA30" triggerthreshold="HA30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA30" type="CTPIN">
-      <TriggerCondition name="2HA30" triggerthreshold="HA30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA30" type="CTPIN">
-      <TriggerCondition name="3HA30" triggerthreshold="HA30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA30" type="CTPIN">
-      <TriggerCondition name="4HA30" triggerthreshold="HA30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA30" type="CTPIN">
-      <TriggerCondition name="5HA30" triggerthreshold="HA30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA30" type="CTPIN">
-      <TriggerCondition name="6HA30" triggerthreshold="HA30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA30" type="CTPIN">
-      <TriggerCondition name="7HA30" triggerthreshold="HA30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA35" type="CTPIN">
-      <TriggerCondition name="1HA35" triggerthreshold="HA35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA35" type="CTPIN">
-      <TriggerCondition name="2HA35" triggerthreshold="HA35" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA35" type="CTPIN">
-      <TriggerCondition name="3HA35" triggerthreshold="HA35" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA35" type="CTPIN">
-      <TriggerCondition name="4HA35" triggerthreshold="HA35" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA35" type="CTPIN">
-      <TriggerCondition name="5HA35" triggerthreshold="HA35" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA35" type="CTPIN">
-      <TriggerCondition name="6HA35" triggerthreshold="HA35" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA35" type="CTPIN">
-      <TriggerCondition name="7HA35" triggerthreshold="HA35" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA40" type="CTPIN">
-      <TriggerCondition name="1HA40" triggerthreshold="HA40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA40" type="CTPIN">
-      <TriggerCondition name="2HA40" triggerthreshold="HA40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA40" type="CTPIN">
-      <TriggerCondition name="3HA40" triggerthreshold="HA40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA40" type="CTPIN">
-      <TriggerCondition name="4HA40" triggerthreshold="HA40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA40" type="CTPIN">
-      <TriggerCondition name="5HA40" triggerthreshold="HA40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA40" type="CTPIN">
-      <TriggerCondition name="6HA40" triggerthreshold="HA40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA40" type="CTPIN">
-      <TriggerCondition name="7HA40" triggerthreshold="HA40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA50" type="CTPIN">
-      <TriggerCondition name="1HA50" triggerthreshold="HA50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA50" type="CTPIN">
-      <TriggerCondition name="2HA50" triggerthreshold="HA50" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA50" type="CTPIN">
-      <TriggerCondition name="3HA50" triggerthreshold="HA50" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA50" type="CTPIN">
-      <TriggerCondition name="4HA50" triggerthreshold="HA50" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA50" type="CTPIN">
-      <TriggerCondition name="5HA50" triggerthreshold="HA50" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA50" type="CTPIN">
-      <TriggerCondition name="6HA50" triggerthreshold="HA50" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA50" type="CTPIN">
-      <TriggerCondition name="7HA50" triggerthreshold="HA50" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA60" type="CTPIN">
-      <TriggerCondition name="1HA60" triggerthreshold="HA60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA60" type="CTPIN">
-      <TriggerCondition name="2HA60" triggerthreshold="HA60" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA60" type="CTPIN">
-      <TriggerCondition name="3HA60" triggerthreshold="HA60" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA60" type="CTPIN">
-      <TriggerCondition name="4HA60" triggerthreshold="HA60" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA60" type="CTPIN">
-      <TriggerCondition name="5HA60" triggerthreshold="HA60" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA60" type="CTPIN">
-      <TriggerCondition name="6HA60" triggerthreshold="HA60" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA60" type="CTPIN">
-      <TriggerCondition name="7HA60" triggerthreshold="HA60" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J10" type="CTPIN">
-      <TriggerCondition name="1J10" triggerthreshold="J10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J10" type="CTPIN">
-      <TriggerCondition name="2J10" triggerthreshold="J10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J10" type="CTPIN">
-      <TriggerCondition name="3J10" triggerthreshold="J10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J10" type="CTPIN">
-      <TriggerCondition name="4J10" triggerthreshold="J10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J10" type="CTPIN">
-      <TriggerCondition name="5J10" triggerthreshold="J10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J10" type="CTPIN">
-      <TriggerCondition name="6J10" triggerthreshold="J10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J10" type="CTPIN">
-      <TriggerCondition name="7J10" triggerthreshold="J10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J10.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J10.31ETA49" triggerthreshold="J10.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J10.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J10.31ETA49" triggerthreshold="J10.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J10.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J10.31ETA49" triggerthreshold="J10.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100" type="CTPIN">
-      <TriggerCondition name="1J100" triggerthreshold="J100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100" type="CTPIN">
-      <TriggerCondition name="2J100" triggerthreshold="J100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100" type="CTPIN">
-      <TriggerCondition name="3J100" triggerthreshold="J100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J100.31ETA49" triggerthreshold="J100.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J100.31ETA49" triggerthreshold="J100.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J100.31ETA49" triggerthreshold="J100.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J12" type="CTPIN">
-      <TriggerCondition name="1J12" triggerthreshold="J12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J12" type="CTPIN">
-      <TriggerCondition name="2J12" triggerthreshold="J12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J12" type="CTPIN">
-      <TriggerCondition name="3J12" triggerthreshold="J12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J12" type="CTPIN">
-      <TriggerCondition name="4J12" triggerthreshold="J12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J12" type="CTPIN">
-      <TriggerCondition name="5J12" triggerthreshold="J12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J12" type="CTPIN">
-      <TriggerCondition name="6J12" triggerthreshold="J12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J12" type="CTPIN">
-      <TriggerCondition name="7J12" triggerthreshold="J12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15" type="CTPIN">
-      <TriggerCondition name="1J15" triggerthreshold="J15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15" type="CTPIN">
-      <TriggerCondition name="2J15" triggerthreshold="J15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15" type="CTPIN">
-      <TriggerCondition name="3J15" triggerthreshold="J15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15" type="CTPIN">
-      <TriggerCondition name="4J15" triggerthreshold="J15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15" type="CTPIN">
-      <TriggerCondition name="5J15" triggerthreshold="J15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15" type="CTPIN">
-      <TriggerCondition name="6J15" triggerthreshold="J15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15" type="CTPIN">
-      <TriggerCondition name="7J15" triggerthreshold="J15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.28ETA31" type="CTPIN">
-      <TriggerCondition name="1J15.28ETA31" triggerthreshold="J15.28ETA31" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.28ETA31" type="CTPIN">
-      <TriggerCondition name="2J15.28ETA31" triggerthreshold="J15.28ETA31" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.28ETA31" type="CTPIN">
-      <TriggerCondition name="3J15.28ETA31" triggerthreshold="J15.28ETA31" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J15.31ETA49" triggerthreshold="J15.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J15.31ETA49" triggerthreshold="J15.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J15.31ETA49" triggerthreshold="J15.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J175" type="CTPIN">
-      <TriggerCondition name="1J175" triggerthreshold="J175" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J175" type="CTPIN">
-      <TriggerCondition name="2J175" triggerthreshold="J175" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J175" type="CTPIN">
-      <TriggerCondition name="3J175" triggerthreshold="J175" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20" type="CTPIN">
-      <TriggerCondition name="1J20" triggerthreshold="J20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20" type="CTPIN">
-      <TriggerCondition name="2J20" triggerthreshold="J20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20" type="CTPIN">
-      <TriggerCondition name="3J20" triggerthreshold="J20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J20" type="CTPIN">
-      <TriggerCondition name="4J20" triggerthreshold="J20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J20" type="CTPIN">
-      <TriggerCondition name="5J20" triggerthreshold="J20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J20" type="CTPIN">
-      <TriggerCondition name="6J20" triggerthreshold="J20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J20" type="CTPIN">
-      <TriggerCondition name="7J20" triggerthreshold="J20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="1J20.28ETA31" triggerthreshold="J20.28ETA31" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="2J20.28ETA31" triggerthreshold="J20.28ETA31" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="3J20.28ETA31" triggerthreshold="J20.28ETA31" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J20.31ETA49" triggerthreshold="J20.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J20.31ETA49" triggerthreshold="J20.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J20.31ETA49" triggerthreshold="J20.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25" type="CTPIN">
-      <TriggerCondition name="1J25" triggerthreshold="J25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25" type="CTPIN">
-      <TriggerCondition name="2J25" triggerthreshold="J25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25" type="CTPIN">
-      <TriggerCondition name="3J25" triggerthreshold="J25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25" type="CTPIN">
-      <TriggerCondition name="4J25" triggerthreshold="J25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25" type="CTPIN">
-      <TriggerCondition name="5J25" triggerthreshold="J25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25" type="CTPIN">
-      <TriggerCondition name="6J25" triggerthreshold="J25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25" type="CTPIN">
-      <TriggerCondition name="7J25" triggerthreshold="J25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J25.0ETA23" triggerthreshold="J25.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J25.0ETA23" triggerthreshold="J25.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J25.0ETA23" triggerthreshold="J25.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="4J25.0ETA23" triggerthreshold="J25.0ETA23" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="5J25.0ETA23" triggerthreshold="J25.0ETA23" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="6J25.0ETA23" triggerthreshold="J25.0ETA23" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="7J25.0ETA23" triggerthreshold="J25.0ETA23" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30" type="CTPIN">
-      <TriggerCondition name="1J30" triggerthreshold="J30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30" type="CTPIN">
-      <TriggerCondition name="2J30" triggerthreshold="J30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30" type="CTPIN">
-      <TriggerCondition name="3J30" triggerthreshold="J30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J30" type="CTPIN">
-      <TriggerCondition name="4J30" triggerthreshold="J30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J30" type="CTPIN">
-      <TriggerCondition name="5J30" triggerthreshold="J30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J30" type="CTPIN">
-      <TriggerCondition name="6J30" triggerthreshold="J30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J30" type="CTPIN">
-      <TriggerCondition name="7J30" triggerthreshold="J30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J30.31ETA49" triggerthreshold="J30.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J30.31ETA49" triggerthreshold="J30.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J30.31ETA49" triggerthreshold="J30.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J35" type="CTPIN">
-      <TriggerCondition name="1J35" triggerthreshold="J35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J35" type="CTPIN">
-      <TriggerCondition name="2J35" triggerthreshold="J35" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J35" type="CTPIN">
-      <TriggerCondition name="3J35" triggerthreshold="J35" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J35" type="CTPIN">
-      <TriggerCondition name="4J35" triggerthreshold="J35" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J35" type="CTPIN">
-      <TriggerCondition name="5J35" triggerthreshold="J35" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J35" type="CTPIN">
-      <TriggerCondition name="6J35" triggerthreshold="J35" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J35" type="CTPIN">
-      <TriggerCondition name="7J35" triggerthreshold="J35" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40" type="CTPIN">
-      <TriggerCondition name="1J40" triggerthreshold="J40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40" type="CTPIN">
-      <TriggerCondition name="2J40" triggerthreshold="J40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40" type="CTPIN">
-      <TriggerCondition name="3J40" triggerthreshold="J40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50" type="CTPIN">
-      <TriggerCondition name="1J50" triggerthreshold="J50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50" type="CTPIN">
-      <TriggerCondition name="2J50" triggerthreshold="J50" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50" type="CTPIN">
-      <TriggerCondition name="3J50" triggerthreshold="J50" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75" type="CTPIN">
-      <TriggerCondition name="1J75" triggerthreshold="J75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75" type="CTPIN">
-      <TriggerCondition name="2J75" triggerthreshold="J75" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75" type="CTPIN">
-      <TriggerCondition name="3J75" triggerthreshold="J75" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J75.31ETA49" triggerthreshold="J75.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J75.31ETA49" triggerthreshold="J75.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J75.31ETA49" triggerthreshold="J75.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J85" type="CTPIN">
-      <TriggerCondition name="1J85" triggerthreshold="J85" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J85" type="CTPIN">
-      <TriggerCondition name="2J85" triggerthreshold="J85" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J85" type="CTPIN">
-      <TriggerCondition name="3J85" triggerthreshold="J85" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="1JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="2JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="3JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_A" type="CTPIN">
-      <TriggerCondition name="1LUCID_A" triggerthreshold="LUCID_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_C" type="CTPIN">
-      <TriggerCondition name="1LUCID_C" triggerthreshold="LUCID_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPIN">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPMON">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_A" type="CTPIN">
-      <TriggerCondition name="2MBTS_A" triggerthreshold="MBTS_A" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_A" type="CTPIN">
-      <TriggerCondition name="3MBTS_A" triggerthreshold="MBTS_A" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_A" type="CTPIN">
-      <TriggerCondition name="4MBTS_A" triggerthreshold="MBTS_A" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_A" type="CTPIN">
-      <TriggerCondition name="5MBTS_A" triggerthreshold="MBTS_A" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_A" type="CTPIN">
-      <TriggerCondition name="6MBTS_A" triggerthreshold="MBTS_A" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_A" type="CTPIN">
-      <TriggerCondition name="7MBTS_A" triggerthreshold="MBTS_A" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A0" type="CTPIN">
-      <TriggerCondition name="1MBTS_A0" triggerthreshold="MBTS_A0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A1" type="CTPIN">
-      <TriggerCondition name="1MBTS_A1" triggerthreshold="MBTS_A1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A10" type="CTPIN">
-      <TriggerCondition name="1MBTS_A10" triggerthreshold="MBTS_A10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A12" type="CTPIN">
-      <TriggerCondition name="1MBTS_A12" triggerthreshold="MBTS_A12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A14" type="CTPIN">
-      <TriggerCondition name="1MBTS_A14" triggerthreshold="MBTS_A14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A2" type="CTPIN">
-      <TriggerCondition name="1MBTS_A2" triggerthreshold="MBTS_A2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A3" type="CTPIN">
-      <TriggerCondition name="1MBTS_A3" triggerthreshold="MBTS_A3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A4" type="CTPIN">
-      <TriggerCondition name="1MBTS_A4" triggerthreshold="MBTS_A4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A5" type="CTPIN">
-      <TriggerCondition name="1MBTS_A5" triggerthreshold="MBTS_A5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A6" type="CTPIN">
-      <TriggerCondition name="1MBTS_A6" triggerthreshold="MBTS_A6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A7" type="CTPIN">
-      <TriggerCondition name="1MBTS_A7" triggerthreshold="MBTS_A7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A8" type="CTPIN">
-      <TriggerCondition name="1MBTS_A8" triggerthreshold="MBTS_A8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPIN">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPMON">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_C" type="CTPIN">
-      <TriggerCondition name="2MBTS_C" triggerthreshold="MBTS_C" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_C" type="CTPIN">
-      <TriggerCondition name="3MBTS_C" triggerthreshold="MBTS_C" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_C" type="CTPIN">
-      <TriggerCondition name="4MBTS_C" triggerthreshold="MBTS_C" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_C" type="CTPIN">
-      <TriggerCondition name="5MBTS_C" triggerthreshold="MBTS_C" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_C" type="CTPIN">
-      <TriggerCondition name="6MBTS_C" triggerthreshold="MBTS_C" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_C" type="CTPIN">
-      <TriggerCondition name="7MBTS_C" triggerthreshold="MBTS_C" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C0" type="CTPIN">
-      <TriggerCondition name="1MBTS_C0" triggerthreshold="MBTS_C0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C1" type="CTPIN">
-      <TriggerCondition name="1MBTS_C1" triggerthreshold="MBTS_C1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C10" type="CTPIN">
-      <TriggerCondition name="1MBTS_C10" triggerthreshold="MBTS_C10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C12" type="CTPIN">
-      <TriggerCondition name="1MBTS_C12" triggerthreshold="MBTS_C12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C14" type="CTPIN">
-      <TriggerCondition name="1MBTS_C14" triggerthreshold="MBTS_C14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C2" type="CTPIN">
-      <TriggerCondition name="1MBTS_C2" triggerthreshold="MBTS_C2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C3" type="CTPIN">
-      <TriggerCondition name="1MBTS_C3" triggerthreshold="MBTS_C3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C4" type="CTPIN">
-      <TriggerCondition name="1MBTS_C4" triggerthreshold="MBTS_C4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C5" type="CTPIN">
-      <TriggerCondition name="1MBTS_C5" triggerthreshold="MBTS_C5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C6" type="CTPIN">
-      <TriggerCondition name="1MBTS_C6" triggerthreshold="MBTS_C6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C7" type="CTPIN">
-      <TriggerCondition name="1MBTS_C7" triggerthreshold="MBTS_C7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C8" type="CTPIN">
-      <TriggerCondition name="1MBTS_C8" triggerthreshold="MBTS_C8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU0" type="CTPIN">
-      <TriggerCondition name="1MU0" triggerthreshold="MU0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU0" type="CTPIN">
-      <TriggerCondition name="2MU0" triggerthreshold="MU0" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU0" type="CTPIN">
-      <TriggerCondition name="3MU0" triggerthreshold="MU0" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU0" type="CTPIN">
-      <TriggerCondition name="4MU0" triggerthreshold="MU0" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU0" type="CTPIN">
-      <TriggerCondition name="5MU0" triggerthreshold="MU0" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU0" type="CTPIN">
-      <TriggerCondition name="6MU0" triggerthreshold="MU0" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU0" type="CTPIN">
-      <TriggerCondition name="7MU0" triggerthreshold="MU0" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU11" type="CTPIN">
-      <TriggerCondition name="1MU11" triggerthreshold="MU11" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU11" type="CTPIN">
-      <TriggerCondition name="2MU11" triggerthreshold="MU11" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU11" type="CTPIN">
-      <TriggerCondition name="3MU11" triggerthreshold="MU11" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU11" type="CTPIN">
-      <TriggerCondition name="4MU11" triggerthreshold="MU11" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU11" type="CTPIN">
-      <TriggerCondition name="5MU11" triggerthreshold="MU11" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU11" type="CTPIN">
-      <TriggerCondition name="6MU11" triggerthreshold="MU11" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU11" type="CTPIN">
-      <TriggerCondition name="7MU11" triggerthreshold="MU11" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU15" type="CTPIN">
-      <TriggerCondition name="1MU15" triggerthreshold="MU15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU15" type="CTPIN">
-      <TriggerCondition name="2MU15" triggerthreshold="MU15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU15" type="CTPIN">
-      <TriggerCondition name="3MU15" triggerthreshold="MU15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU15" type="CTPIN">
-      <TriggerCondition name="4MU15" triggerthreshold="MU15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU15" type="CTPIN">
-      <TriggerCondition name="5MU15" triggerthreshold="MU15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU15" type="CTPIN">
-      <TriggerCondition name="6MU15" triggerthreshold="MU15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU15" type="CTPIN">
-      <TriggerCondition name="7MU15" triggerthreshold="MU15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU20" type="CTPIN">
-      <TriggerCondition name="1MU20" triggerthreshold="MU20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU20" type="CTPIN">
-      <TriggerCondition name="2MU20" triggerthreshold="MU20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU20" type="CTPIN">
-      <TriggerCondition name="3MU20" triggerthreshold="MU20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU20" type="CTPIN">
-      <TriggerCondition name="4MU20" triggerthreshold="MU20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU20" type="CTPIN">
-      <TriggerCondition name="5MU20" triggerthreshold="MU20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU20" type="CTPIN">
-      <TriggerCondition name="6MU20" triggerthreshold="MU20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU20" type="CTPIN">
-      <TriggerCondition name="7MU20" triggerthreshold="MU20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU4" type="CTPIN">
-      <TriggerCondition name="1MU4" triggerthreshold="MU4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU4" type="CTPIN">
-      <TriggerCondition name="2MU4" triggerthreshold="MU4" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU4" type="CTPIN">
-      <TriggerCondition name="3MU4" triggerthreshold="MU4" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU4" type="CTPIN">
-      <TriggerCondition name="4MU4" triggerthreshold="MU4" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU4" type="CTPIN">
-      <TriggerCondition name="5MU4" triggerthreshold="MU4" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU4" type="CTPIN">
-      <TriggerCondition name="6MU4" triggerthreshold="MU4" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU4" type="CTPIN">
-      <TriggerCondition name="7MU4" triggerthreshold="MU4" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU6" type="CTPIN">
-      <TriggerCondition name="1MU6" triggerthreshold="MU6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU6" type="CTPIN">
-      <TriggerCondition name="2MU6" triggerthreshold="MU6" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU6" type="CTPIN">
-      <TriggerCondition name="3MU6" triggerthreshold="MU6" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU6" type="CTPIN">
-      <TriggerCondition name="4MU6" triggerthreshold="MU6" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU6" type="CTPIN">
-      <TriggerCondition name="5MU6" triggerthreshold="MU6" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU6" type="CTPIN">
-      <TriggerCondition name="6MU6" triggerthreshold="MU6" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU6" type="CTPIN">
-      <TriggerCondition name="7MU6" triggerthreshold="MU6" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIML1A" type="CTPIN">
-      <TriggerCondition name="1NIML1A" triggerthreshold="NIML1A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMLHCF" type="CTPIN">
-      <TriggerCondition name="1NIMLHCF" triggerthreshold="NIMLHCF" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMRPC" type="CTPIN">
-      <TriggerCondition name="1NIMRPC" triggerthreshold="NIMRPC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTGC" type="CTPIN">
-      <TriggerCondition name="1NIMTGC" triggerthreshold="NIMTGC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTRT" type="CTPIN">
-      <TriggerCondition name="1NIMTRT" triggerthreshold="NIMTRT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE100" type="CTPIN">
-      <TriggerCondition name="1TE100" triggerthreshold="TE100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10000" type="CTPIN">
-      <TriggerCondition name="1TE10000" triggerthreshold="TE10000" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE12000" type="CTPIN">
-      <TriggerCondition name="1TE12000" triggerthreshold="TE12000" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE14000" type="CTPIN">
-      <TriggerCondition name="1TE14000" triggerthreshold="TE14000" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE1500.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE1500.0ETA49" triggerthreshold="TE1500.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20" type="CTPIN">
-      <TriggerCondition name="1TE20" triggerthreshold="TE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE200" type="CTPIN">
-      <TriggerCondition name="1TE200" triggerthreshold="TE200" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE3000.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE3000.0ETA49" triggerthreshold="TE3000.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE3500.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE3500.0ETA49" triggerthreshold="TE3500.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5" type="CTPIN">
-      <TriggerCondition name="1TE5" triggerthreshold="TE5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE50" type="CTPIN">
-      <TriggerCondition name="1TE50" triggerthreshold="TE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE500.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE500.0ETA49" triggerthreshold="TE500.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5000.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE5000.0ETA49" triggerthreshold="TE5000.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE6500.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE6500.0ETA49" triggerthreshold="TE6500.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE8000.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE8000.0ETA49" triggerthreshold="TE8000.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE9000.0ETA49" type="CTPIN">
-      <TriggerCondition name="1TE9000.0ETA49" triggerthreshold="TE9000.0ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35" type="CTPIN">
-      <TriggerCondition name="1XE35" triggerthreshold="XE35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE35.0ETA24" triggerthreshold="XE35.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40" type="CTPIN">
-      <TriggerCondition name="1XE40" triggerthreshold="XE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE40.0ETA24" triggerthreshold="XE40.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45" type="CTPIN">
-      <TriggerCondition name="1XE45" triggerthreshold="XE45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE45.0ETA24" triggerthreshold="XE45.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50" type="CTPIN">
-      <TriggerCondition name="1XE50" triggerthreshold="XE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE50.0ETA24" triggerthreshold="XE50.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55" type="CTPIN">
-      <TriggerCondition name="1XE55" triggerthreshold="XE55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE55.0ETA24" triggerthreshold="XE55.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60" type="CTPIN">
-      <TriggerCondition name="1XE60" triggerthreshold="XE60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE60.0ETA24" triggerthreshold="XE60.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70" type="CTPIN">
-      <TriggerCondition name="1XE70" triggerthreshold="XE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE70.0ETA24" triggerthreshold="XE70.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80" type="CTPIN">
-      <TriggerCondition name="1XE80" triggerthreshold="XE80" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE80.0ETA24" triggerthreshold="XE80.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS20" type="CTPIN">
-      <TriggerCondition name="1XS20" triggerthreshold="XS20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS30" type="CTPIN">
-      <TriggerCondition name="1XS30" triggerthreshold="XS30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS40" type="CTPIN">
-      <TriggerCondition name="1XS40" triggerthreshold="XS40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS45" type="CTPIN">
-      <TriggerCondition name="1XS45" triggerthreshold="XS45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS50" type="CTPIN">
-      <TriggerCondition name="1XS50" triggerthreshold="XS50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS55" type="CTPIN">
-      <TriggerCondition name="1XS55" triggerthreshold="XS55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS60" type="CTPIN">
-      <TriggerCondition name="1XS60" triggerthreshold="XS60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS65" type="CTPIN">
-      <TriggerCondition name="1XS65" triggerthreshold="XS65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZB_J75" type="CTPIN">
-      <TriggerCondition name="1ZB_J75" triggerthreshold="ZB_J75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_A" type="CTPIN">
-      <TriggerCondition name="1ZDC_A" triggerthreshold="ZDC_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_AND" type="CTPIN">
-      <TriggerCondition name="1ZDC_AND" triggerthreshold="ZDC_AND" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_C" type="CTPIN">
-      <TriggerCondition name="1ZDC_C" triggerthreshold="ZDC_C" multi="1"/>
-    </TriggerCounter>
-  </TriggerCounterList>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="BCM_AtoC" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="1" name="BCM_CtoA" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="2" name="BCM_Wide" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="4" mapping="0" name="BCM_Comb" type="BCMCMB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="0" name="BPTX0" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="1" name="BPTX1" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="0" name="CAL0" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="1" name="CAL1" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="2" name="CAL2" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL2full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="10" mapping="0" name="EM7" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM7full" phimin="0" phimax="64" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="11" mapping="1" name="EM8" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="12" mapping="2" name="EM8I" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="EM8Ifull" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="13" mapping="3" name="EM10" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM10full" phimin="0" phimax="64" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="14" mapping="4" name="EM10VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="15" mapping="5" name="EM12" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="16" mapping="6" name="EM13VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="17" mapping="7" name="EM14" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM14full" phimin="0" phimax="64" priority="1" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="18" mapping="8" name="EM15" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="19" mapping="9" name="EM15HI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM15HIfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="20" mapping="10" name="EM16" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM16full" phimin="0" phimax="64" priority="1" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="21" mapping="11" name="EM18" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM18full" phimin="0" phimax="64" priority="1" thresholdval="18" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="22" mapping="12" name="EM20" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="23" mapping="13" name="EM20VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="24" mapping="14" name="EM20VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="25" mapping="15" name="EM22" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM22full" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="26" mapping="0" name="J10" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J10full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J10full" phimin="0" phimax="64" priority="1" thresholdval="10" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="27" mapping="1" name="J12" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="28" mapping="2" name="J15" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="29" mapping="3" name="J20" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="30" mapping="4" name="J25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="31" mapping="5" name="J25.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="32" mapping="6" name="J30" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="33" mapping="7" name="J35" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J35full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J35full" phimin="0" phimax="64" priority="1" thresholdval="35" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="34" mapping="8" name="J20.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="24" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="35" mapping="9" name="J30.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="27" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="36" mapping="10" name="JJ15.23ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="4" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-23" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="4" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="23" etamax="49" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="4" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="37" mapping="11" name="J15.28ETA31" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.28ETA31full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="-28" had_isolation="63" had_veto="63" name="J15.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="28" etamax="31" had_isolation="63" had_veto="63" name="J15.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="38" mapping="12" name="J20.28ETA31" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="-28" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="28" etamax="31" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="39" mapping="13" name="J40" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="40" mapping="14" name="J50" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="41" mapping="15" name="J75" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="42" mapping="16" name="J85" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="1" thresholdval="85" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="43" mapping="17" name="J100" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="44" mapping="18" name="J175" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J175full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J175full" phimin="0" phimax="64" priority="1" thresholdval="175" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="16" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="45" mapping="19" name="J10.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J10.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J10.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="10" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J10.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="10" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="18" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="46" mapping="20" name="J15.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="20" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="47" mapping="21" name="J20.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="22" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="48" mapping="22" name="J30.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="24" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="49" mapping="23" name="J75.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="26" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="50" mapping="24" name="J100.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="28" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="51" mapping="0" name="LUCID_A" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="1" name="LUCID_C" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="53" mapping="0" name="MBTS_A" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="54" mapping="1" name="MBTS_C" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="0" name="MBTS_A0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="1" name="MBTS_A1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="2" name="MBTS_A2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="3" name="MBTS_A3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="4" name="MBTS_A4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="60" mapping="5" name="MBTS_A5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="61" mapping="6" name="MBTS_A6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="62" mapping="7" name="MBTS_A7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="63" mapping="8" name="MBTS_A8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="64" mapping="9" name="MBTS_A10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="10" name="MBTS_A12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="66" mapping="11" name="MBTS_A14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="67" mapping="12" name="MBTS_C0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="13" name="MBTS_C1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="69" mapping="14" name="MBTS_C2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="70" mapping="15" name="MBTS_C3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="71" mapping="16" name="MBTS_C4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="72" mapping="17" name="MBTS_C5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="73" mapping="18" name="MBTS_C6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="74" mapping="19" name="MBTS_C7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="75" mapping="20" name="MBTS_C8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="76" mapping="21" name="MBTS_C10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="77" mapping="22" name="MBTS_C12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="23" name="MBTS_C14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="79" mapping="0" name="MU0" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU0full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="80" mapping="1" name="MU4" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU4full" phimin="0" phimax="64" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="81" mapping="2" name="MU6" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU6full" phimin="0" phimax="64" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="82" mapping="3" name="MU11" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU11full" phimin="0" phimax="64" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="83" mapping="4" name="MU15" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="84" mapping="5" name="MU20" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="0" name="NIML1A" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIML1Afull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="86" mapping="1" name="NIMLHCF" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMLHCFfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="12" name="NIMTGC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTGCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="13" name="NIMRPC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMRPCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="14" name="NIMTRT" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTRTfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="90" mapping="0" name="HA12" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="91" mapping="1" name="HA12IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA12ILfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="92" mapping="2" name="HA12IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA12IMfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="93" mapping="3" name="HA12IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA12ITfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="94" mapping="4" name="HA15" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="95" mapping="5" name="HA20" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="96" mapping="6" name="HA20IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA20ILfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="97" mapping="7" name="HA20IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA20IMfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="98" mapping="8" name="HA20IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA20ITfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="99" mapping="9" name="HA25" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="100" mapping="10" name="HA25IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA25ITfull" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="101" mapping="11" name="HA30" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="102" mapping="12" name="HA35" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA35full" phimin="0" phimax="64" priority="1" thresholdval="35" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="103" mapping="13" name="HA40" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="104" mapping="14" name="HA50" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA50full" phimin="0" phimax="64" priority="1" thresholdval="50" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="105" mapping="15" name="HA60" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA60full" phimin="0" phimax="64" priority="1" thresholdval="60" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="0" name="TE5" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5full" phimin="0" phimax="64" priority="0" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="107" mapping="1" name="TE20" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="2" name="TE50" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="3" name="TE100" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE100full" phimin="0" phimax="64" priority="0" thresholdval="100" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="4" name="TE200" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE200full" phimin="0" phimax="64" priority="0" thresholdval="200" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="111" mapping="5" name="TE10000" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10000full" phimin="0" phimax="64" priority="0" thresholdval="10000" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="112" mapping="6" name="TE12000" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE12000full" phimin="0" phimax="64" priority="0" thresholdval="12000" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="113" mapping="7" name="TE14000" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE14000full" phimin="0" phimax="64" priority="0" thresholdval="14000" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="114" mapping="8" name="TE500.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE500.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE500.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="500" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="115" mapping="9" name="TE1500.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE1500.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE1500.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="1500" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="116" mapping="10" name="TE3000.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE3000.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE3000.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="3000" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="11" name="TE3500.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE3500.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE3500.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="3500" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="12" name="TE5000.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5000.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5000.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="5000" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="13" name="TE6500.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE6500.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE6500.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="6500" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="14" name="TE8000.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE8000.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE8000.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="8000" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="15" name="TE9000.0ETA49" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE9000.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE9000.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="9000" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="0" name="900INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="1" name="800INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="124" mapping="2" name="700INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="125" mapping="3" name="500INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="126" mapping="4" name="400INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="127" mapping="5" name="300INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="128" mapping="6" name="200INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="129" mapping="7" name="100INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="130" mapping="9" name="HT150-J20s5.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="131" mapping="10" name="HT190-J15s5.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="132" mapping="11" name="1INVM5-EMs1-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="133" mapping="12" name="1INVM5-EM7s1-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="12" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="134" mapping="13" name="1INVM5-EM12s1-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="135" mapping="14" name="10MINDPHI-EM10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="136" mapping="15" name="15MINDPHI-EM10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="137" mapping="16" name="1DISAMB-TAU20ab-J20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="138" mapping="17" name="DISAMB-EM15abhi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="139" mapping="18" name="1DISAMB-EM15his2-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="140" mapping="19" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="141" mapping="20" name="4INVM8-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="142" mapping="21" name="2INVM999-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="143" mapping="22" name="4INVM8-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="144" mapping="23" name="5DETA99-5DPHI99-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="145" mapping="24" name="5DETA99-5DPHI99-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="146" mapping="25" name="5DETA99-5DPHI99-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="147" mapping="26" name="1DISAMB-TAU20abi-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="148" mapping="27" name="0DR28-MU10ab-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="149" mapping="28" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="28" range_end="28" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="150" mapping="29" name="DISAMB-EM15abhi-TAU40ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="151" mapping="32" name="05MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="152" mapping="33" name="25MT-EM10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="153" mapping="34" name="30MT-EM10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="2" range_end="2" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="154" mapping="35" name="35MT-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="155" mapping="36" name="0DETA10-Js1-Js2" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="156" mapping="37" name="10MINDPHI-Js2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="157" mapping="38" name="10MINDPHI-J20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="158" mapping="39" name="210RATIO-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="159" mapping="40" name="NOT-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="160" mapping="41" name="LAR-EM50s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="161" mapping="42" name="LAR-J100s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="162" mapping="43" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="163" mapping="44" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="12" range_end="12" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="164" mapping="64" name="05MINDPHI-AJj20s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="165" mapping="65" name="10MINDPHI-AJj20s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="166" mapping="66" name="15MINDPHI-AJj20s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="167" mapping="67" name="0DR04-MU4ab-CJ15ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="168" mapping="68" name="0DR04-MU4ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="169" mapping="69" name="0DR04-MU4ab-CJ30ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="170" mapping="70" name="0DR04-MU6ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="171" mapping="71" name="0DR04-MU6ab-CJ25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="172" mapping="72" name="10MINDPHI-CJ20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="173" mapping="73" name="2DR15-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="174" mapping="74" name="2DR15-CMU6ab-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="175" mapping="79" name="2INVM999-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="176" mapping="80" name="KF-XE35-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="177" mapping="81" name="KF-XE45-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="178" mapping="82" name="KF-XE55-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="179" mapping="83" name="KF-XE60-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="180" mapping="84" name="KF-XE65-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="181" mapping="85" name="KF-XE75-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="182" mapping="86" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="183" mapping="87" name="HT190-AJ15all.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="184" mapping="88" name="HT150-AJ20all.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="185" mapping="89" name="HT150-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="186" mapping="90" name="HT20-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="187" mapping="93" name="05RATIO-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="188" mapping="94" name="08RATIO-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="30" range_end="30" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="189" mapping="95" name="90RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="190" mapping="96" name="2INVM999-CMU6ab-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="0" range_end="0" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="191" mapping="97" name="4INVM8-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="1" range_end="1" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="192" mapping="98" name="4INVM8-CMU6ab-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="2" range_end="2" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="193" mapping="99" name="0DETA04-0DPHI03-EM8abi-MU10ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="194" mapping="100" name="0DETA04-0DPHI03-EM15abi-MUab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="195" mapping="101" name="2DR15-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="196" mapping="102" name="2INVM999-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="197" mapping="103" name="4INVM8-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="198" mapping="112" name="250RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="199" mapping="113" name="10MINDPHI-J20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="200" mapping="114" name="0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="201" mapping="115" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="202" mapping="116" name="1DISAMB-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="203" mapping="117" name="0DR10-MU10ab-MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="204" mapping="118" name="2DR99-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="205" mapping="119" name="2DR15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="206" mapping="120" name="2DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="207" mapping="121" name="2DR15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="208" mapping="122" name="2DR15-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="209" mapping="123" name="2INVM999-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="210" mapping="124" name="2INVM999-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="28" range_end="28" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="211" mapping="125" name="2INVM999-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="212" mapping="126" name="4INVM8-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="30" range_end="30" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="213" mapping="127" name="4INVM8-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="214" mapping="0" name="XE35" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="215" mapping="1" name="XE40" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="216" mapping="2" name="XE45" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="217" mapping="3" name="XE50" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="218" mapping="4" name="XE55" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="219" mapping="5" name="XE60" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="220" mapping="6" name="XE70" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="221" mapping="7" name="XE80" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80full" phimin="0" phimax="64" priority="0" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="222" mapping="8" name="XE35.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE35.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="223" mapping="9" name="XE40.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE40.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="224" mapping="10" name="XE45.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE45.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="225" mapping="11" name="XE50.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE50.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="226" mapping="12" name="XE55.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE55.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="227" mapping="13" name="XE60.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE60.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="228" mapping="14" name="XE70.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE70.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="229" mapping="15" name="XE80.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE80.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="230" mapping="0" name="XS20" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="231" mapping="1" name="XS30" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="232" mapping="2" name="XS40" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="233" mapping="3" name="XS45" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="234" mapping="4" name="XS50" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="235" mapping="5" name="XS55" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="236" mapping="6" name="XS60" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="237" mapping="7" name="XS65" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="238" mapping="0" name="ZB_J75" type="ZB" input="ctpin" seed="J75" seed_multi="1" bcdelay="3564" version="1">
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="239" mapping="0" name="ZDC_A" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="240" mapping="1" name="ZDC_C" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="241" mapping="2" name="ZDC_AND" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name0="Random0" cut0="1" name1="Random1" cut1="1" name2="Random2" cut2="1" name3="Random3" cut3="1"/>
-  <BunchGroupSet name="Physics" menuPartition="0">
-    <BunchGroup internalNumber="0" name="BCRVeto">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="Calib"/>
-    <BunchGroup internalNumber="3" name="Empty"/>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1"/>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2"/>
-    <BunchGroup internalNumber="6" name="FirstEmpty"/>
-    <BunchGroup internalNumber="7" name="InTrain">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="8" name="NotUsed"/>
-    <BunchGroup internalNumber="9" name="NotUsed"/>
-    <BunchGroup internalNumber="10" name="NotUsed"/>
-    <BunchGroup internalNumber="11" name="NotUsed"/>
-    <BunchGroup internalNumber="12" name="NotUsed"/>
-    <BunchGroup internalNumber="13" name="NotUsed"/>
-    <BunchGroup internalNumber="14" name="NotUsed"/>
-    <BunchGroup internalNumber="15" name="NotUsed"/>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01"/>
-  <CaloInfo name="CaloInfo" global_em_scale="2" global_jet_scale="1">
-    <METSignificance xeMin="11" xeMax="63" teSqrtMin="4" teSqrtMax="63" xsSigmaScale="1150" xsSigmaOffset="1640"/>
-    <Isolation thrtype="HAIsoForEMthr">
-      <Parametrization isobit="1" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForEMthr">
-      <Parametrization isobit="1" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForTAUthr">
-      <Parametrization isobit="1" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="20" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="15" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="40" slope="0" mincut="0" upperlimit="255" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <MinimumTOBPt thrtype="EM" ptmin="7" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="TAU" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETS" window="4" ptmin="10" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETL" window="8" ptmin="10" etamin="-49" etamax="49" priority="0"/>
-  </CaloInfo>
-  <MuctpiInfo name="muctpi" low_pt="1" high_pt="1" max_cand="13"/>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_HI_v4.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_HI_v4.xml
deleted file mode 100644
index 1646ade4a05d8c8b7e482c71f1e50ff49d91c674..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_HI_v4.xml
+++ /dev/null
@@ -1,6961 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE LVL1Config SYSTEM "LVL1config.dtd">
-<LVL1Config name="Physics_HI_v4" ctpVersion="4" l1Version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1 thresholds defined: 245-->
-  <!--No. L1 items defined: 431-->
-  <TriggerMenu name="Physics_HI_v4" phase="lumi">
-    <TriggerItem ctpid="0" partition="1" name="L1_EM3" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="1" partition="1" name="L1_EM5" complex_deadtime="0" definition="(EM5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="2" partition="1" name="L1_EM7" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="3" partition="1" name="L1_EM10" complex_deadtime="0" definition="(EM10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="4" partition="1" name="L1_EM12" complex_deadtime="0" definition="(EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="5" partition="1" name="L1_EM14" complex_deadtime="0" definition="(EM14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="6" partition="1" name="L1_2MU4_EMPTY" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="7" partition="1" name="L1_3MU6" complex_deadtime="0" definition="(MU6[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="8" partition="1" name="L1_J75" complex_deadtime="0" definition="(J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="9" partition="1" name="L1_2EM10" complex_deadtime="0" definition="(EM10[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM10_x2" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="10" partition="1" name="L1_2EM3" complex_deadtime="0" definition="(EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="11" partition="1" name="L1_2EM5" complex_deadtime="0" definition="(EM5[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="12" partition="1" name="L1_MU4_VTE10" complex_deadtime="0" definition="(MU4[x1]&amp;!TE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="13" partition="1" name="L1_J175" complex_deadtime="0" definition="(J175[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J175_x1" triggerthreshold="J175"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="14" partition="1" name="L1_2J15" complex_deadtime="0" definition="(J15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="15" partition="1" name="L1_MBTS_4_4" complex_deadtime="0" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="16" partition="1" name="L1_RD1_EMPTY" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP3)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="17" partition="1" name="L1_RD0_FILLED" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="18" partition="1" name="L1_RD0_FIRSTEMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP6)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="19" partition="1" name="L1_RD0_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP4)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="20" partition="1" name="L1_MBTS_4_4_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="21" partition="1" name="L1_MBTS_2_A" complex_deadtime="0" definition="(MBTS_A[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="22" partition="1" name="L1_MBTS_2_C" complex_deadtime="0" definition="(MBTS_C[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="23" partition="1" name="L1_MBTS_4_A" complex_deadtime="0" definition="(MBTS_A[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="24" partition="1" name="L1_MBTS_4_C" complex_deadtime="0" definition="(MBTS_C[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="25" partition="1" name="L1_MU4_VTE10_VZDC_A" complex_deadtime="0" definition="(MU4[x1]&amp;!TE10[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="26" partition="1" name="L1_MU4_VTE10_VZDC_C" complex_deadtime="0" definition="(MU4[x1]&amp;!TE10[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="27" partition="1" name="L1_MU6_VTE10_VZDC_A" complex_deadtime="0" definition="(MU6[x1]&amp;!TE10[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="28" partition="1" name="L1_MU6_VTE10_VZDC_C" complex_deadtime="0" definition="(MU6[x1]&amp;!TE10[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="29" partition="1" name="L1_MU4_TE10.0ETA24" complex_deadtime="0" definition="(MU4[x1]&amp;TE10.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE10.0ETA24_x1" triggerthreshold="TE10.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="30" partition="1" name="L1_MU4_TE15.0ETA24" complex_deadtime="0" definition="(MU4[x1]&amp;TE15.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE15.0ETA24_x1" triggerthreshold="TE15.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="31" partition="1" name="L1_MU4_TE20.0ETA24" complex_deadtime="0" definition="(MU4[x1]&amp;TE20.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE20.0ETA24_x1" triggerthreshold="TE20.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="32" partition="1" name="L1_MU4_TE25.0ETA24" complex_deadtime="0" definition="(MU4[x1]&amp;TE25.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE25.0ETA24_x1" triggerthreshold="TE25.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="33" partition="1" name="L1_MU4_TE30.0ETA24" complex_deadtime="0" definition="(MU4[x1]&amp;TE30.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE30.0ETA24_x1" triggerthreshold="TE30.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="34" partition="1" name="L1_MU4_TE35.0ETA24" complex_deadtime="0" definition="(MU4[x1]&amp;TE35.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE35.0ETA24_x1" triggerthreshold="TE35.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="35" partition="1" name="L1_MU4_TE40.0ETA24" complex_deadtime="0" definition="(MU4[x1]&amp;TE40.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE40.0ETA24_x1" triggerthreshold="TE40.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="36" partition="1" name="L1_EM20VHI" complex_deadtime="0" definition="(EM20VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="37" partition="1" name="L1_ZDC_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="38" partition="1" name="L1_MU6_2MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="39" partition="1" name="L1_TE5_NZ" complex_deadtime="0" definition="(TE5[x1]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="40" partition="1" name="L1_ZDC_A_C_OVERLAY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="41" partition="1" name="L1_MU4_TE70" complex_deadtime="0" definition="(MU4[x1]&amp;TE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE70_x1" triggerthreshold="TE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="42" partition="1" name="L1_BCM_Wide" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="43" partition="1" name="L1_MU4_TE50" complex_deadtime="0" definition="(MU4[x1]&amp;TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="44" partition="1" name="L1_MU4_TE90" complex_deadtime="0" definition="(MU4[x1]&amp;TE90[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE90_x1" triggerthreshold="TE90"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="45" partition="1" name="L1_MU4_TE120" complex_deadtime="0" definition="(MU4[x1]&amp;TE120[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE120_x1" triggerthreshold="TE120"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="46" partition="1" name="L1_MU4_TE160" complex_deadtime="0" definition="(MU4[x1]&amp;TE160[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="TE160_x1" triggerthreshold="TE160"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="47" partition="1" name="L1_J15_NZ" complex_deadtime="0" definition="(J15[x1]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="48" partition="1" name="L1_LUCID_BGRP7" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP7)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="49" partition="1" name="L1_2J15_NZ" complex_deadtime="0" definition="(J15[x2]&amp;!ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="50" partition="1" name="L1_MBTSC4" complex_deadtime="0" definition="(MBTS_C4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C4_x1" triggerthreshold="MBTS_C4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="51" partition="1" name="L1_MBTSC5" complex_deadtime="0" definition="(MBTS_C5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C5_x1" triggerthreshold="MBTS_C5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="52" partition="1" name="L1_MBTSC6" complex_deadtime="0" definition="(MBTS_C6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C6_x1" triggerthreshold="MBTS_C6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="53" partition="1" name="L1_MBTSC7" complex_deadtime="0" definition="(MBTS_C7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C7_x1" triggerthreshold="MBTS_C7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="54" partition="1" name="L1_MBTSC8" complex_deadtime="0" definition="(MBTS_C8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C8_x1" triggerthreshold="MBTS_C8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="55" partition="1" name="L1_J15_NL" complex_deadtime="0" definition="(J15[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="56" partition="1" name="L1_MBTSC10" complex_deadtime="0" definition="(MBTS_C10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C10_x1" triggerthreshold="MBTS_C10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="57" partition="1" name="L1_2J15_NL" complex_deadtime="0" definition="(J15[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="58" partition="1" name="L1_MBTSC12" complex_deadtime="0" definition="(MBTS_C12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C12_x1" triggerthreshold="MBTS_C12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="59" partition="1" name="L1_ZDC_A_C_BGRP7" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="60" partition="1" name="L1_MBTSC14" complex_deadtime="0" definition="(MBTS_C14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C14_x1" triggerthreshold="MBTS_C14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="61" partition="1" name="L1_TAU12_UNPAIRED_ISO" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="62" partition="1" name="L1_RD0_EMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="63" partition="1" name="L1_RD1_FILLED" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="64" partition="1" name="L1_TAU12_UNPAIRED_NONISO" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="65" partition="1" name="L1_MBTSC3" complex_deadtime="0" definition="(MBTS_C3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C3_x1" triggerthreshold="MBTS_C3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="66" partition="1" name="L1_TAU12_EMPTY" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="67" partition="1" name="L1_MU4_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="68" partition="1" name="L1_MU6_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="69" partition="1" name="L1_J40_XE60" complex_deadtime="0" definition="(J40[x1]&amp;XE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="70" partition="1" name="L1_XE80" complex_deadtime="0" definition="(XE80[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE80_x1" triggerthreshold="XE80"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="71" partition="1" name="L1_2MU6" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="72" partition="1" name="L1_2MU10" complex_deadtime="0" definition="(MU10[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="73" partition="1" name="L1_2MU20" complex_deadtime="0" definition="(MU20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU20_x2" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="74" partition="1" name="L1_TAU12_FIRSTEMPTY" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="75" partition="1" name="L1_MU10_EMPTY" complex_deadtime="0" definition="(MU10[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="76" partition="1" name="L1_MBTSC2" complex_deadtime="0" definition="(MBTS_C2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C2_x1" triggerthreshold="MBTS_C2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="77" partition="1" name="L1_ZDC_A_EMPTY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="78" partition="1" name="L1_ZDC_C_EMPTY" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="79" partition="1" name="L1_ZDC_AND_EMPTY" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="80" partition="1" name="L1_BCM_Wide_BGRP0" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="81" partition="1" name="L1_BCM_AC_CA_BGRP0" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="82" partition="1" name="L1_MBTSC1" complex_deadtime="0" definition="(MBTS_C1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C1_x1" triggerthreshold="MBTS_C1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="83" partition="1" name="L1_ZDC_AND_UNPAIRED_ISO" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="84" partition="1" name="L1_EM4" complex_deadtime="0" definition="(EM4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM4_x1" triggerthreshold="EM4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="85" partition="1" name="L1_EM16" complex_deadtime="0" definition="(EM16[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM16_x1" triggerthreshold="EM16"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="86" partition="1" name="L1_MBTSC0" complex_deadtime="0" definition="(MBTS_C0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C0_x1" triggerthreshold="MBTS_C0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="87" partition="1" name="L1_J30_UNPAIRED" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="88" partition="1" name="L1_MU15" complex_deadtime="0" definition="(MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="89" partition="1" name="L1_ZDC_AND_UNPAIRED_NONISO" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="90" partition="1" name="L1_MU6" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="91" partition="1" name="L1_MU10" complex_deadtime="0" definition="(MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="92" partition="1" name="L1_MU20" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="93" partition="1" name="L1_MU4" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="94" partition="1" name="L1_MLZ_A" complex_deadtime="0" definition="((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="95" partition="1" name="L1_2MU4" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="96" partition="1" name="L1_J20" complex_deadtime="0" definition="(J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="97" partition="1" name="L1_J10" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="98" partition="1" name="L1_J15" complex_deadtime="0" definition="(J15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="99" partition="1" name="L1_J30" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="100" partition="1" name="L1_MLZ_C" complex_deadtime="0" definition="((MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="101" partition="1" name="L1_MBLZ" complex_deadtime="0" definition="((((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;(MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1]))|BCM_Wide[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <AND>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-              <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-            </OR>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-              <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-            </OR>
-          </AND>
-          <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="102" partition="1" name="L1_J50" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="103" partition="1" name="L1_LHCF_EMPTY" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="104" partition="1" name="L1_LHCF_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="105" partition="1" name="L1_J5" complex_deadtime="0" definition="(J5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="106" partition="1" name="L1_BCM_AC_CA_UNPAIRED_ISO" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="107" partition="1" name="L1_BCM_Wide_EMPTY" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="108" partition="1" name="L1_BCM_Wide_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="113" partition="1" name="L1_LUCID_UNPAIRED_ISO" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="114" partition="1" name="L1_TAU8_FIRSTEMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="117" partition="1" name="L1_ZDC_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="120" partition="1" name="L1_MBTSA0" complex_deadtime="0" definition="(MBTS_A0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A0_x1" triggerthreshold="MBTS_A0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="122" partition="1" name="L1_MBTSA1" complex_deadtime="0" definition="(MBTS_A1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A1_x1" triggerthreshold="MBTS_A1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="124" partition="1" name="L1_2MU6_UNPAIRED_ISO" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="125" partition="1" name="L1_2MU6_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP5)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="126" partition="1" name="L1_BCM_Wide_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="127" partition="1" name="L1_EM7_UNPAIRED_ISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="128" partition="1" name="L1_EM7_UNPAIRED_NONISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="130" partition="1" name="L1_J30_FIRSTEMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="131" partition="1" name="L1_MBTSA2" complex_deadtime="0" definition="(MBTS_A2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A2_x1" triggerthreshold="MBTS_A2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="132" partition="1" name="L1_TE5" complex_deadtime="0" definition="(TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="133" partition="1" name="L1_TE10" complex_deadtime="0" definition="(TE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="134" partition="1" name="L1_TE20" complex_deadtime="0" definition="(TE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="135" partition="1" name="L1_TE160" complex_deadtime="0" definition="(TE160[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE160_x1" triggerthreshold="TE160"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="136" partition="1" name="L1_TE50" complex_deadtime="0" definition="(TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="137" partition="1" name="L1_MBTSA3" complex_deadtime="0" definition="(MBTS_A3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A3_x1" triggerthreshold="MBTS_A3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="138" partition="1" name="L1_TE70" complex_deadtime="0" definition="(TE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70_x1" triggerthreshold="TE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="141" partition="1" name="L1_TE90" complex_deadtime="0" definition="(TE90[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE90_x1" triggerthreshold="TE90"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="142" partition="1" name="L1_TE120" complex_deadtime="0" definition="(TE120[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE120_x1" triggerthreshold="TE120"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="143" partition="1" name="L1_2MU6_EMPTY" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="144" partition="1" name="L1_2MU6_FIRSTEMPTY" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="145" partition="1" name="L1_ZDC_MBTS_1" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="146" partition="1" name="L1_ZDC_MBTS_2" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="147" partition="1" name="L1_ZDC_MBTS_1_1" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="148" partition="1" name="L1_ZDC_MBTS_2_2" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="149" partition="1" name="L1_MBTS_1_EMPTY" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="150" partition="1" name="L1_MBTS_1_1_EMPTY" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="151" partition="1" name="L1_MBTS_2_EMPTY" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="152" partition="1" name="L1_TAU8_EMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="153" partition="1" name="L1_MBTSA4" complex_deadtime="0" definition="(MBTS_A4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A4_x1" triggerthreshold="MBTS_A4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="154" partition="1" name="L1_MBTSA5" complex_deadtime="0" definition="(MBTS_A5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A5_x1" triggerthreshold="MBTS_A5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="155" partition="1" name="L1_MBTSA6" complex_deadtime="0" definition="(MBTS_A6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A6_x1" triggerthreshold="MBTS_A6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="156" partition="1" name="L1_MBTSA7" complex_deadtime="0" definition="(MBTS_A7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A7_x1" triggerthreshold="MBTS_A7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="161" partition="1" name="L1_MBTSA8" complex_deadtime="0" definition="(MBTS_A8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A8_x1" triggerthreshold="MBTS_A8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="164" partition="1" name="L1_MBTSA10" complex_deadtime="0" definition="(MBTS_A10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A10_x1" triggerthreshold="MBTS_A10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="165" partition="1" name="L1_MU4_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="166" partition="1" name="L1_MU4_EMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="167" partition="1" name="L1_MU4_UNPAIRED_ISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="172" partition="1" name="L1_J30_EMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="173" partition="1" name="L1_MBTSA12" complex_deadtime="0" definition="(MBTS_A12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A12_x1" triggerthreshold="MBTS_A12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="176" partition="1" name="L1_MBTSA14" complex_deadtime="0" definition="(MBTS_A14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A14_x1" triggerthreshold="MBTS_A14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="177" partition="1" name="L1_EM3_EMPTY" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="179" partition="1" name="L1_ZDC_A_UNPAIRED_NONISO" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="180" partition="1" name="L1_ZDC_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="182" partition="1" name="L1_ZDC_UNPAIRED_ISO" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="183" partition="1" name="L1_ZDC_UNPAIRED_NONISO" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="184" partition="1" name="L1_J10_EMPTY" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="185" partition="1" name="L1_J10_FIRSTEMPTY" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="186" partition="1" name="L1_J10_UNPAIRED_ISO" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="187" partition="1" name="L1_J10_UNPAIRED_NONISO" complex_deadtime="0" definition="(J10[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="189" partition="1" name="L1_ZDC_AND" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="190" partition="1" name="L1_ZDC_A" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="191" partition="1" name="L1_ZDC_C" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="192" partition="1" name="L1_ZDC_A_C" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="193" partition="1" name="L1_ZDC" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="195" partition="1" name="L1_ZDC_A_UNPAIRED_ISO" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="196" partition="1" name="L1_ZDC_A_C_EMPTY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="197" partition="1" name="L1_ZDC_EMPTY" complex_deadtime="0" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="198" partition="1" name="L1_J20.31ETA49" complex_deadtime="0" definition="(J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="199" partition="1" name="L1_J10.31ETA49" complex_deadtime="0" definition="(J10.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10.31ETA49_x1" triggerthreshold="J10.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="200" partition="1" name="L1_MBTS_1_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="201" partition="1" name="L1_MBTS_1_UNPAIRED_NONISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="202" partition="1" name="L1_MBTS_1_1_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="203" partition="1" name="L1_J15.31ETA49" complex_deadtime="0" definition="(J15.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="204" partition="1" name="L1_MBTS_2_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="205" partition="1" name="L1_MBTS_2_UNPAIRED_NONISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="206" partition="1" name="L1_LUCID_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="208" partition="1" name="L1_LUCID_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="212" partition="1" name="L1_LUCID_A" complex_deadtime="0" definition="(LUCID_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="213" partition="1" name="L1_LUCID_C" complex_deadtime="0" definition="(LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="214" partition="1" name="L1_LUCID_A_C" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="215" partition="1" name="L1_LUCID" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="216" partition="1" name="L1_TE10_VZDC_A" complex_deadtime="0" definition="(TE10[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="217" partition="1" name="L1_TE10_VZDC_C" complex_deadtime="0" definition="(TE10[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="218" partition="1" name="L1_TE20_VZDC_A" complex_deadtime="0" definition="(TE20[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="219" partition="1" name="L1_TE20_VZDC_C" complex_deadtime="0" definition="(TE20[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="220" partition="1" name="L1_J20_VZDC_A" complex_deadtime="0" definition="(J20[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="221" partition="1" name="L1_J20_VZDC_C" complex_deadtime="0" definition="(J20[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="222" partition="1" name="L1_MBTS_2" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="223" partition="1" name="L1_MBTS_2_2" complex_deadtime="0" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="224" partition="1" name="L1_MBTS_3_3" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="225" partition="1" name="L1_BCM_HT_BGRP0" complex_deadtime="0" definition="(BCM_Comb[x7]&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="226" partition="1" name="L1_MBTS_1" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="227" partition="1" name="L1_ZDC_C_UNPAIRED_ISO" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="228" partition="1" name="L1_MBTS_1_1" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="229" partition="1" name="L1_MBTS_2_2_EMPTY" complex_deadtime="0" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="230" partition="1" name="L1_MBTS_3_3_EMPTY" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="231" partition="1" name="L1_MBTS_2_2_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x2]&amp;MBTS_C[x2]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="232" partition="1" name="L1_MBTS_3_3_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x3]&amp;MBTS_C[x3]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MBTS_A_x3" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="3" name="MBTS_C_x3" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="235" partition="1" name="L1_ZDC_A_C_BGRP11" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP11&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="238" partition="1" name="L1_LUCID_A_C_EMPTY" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="240" partition="1" name="L1_MBTS_1_1_BGRP11" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="241" partition="1" name="L1_BPTX0_BGRP0" complex_deadtime="0" definition="(BPTX0[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="242" partition="1" name="L1_BPTX1_BGRP0" complex_deadtime="0" definition="(BPTX1[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="243" partition="1" name="L1_MBTS_2_BGRP9" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="244" partition="1" name="L1_MBTS_1_1_BGRP9" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="245" partition="1" name="L1_LUCID_EMPTY" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="246" partition="1" name="L1_RD0_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="247" partition="1" name="L1_LHCF" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="248" partition="1" name="L1_ZDC_A_C_BGRP9" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP9&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="249" partition="1" name="L1_MBTS_2_BGRP11" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="250" partition="1" name="L1_ZB" complex_deadtime="0" definition="(ZB_J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_J75_x1" triggerthreshold="ZB_J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="251" partition="1" name="L1_ZDC_A_BGRP9" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP9&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="253" partition="1" name="L1_VTE10_VZDC_C" complex_deadtime="0" definition="(!TE10[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="254" partition="1" name="L1_VTE10_VZDC_A" complex_deadtime="0" definition="(!TE10[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="255" partition="1" name="L1_ZDC_C_BGRP9" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP9&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="256" partition="1" name="L1_MBTS_1_1_OVERLAY" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="257" partition="1" name="L1_RD0_FILLED_OVERLAY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="258" partition="1" name="L1_MBTS_1_OVERLAY" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="259" partition="1" name="L1_BCM_AC_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="260" partition="1" name="L1_BCM_AC_CALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="261" partition="1" name="L1_BCM_AC_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="262" partition="1" name="L1_BCM_AC_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="263" partition="1" name="L1_BCM_CA_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="264" partition="1" name="L1_BCM_CA_CALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="265" partition="1" name="L1_BCM_CA_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="266" partition="1" name="L1_BCM_CA_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="267" partition="1" name="L1_BCM_Wide_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="268" partition="1" name="L1_BCM_Wide_CALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="269" partition="1" name="L1_J12_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="270" partition="1" name="L1_J12_UNPAIRED_ISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="271" partition="1" name="L1_J12_UNPAIRED_NONISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="272" partition="1" name="L1_J30.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="273" partition="1" name="L1_J30.31ETA49_UNPAIRED_NONISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="274" partition="1" name="L1_J50_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="275" partition="1" name="L1_J50_UNPAIRED_ISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="276" partition="1" name="L1_J50_UNPAIRED_NONISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="277" partition="1" name="L1_2MU4_VTE10" complex_deadtime="0" definition="(MU4[x2]&amp;!TE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="278" partition="1" name="L1_TAU12" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="279" partition="1" name="L1_TAU12IL" complex_deadtime="0" definition="(HA12IL[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IL_x1" triggerthreshold="HA12IL"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="280" partition="1" name="L1_TAU12IM" complex_deadtime="0" definition="(HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="281" partition="1" name="L1_TAU12IT" complex_deadtime="0" definition="(HA12IT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IT_x1" triggerthreshold="HA12IT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="282" partition="1" name="L1_TAU20" complex_deadtime="0" definition="(HA20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="283" partition="1" name="L1_TAU20IL" complex_deadtime="0" definition="(HA20IL[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IL_x1" triggerthreshold="HA20IL"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="285" partition="1" name="L1_TAU20IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="286" partition="1" name="L1_TAU20IM_2TAU12IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="287" partition="1" name="L1_2MU4_VTE10_VZDC_A" complex_deadtime="0" definition="(MU4[x2]&amp;!TE10[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="288" partition="1" name="L1_2MU4_VTE10_VZDC_C" complex_deadtime="0" definition="(MU4[x2]&amp;!TE10[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="290" partition="1" name="L1_2MU4_VZDC_A" complex_deadtime="0" definition="(MU4[x2]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="291" partition="1" name="L1_2MU4_VZDC_C" complex_deadtime="0" definition="(MU4[x2]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="292" partition="1" name="L1_TAU20IT" complex_deadtime="0" definition="(HA20IT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IT_x1" triggerthreshold="HA20IT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="293" partition="1" name="L1_TAU20_2J20_XE45" complex_deadtime="0" definition="(HA20[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="294" partition="1" name="L1_TAU20_2TAU12" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="295" partition="1" name="L1_TAU20_2TAU12_XE35" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="297" partition="1" name="L1_TAU30" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="298" partition="1" name="L1_TAU40" complex_deadtime="0" definition="(HA40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="301" partition="1" name="L1_EM20" complex_deadtime="0" definition="(EM20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20_x1" triggerthreshold="EM20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="302" partition="1" name="L1_EM7_EMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="303" partition="1" name="L1_EM7_FIRSTEMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="304" partition="1" name="L1_J100" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="307" partition="1" name="L1_J100_FIRSTEMPTY" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="308" partition="1" name="L1_J12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="309" partition="1" name="L1_J12_EMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="310" partition="1" name="L1_J12_FIRSTEMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="311" partition="1" name="L1_J30.31ETA49" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="312" partition="1" name="L1_J30.31ETA49_EMPTY" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="313" partition="1" name="L1_J40_XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="314" partition="1" name="L1_J75.31ETA49" complex_deadtime="0" definition="(J75.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75.31ETA49_x1" triggerthreshold="J75.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="315" partition="1" name="L1_J75_XE40" complex_deadtime="0" definition="(J75[x1]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="316" partition="1" name="L1_RD0_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP8)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="317" partition="1" name="L1_TGC_BURST" complex_deadtime="0" definition="(NIMTGC[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTGC_x1" triggerthreshold="NIMTGC"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="318" partition="1" name="L1_XE35" complex_deadtime="0" definition="(XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="319" partition="1" name="L1_XE50" complex_deadtime="0" definition="(XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="320" partition="1" name="L1_TE30.0ETA24" complex_deadtime="0" definition="(TE30.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30.0ETA24_x1" triggerthreshold="TE30.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="321" partition="1" name="L1_EM15" complex_deadtime="0" definition="(EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="322" partition="1" name="L1_EM15HI_2TAU12IM" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="323" partition="1" name="L1_EM15HI_2TAU12IM_J25_3J12" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="324" partition="1" name="L1_EM15HI_2TAU12IM_XE35" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="325" partition="1" name="L1_EM15HI_TAU40_2TAU15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA40[x1]&amp;HA15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="326" partition="1" name="L1_TE10.0ETA24" complex_deadtime="0" definition="(TE10.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10.0ETA24_x1" triggerthreshold="TE10.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="327" partition="1" name="L1_TE15.0ETA24" complex_deadtime="0" definition="(TE15.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE15.0ETA24_x1" triggerthreshold="TE15.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="328" partition="1" name="L1_TE20.0ETA24" complex_deadtime="0" definition="(TE20.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20.0ETA24_x1" triggerthreshold="TE20.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="329" partition="1" name="L1_TE25.0ETA24" complex_deadtime="0" definition="(TE25.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE25.0ETA24_x1" triggerthreshold="TE25.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="331" partition="1" name="L1_TE35.0ETA24" complex_deadtime="0" definition="(TE35.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE35.0ETA24_x1" triggerthreshold="TE35.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="332" partition="1" name="L1_TE40.0ETA24" complex_deadtime="0" definition="(TE40.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40.0ETA24_x1" triggerthreshold="TE40.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="333" partition="1" name="L1_TE45.0ETA24" complex_deadtime="0" definition="(TE45.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE45.0ETA24_x1" triggerthreshold="TE45.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="334" partition="1" name="L1_ZDC_A_OVERLAY" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="335" partition="1" name="L1_ZDC_C_OVERLAY" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="336" partition="1" name="L1_TE5_OVERLAY" complex_deadtime="0" definition="(TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="337" partition="1" name="L1_TE10_OVERLAY" complex_deadtime="0" definition="(TE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="338" partition="1" name="L1_TE20_OVERLAY" complex_deadtime="0" definition="(TE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="339" partition="1" name="L1_TE50_OVERLAY" complex_deadtime="0" definition="(TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="340" partition="1" name="L1_3J10" complex_deadtime="0" definition="(J10[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="341" partition="1" name="L1_3J15" complex_deadtime="0" definition="(J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="342" partition="1" name="L1_4J10" complex_deadtime="0" definition="(J10[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="343" partition="1" name="L1_4J15" complex_deadtime="0" definition="(J15[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="344" partition="1" name="L1_EM8" complex_deadtime="0" definition="(EM8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8_x1" triggerthreshold="EM8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="345" partition="1" name="L1_2EM7" complex_deadtime="0" definition="(EM7[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="348" partition="1" name="L1_MBTS_2_C_VZDC_A" complex_deadtime="0" definition="(MBTS_C[x2]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="349" partition="1" name="L1_MBTS_2_A_VZDC_C" complex_deadtime="0" definition="(MBTS_A[x2]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="350" partition="1" name="L1_2EM3_VZDC_A" complex_deadtime="0" definition="(EM3[x2]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="351" partition="1" name="L1_2EM3_VZDC_C" complex_deadtime="0" definition="(EM3[x2]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="352" partition="1" name="L1_MU6_VZDC_A" complex_deadtime="0" definition="(MU6[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="353" partition="1" name="L1_MU6_VZDC_C" complex_deadtime="0" definition="(MU6[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="354" partition="1" name="L1_J15_VZDC_A" complex_deadtime="0" definition="(J15[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="355" partition="1" name="L1_J15_VZDC_C" complex_deadtime="0" definition="(J15[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="356" partition="1" name="L1_ZDC_A_VZDC_C" complex_deadtime="0" definition="(ZDC_A[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="357" partition="1" name="L1_ZDC_C_VZDC_A" complex_deadtime="0" definition="(ZDC_C[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="358" partition="1" name="L1_EM3_VZDC_A" complex_deadtime="0" definition="(EM3[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="359" partition="1" name="L1_EM3_VZDC_C" complex_deadtime="0" definition="(EM3[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="360" partition="1" name="L1_EM5_VZDC_A" complex_deadtime="0" definition="(EM5[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="361" partition="1" name="L1_EM5_VZDC_C" complex_deadtime="0" definition="(EM5[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="362" partition="1" name="L1_TE5_VZDC_A" complex_deadtime="0" definition="(TE5[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="363" partition="1" name="L1_TE5_VZDC_C" complex_deadtime="0" definition="(TE5[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="364" partition="1" name="L1_J5_VZDC_A" complex_deadtime="0" definition="(J5[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="365" partition="1" name="L1_J5_VZDC_C" complex_deadtime="0" definition="(J5[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="366" partition="1" name="L1_J10_VZDC_A" complex_deadtime="0" definition="(J10[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="367" partition="1" name="L1_J10_VZDC_C" complex_deadtime="0" definition="(J10[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="368" partition="1" name="L1_MU4_VZDC_A" complex_deadtime="0" definition="(MU4[x1]&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="369" partition="1" name="L1_MU4_VZDC_C" complex_deadtime="0" definition="(MU4[x1]&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="370" partition="1" name="L1_RD0_FILLED_VZDC_A" complex_deadtime="0" definition="(RNDM0&amp;!ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="371" partition="1" name="L1_RD0_FILLED_VZDC_C" complex_deadtime="0" definition="(RNDM0&amp;!ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <NOT>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="372" partition="1" name="L1_2MU4-B" complex_deadtime="0" definition="(MU4[x2]&amp;MULT-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MULT-CMU4ab_x1" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="373" partition="1" name="L1_2MU4-BO" complex_deadtime="0" definition="(MULT-CMU4ab[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU4ab_x2" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="374" partition="1" name="L1_2MU4_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x2]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="375" partition="1" name="L1_2MU6-B" complex_deadtime="0" definition="(MU6[x2]&amp;MULT-CMU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="MULT-CMU6ab_x1" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="376" partition="1" name="L1_2MU6-BO" complex_deadtime="0" definition="(MULT-CMU6ab[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU6ab_x2" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="377" partition="1" name="L1_30M-EM20ITAU12" complex_deadtime="0" definition="(DISAMB-30INVM-EM20his2-TAU12ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-30INVM-EM20his2-TAU12ab_x1" triggerthreshold="DISAMB-30INVM-EM20his2-TAU12ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="378" partition="1" name="L1_3J15_BTAG-MU4J15" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="379" partition="1" name="L1_3J15_BTAG-MU4J30" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="380" partition="1" name="L1_3J15_BTAG-MU6J25" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="381" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="382" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="383" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="384" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="385" partition="1" name="L1_3J20_BTAG-MU4J20" complex_deadtime="0" definition="(J20[x3]&amp;0DR04-MU4ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ20ab_x1" triggerthreshold="0DR04-MU4ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="386" partition="1" name="L1_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="387" partition="1" name="L1_BPH-2M8-2MU4-B_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM8-CMU4ab-MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-CMU4ab-MU4ab_x1" triggerthreshold="2INVM8-CMU4ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="388" partition="1" name="L1_BPH-2M8-MU6MU4-B_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM8-ONEBARREL-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="2INVM8-ONEBARREL-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="389" partition="1" name="L1_BPH-2M9-2MU6_BPH-2DR15-2MU6" complex_deadtime="0" definition="(2INVM9-2MU6ab[x1]&amp;2DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-2MU6ab_x1" triggerthreshold="2INVM9-2MU6ab"/>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="390" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-2MU4ab_x1" triggerthreshold="0DR24-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="391" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4-B" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-CMU4ab-MU4ab_x1" triggerthreshold="0DR24-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="392" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4-BO" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-2CMU4ab_x1" triggerthreshold="0DR24-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="393" partition="1" name="L1_BPH-8M15-2MU6" complex_deadtime="0" definition="(8INVM15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-2MU6ab_x1" triggerthreshold="8INVM15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="394" partition="1" name="L1_BPH-8M15-2MU6_BPH-0DR22-2MU6" complex_deadtime="0" definition="(8INVM15-2MU6ab[x1]&amp;0DR22-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-2MU6ab_x1" triggerthreshold="8INVM15-2MU6ab"/>
-        <TriggerCondition multi="1" name="0DR22-2MU6ab_x1" triggerthreshold="0DR22-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="395" partition="1" name="L1_BPH-8M15-MU6MU4" complex_deadtime="0" definition="(8INVM15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-MU6ab-MU4ab_x1" triggerthreshold="8INVM15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="396" partition="1" name="L1_BPH-8M15-MU6MU4_BPH-0DR22-MU6MU4" complex_deadtime="0" definition="(8INVM15-MU6ab-MU4ab[x1]&amp;0DR22-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-MU6ab-MU4ab_x1" triggerthreshold="8INVM15-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR22-MU6ab-MU4ab_x1" triggerthreshold="0DR22-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="397" partition="1" name="L1_BTAG-MU4J15" complex_deadtime="0" definition="(0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="398" partition="1" name="L1_BTAG-MU4J30" complex_deadtime="0" definition="(0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="399" partition="1" name="L1_BTAG-MU6J20" complex_deadtime="0" definition="(0DR04-MU6ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ20ab_x1" triggerthreshold="0DR04-MU6ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="400" partition="1" name="L1_BTAG-MU6J25" complex_deadtime="0" definition="(0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="401" partition="1" name="L1_DPHI-AJ20s2XE50" complex_deadtime="0" definition="(10MINDPHI-AJ20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-AJ20s2-XE50_x1" triggerthreshold="10MINDPHI-AJ20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="402" partition="1" name="L1_DPHI-CJ20XE50" complex_deadtime="0" definition="(10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="403" partition="1" name="L1_DPHI-J20XE50" complex_deadtime="0" definition="(10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="404" partition="1" name="L1_DPHI-J20s2XE50" complex_deadtime="0" definition="(10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="405" partition="1" name="L1_DR-EM15TAU12I" complex_deadtime="0" definition="(DISAMB-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="DISAMB-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="406" partition="1" name="L1_DR-EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="407" partition="1" name="L1_DR-MU10TAU12I" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="408" partition="1" name="L1_DR-MU10TAU12I_TAU12I-J25" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="409" partition="1" name="L1_DR-TAU20ITAU12I" complex_deadtime="0" definition="(0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="410" partition="1" name="L1_DR-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="411" partition="1" name="L1_DR25-TAU20ITAU12I" complex_deadtime="0" definition="(0DR25-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR25-TAU20abi-TAU12abi_x1" triggerthreshold="0DR25-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="412" partition="1" name="L1_DR25-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="413" partition="1" name="L1_DY-BOX-2MU6" complex_deadtime="0" definition="(5DETA99-5DPHI99-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-2MU6ab_x1" triggerthreshold="5DETA99-5DPHI99-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="414" partition="1" name="L1_DY-DR-2MU4" complex_deadtime="0" definition="(2DR99-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR99-2MU4ab_x1" triggerthreshold="2DR99-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="420" partition="1" name="L1_EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-EM15his2-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-EM15his2-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="421" partition="1" name="L1_EM15_W-MT35" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="427" partition="1" name="L1_HT150-J20.ETA31" complex_deadtime="0" definition="(HT150-AJ20all.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJ20all.ETA31_x1" triggerthreshold="HT150-AJ20all.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="428" partition="1" name="L1_HT150-J20s5.ETA31" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="429" partition="1" name="L1_HT150-JJ15.ETA49" complex_deadtime="0" definition="(HT150-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJj15all.ETA49_x1" triggerthreshold="HT150-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="431" partition="1" name="L1_HT190-J15.ETA21" complex_deadtime="0" definition="(HT190-AJ15all.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-AJ15all.ETA21_x1" triggerthreshold="HT190-AJ15all.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="432" partition="1" name="L1_HT190-J15s5.ETA21" complex_deadtime="0" definition="(HT190-J15s5.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-J15s5.ETA21_x1" triggerthreshold="HT190-J15s5.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="433" partition="1" name="L1_HT150-J20s5.ETA31_MJJ-400-CF" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49_x1" triggerthreshold="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="434" partition="1" name="L1_J25_2J20_3J12_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="435" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="436" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="437" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="438" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="439" partition="1" name="L1_J4-MATCH" complex_deadtime="0" definition="(0MATCH-4AJ20.ETA31-4AJj15.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31_x1" triggerthreshold="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="440" partition="1" name="L1_J40_DPHI-CJ20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="441" partition="1" name="L1_J40_DPHI-J20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="442" partition="1" name="L1_J40_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="443" partition="1" name="L1_J40_XE50_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="444" partition="1" name="L1_JPSI-1M5" complex_deadtime="0" definition="(1INVM5-EMs1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EMs1-EMs6_x1" triggerthreshold="1INVM5-EMs1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="445" partition="1" name="L1_JPSI-1M5-EM12" complex_deadtime="0" definition="(1INVM5-EM12s1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM12s1-EMs6_x1" triggerthreshold="1INVM5-EM12s1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="446" partition="1" name="L1_JPSI-1M5-EM7" complex_deadtime="0" definition="(1INVM5-EM7s1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM7s1-EMs6_x1" triggerthreshold="1INVM5-EM7s1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="447" partition="1" name="L1_KF-XE40" complex_deadtime="0" definition="(KF-XE40-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE40-AJall_x1" triggerthreshold="KF-XE40-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="448" partition="1" name="L1_KF-XE50" complex_deadtime="0" definition="(KF-XE50-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE50-AJall_x1" triggerthreshold="KF-XE50-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="449" partition="1" name="L1_KF-XE55" complex_deadtime="0" definition="(KF-XE55-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE55-AJall_x1" triggerthreshold="KF-XE55-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="450" partition="1" name="L1_KF-XE60" complex_deadtime="0" definition="(KF-XE60-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE60-AJall_x1" triggerthreshold="KF-XE60-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="451" partition="1" name="L1_KF-XE65" complex_deadtime="0" definition="(KF-XE65-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE65-AJall_x1" triggerthreshold="KF-XE65-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="452" partition="1" name="L1_KF-XE75" complex_deadtime="0" definition="(KF-XE75-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE75-AJall_x1" triggerthreshold="KF-XE75-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="453" partition="1" name="L1_LAR-EM" complex_deadtime="0" definition="(LAR-EM50s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-EM50s1_x1" triggerthreshold="LAR-EM50s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="454" partition="1" name="L1_LAR-J" complex_deadtime="0" definition="(LAR-J100s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-J100s1_x1" triggerthreshold="LAR-J100s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="455" partition="1" name="L1_LFV-EM15I" complex_deadtime="0" definition="(0DETA04-0DPHI03-EM15abi-MUab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-0DPHI03-EM15abi-MUab_x1" triggerthreshold="0DETA04-0DPHI03-EM15abi-MUab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="456" partition="1" name="L1_LFV-EM8I" complex_deadtime="0" definition="(0DETA04-0DPHI03-EM8abi-MU10ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-0DPHI03-EM8abi-MU10ab_x1" triggerthreshold="0DETA04-0DPHI03-EM8abi-MU10ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="457" partition="1" name="L1_LFV-MU" complex_deadtime="0" definition="(0DR10-MU10ab-MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR10-MU10ab-MU6ab_x1" triggerthreshold="0DR10-MU10ab-MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="458" partition="1" name="L1_LFV-MU6" complex_deadtime="0" definition="(0DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR15-2MU6ab_x1" triggerthreshold="0DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="459" partition="1" name="L1_LLP-NOMATCH" complex_deadtime="0" definition="(NOT-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-0MATCH-TAU30si2-EMall_x1" triggerthreshold="NOT-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="460" partition="1" name="L1_LLP-RO" complex_deadtime="0" definition="(100RATIO-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100RATIO-0MATCH-TAU30si2-EMall_x1" triggerthreshold="100RATIO-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="461" partition="1" name="L1_MJJ-100" complex_deadtime="0" definition="(100INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="100INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="462" partition="1" name="L1_MJJ-400" complex_deadtime="0" definition="(400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="463" partition="1" name="L1_MJJ-400-CF" complex_deadtime="0" definition="(400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49_x1" triggerthreshold="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="464" partition="1" name="L1_MJJ-700" complex_deadtime="0" definition="(700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="465" partition="1" name="L1_MJJ-800" complex_deadtime="0" definition="(800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="466" partition="1" name="L1_MJJ-900" complex_deadtime="0" definition="(900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="467" partition="1" name="L1_MU10_TAU12I-J25" complex_deadtime="0" definition="(MU10[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="468" partition="1" name="L1_MU4_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x1]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="469" partition="1" name="L1_MU6MU4-BO" complex_deadtime="0" definition="(MULT-CMU4ab[x2]&amp;MULT-CMU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU4ab_x2" triggerthreshold="MULT-CMU4ab"/>
-        <TriggerCondition multi="1" name="MULT-CMU6ab_x1" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="470" partition="1" name="L1_MU6_2MU4-B" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;MULT-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MULT-CMU4ab_x1" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="471" partition="1" name="L1_MU6_MJJ-200" complex_deadtime="0" definition="(MU6[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="472" partition="1" name="L1_MU6_MJJ-300" complex_deadtime="0" definition="(MU6[x1]&amp;300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="473" partition="1" name="L1_MU6_MJJ-400" complex_deadtime="0" definition="(MU6[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="474" partition="1" name="L1_MU6_MJJ-500" complex_deadtime="0" definition="(MU6[x1]&amp;500INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="500INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="500INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="475" partition="1" name="L1_TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-TAU20abi-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU20abi-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="476" partition="1" name="L1_W-05RO-XEHT-0" complex_deadtime="0" definition="(05RATIO-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05RATIO-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="477" partition="1" name="L1_W-250RO2-XEHT-0" complex_deadtime="0" definition="(250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="478" partition="1" name="L1_W-90RO2-XEHT-0" complex_deadtime="0" definition="(90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="479" partition="1" name="L1_W-HT20-JJ15.ETA49" complex_deadtime="0" definition="(HT20-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT20-AJj15all.ETA49_x1" triggerthreshold="HT20-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="480" partition="1" name="L1_W-NOMATCH" complex_deadtime="0" definition="(NOT-02MATCH-EM10s1-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-02MATCH-EM10s1-AJj15all.ETA49_x1" triggerthreshold="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="481" partition="1" name="L1_XE35_MJJ-200" complex_deadtime="0" definition="(XE35[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="482" partition="1" name="L1_TRT_FILLED" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="483" partition="1" name="L1_TRT_EMPTY" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="486" partition="1" name="L1_ZDC_XOR" complex_deadtime="0" definition="(((ZDC_A[x1]&amp;!ZDC_C[x1])|(ZDC_C[x1]&amp;!ZDC_A[x1]))&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            </NOT>
-          </AND>
-          <AND>
-            <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-            <NOT>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-            </NOT>
-          </AND>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="487" partition="1" name="L1_EM7_MU10" complex_deadtime="0" definition="(EM7[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="488" partition="1" name="L1_MU4_J12" complex_deadtime="0" definition="(MU4[x1]&amp;J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="489" partition="1" name="L1_MU10_TAU12IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="493" partition="1" name="L1_J12_BGRP12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="494" partition="1" name="L1_J30.31ETA49_BGRP12" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="511" partition="1" name="L1_CALREQ2" complex_deadtime="0" definition="(CAL2[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="00110100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="CAL2_x1" triggerthreshold="CAL2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="Physics_HI_v4_default_prescale" type="Physics" menuPartition="0">
-    <Prescale ctpid="0" cut="000001" value="1"/>
-    <Prescale ctpid="1" cut="000001" value="1"/>
-    <Prescale ctpid="2" cut="000001" value="1"/>
-    <Prescale ctpid="3" cut="000001" value="1"/>
-    <Prescale ctpid="4" cut="000001" value="1"/>
-    <Prescale ctpid="5" cut="000001" value="1"/>
-    <Prescale ctpid="6" cut="000001" value="1"/>
-    <Prescale ctpid="7" cut="000001" value="1"/>
-    <Prescale ctpid="8" cut="000001" value="1"/>
-    <Prescale ctpid="9" cut="000001" value="1"/>
-    <Prescale ctpid="10" cut="000001" value="1"/>
-    <Prescale ctpid="11" cut="000001" value="1"/>
-    <Prescale ctpid="12" cut="000001" value="1"/>
-    <Prescale ctpid="13" cut="000001" value="1"/>
-    <Prescale ctpid="14" cut="000001" value="1"/>
-    <Prescale ctpid="15" cut="000001" value="1"/>
-    <Prescale ctpid="16" cut="000001" value="1"/>
-    <Prescale ctpid="17" cut="000001" value="1"/>
-    <Prescale ctpid="18" cut="000001" value="1"/>
-    <Prescale ctpid="19" cut="000001" value="1"/>
-    <Prescale ctpid="20" cut="000001" value="1"/>
-    <Prescale ctpid="21" cut="000001" value="1"/>
-    <Prescale ctpid="22" cut="000001" value="1"/>
-    <Prescale ctpid="23" cut="000001" value="1"/>
-    <Prescale ctpid="24" cut="000001" value="1"/>
-    <Prescale ctpid="25" cut="000001" value="1"/>
-    <Prescale ctpid="26" cut="000001" value="1"/>
-    <Prescale ctpid="27" cut="000001" value="1"/>
-    <Prescale ctpid="28" cut="000001" value="1"/>
-    <Prescale ctpid="29" cut="000001" value="1"/>
-    <Prescale ctpid="30" cut="000001" value="1"/>
-    <Prescale ctpid="31" cut="000001" value="1"/>
-    <Prescale ctpid="32" cut="000001" value="1"/>
-    <Prescale ctpid="33" cut="000001" value="1"/>
-    <Prescale ctpid="34" cut="000001" value="1"/>
-    <Prescale ctpid="35" cut="000001" value="1"/>
-    <Prescale ctpid="36" cut="000001" value="1"/>
-    <Prescale ctpid="37" cut="000001" value="1"/>
-    <Prescale ctpid="38" cut="000001" value="1"/>
-    <Prescale ctpid="39" cut="000001" value="1"/>
-    <Prescale ctpid="40" cut="000001" value="1"/>
-    <Prescale ctpid="41" cut="000001" value="1"/>
-    <Prescale ctpid="42" cut="000001" value="1"/>
-    <Prescale ctpid="43" cut="000001" value="1"/>
-    <Prescale ctpid="44" cut="000001" value="1"/>
-    <Prescale ctpid="45" cut="000001" value="1"/>
-    <Prescale ctpid="46" cut="000001" value="1"/>
-    <Prescale ctpid="47" cut="000001" value="1"/>
-    <Prescale ctpid="48" cut="000001" value="1"/>
-    <Prescale ctpid="49" cut="000001" value="1"/>
-    <Prescale ctpid="50" cut="000001" value="1"/>
-    <Prescale ctpid="51" cut="000001" value="1"/>
-    <Prescale ctpid="52" cut="000001" value="1"/>
-    <Prescale ctpid="53" cut="000001" value="1"/>
-    <Prescale ctpid="54" cut="000001" value="1"/>
-    <Prescale ctpid="55" cut="000001" value="1"/>
-    <Prescale ctpid="56" cut="000001" value="1"/>
-    <Prescale ctpid="57" cut="000001" value="1"/>
-    <Prescale ctpid="58" cut="000001" value="1"/>
-    <Prescale ctpid="59" cut="000001" value="1"/>
-    <Prescale ctpid="60" cut="000001" value="1"/>
-    <Prescale ctpid="61" cut="000001" value="1"/>
-    <Prescale ctpid="62" cut="000001" value="1"/>
-    <Prescale ctpid="63" cut="000001" value="1"/>
-    <Prescale ctpid="64" cut="000001" value="1"/>
-    <Prescale ctpid="65" cut="000001" value="1"/>
-    <Prescale ctpid="66" cut="000001" value="1"/>
-    <Prescale ctpid="67" cut="000001" value="1"/>
-    <Prescale ctpid="68" cut="000001" value="1"/>
-    <Prescale ctpid="69" cut="000001" value="1"/>
-    <Prescale ctpid="70" cut="000001" value="1"/>
-    <Prescale ctpid="71" cut="000001" value="1"/>
-    <Prescale ctpid="72" cut="000001" value="1"/>
-    <Prescale ctpid="73" cut="000001" value="1"/>
-    <Prescale ctpid="74" cut="000001" value="1"/>
-    <Prescale ctpid="75" cut="000001" value="1"/>
-    <Prescale ctpid="76" cut="000001" value="1"/>
-    <Prescale ctpid="77" cut="000001" value="1"/>
-    <Prescale ctpid="78" cut="000001" value="1"/>
-    <Prescale ctpid="79" cut="000001" value="1"/>
-    <Prescale ctpid="80" cut="000001" value="1"/>
-    <Prescale ctpid="81" cut="000001" value="1"/>
-    <Prescale ctpid="82" cut="000001" value="1"/>
-    <Prescale ctpid="83" cut="000001" value="1"/>
-    <Prescale ctpid="84" cut="000001" value="1"/>
-    <Prescale ctpid="85" cut="000001" value="1"/>
-    <Prescale ctpid="86" cut="000001" value="1"/>
-    <Prescale ctpid="87" cut="000001" value="1"/>
-    <Prescale ctpid="88" cut="000001" value="1"/>
-    <Prescale ctpid="89" cut="000001" value="1"/>
-    <Prescale ctpid="90" cut="000001" value="1"/>
-    <Prescale ctpid="91" cut="000001" value="1"/>
-    <Prescale ctpid="92" cut="000001" value="1"/>
-    <Prescale ctpid="93" cut="000001" value="1"/>
-    <Prescale ctpid="94" cut="000001" value="1"/>
-    <Prescale ctpid="95" cut="000001" value="1"/>
-    <Prescale ctpid="96" cut="000001" value="1"/>
-    <Prescale ctpid="97" cut="000001" value="1"/>
-    <Prescale ctpid="98" cut="000001" value="1"/>
-    <Prescale ctpid="99" cut="000001" value="1"/>
-    <Prescale ctpid="100" cut="000001" value="1"/>
-    <Prescale ctpid="101" cut="000001" value="1"/>
-    <Prescale ctpid="102" cut="000001" value="1"/>
-    <Prescale ctpid="103" cut="000001" value="1"/>
-    <Prescale ctpid="104" cut="000001" value="1"/>
-    <Prescale ctpid="105" cut="000001" value="1"/>
-    <Prescale ctpid="106" cut="000001" value="1"/>
-    <Prescale ctpid="107" cut="000001" value="1"/>
-    <Prescale ctpid="108" cut="000001" value="1"/>
-    <Prescale ctpid="109" cut="-000001" value="-1"/>
-    <Prescale ctpid="110" cut="-000001" value="-1"/>
-    <Prescale ctpid="111" cut="-000001" value="-1"/>
-    <Prescale ctpid="112" cut="-000001" value="-1"/>
-    <Prescale ctpid="113" cut="000001" value="1"/>
-    <Prescale ctpid="114" cut="000001" value="1"/>
-    <Prescale ctpid="115" cut="-000001" value="-1"/>
-    <Prescale ctpid="116" cut="-000001" value="-1"/>
-    <Prescale ctpid="117" cut="000001" value="1"/>
-    <Prescale ctpid="118" cut="-000001" value="-1"/>
-    <Prescale ctpid="119" cut="-000001" value="-1"/>
-    <Prescale ctpid="120" cut="000001" value="1"/>
-    <Prescale ctpid="121" cut="-000001" value="-1"/>
-    <Prescale ctpid="122" cut="000001" value="1"/>
-    <Prescale ctpid="123" cut="-000001" value="-1"/>
-    <Prescale ctpid="124" cut="000001" value="1"/>
-    <Prescale ctpid="125" cut="000001" value="1"/>
-    <Prescale ctpid="126" cut="000001" value="1"/>
-    <Prescale ctpid="127" cut="000001" value="1"/>
-    <Prescale ctpid="128" cut="000001" value="1"/>
-    <Prescale ctpid="129" cut="-000001" value="-1"/>
-    <Prescale ctpid="130" cut="000001" value="1"/>
-    <Prescale ctpid="131" cut="000001" value="1"/>
-    <Prescale ctpid="132" cut="000001" value="1"/>
-    <Prescale ctpid="133" cut="000001" value="1"/>
-    <Prescale ctpid="134" cut="000001" value="1"/>
-    <Prescale ctpid="135" cut="000001" value="1"/>
-    <Prescale ctpid="136" cut="000001" value="1"/>
-    <Prescale ctpid="137" cut="000001" value="1"/>
-    <Prescale ctpid="138" cut="000001" value="1"/>
-    <Prescale ctpid="139" cut="-000001" value="-1"/>
-    <Prescale ctpid="140" cut="-000001" value="-1"/>
-    <Prescale ctpid="141" cut="000001" value="1"/>
-    <Prescale ctpid="142" cut="000001" value="1"/>
-    <Prescale ctpid="143" cut="000001" value="1"/>
-    <Prescale ctpid="144" cut="000001" value="1"/>
-    <Prescale ctpid="145" cut="000001" value="1"/>
-    <Prescale ctpid="146" cut="000001" value="1"/>
-    <Prescale ctpid="147" cut="000001" value="1"/>
-    <Prescale ctpid="148" cut="000001" value="1"/>
-    <Prescale ctpid="149" cut="000001" value="1"/>
-    <Prescale ctpid="150" cut="000001" value="1"/>
-    <Prescale ctpid="151" cut="000001" value="1"/>
-    <Prescale ctpid="152" cut="000001" value="1"/>
-    <Prescale ctpid="153" cut="000001" value="1"/>
-    <Prescale ctpid="154" cut="000001" value="1"/>
-    <Prescale ctpid="155" cut="000001" value="1"/>
-    <Prescale ctpid="156" cut="000001" value="1"/>
-    <Prescale ctpid="157" cut="-000001" value="-1"/>
-    <Prescale ctpid="158" cut="-000001" value="-1"/>
-    <Prescale ctpid="159" cut="-000001" value="-1"/>
-    <Prescale ctpid="160" cut="-000001" value="-1"/>
-    <Prescale ctpid="161" cut="000001" value="1"/>
-    <Prescale ctpid="162" cut="-000001" value="-1"/>
-    <Prescale ctpid="163" cut="-000001" value="-1"/>
-    <Prescale ctpid="164" cut="000001" value="1"/>
-    <Prescale ctpid="165" cut="000001" value="1"/>
-    <Prescale ctpid="166" cut="000001" value="1"/>
-    <Prescale ctpid="167" cut="000001" value="1"/>
-    <Prescale ctpid="168" cut="-000001" value="-1"/>
-    <Prescale ctpid="169" cut="-000001" value="-1"/>
-    <Prescale ctpid="170" cut="-000001" value="-1"/>
-    <Prescale ctpid="171" cut="-000001" value="-1"/>
-    <Prescale ctpid="172" cut="000001" value="1"/>
-    <Prescale ctpid="173" cut="000001" value="1"/>
-    <Prescale ctpid="174" cut="-000001" value="-1"/>
-    <Prescale ctpid="175" cut="-000001" value="-1"/>
-    <Prescale ctpid="176" cut="000001" value="1"/>
-    <Prescale ctpid="177" cut="000001" value="1"/>
-    <Prescale ctpid="178" cut="-000001" value="-1"/>
-    <Prescale ctpid="179" cut="000001" value="1"/>
-    <Prescale ctpid="180" cut="000001" value="1"/>
-    <Prescale ctpid="181" cut="-000001" value="-1"/>
-    <Prescale ctpid="182" cut="000001" value="1"/>
-    <Prescale ctpid="183" cut="000001" value="1"/>
-    <Prescale ctpid="184" cut="000001" value="1"/>
-    <Prescale ctpid="185" cut="000001" value="1"/>
-    <Prescale ctpid="186" cut="000001" value="1"/>
-    <Prescale ctpid="187" cut="000001" value="1"/>
-    <Prescale ctpid="188" cut="-000001" value="-1"/>
-    <Prescale ctpid="189" cut="000001" value="1"/>
-    <Prescale ctpid="190" cut="000001" value="1"/>
-    <Prescale ctpid="191" cut="000001" value="1"/>
-    <Prescale ctpid="192" cut="000001" value="1"/>
-    <Prescale ctpid="193" cut="000001" value="1"/>
-    <Prescale ctpid="194" cut="-000001" value="-1"/>
-    <Prescale ctpid="195" cut="000001" value="1"/>
-    <Prescale ctpid="196" cut="000001" value="1"/>
-    <Prescale ctpid="197" cut="000001" value="1"/>
-    <Prescale ctpid="198" cut="000001" value="1"/>
-    <Prescale ctpid="199" cut="000001" value="1"/>
-    <Prescale ctpid="200" cut="000001" value="1"/>
-    <Prescale ctpid="201" cut="000001" value="1"/>
-    <Prescale ctpid="202" cut="000001" value="1"/>
-    <Prescale ctpid="203" cut="000001" value="1"/>
-    <Prescale ctpid="204" cut="000001" value="1"/>
-    <Prescale ctpid="205" cut="000001" value="1"/>
-    <Prescale ctpid="206" cut="000001" value="1"/>
-    <Prescale ctpid="207" cut="-000001" value="-1"/>
-    <Prescale ctpid="208" cut="000001" value="1"/>
-    <Prescale ctpid="209" cut="-000001" value="-1"/>
-    <Prescale ctpid="210" cut="-000001" value="-1"/>
-    <Prescale ctpid="211" cut="-000001" value="-1"/>
-    <Prescale ctpid="212" cut="000001" value="1"/>
-    <Prescale ctpid="213" cut="000001" value="1"/>
-    <Prescale ctpid="214" cut="000001" value="1"/>
-    <Prescale ctpid="215" cut="000001" value="1"/>
-    <Prescale ctpid="216" cut="000001" value="1"/>
-    <Prescale ctpid="217" cut="000001" value="1"/>
-    <Prescale ctpid="218" cut="000001" value="1"/>
-    <Prescale ctpid="219" cut="000001" value="1"/>
-    <Prescale ctpid="220" cut="000001" value="1"/>
-    <Prescale ctpid="221" cut="000001" value="1"/>
-    <Prescale ctpid="222" cut="000001" value="1"/>
-    <Prescale ctpid="223" cut="000001" value="1"/>
-    <Prescale ctpid="224" cut="000001" value="1"/>
-    <Prescale ctpid="225" cut="000001" value="1"/>
-    <Prescale ctpid="226" cut="000001" value="1"/>
-    <Prescale ctpid="227" cut="000001" value="1"/>
-    <Prescale ctpid="228" cut="000001" value="1"/>
-    <Prescale ctpid="229" cut="000001" value="1"/>
-    <Prescale ctpid="230" cut="000001" value="1"/>
-    <Prescale ctpid="231" cut="000001" value="1"/>
-    <Prescale ctpid="232" cut="000001" value="1"/>
-    <Prescale ctpid="233" cut="-000001" value="-1"/>
-    <Prescale ctpid="234" cut="-000001" value="-1"/>
-    <Prescale ctpid="235" cut="000001" value="1"/>
-    <Prescale ctpid="236" cut="-000001" value="-1"/>
-    <Prescale ctpid="237" cut="-000001" value="-1"/>
-    <Prescale ctpid="238" cut="000001" value="1"/>
-    <Prescale ctpid="239" cut="-000001" value="-1"/>
-    <Prescale ctpid="240" cut="000001" value="1"/>
-    <Prescale ctpid="241" cut="000001" value="1"/>
-    <Prescale ctpid="242" cut="000001" value="1"/>
-    <Prescale ctpid="243" cut="000001" value="1"/>
-    <Prescale ctpid="244" cut="000001" value="1"/>
-    <Prescale ctpid="245" cut="000001" value="1"/>
-    <Prescale ctpid="246" cut="000001" value="1"/>
-    <Prescale ctpid="247" cut="000001" value="1"/>
-    <Prescale ctpid="248" cut="000001" value="1"/>
-    <Prescale ctpid="249" cut="000001" value="1"/>
-    <Prescale ctpid="250" cut="000001" value="1"/>
-    <Prescale ctpid="251" cut="000001" value="1"/>
-    <Prescale ctpid="252" cut="-000001" value="-1"/>
-    <Prescale ctpid="253" cut="000001" value="1"/>
-    <Prescale ctpid="254" cut="000001" value="1"/>
-    <Prescale ctpid="255" cut="000001" value="1"/>
-    <Prescale ctpid="256" cut="000001" value="1"/>
-    <Prescale ctpid="257" cut="000001" value="1"/>
-    <Prescale ctpid="258" cut="000001" value="1"/>
-    <Prescale ctpid="259" cut="000001" value="1"/>
-    <Prescale ctpid="260" cut="000001" value="1"/>
-    <Prescale ctpid="261" cut="000001" value="1"/>
-    <Prescale ctpid="262" cut="000001" value="1"/>
-    <Prescale ctpid="263" cut="000001" value="1"/>
-    <Prescale ctpid="264" cut="000001" value="1"/>
-    <Prescale ctpid="265" cut="000001" value="1"/>
-    <Prescale ctpid="266" cut="000001" value="1"/>
-    <Prescale ctpid="267" cut="000001" value="1"/>
-    <Prescale ctpid="268" cut="000001" value="1"/>
-    <Prescale ctpid="269" cut="000001" value="1"/>
-    <Prescale ctpid="270" cut="000001" value="1"/>
-    <Prescale ctpid="271" cut="000001" value="1"/>
-    <Prescale ctpid="272" cut="000001" value="1"/>
-    <Prescale ctpid="273" cut="000001" value="1"/>
-    <Prescale ctpid="274" cut="000001" value="1"/>
-    <Prescale ctpid="275" cut="000001" value="1"/>
-    <Prescale ctpid="276" cut="000001" value="1"/>
-    <Prescale ctpid="277" cut="000001" value="1"/>
-    <Prescale ctpid="278" cut="000001" value="1"/>
-    <Prescale ctpid="279" cut="000001" value="1"/>
-    <Prescale ctpid="280" cut="000001" value="1"/>
-    <Prescale ctpid="281" cut="000001" value="1"/>
-    <Prescale ctpid="282" cut="000001" value="1"/>
-    <Prescale ctpid="283" cut="000001" value="1"/>
-    <Prescale ctpid="284" cut="-000001" value="-1"/>
-    <Prescale ctpid="285" cut="000001" value="1"/>
-    <Prescale ctpid="286" cut="000001" value="1"/>
-    <Prescale ctpid="287" cut="000001" value="1"/>
-    <Prescale ctpid="288" cut="000001" value="1"/>
-    <Prescale ctpid="289" cut="-000001" value="-1"/>
-    <Prescale ctpid="290" cut="000001" value="1"/>
-    <Prescale ctpid="291" cut="000001" value="1"/>
-    <Prescale ctpid="292" cut="000001" value="1"/>
-    <Prescale ctpid="293" cut="000001" value="1"/>
-    <Prescale ctpid="294" cut="000001" value="1"/>
-    <Prescale ctpid="295" cut="000001" value="1"/>
-    <Prescale ctpid="296" cut="-000001" value="-1"/>
-    <Prescale ctpid="297" cut="000001" value="1"/>
-    <Prescale ctpid="298" cut="000001" value="1"/>
-    <Prescale ctpid="299" cut="-000001" value="-1"/>
-    <Prescale ctpid="300" cut="-000001" value="-1"/>
-    <Prescale ctpid="301" cut="000001" value="1"/>
-    <Prescale ctpid="302" cut="000001" value="1"/>
-    <Prescale ctpid="303" cut="000001" value="1"/>
-    <Prescale ctpid="304" cut="000001" value="1"/>
-    <Prescale ctpid="305" cut="-000001" value="-1"/>
-    <Prescale ctpid="306" cut="-000001" value="-1"/>
-    <Prescale ctpid="307" cut="000001" value="1"/>
-    <Prescale ctpid="308" cut="000001" value="1"/>
-    <Prescale ctpid="309" cut="000001" value="1"/>
-    <Prescale ctpid="310" cut="000001" value="1"/>
-    <Prescale ctpid="311" cut="000001" value="1"/>
-    <Prescale ctpid="312" cut="000001" value="1"/>
-    <Prescale ctpid="313" cut="000001" value="1"/>
-    <Prescale ctpid="314" cut="000001" value="1"/>
-    <Prescale ctpid="315" cut="000001" value="1"/>
-    <Prescale ctpid="316" cut="000001" value="1"/>
-    <Prescale ctpid="317" cut="000001" value="1"/>
-    <Prescale ctpid="318" cut="000001" value="1"/>
-    <Prescale ctpid="319" cut="000001" value="1"/>
-    <Prescale ctpid="320" cut="000001" value="1"/>
-    <Prescale ctpid="321" cut="000001" value="1"/>
-    <Prescale ctpid="322" cut="000001" value="1"/>
-    <Prescale ctpid="323" cut="000001" value="1"/>
-    <Prescale ctpid="324" cut="000001" value="1"/>
-    <Prescale ctpid="325" cut="000001" value="1"/>
-    <Prescale ctpid="326" cut="000001" value="1"/>
-    <Prescale ctpid="327" cut="000001" value="1"/>
-    <Prescale ctpid="328" cut="000001" value="1"/>
-    <Prescale ctpid="329" cut="000001" value="1"/>
-    <Prescale ctpid="330" cut="-000001" value="-1"/>
-    <Prescale ctpid="331" cut="000001" value="1"/>
-    <Prescale ctpid="332" cut="000001" value="1"/>
-    <Prescale ctpid="333" cut="000001" value="1"/>
-    <Prescale ctpid="334" cut="000001" value="1"/>
-    <Prescale ctpid="335" cut="000001" value="1"/>
-    <Prescale ctpid="336" cut="000001" value="1"/>
-    <Prescale ctpid="337" cut="000001" value="1"/>
-    <Prescale ctpid="338" cut="000001" value="1"/>
-    <Prescale ctpid="339" cut="000001" value="1"/>
-    <Prescale ctpid="340" cut="000001" value="1"/>
-    <Prescale ctpid="341" cut="000001" value="1"/>
-    <Prescale ctpid="342" cut="000001" value="1"/>
-    <Prescale ctpid="343" cut="000001" value="1"/>
-    <Prescale ctpid="344" cut="000001" value="1"/>
-    <Prescale ctpid="345" cut="000001" value="1"/>
-    <Prescale ctpid="346" cut="-000001" value="-1"/>
-    <Prescale ctpid="347" cut="-000001" value="-1"/>
-    <Prescale ctpid="348" cut="000001" value="1"/>
-    <Prescale ctpid="349" cut="000001" value="1"/>
-    <Prescale ctpid="350" cut="000001" value="1"/>
-    <Prescale ctpid="351" cut="000001" value="1"/>
-    <Prescale ctpid="352" cut="000001" value="1"/>
-    <Prescale ctpid="353" cut="000001" value="1"/>
-    <Prescale ctpid="354" cut="000001" value="1"/>
-    <Prescale ctpid="355" cut="000001" value="1"/>
-    <Prescale ctpid="356" cut="000001" value="1"/>
-    <Prescale ctpid="357" cut="000001" value="1"/>
-    <Prescale ctpid="358" cut="000001" value="1"/>
-    <Prescale ctpid="359" cut="000001" value="1"/>
-    <Prescale ctpid="360" cut="000001" value="1"/>
-    <Prescale ctpid="361" cut="000001" value="1"/>
-    <Prescale ctpid="362" cut="000001" value="1"/>
-    <Prescale ctpid="363" cut="000001" value="1"/>
-    <Prescale ctpid="364" cut="000001" value="1"/>
-    <Prescale ctpid="365" cut="000001" value="1"/>
-    <Prescale ctpid="366" cut="000001" value="1"/>
-    <Prescale ctpid="367" cut="000001" value="1"/>
-    <Prescale ctpid="368" cut="000001" value="1"/>
-    <Prescale ctpid="369" cut="000001" value="1"/>
-    <Prescale ctpid="370" cut="000001" value="1"/>
-    <Prescale ctpid="371" cut="000001" value="1"/>
-    <Prescale ctpid="372" cut="000001" value="1"/>
-    <Prescale ctpid="373" cut="000001" value="1"/>
-    <Prescale ctpid="374" cut="000001" value="1"/>
-    <Prescale ctpid="375" cut="000001" value="1"/>
-    <Prescale ctpid="376" cut="000001" value="1"/>
-    <Prescale ctpid="377" cut="000001" value="1"/>
-    <Prescale ctpid="378" cut="000001" value="1"/>
-    <Prescale ctpid="379" cut="000001" value="1"/>
-    <Prescale ctpid="380" cut="000001" value="1"/>
-    <Prescale ctpid="381" cut="000001" value="1"/>
-    <Prescale ctpid="382" cut="000001" value="1"/>
-    <Prescale ctpid="383" cut="000001" value="1"/>
-    <Prescale ctpid="384" cut="000001" value="1"/>
-    <Prescale ctpid="385" cut="000001" value="1"/>
-    <Prescale ctpid="386" cut="000001" value="1"/>
-    <Prescale ctpid="387" cut="000001" value="1"/>
-    <Prescale ctpid="388" cut="000001" value="1"/>
-    <Prescale ctpid="389" cut="000001" value="1"/>
-    <Prescale ctpid="390" cut="000001" value="1"/>
-    <Prescale ctpid="391" cut="000001" value="1"/>
-    <Prescale ctpid="392" cut="000001" value="1"/>
-    <Prescale ctpid="393" cut="000001" value="1"/>
-    <Prescale ctpid="394" cut="000001" value="1"/>
-    <Prescale ctpid="395" cut="000001" value="1"/>
-    <Prescale ctpid="396" cut="000001" value="1"/>
-    <Prescale ctpid="397" cut="000001" value="1"/>
-    <Prescale ctpid="398" cut="000001" value="1"/>
-    <Prescale ctpid="399" cut="000001" value="1"/>
-    <Prescale ctpid="400" cut="000001" value="1"/>
-    <Prescale ctpid="401" cut="000001" value="1"/>
-    <Prescale ctpid="402" cut="000001" value="1"/>
-    <Prescale ctpid="403" cut="000001" value="1"/>
-    <Prescale ctpid="404" cut="000001" value="1"/>
-    <Prescale ctpid="405" cut="000001" value="1"/>
-    <Prescale ctpid="406" cut="000001" value="1"/>
-    <Prescale ctpid="407" cut="000001" value="1"/>
-    <Prescale ctpid="408" cut="000001" value="1"/>
-    <Prescale ctpid="409" cut="000001" value="1"/>
-    <Prescale ctpid="410" cut="000001" value="1"/>
-    <Prescale ctpid="411" cut="000001" value="1"/>
-    <Prescale ctpid="412" cut="000001" value="1"/>
-    <Prescale ctpid="413" cut="000001" value="1"/>
-    <Prescale ctpid="414" cut="000001" value="1"/>
-    <Prescale ctpid="415" cut="-000001" value="-1"/>
-    <Prescale ctpid="416" cut="-000001" value="-1"/>
-    <Prescale ctpid="417" cut="-000001" value="-1"/>
-    <Prescale ctpid="418" cut="-000001" value="-1"/>
-    <Prescale ctpid="419" cut="-000001" value="-1"/>
-    <Prescale ctpid="420" cut="000001" value="1"/>
-    <Prescale ctpid="421" cut="000001" value="1"/>
-    <Prescale ctpid="422" cut="-000001" value="-1"/>
-    <Prescale ctpid="423" cut="-000001" value="-1"/>
-    <Prescale ctpid="424" cut="-000001" value="-1"/>
-    <Prescale ctpid="425" cut="-000001" value="-1"/>
-    <Prescale ctpid="426" cut="-000001" value="-1"/>
-    <Prescale ctpid="427" cut="000001" value="1"/>
-    <Prescale ctpid="428" cut="000001" value="1"/>
-    <Prescale ctpid="429" cut="000001" value="1"/>
-    <Prescale ctpid="430" cut="-000001" value="-1"/>
-    <Prescale ctpid="431" cut="000001" value="1"/>
-    <Prescale ctpid="432" cut="000001" value="1"/>
-    <Prescale ctpid="433" cut="000001" value="1"/>
-    <Prescale ctpid="434" cut="000001" value="1"/>
-    <Prescale ctpid="435" cut="000001" value="1"/>
-    <Prescale ctpid="436" cut="000001" value="1"/>
-    <Prescale ctpid="437" cut="000001" value="1"/>
-    <Prescale ctpid="438" cut="000001" value="1"/>
-    <Prescale ctpid="439" cut="000001" value="1"/>
-    <Prescale ctpid="440" cut="000001" value="1"/>
-    <Prescale ctpid="441" cut="000001" value="1"/>
-    <Prescale ctpid="442" cut="000001" value="1"/>
-    <Prescale ctpid="443" cut="000001" value="1"/>
-    <Prescale ctpid="444" cut="000001" value="1"/>
-    <Prescale ctpid="445" cut="000001" value="1"/>
-    <Prescale ctpid="446" cut="000001" value="1"/>
-    <Prescale ctpid="447" cut="000001" value="1"/>
-    <Prescale ctpid="448" cut="000001" value="1"/>
-    <Prescale ctpid="449" cut="000001" value="1"/>
-    <Prescale ctpid="450" cut="000001" value="1"/>
-    <Prescale ctpid="451" cut="000001" value="1"/>
-    <Prescale ctpid="452" cut="000001" value="1"/>
-    <Prescale ctpid="453" cut="000001" value="1"/>
-    <Prescale ctpid="454" cut="000001" value="1"/>
-    <Prescale ctpid="455" cut="000001" value="1"/>
-    <Prescale ctpid="456" cut="000001" value="1"/>
-    <Prescale ctpid="457" cut="000001" value="1"/>
-    <Prescale ctpid="458" cut="000001" value="1"/>
-    <Prescale ctpid="459" cut="000001" value="1"/>
-    <Prescale ctpid="460" cut="000001" value="1"/>
-    <Prescale ctpid="461" cut="000001" value="1"/>
-    <Prescale ctpid="462" cut="000001" value="1"/>
-    <Prescale ctpid="463" cut="000001" value="1"/>
-    <Prescale ctpid="464" cut="000001" value="1"/>
-    <Prescale ctpid="465" cut="000001" value="1"/>
-    <Prescale ctpid="466" cut="000001" value="1"/>
-    <Prescale ctpid="467" cut="000001" value="1"/>
-    <Prescale ctpid="468" cut="000001" value="1"/>
-    <Prescale ctpid="469" cut="000001" value="1"/>
-    <Prescale ctpid="470" cut="000001" value="1"/>
-    <Prescale ctpid="471" cut="000001" value="1"/>
-    <Prescale ctpid="472" cut="000001" value="1"/>
-    <Prescale ctpid="473" cut="000001" value="1"/>
-    <Prescale ctpid="474" cut="000001" value="1"/>
-    <Prescale ctpid="475" cut="000001" value="1"/>
-    <Prescale ctpid="476" cut="000001" value="1"/>
-    <Prescale ctpid="477" cut="000001" value="1"/>
-    <Prescale ctpid="478" cut="000001" value="1"/>
-    <Prescale ctpid="479" cut="000001" value="1"/>
-    <Prescale ctpid="480" cut="000001" value="1"/>
-    <Prescale ctpid="481" cut="000001" value="1"/>
-    <Prescale ctpid="482" cut="000001" value="1"/>
-    <Prescale ctpid="483" cut="000001" value="1"/>
-    <Prescale ctpid="484" cut="-000001" value="-1"/>
-    <Prescale ctpid="485" cut="-000001" value="-1"/>
-    <Prescale ctpid="486" cut="000001" value="1"/>
-    <Prescale ctpid="487" cut="000001" value="1"/>
-    <Prescale ctpid="488" cut="000001" value="1"/>
-    <Prescale ctpid="489" cut="000001" value="1"/>
-    <Prescale ctpid="490" cut="-000001" value="-1"/>
-    <Prescale ctpid="491" cut="-000001" value="-1"/>
-    <Prescale ctpid="492" cut="-000001" value="-1"/>
-    <Prescale ctpid="493" cut="000001" value="1"/>
-    <Prescale ctpid="494" cut="000001" value="1"/>
-    <Prescale ctpid="495" cut="-000001" value="-1"/>
-    <Prescale ctpid="496" cut="-000001" value="-1"/>
-    <Prescale ctpid="497" cut="-000001" value="-1"/>
-    <Prescale ctpid="498" cut="-000001" value="-1"/>
-    <Prescale ctpid="499" cut="-000001" value="-1"/>
-    <Prescale ctpid="500" cut="-000001" value="-1"/>
-    <Prescale ctpid="501" cut="-000001" value="-1"/>
-    <Prescale ctpid="502" cut="-000001" value="-1"/>
-    <Prescale ctpid="503" cut="-000001" value="-1"/>
-    <Prescale ctpid="504" cut="-000001" value="-1"/>
-    <Prescale ctpid="505" cut="-000001" value="-1"/>
-    <Prescale ctpid="506" cut="-000001" value="-1"/>
-    <Prescale ctpid="507" cut="-000001" value="-1"/>
-    <Prescale ctpid="508" cut="-000001" value="-1"/>
-    <Prescale ctpid="509" cut="-000001" value="-1"/>
-    <Prescale ctpid="510" cut="-000001" value="-1"/>
-    <Prescale ctpid="511" cut="000001" value="1"/>
-  </PrescaleSet>
-  <TriggerCounterList>
-    <TriggerCounter name="1BCM_AtoC" type="CTPIN">
-      <TriggerCondition name="1BCM_AtoC" triggerthreshold="BCM_AtoC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Comb" type="CTPIN">
-      <TriggerCondition name="1BCM_Comb" triggerthreshold="BCM_Comb" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2BCM_Comb" type="CTPIN">
-      <TriggerCondition name="2BCM_Comb" triggerthreshold="BCM_Comb" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3BCM_Comb" type="CTPIN">
-      <TriggerCondition name="3BCM_Comb" triggerthreshold="BCM_Comb" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4BCM_Comb" type="CTPIN">
-      <TriggerCondition name="4BCM_Comb" triggerthreshold="BCM_Comb" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5BCM_Comb" type="CTPIN">
-      <TriggerCondition name="5BCM_Comb" triggerthreshold="BCM_Comb" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6BCM_Comb" type="CTPIN">
-      <TriggerCondition name="6BCM_Comb" triggerthreshold="BCM_Comb" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7BCM_Comb" type="CTPIN">
-      <TriggerCondition name="7BCM_Comb" triggerthreshold="BCM_Comb" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_CtoA" type="CTPIN">
-      <TriggerCondition name="1BCM_CtoA" triggerthreshold="BCM_CtoA" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Wide" type="CTPIN">
-      <TriggerCondition name="1BCM_Wide" triggerthreshold="BCM_Wide" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX0" type="CTPIN">
-      <TriggerCondition name="1BPTX0" triggerthreshold="BPTX0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX1" type="CTPIN">
-      <TriggerCondition name="1BPTX1" triggerthreshold="BPTX1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL0" type="CTPIN">
-      <TriggerCondition name="1CAL0" triggerthreshold="CAL0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL1" type="CTPIN">
-      <TriggerCondition name="1CAL1" triggerthreshold="CAL1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL2" type="CTPIN">
-      <TriggerCondition name="1CAL2" triggerthreshold="CAL2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10" type="CTPIN">
-      <TriggerCondition name="1EM10" triggerthreshold="EM10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10" type="CTPIN">
-      <TriggerCondition name="2EM10" triggerthreshold="EM10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10" type="CTPIN">
-      <TriggerCondition name="3EM10" triggerthreshold="EM10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10" type="CTPIN">
-      <TriggerCondition name="4EM10" triggerthreshold="EM10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10" type="CTPIN">
-      <TriggerCondition name="5EM10" triggerthreshold="EM10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10" type="CTPIN">
-      <TriggerCondition name="6EM10" triggerthreshold="EM10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10" type="CTPIN">
-      <TriggerCondition name="7EM10" triggerthreshold="EM10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10VH" type="CTPIN">
-      <TriggerCondition name="1EM10VH" triggerthreshold="EM10VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10VH" type="CTPIN">
-      <TriggerCondition name="2EM10VH" triggerthreshold="EM10VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10VH" type="CTPIN">
-      <TriggerCondition name="3EM10VH" triggerthreshold="EM10VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10VH" type="CTPIN">
-      <TriggerCondition name="4EM10VH" triggerthreshold="EM10VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10VH" type="CTPIN">
-      <TriggerCondition name="5EM10VH" triggerthreshold="EM10VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10VH" type="CTPIN">
-      <TriggerCondition name="6EM10VH" triggerthreshold="EM10VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10VH" type="CTPIN">
-      <TriggerCondition name="7EM10VH" triggerthreshold="EM10VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM12" type="CTPIN">
-      <TriggerCondition name="1EM12" triggerthreshold="EM12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM12" type="CTPIN">
-      <TriggerCondition name="2EM12" triggerthreshold="EM12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM12" type="CTPIN">
-      <TriggerCondition name="3EM12" triggerthreshold="EM12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM12" type="CTPIN">
-      <TriggerCondition name="4EM12" triggerthreshold="EM12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM12" type="CTPIN">
-      <TriggerCondition name="5EM12" triggerthreshold="EM12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM12" type="CTPIN">
-      <TriggerCondition name="6EM12" triggerthreshold="EM12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM12" type="CTPIN">
-      <TriggerCondition name="7EM12" triggerthreshold="EM12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM13VH" type="CTPIN">
-      <TriggerCondition name="1EM13VH" triggerthreshold="EM13VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM13VH" type="CTPIN">
-      <TriggerCondition name="2EM13VH" triggerthreshold="EM13VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM13VH" type="CTPIN">
-      <TriggerCondition name="3EM13VH" triggerthreshold="EM13VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM13VH" type="CTPIN">
-      <TriggerCondition name="4EM13VH" triggerthreshold="EM13VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM13VH" type="CTPIN">
-      <TriggerCondition name="5EM13VH" triggerthreshold="EM13VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM13VH" type="CTPIN">
-      <TriggerCondition name="6EM13VH" triggerthreshold="EM13VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM13VH" type="CTPIN">
-      <TriggerCondition name="7EM13VH" triggerthreshold="EM13VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM14" type="CTPIN">
-      <TriggerCondition name="1EM14" triggerthreshold="EM14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM14" type="CTPIN">
-      <TriggerCondition name="2EM14" triggerthreshold="EM14" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM14" type="CTPIN">
-      <TriggerCondition name="3EM14" triggerthreshold="EM14" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM14" type="CTPIN">
-      <TriggerCondition name="4EM14" triggerthreshold="EM14" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM14" type="CTPIN">
-      <TriggerCondition name="5EM14" triggerthreshold="EM14" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM14" type="CTPIN">
-      <TriggerCondition name="6EM14" triggerthreshold="EM14" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM14" type="CTPIN">
-      <TriggerCondition name="7EM14" triggerthreshold="EM14" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15" type="CTPIN">
-      <TriggerCondition name="1EM15" triggerthreshold="EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15" type="CTPIN">
-      <TriggerCondition name="2EM15" triggerthreshold="EM15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15" type="CTPIN">
-      <TriggerCondition name="3EM15" triggerthreshold="EM15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15" type="CTPIN">
-      <TriggerCondition name="4EM15" triggerthreshold="EM15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15" type="CTPIN">
-      <TriggerCondition name="5EM15" triggerthreshold="EM15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15" type="CTPIN">
-      <TriggerCondition name="6EM15" triggerthreshold="EM15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15" type="CTPIN">
-      <TriggerCondition name="7EM15" triggerthreshold="EM15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15HI" type="CTPIN">
-      <TriggerCondition name="1EM15HI" triggerthreshold="EM15HI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15HI" type="CTPIN">
-      <TriggerCondition name="2EM15HI" triggerthreshold="EM15HI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15HI" type="CTPIN">
-      <TriggerCondition name="3EM15HI" triggerthreshold="EM15HI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15HI" type="CTPIN">
-      <TriggerCondition name="4EM15HI" triggerthreshold="EM15HI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15HI" type="CTPIN">
-      <TriggerCondition name="5EM15HI" triggerthreshold="EM15HI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15HI" type="CTPIN">
-      <TriggerCondition name="6EM15HI" triggerthreshold="EM15HI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15HI" type="CTPIN">
-      <TriggerCondition name="7EM15HI" triggerthreshold="EM15HI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM16" type="CTPIN">
-      <TriggerCondition name="1EM16" triggerthreshold="EM16" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM16" type="CTPIN">
-      <TriggerCondition name="2EM16" triggerthreshold="EM16" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM16" type="CTPIN">
-      <TriggerCondition name="3EM16" triggerthreshold="EM16" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM16" type="CTPIN">
-      <TriggerCondition name="4EM16" triggerthreshold="EM16" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM16" type="CTPIN">
-      <TriggerCondition name="5EM16" triggerthreshold="EM16" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM16" type="CTPIN">
-      <TriggerCondition name="6EM16" triggerthreshold="EM16" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM16" type="CTPIN">
-      <TriggerCondition name="7EM16" triggerthreshold="EM16" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20" type="CTPIN">
-      <TriggerCondition name="1EM20" triggerthreshold="EM20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20" type="CTPIN">
-      <TriggerCondition name="2EM20" triggerthreshold="EM20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20" type="CTPIN">
-      <TriggerCondition name="3EM20" triggerthreshold="EM20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20" type="CTPIN">
-      <TriggerCondition name="4EM20" triggerthreshold="EM20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20" type="CTPIN">
-      <TriggerCondition name="5EM20" triggerthreshold="EM20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20" type="CTPIN">
-      <TriggerCondition name="6EM20" triggerthreshold="EM20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20" type="CTPIN">
-      <TriggerCondition name="7EM20" triggerthreshold="EM20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VHI" type="CTPIN">
-      <TriggerCondition name="1EM20VHI" triggerthreshold="EM20VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VHI" type="CTPIN">
-      <TriggerCondition name="2EM20VHI" triggerthreshold="EM20VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VHI" type="CTPIN">
-      <TriggerCondition name="3EM20VHI" triggerthreshold="EM20VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VHI" type="CTPIN">
-      <TriggerCondition name="4EM20VHI" triggerthreshold="EM20VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VHI" type="CTPIN">
-      <TriggerCondition name="5EM20VHI" triggerthreshold="EM20VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VHI" type="CTPIN">
-      <TriggerCondition name="6EM20VHI" triggerthreshold="EM20VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VHI" type="CTPIN">
-      <TriggerCondition name="7EM20VHI" triggerthreshold="EM20VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPIN">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPMON">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM3" type="CTPIN">
-      <TriggerCondition name="2EM3" triggerthreshold="EM3" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM3" type="CTPIN">
-      <TriggerCondition name="3EM3" triggerthreshold="EM3" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM3" type="CTPIN">
-      <TriggerCondition name="4EM3" triggerthreshold="EM3" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM3" type="CTPIN">
-      <TriggerCondition name="5EM3" triggerthreshold="EM3" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM3" type="CTPIN">
-      <TriggerCondition name="6EM3" triggerthreshold="EM3" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM3" type="CTPIN">
-      <TriggerCondition name="7EM3" triggerthreshold="EM3" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM4" type="CTPIN">
-      <TriggerCondition name="1EM4" triggerthreshold="EM4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM4" type="CTPIN">
-      <TriggerCondition name="2EM4" triggerthreshold="EM4" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM4" type="CTPIN">
-      <TriggerCondition name="3EM4" triggerthreshold="EM4" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM4" type="CTPIN">
-      <TriggerCondition name="4EM4" triggerthreshold="EM4" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM4" type="CTPIN">
-      <TriggerCondition name="5EM4" triggerthreshold="EM4" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM4" type="CTPIN">
-      <TriggerCondition name="6EM4" triggerthreshold="EM4" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM4" type="CTPIN">
-      <TriggerCondition name="7EM4" triggerthreshold="EM4" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM5" type="CTPIN">
-      <TriggerCondition name="1EM5" triggerthreshold="EM5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM5" type="CTPIN">
-      <TriggerCondition name="2EM5" triggerthreshold="EM5" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM5" type="CTPIN">
-      <TriggerCondition name="3EM5" triggerthreshold="EM5" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM5" type="CTPIN">
-      <TriggerCondition name="4EM5" triggerthreshold="EM5" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM5" type="CTPIN">
-      <TriggerCondition name="5EM5" triggerthreshold="EM5" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM5" type="CTPIN">
-      <TriggerCondition name="6EM5" triggerthreshold="EM5" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM5" type="CTPIN">
-      <TriggerCondition name="7EM5" triggerthreshold="EM5" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM7" type="CTPIN">
-      <TriggerCondition name="1EM7" triggerthreshold="EM7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM7" type="CTPIN">
-      <TriggerCondition name="2EM7" triggerthreshold="EM7" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM7" type="CTPIN">
-      <TriggerCondition name="3EM7" triggerthreshold="EM7" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM7" type="CTPIN">
-      <TriggerCondition name="4EM7" triggerthreshold="EM7" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM7" type="CTPIN">
-      <TriggerCondition name="5EM7" triggerthreshold="EM7" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM7" type="CTPIN">
-      <TriggerCondition name="6EM7" triggerthreshold="EM7" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM7" type="CTPIN">
-      <TriggerCondition name="7EM7" triggerthreshold="EM7" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8" type="CTPIN">
-      <TriggerCondition name="1EM8" triggerthreshold="EM8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8" type="CTPIN">
-      <TriggerCondition name="2EM8" triggerthreshold="EM8" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8" type="CTPIN">
-      <TriggerCondition name="3EM8" triggerthreshold="EM8" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8" type="CTPIN">
-      <TriggerCondition name="4EM8" triggerthreshold="EM8" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8" type="CTPIN">
-      <TriggerCondition name="5EM8" triggerthreshold="EM8" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8" type="CTPIN">
-      <TriggerCondition name="6EM8" triggerthreshold="EM8" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8" type="CTPIN">
-      <TriggerCondition name="7EM8" triggerthreshold="EM8" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8I" type="CTPIN">
-      <TriggerCondition name="1EM8I" triggerthreshold="EM8I" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8I" type="CTPIN">
-      <TriggerCondition name="2EM8I" triggerthreshold="EM8I" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8I" type="CTPIN">
-      <TriggerCondition name="3EM8I" triggerthreshold="EM8I" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8I" type="CTPIN">
-      <TriggerCondition name="4EM8I" triggerthreshold="EM8I" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8I" type="CTPIN">
-      <TriggerCondition name="5EM8I" triggerthreshold="EM8I" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8I" type="CTPIN">
-      <TriggerCondition name="6EM8I" triggerthreshold="EM8I" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8I" type="CTPIN">
-      <TriggerCondition name="7EM8I" triggerthreshold="EM8I" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA100" type="CTPIN">
-      <TriggerCondition name="1HA100" triggerthreshold="HA100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA100" type="CTPIN">
-      <TriggerCondition name="2HA100" triggerthreshold="HA100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA100" type="CTPIN">
-      <TriggerCondition name="3HA100" triggerthreshold="HA100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA100" type="CTPIN">
-      <TriggerCondition name="4HA100" triggerthreshold="HA100" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA100" type="CTPIN">
-      <TriggerCondition name="5HA100" triggerthreshold="HA100" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA100" type="CTPIN">
-      <TriggerCondition name="6HA100" triggerthreshold="HA100" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA100" type="CTPIN">
-      <TriggerCondition name="7HA100" triggerthreshold="HA100" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12" type="CTPIN">
-      <TriggerCondition name="1HA12" triggerthreshold="HA12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12" type="CTPIN">
-      <TriggerCondition name="2HA12" triggerthreshold="HA12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12" type="CTPIN">
-      <TriggerCondition name="3HA12" triggerthreshold="HA12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12" type="CTPIN">
-      <TriggerCondition name="4HA12" triggerthreshold="HA12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12" type="CTPIN">
-      <TriggerCondition name="5HA12" triggerthreshold="HA12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12" type="CTPIN">
-      <TriggerCondition name="6HA12" triggerthreshold="HA12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12" type="CTPIN">
-      <TriggerCondition name="7HA12" triggerthreshold="HA12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IL" type="CTPIN">
-      <TriggerCondition name="1HA12IL" triggerthreshold="HA12IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IL" type="CTPIN">
-      <TriggerCondition name="2HA12IL" triggerthreshold="HA12IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IL" type="CTPIN">
-      <TriggerCondition name="3HA12IL" triggerthreshold="HA12IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IL" type="CTPIN">
-      <TriggerCondition name="4HA12IL" triggerthreshold="HA12IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IL" type="CTPIN">
-      <TriggerCondition name="5HA12IL" triggerthreshold="HA12IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IL" type="CTPIN">
-      <TriggerCondition name="6HA12IL" triggerthreshold="HA12IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IL" type="CTPIN">
-      <TriggerCondition name="7HA12IL" triggerthreshold="HA12IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IM" type="CTPIN">
-      <TriggerCondition name="1HA12IM" triggerthreshold="HA12IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IM" type="CTPIN">
-      <TriggerCondition name="2HA12IM" triggerthreshold="HA12IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IM" type="CTPIN">
-      <TriggerCondition name="3HA12IM" triggerthreshold="HA12IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IM" type="CTPIN">
-      <TriggerCondition name="4HA12IM" triggerthreshold="HA12IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IM" type="CTPIN">
-      <TriggerCondition name="5HA12IM" triggerthreshold="HA12IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IM" type="CTPIN">
-      <TriggerCondition name="6HA12IM" triggerthreshold="HA12IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IM" type="CTPIN">
-      <TriggerCondition name="7HA12IM" triggerthreshold="HA12IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IT" type="CTPIN">
-      <TriggerCondition name="1HA12IT" triggerthreshold="HA12IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IT" type="CTPIN">
-      <TriggerCondition name="2HA12IT" triggerthreshold="HA12IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IT" type="CTPIN">
-      <TriggerCondition name="3HA12IT" triggerthreshold="HA12IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IT" type="CTPIN">
-      <TriggerCondition name="4HA12IT" triggerthreshold="HA12IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IT" type="CTPIN">
-      <TriggerCondition name="5HA12IT" triggerthreshold="HA12IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IT" type="CTPIN">
-      <TriggerCondition name="6HA12IT" triggerthreshold="HA12IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IT" type="CTPIN">
-      <TriggerCondition name="7HA12IT" triggerthreshold="HA12IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA15" type="CTPIN">
-      <TriggerCondition name="1HA15" triggerthreshold="HA15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA15" type="CTPIN">
-      <TriggerCondition name="2HA15" triggerthreshold="HA15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA15" type="CTPIN">
-      <TriggerCondition name="3HA15" triggerthreshold="HA15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA15" type="CTPIN">
-      <TriggerCondition name="4HA15" triggerthreshold="HA15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA15" type="CTPIN">
-      <TriggerCondition name="5HA15" triggerthreshold="HA15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA15" type="CTPIN">
-      <TriggerCondition name="6HA15" triggerthreshold="HA15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA15" type="CTPIN">
-      <TriggerCondition name="7HA15" triggerthreshold="HA15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20" type="CTPIN">
-      <TriggerCondition name="1HA20" triggerthreshold="HA20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20" type="CTPIN">
-      <TriggerCondition name="2HA20" triggerthreshold="HA20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20" type="CTPIN">
-      <TriggerCondition name="3HA20" triggerthreshold="HA20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20" type="CTPIN">
-      <TriggerCondition name="4HA20" triggerthreshold="HA20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20" type="CTPIN">
-      <TriggerCondition name="5HA20" triggerthreshold="HA20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20" type="CTPIN">
-      <TriggerCondition name="6HA20" triggerthreshold="HA20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20" type="CTPIN">
-      <TriggerCondition name="7HA20" triggerthreshold="HA20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IL" type="CTPIN">
-      <TriggerCondition name="1HA20IL" triggerthreshold="HA20IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IL" type="CTPIN">
-      <TriggerCondition name="2HA20IL" triggerthreshold="HA20IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IL" type="CTPIN">
-      <TriggerCondition name="3HA20IL" triggerthreshold="HA20IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IL" type="CTPIN">
-      <TriggerCondition name="4HA20IL" triggerthreshold="HA20IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IL" type="CTPIN">
-      <TriggerCondition name="5HA20IL" triggerthreshold="HA20IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IL" type="CTPIN">
-      <TriggerCondition name="6HA20IL" triggerthreshold="HA20IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IL" type="CTPIN">
-      <TriggerCondition name="7HA20IL" triggerthreshold="HA20IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IM" type="CTPIN">
-      <TriggerCondition name="1HA20IM" triggerthreshold="HA20IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IM" type="CTPIN">
-      <TriggerCondition name="2HA20IM" triggerthreshold="HA20IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IM" type="CTPIN">
-      <TriggerCondition name="3HA20IM" triggerthreshold="HA20IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IM" type="CTPIN">
-      <TriggerCondition name="4HA20IM" triggerthreshold="HA20IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IM" type="CTPIN">
-      <TriggerCondition name="5HA20IM" triggerthreshold="HA20IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IM" type="CTPIN">
-      <TriggerCondition name="6HA20IM" triggerthreshold="HA20IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IM" type="CTPIN">
-      <TriggerCondition name="7HA20IM" triggerthreshold="HA20IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IT" type="CTPIN">
-      <TriggerCondition name="1HA20IT" triggerthreshold="HA20IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IT" type="CTPIN">
-      <TriggerCondition name="2HA20IT" triggerthreshold="HA20IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IT" type="CTPIN">
-      <TriggerCondition name="3HA20IT" triggerthreshold="HA20IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IT" type="CTPIN">
-      <TriggerCondition name="4HA20IT" triggerthreshold="HA20IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IT" type="CTPIN">
-      <TriggerCondition name="5HA20IT" triggerthreshold="HA20IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IT" type="CTPIN">
-      <TriggerCondition name="6HA20IT" triggerthreshold="HA20IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IT" type="CTPIN">
-      <TriggerCondition name="7HA20IT" triggerthreshold="HA20IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25" type="CTPIN">
-      <TriggerCondition name="1HA25" triggerthreshold="HA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25" type="CTPIN">
-      <TriggerCondition name="2HA25" triggerthreshold="HA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25" type="CTPIN">
-      <TriggerCondition name="3HA25" triggerthreshold="HA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25" type="CTPIN">
-      <TriggerCondition name="4HA25" triggerthreshold="HA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25" type="CTPIN">
-      <TriggerCondition name="5HA25" triggerthreshold="HA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25" type="CTPIN">
-      <TriggerCondition name="6HA25" triggerthreshold="HA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25" type="CTPIN">
-      <TriggerCondition name="7HA25" triggerthreshold="HA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25IT" type="CTPIN">
-      <TriggerCondition name="1HA25IT" triggerthreshold="HA25IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25IT" type="CTPIN">
-      <TriggerCondition name="2HA25IT" triggerthreshold="HA25IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25IT" type="CTPIN">
-      <TriggerCondition name="3HA25IT" triggerthreshold="HA25IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25IT" type="CTPIN">
-      <TriggerCondition name="4HA25IT" triggerthreshold="HA25IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25IT" type="CTPIN">
-      <TriggerCondition name="5HA25IT" triggerthreshold="HA25IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25IT" type="CTPIN">
-      <TriggerCondition name="6HA25IT" triggerthreshold="HA25IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25IT" type="CTPIN">
-      <TriggerCondition name="7HA25IT" triggerthreshold="HA25IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA30" type="CTPIN">
-      <TriggerCondition name="1HA30" triggerthreshold="HA30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA30" type="CTPIN">
-      <TriggerCondition name="2HA30" triggerthreshold="HA30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA30" type="CTPIN">
-      <TriggerCondition name="3HA30" triggerthreshold="HA30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA30" type="CTPIN">
-      <TriggerCondition name="4HA30" triggerthreshold="HA30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA30" type="CTPIN">
-      <TriggerCondition name="5HA30" triggerthreshold="HA30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA30" type="CTPIN">
-      <TriggerCondition name="6HA30" triggerthreshold="HA30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA30" type="CTPIN">
-      <TriggerCondition name="7HA30" triggerthreshold="HA30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA40" type="CTPIN">
-      <TriggerCondition name="1HA40" triggerthreshold="HA40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA40" type="CTPIN">
-      <TriggerCondition name="2HA40" triggerthreshold="HA40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA40" type="CTPIN">
-      <TriggerCondition name="3HA40" triggerthreshold="HA40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA40" type="CTPIN">
-      <TriggerCondition name="4HA40" triggerthreshold="HA40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA40" type="CTPIN">
-      <TriggerCondition name="5HA40" triggerthreshold="HA40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA40" type="CTPIN">
-      <TriggerCondition name="6HA40" triggerthreshold="HA40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA40" type="CTPIN">
-      <TriggerCondition name="7HA40" triggerthreshold="HA40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA60" type="CTPIN">
-      <TriggerCondition name="1HA60" triggerthreshold="HA60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA60" type="CTPIN">
-      <TriggerCondition name="2HA60" triggerthreshold="HA60" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA60" type="CTPIN">
-      <TriggerCondition name="3HA60" triggerthreshold="HA60" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA60" type="CTPIN">
-      <TriggerCondition name="4HA60" triggerthreshold="HA60" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA60" type="CTPIN">
-      <TriggerCondition name="5HA60" triggerthreshold="HA60" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA60" type="CTPIN">
-      <TriggerCondition name="6HA60" triggerthreshold="HA60" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA60" type="CTPIN">
-      <TriggerCondition name="7HA60" triggerthreshold="HA60" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA8" type="CTPIN">
-      <TriggerCondition name="1HA8" triggerthreshold="HA8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA8" type="CTPIN">
-      <TriggerCondition name="2HA8" triggerthreshold="HA8" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA8" type="CTPIN">
-      <TriggerCondition name="3HA8" triggerthreshold="HA8" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA8" type="CTPIN">
-      <TriggerCondition name="4HA8" triggerthreshold="HA8" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA8" type="CTPIN">
-      <TriggerCondition name="5HA8" triggerthreshold="HA8" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA8" type="CTPIN">
-      <TriggerCondition name="6HA8" triggerthreshold="HA8" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA8" type="CTPIN">
-      <TriggerCondition name="7HA8" triggerthreshold="HA8" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J10" type="CTPIN">
-      <TriggerCondition name="1J10" triggerthreshold="J10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J10" type="CTPIN">
-      <TriggerCondition name="2J10" triggerthreshold="J10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J10" type="CTPIN">
-      <TriggerCondition name="3J10" triggerthreshold="J10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J10" type="CTPIN">
-      <TriggerCondition name="4J10" triggerthreshold="J10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J10" type="CTPIN">
-      <TriggerCondition name="5J10" triggerthreshold="J10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J10" type="CTPIN">
-      <TriggerCondition name="6J10" triggerthreshold="J10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J10" type="CTPIN">
-      <TriggerCondition name="7J10" triggerthreshold="J10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J10.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J10.31ETA49" triggerthreshold="J10.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J10.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J10.31ETA49" triggerthreshold="J10.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J10.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J10.31ETA49" triggerthreshold="J10.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100" type="CTPIN">
-      <TriggerCondition name="1J100" triggerthreshold="J100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100" type="CTPIN">
-      <TriggerCondition name="2J100" triggerthreshold="J100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100" type="CTPIN">
-      <TriggerCondition name="3J100" triggerthreshold="J100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J100.31ETA49" triggerthreshold="J100.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J100.31ETA49" triggerthreshold="J100.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J100.31ETA49" triggerthreshold="J100.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J12" type="CTPIN">
-      <TriggerCondition name="1J12" triggerthreshold="J12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J12" type="CTPIN">
-      <TriggerCondition name="2J12" triggerthreshold="J12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J12" type="CTPIN">
-      <TriggerCondition name="3J12" triggerthreshold="J12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J12" type="CTPIN">
-      <TriggerCondition name="4J12" triggerthreshold="J12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J12" type="CTPIN">
-      <TriggerCondition name="5J12" triggerthreshold="J12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J12" type="CTPIN">
-      <TriggerCondition name="6J12" triggerthreshold="J12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J12" type="CTPIN">
-      <TriggerCondition name="7J12" triggerthreshold="J12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15" type="CTPIN">
-      <TriggerCondition name="1J15" triggerthreshold="J15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15" type="CTPIN">
-      <TriggerCondition name="2J15" triggerthreshold="J15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15" type="CTPIN">
-      <TriggerCondition name="3J15" triggerthreshold="J15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15" type="CTPIN">
-      <TriggerCondition name="4J15" triggerthreshold="J15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15" type="CTPIN">
-      <TriggerCondition name="5J15" triggerthreshold="J15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15" type="CTPIN">
-      <TriggerCondition name="6J15" triggerthreshold="J15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15" type="CTPIN">
-      <TriggerCondition name="7J15" triggerthreshold="J15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J15.31ETA49" triggerthreshold="J15.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J15.31ETA49" triggerthreshold="J15.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J15.31ETA49" triggerthreshold="J15.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J175" type="CTPIN">
-      <TriggerCondition name="1J175" triggerthreshold="J175" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J175" type="CTPIN">
-      <TriggerCondition name="2J175" triggerthreshold="J175" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J175" type="CTPIN">
-      <TriggerCondition name="3J175" triggerthreshold="J175" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20" type="CTPIN">
-      <TriggerCondition name="1J20" triggerthreshold="J20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20" type="CTPIN">
-      <TriggerCondition name="2J20" triggerthreshold="J20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20" type="CTPIN">
-      <TriggerCondition name="3J20" triggerthreshold="J20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J20" type="CTPIN">
-      <TriggerCondition name="4J20" triggerthreshold="J20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J20" type="CTPIN">
-      <TriggerCondition name="5J20" triggerthreshold="J20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J20" type="CTPIN">
-      <TriggerCondition name="6J20" triggerthreshold="J20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J20" type="CTPIN">
-      <TriggerCondition name="7J20" triggerthreshold="J20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="1J20.28ETA31" triggerthreshold="J20.28ETA31" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="2J20.28ETA31" triggerthreshold="J20.28ETA31" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="3J20.28ETA31" triggerthreshold="J20.28ETA31" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J20.31ETA49" triggerthreshold="J20.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J20.31ETA49" triggerthreshold="J20.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J20.31ETA49" triggerthreshold="J20.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25" type="CTPIN">
-      <TriggerCondition name="1J25" triggerthreshold="J25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25" type="CTPIN">
-      <TriggerCondition name="2J25" triggerthreshold="J25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25" type="CTPIN">
-      <TriggerCondition name="3J25" triggerthreshold="J25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25" type="CTPIN">
-      <TriggerCondition name="4J25" triggerthreshold="J25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25" type="CTPIN">
-      <TriggerCondition name="5J25" triggerthreshold="J25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25" type="CTPIN">
-      <TriggerCondition name="6J25" triggerthreshold="J25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25" type="CTPIN">
-      <TriggerCondition name="7J25" triggerthreshold="J25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J25.0ETA23" triggerthreshold="J25.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J25.0ETA23" triggerthreshold="J25.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J25.0ETA23" triggerthreshold="J25.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="4J25.0ETA23" triggerthreshold="J25.0ETA23" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="5J25.0ETA23" triggerthreshold="J25.0ETA23" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="6J25.0ETA23" triggerthreshold="J25.0ETA23" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="7J25.0ETA23" triggerthreshold="J25.0ETA23" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30" type="CTPIN">
-      <TriggerCondition name="1J30" triggerthreshold="J30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30" type="CTPIN">
-      <TriggerCondition name="2J30" triggerthreshold="J30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30" type="CTPIN">
-      <TriggerCondition name="3J30" triggerthreshold="J30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J30" type="CTPIN">
-      <TriggerCondition name="4J30" triggerthreshold="J30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J30" type="CTPIN">
-      <TriggerCondition name="5J30" triggerthreshold="J30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J30" type="CTPIN">
-      <TriggerCondition name="6J30" triggerthreshold="J30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J30" type="CTPIN">
-      <TriggerCondition name="7J30" triggerthreshold="J30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J30.31ETA49" triggerthreshold="J30.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J30.31ETA49" triggerthreshold="J30.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J30.31ETA49" triggerthreshold="J30.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40" type="CTPIN">
-      <TriggerCondition name="1J40" triggerthreshold="J40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40" type="CTPIN">
-      <TriggerCondition name="2J40" triggerthreshold="J40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40" type="CTPIN">
-      <TriggerCondition name="3J40" triggerthreshold="J40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J40.0ETA25" triggerthreshold="J40.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J40.0ETA25" triggerthreshold="J40.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J40.0ETA25" triggerthreshold="J40.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J5" type="CTPIN">
-      <TriggerCondition name="1J5" triggerthreshold="J5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J5" type="CTPIN">
-      <TriggerCondition name="2J5" triggerthreshold="J5" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J5" type="CTPIN">
-      <TriggerCondition name="3J5" triggerthreshold="J5" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J5" type="CTPIN">
-      <TriggerCondition name="4J5" triggerthreshold="J5" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J5" type="CTPIN">
-      <TriggerCondition name="5J5" triggerthreshold="J5" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J5" type="CTPIN">
-      <TriggerCondition name="6J5" triggerthreshold="J5" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J5" type="CTPIN">
-      <TriggerCondition name="7J5" triggerthreshold="J5" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50" type="CTPIN">
-      <TriggerCondition name="1J50" triggerthreshold="J50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50" type="CTPIN">
-      <TriggerCondition name="2J50" triggerthreshold="J50" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50" type="CTPIN">
-      <TriggerCondition name="3J50" triggerthreshold="J50" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75" type="CTPIN">
-      <TriggerCondition name="1J75" triggerthreshold="J75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75" type="CTPIN">
-      <TriggerCondition name="2J75" triggerthreshold="J75" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75" type="CTPIN">
-      <TriggerCondition name="3J75" triggerthreshold="J75" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J75.31ETA49" triggerthreshold="J75.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J75.31ETA49" triggerthreshold="J75.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J75.31ETA49" triggerthreshold="J75.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J85" type="CTPIN">
-      <TriggerCondition name="1J85" triggerthreshold="J85" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J85" type="CTPIN">
-      <TriggerCondition name="2J85" triggerthreshold="J85" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J85" type="CTPIN">
-      <TriggerCondition name="3J85" triggerthreshold="J85" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="1JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="2JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="3JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_A" type="CTPIN">
-      <TriggerCondition name="1LUCID_A" triggerthreshold="LUCID_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_C" type="CTPIN">
-      <TriggerCondition name="1LUCID_C" triggerthreshold="LUCID_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPIN">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPMON">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_A" type="CTPIN">
-      <TriggerCondition name="2MBTS_A" triggerthreshold="MBTS_A" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_A" type="CTPIN">
-      <TriggerCondition name="3MBTS_A" triggerthreshold="MBTS_A" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_A" type="CTPIN">
-      <TriggerCondition name="4MBTS_A" triggerthreshold="MBTS_A" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_A" type="CTPIN">
-      <TriggerCondition name="5MBTS_A" triggerthreshold="MBTS_A" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_A" type="CTPIN">
-      <TriggerCondition name="6MBTS_A" triggerthreshold="MBTS_A" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_A" type="CTPIN">
-      <TriggerCondition name="7MBTS_A" triggerthreshold="MBTS_A" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A0" type="CTPIN">
-      <TriggerCondition name="1MBTS_A0" triggerthreshold="MBTS_A0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A1" type="CTPIN">
-      <TriggerCondition name="1MBTS_A1" triggerthreshold="MBTS_A1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A10" type="CTPIN">
-      <TriggerCondition name="1MBTS_A10" triggerthreshold="MBTS_A10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A12" type="CTPIN">
-      <TriggerCondition name="1MBTS_A12" triggerthreshold="MBTS_A12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A14" type="CTPIN">
-      <TriggerCondition name="1MBTS_A14" triggerthreshold="MBTS_A14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A2" type="CTPIN">
-      <TriggerCondition name="1MBTS_A2" triggerthreshold="MBTS_A2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A3" type="CTPIN">
-      <TriggerCondition name="1MBTS_A3" triggerthreshold="MBTS_A3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A4" type="CTPIN">
-      <TriggerCondition name="1MBTS_A4" triggerthreshold="MBTS_A4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A5" type="CTPIN">
-      <TriggerCondition name="1MBTS_A5" triggerthreshold="MBTS_A5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A6" type="CTPIN">
-      <TriggerCondition name="1MBTS_A6" triggerthreshold="MBTS_A6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A7" type="CTPIN">
-      <TriggerCondition name="1MBTS_A7" triggerthreshold="MBTS_A7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A8" type="CTPIN">
-      <TriggerCondition name="1MBTS_A8" triggerthreshold="MBTS_A8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPIN">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPMON">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_C" type="CTPIN">
-      <TriggerCondition name="2MBTS_C" triggerthreshold="MBTS_C" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_C" type="CTPIN">
-      <TriggerCondition name="3MBTS_C" triggerthreshold="MBTS_C" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_C" type="CTPIN">
-      <TriggerCondition name="4MBTS_C" triggerthreshold="MBTS_C" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_C" type="CTPIN">
-      <TriggerCondition name="5MBTS_C" triggerthreshold="MBTS_C" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_C" type="CTPIN">
-      <TriggerCondition name="6MBTS_C" triggerthreshold="MBTS_C" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_C" type="CTPIN">
-      <TriggerCondition name="7MBTS_C" triggerthreshold="MBTS_C" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C0" type="CTPIN">
-      <TriggerCondition name="1MBTS_C0" triggerthreshold="MBTS_C0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C1" type="CTPIN">
-      <TriggerCondition name="1MBTS_C1" triggerthreshold="MBTS_C1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C10" type="CTPIN">
-      <TriggerCondition name="1MBTS_C10" triggerthreshold="MBTS_C10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C12" type="CTPIN">
-      <TriggerCondition name="1MBTS_C12" triggerthreshold="MBTS_C12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C14" type="CTPIN">
-      <TriggerCondition name="1MBTS_C14" triggerthreshold="MBTS_C14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C2" type="CTPIN">
-      <TriggerCondition name="1MBTS_C2" triggerthreshold="MBTS_C2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C3" type="CTPIN">
-      <TriggerCondition name="1MBTS_C3" triggerthreshold="MBTS_C3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C4" type="CTPIN">
-      <TriggerCondition name="1MBTS_C4" triggerthreshold="MBTS_C4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C5" type="CTPIN">
-      <TriggerCondition name="1MBTS_C5" triggerthreshold="MBTS_C5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C6" type="CTPIN">
-      <TriggerCondition name="1MBTS_C6" triggerthreshold="MBTS_C6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C7" type="CTPIN">
-      <TriggerCondition name="1MBTS_C7" triggerthreshold="MBTS_C7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C8" type="CTPIN">
-      <TriggerCondition name="1MBTS_C8" triggerthreshold="MBTS_C8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU10" type="CTPIN">
-      <TriggerCondition name="1MU10" triggerthreshold="MU10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU10" type="CTPIN">
-      <TriggerCondition name="2MU10" triggerthreshold="MU10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU10" type="CTPIN">
-      <TriggerCondition name="3MU10" triggerthreshold="MU10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU10" type="CTPIN">
-      <TriggerCondition name="4MU10" triggerthreshold="MU10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU10" type="CTPIN">
-      <TriggerCondition name="5MU10" triggerthreshold="MU10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU10" type="CTPIN">
-      <TriggerCondition name="6MU10" triggerthreshold="MU10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU10" type="CTPIN">
-      <TriggerCondition name="7MU10" triggerthreshold="MU10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU11" type="CTPIN">
-      <TriggerCondition name="1MU11" triggerthreshold="MU11" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU11" type="CTPIN">
-      <TriggerCondition name="2MU11" triggerthreshold="MU11" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU11" type="CTPIN">
-      <TriggerCondition name="3MU11" triggerthreshold="MU11" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU11" type="CTPIN">
-      <TriggerCondition name="4MU11" triggerthreshold="MU11" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU11" type="CTPIN">
-      <TriggerCondition name="5MU11" triggerthreshold="MU11" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU11" type="CTPIN">
-      <TriggerCondition name="6MU11" triggerthreshold="MU11" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU11" type="CTPIN">
-      <TriggerCondition name="7MU11" triggerthreshold="MU11" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU15" type="CTPIN">
-      <TriggerCondition name="1MU15" triggerthreshold="MU15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU15" type="CTPIN">
-      <TriggerCondition name="2MU15" triggerthreshold="MU15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU15" type="CTPIN">
-      <TriggerCondition name="3MU15" triggerthreshold="MU15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU15" type="CTPIN">
-      <TriggerCondition name="4MU15" triggerthreshold="MU15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU15" type="CTPIN">
-      <TriggerCondition name="5MU15" triggerthreshold="MU15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU15" type="CTPIN">
-      <TriggerCondition name="6MU15" triggerthreshold="MU15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU15" type="CTPIN">
-      <TriggerCondition name="7MU15" triggerthreshold="MU15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU20" type="CTPIN">
-      <TriggerCondition name="1MU20" triggerthreshold="MU20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU20" type="CTPIN">
-      <TriggerCondition name="2MU20" triggerthreshold="MU20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU20" type="CTPIN">
-      <TriggerCondition name="3MU20" triggerthreshold="MU20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU20" type="CTPIN">
-      <TriggerCondition name="4MU20" triggerthreshold="MU20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU20" type="CTPIN">
-      <TriggerCondition name="5MU20" triggerthreshold="MU20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU20" type="CTPIN">
-      <TriggerCondition name="6MU20" triggerthreshold="MU20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU20" type="CTPIN">
-      <TriggerCondition name="7MU20" triggerthreshold="MU20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU4" type="CTPIN">
-      <TriggerCondition name="1MU4" triggerthreshold="MU4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU4" type="CTPIN">
-      <TriggerCondition name="2MU4" triggerthreshold="MU4" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU4" type="CTPIN">
-      <TriggerCondition name="3MU4" triggerthreshold="MU4" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU4" type="CTPIN">
-      <TriggerCondition name="4MU4" triggerthreshold="MU4" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU4" type="CTPIN">
-      <TriggerCondition name="5MU4" triggerthreshold="MU4" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU4" type="CTPIN">
-      <TriggerCondition name="6MU4" triggerthreshold="MU4" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU4" type="CTPIN">
-      <TriggerCondition name="7MU4" triggerthreshold="MU4" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU6" type="CTPIN">
-      <TriggerCondition name="1MU6" triggerthreshold="MU6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU6" type="CTPIN">
-      <TriggerCondition name="2MU6" triggerthreshold="MU6" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU6" type="CTPIN">
-      <TriggerCondition name="3MU6" triggerthreshold="MU6" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU6" type="CTPIN">
-      <TriggerCondition name="4MU6" triggerthreshold="MU6" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU6" type="CTPIN">
-      <TriggerCondition name="5MU6" triggerthreshold="MU6" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU6" type="CTPIN">
-      <TriggerCondition name="6MU6" triggerthreshold="MU6" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU6" type="CTPIN">
-      <TriggerCondition name="7MU6" triggerthreshold="MU6" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIML1A" type="CTPIN">
-      <TriggerCondition name="1NIML1A" triggerthreshold="NIML1A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMLHCF" type="CTPIN">
-      <TriggerCondition name="1NIMLHCF" triggerthreshold="NIMLHCF" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMRPC" type="CTPIN">
-      <TriggerCondition name="1NIMRPC" triggerthreshold="NIMRPC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTGC" type="CTPIN">
-      <TriggerCondition name="1NIMTGC" triggerthreshold="NIMTGC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTRT" type="CTPIN">
-      <TriggerCondition name="1NIMTRT" triggerthreshold="NIMTRT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10" type="CTPIN">
-      <TriggerCondition name="1TE10" triggerthreshold="TE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE10.0ETA24" triggerthreshold="TE10.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE120" type="CTPIN">
-      <TriggerCondition name="1TE120" triggerthreshold="TE120" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE15.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE15.0ETA24" triggerthreshold="TE15.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE160" type="CTPIN">
-      <TriggerCondition name="1TE160" triggerthreshold="TE160" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20" type="CTPIN">
-      <TriggerCondition name="1TE20" triggerthreshold="TE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE20.0ETA24" triggerthreshold="TE20.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE25.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE25.0ETA24" triggerthreshold="TE25.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE30.0ETA24" triggerthreshold="TE30.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE35.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE35.0ETA24" triggerthreshold="TE35.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE40.0ETA24" triggerthreshold="TE40.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE45.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE45.0ETA24" triggerthreshold="TE45.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5" type="CTPIN">
-      <TriggerCondition name="1TE5" triggerthreshold="TE5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE50" type="CTPIN">
-      <TriggerCondition name="1TE50" triggerthreshold="TE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70" type="CTPIN">
-      <TriggerCondition name="1TE70" triggerthreshold="TE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE90" type="CTPIN">
-      <TriggerCondition name="1TE90" triggerthreshold="TE90" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE10" type="CTPIN">
-      <TriggerCondition name="1XE10" triggerthreshold="XE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE150" type="CTPIN">
-      <TriggerCondition name="1XE150" triggerthreshold="XE150" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE20" type="CTPIN">
-      <TriggerCondition name="1XE20" triggerthreshold="XE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE25" type="CTPIN">
-      <TriggerCondition name="1XE25" triggerthreshold="XE25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE30" type="CTPIN">
-      <TriggerCondition name="1XE30" triggerthreshold="XE30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE300" type="CTPIN">
-      <TriggerCondition name="1XE300" triggerthreshold="XE300" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35" type="CTPIN">
-      <TriggerCondition name="1XE35" triggerthreshold="XE35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40" type="CTPIN">
-      <TriggerCondition name="1XE40" triggerthreshold="XE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45" type="CTPIN">
-      <TriggerCondition name="1XE45" triggerthreshold="XE45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50" type="CTPIN">
-      <TriggerCondition name="1XE50" triggerthreshold="XE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55" type="CTPIN">
-      <TriggerCondition name="1XE55" triggerthreshold="XE55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60" type="CTPIN">
-      <TriggerCondition name="1XE60" triggerthreshold="XE60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE65" type="CTPIN">
-      <TriggerCondition name="1XE65" triggerthreshold="XE65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70" type="CTPIN">
-      <TriggerCondition name="1XE70" triggerthreshold="XE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE75" type="CTPIN">
-      <TriggerCondition name="1XE75" triggerthreshold="XE75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80" type="CTPIN">
-      <TriggerCondition name="1XE80" triggerthreshold="XE80" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS20" type="CTPIN">
-      <TriggerCondition name="1XS20" triggerthreshold="XS20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS30" type="CTPIN">
-      <TriggerCondition name="1XS30" triggerthreshold="XS30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS40" type="CTPIN">
-      <TriggerCondition name="1XS40" triggerthreshold="XS40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS45" type="CTPIN">
-      <TriggerCondition name="1XS45" triggerthreshold="XS45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS50" type="CTPIN">
-      <TriggerCondition name="1XS50" triggerthreshold="XS50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS55" type="CTPIN">
-      <TriggerCondition name="1XS55" triggerthreshold="XS55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS60" type="CTPIN">
-      <TriggerCondition name="1XS60" triggerthreshold="XS60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS65" type="CTPIN">
-      <TriggerCondition name="1XS65" triggerthreshold="XS65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZB_J75" type="CTPIN">
-      <TriggerCondition name="1ZB_J75" triggerthreshold="ZB_J75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_A" type="CTPIN">
-      <TriggerCondition name="1ZDC_A" triggerthreshold="ZDC_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_AND" type="CTPIN">
-      <TriggerCondition name="1ZDC_AND" triggerthreshold="ZDC_AND" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_C" type="CTPIN">
-      <TriggerCondition name="1ZDC_C" triggerthreshold="ZDC_C" multi="1"/>
-    </TriggerCounter>
-  </TriggerCounterList>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="BCM_AtoC" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="1" name="BCM_CtoA" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="2" name="BCM_Wide" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="4" mapping="0" name="BCM_Comb" type="BCMCMB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="0" name="BPTX0" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="1" name="BPTX1" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="0" name="CAL0" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="1" name="CAL1" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="2" name="CAL2" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL2full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="10" mapping="0" name="EM3" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM3full" phimin="0" phimax="64" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="11" mapping="1" name="EM4" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM4full" phimin="0" phimax="64" priority="1" thresholdval="4" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="12" mapping="2" name="EM5" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM5full" phimin="0" phimax="64" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="13" mapping="3" name="EM7" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM7full" phimin="0" phimax="64" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="14" mapping="4" name="EM8" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="15" mapping="5" name="EM8I" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="EM8Ifull" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="16" mapping="6" name="EM10" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM10full" phimin="0" phimax="64" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="17" mapping="7" name="EM10VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="18" mapping="8" name="EM12" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="19" mapping="9" name="EM13VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="20" mapping="10" name="EM14" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM14full" phimin="0" phimax="64" priority="1" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="21" mapping="11" name="EM15" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="22" mapping="12" name="EM15HI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM15HIfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="23" mapping="13" name="EM16" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM16full" phimin="0" phimax="64" priority="1" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="24" mapping="14" name="EM20" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="25" mapping="15" name="EM20VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="26" mapping="0" name="J5" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J5full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J5full" phimin="0" phimax="64" priority="1" thresholdval="5" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="27" mapping="1" name="J10" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J10full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J10full" phimin="0" phimax="64" priority="1" thresholdval="10" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="28" mapping="2" name="J12" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="29" mapping="3" name="J15" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="30" mapping="4" name="J20" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="31" mapping="5" name="J25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="32" mapping="6" name="J25.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="33" mapping="7" name="J30" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="34" mapping="8" name="J20.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="24" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="35" mapping="9" name="J30.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="27" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="36" mapping="10" name="JJ15.23ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="4" windowSize="SMALL"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-23" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="4" windowSize="SMALL"/>
-      <TriggerThresholdValue em_isolation="63" etamin="23" etamax="49" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="4" windowSize="SMALL"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="37" mapping="11" name="J20.28ETA31" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="-28" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="28" etamax="31" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="38" mapping="12" name="J40.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="39" mapping="13" name="J40" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="40" mapping="14" name="J50" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="41" mapping="15" name="J75" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="42" mapping="16" name="J85" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="1" thresholdval="85" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="43" mapping="17" name="J100" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="44" mapping="18" name="J175" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J175full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J175full" phimin="0" phimax="64" priority="1" thresholdval="175" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="16" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="45" mapping="19" name="J10.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J10.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J10.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="10" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J10.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="10" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="18" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="46" mapping="20" name="J15.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="20" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="47" mapping="21" name="J20.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="22" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="48" mapping="22" name="J30.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="24" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="49" mapping="23" name="J75.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="26" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="50" mapping="24" name="J100.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="28" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="51" mapping="0" name="LUCID_A" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="1" name="LUCID_C" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="53" mapping="0" name="MBTS_A" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="54" mapping="1" name="MBTS_C" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="0" name="MBTS_A0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="1" name="MBTS_A1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="2" name="MBTS_A2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="3" name="MBTS_A3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="4" name="MBTS_A4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="60" mapping="5" name="MBTS_A5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="61" mapping="6" name="MBTS_A6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="62" mapping="7" name="MBTS_A7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="63" mapping="8" name="MBTS_A8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="64" mapping="9" name="MBTS_A10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="10" name="MBTS_A12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="66" mapping="11" name="MBTS_A14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="67" mapping="12" name="MBTS_C0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="13" name="MBTS_C1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="69" mapping="14" name="MBTS_C2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="70" mapping="15" name="MBTS_C3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="71" mapping="16" name="MBTS_C4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="72" mapping="17" name="MBTS_C5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="73" mapping="18" name="MBTS_C6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="74" mapping="19" name="MBTS_C7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="75" mapping="20" name="MBTS_C8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="76" mapping="21" name="MBTS_C10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="77" mapping="22" name="MBTS_C12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="23" name="MBTS_C14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="79" mapping="0" name="MU4" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU4full" phimin="0" phimax="64" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="80" mapping="1" name="MU6" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU6full" phimin="0" phimax="64" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="81" mapping="2" name="MU10" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="82" mapping="3" name="MU11" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU11full" phimin="0" phimax="64" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="83" mapping="4" name="MU15" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="84" mapping="5" name="MU20" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="0" name="NIML1A" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIML1Afull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="86" mapping="1" name="NIMLHCF" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMLHCFfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="12" name="NIMTGC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTGCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="13" name="NIMRPC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMRPCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="14" name="NIMTRT" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTRTfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="90" mapping="0" name="HA8" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="91" mapping="1" name="HA12" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="92" mapping="2" name="HA12IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA12ILfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="93" mapping="3" name="HA12IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA12IMfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="94" mapping="4" name="HA12IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA12ITfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="95" mapping="5" name="HA15" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="96" mapping="6" name="HA20" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="97" mapping="7" name="HA20IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA20ILfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="98" mapping="8" name="HA20IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA20IMfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="99" mapping="9" name="HA20IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA20ITfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="100" mapping="10" name="HA25" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="101" mapping="11" name="HA25IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA25ITfull" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="102" mapping="12" name="HA30" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="103" mapping="13" name="HA40" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="104" mapping="14" name="HA60" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA60full" phimin="0" phimax="64" priority="1" thresholdval="60" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="105" mapping="15" name="HA100" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="0" name="TE5" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5full" phimin="0" phimax="64" priority="0" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="107" mapping="1" name="TE10" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="2" name="TE20" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="3" name="TE50" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="4" name="TE70" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="111" mapping="5" name="TE90" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE90full" phimin="0" phimax="64" priority="0" thresholdval="90" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="112" mapping="6" name="TE120" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE120full" phimin="0" phimax="64" priority="0" thresholdval="120" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="113" mapping="7" name="TE160" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE160full" phimin="0" phimax="64" priority="0" thresholdval="160" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="114" mapping="8" name="TE10.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="115" mapping="9" name="TE15.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE15.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE15.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="116" mapping="10" name="TE20.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="11" name="TE25.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE25.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE25.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="12" name="TE30.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="13" name="TE35.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE35.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE35.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="35" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="14" name="TE40.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="15" name="TE45.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE45.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE45.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="45" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="0" name="900INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="1" name="800INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="124" mapping="2" name="700INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="125" mapping="3" name="500INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="126" mapping="4" name="400INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="127" mapping="5" name="300INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="128" mapping="6" name="200INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="129" mapping="7" name="100INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="130" mapping="9" name="HT150-J20s5.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="131" mapping="10" name="HT190-J15s5.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="132" mapping="11" name="1INVM5-EMs1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="133" mapping="12" name="1INVM5-EM7s1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="12" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="134" mapping="13" name="1INVM5-EM12s1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="135" mapping="14" name="05MINDPHI-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="136" mapping="15" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="137" mapping="18" name="1DISAMB-EM15his2-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="138" mapping="19" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="139" mapping="20" name="2INVM9-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="140" mapping="22" name="2INVM8-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="141" mapping="24" name="5DETA99-5DPHI99-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="142" mapping="25" name="5DETA99-5DPHI99-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="143" mapping="26" name="1DISAMB-TAU20abi-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="144" mapping="27" name="0DR28-MU10ab-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="145" mapping="28" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="28" range_end="28" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="146" mapping="31" name="DISAMB-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="147" mapping="32" name="05MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="148" mapping="33" name="25MT-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="149" mapping="35" name="35MT-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="150" mapping="37" name="10MINDPHI-J20s2-XE30" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="151" mapping="38" name="10MINDPHI-J20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="152" mapping="39" name="100RATIO-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="153" mapping="40" name="NOT-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="154" mapping="41" name="LAR-EM50s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="155" mapping="42" name="LAR-J100s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="156" mapping="43" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="157" mapping="45" name="35MT-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="158" mapping="46" name="15MINDPHI-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="159" mapping="47" name="15MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="160" mapping="48" name="DISAMB-30INVM-EM20his2-TAU12ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="161" mapping="52" name="0DR22-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="162" mapping="53" name="7INVM15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="163" mapping="54" name="0DR22-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="164" mapping="55" name="0DR15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="165" mapping="56" name="0DR24-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="166" mapping="57" name="0DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="167" mapping="58" name="2INVM9-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="168" mapping="59" name="2INVM9-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="169" mapping="64" name="05MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="170" mapping="65" name="10MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="171" mapping="66" name="15MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="172" mapping="67" name="0DR04-MU4ab-CJ15ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="173" mapping="68" name="0DR04-MU4ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="174" mapping="69" name="0DR04-MU4ab-CJ30ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="175" mapping="70" name="0DR04-MU6ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="176" mapping="71" name="0DR04-MU6ab-CJ25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="177" mapping="72" name="10MINDPHI-CJ20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="178" mapping="73" name="0DR24-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="179" mapping="75" name="MULT-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="11" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="180" mapping="77" name="MULT-CMU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="13" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="181" mapping="80" name="KF-XE40-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="182" mapping="81" name="KF-XE50-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="183" mapping="82" name="KF-XE55-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="184" mapping="83" name="KF-XE60-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="185" mapping="84" name="KF-XE65-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="186" mapping="85" name="KF-XE75-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="187" mapping="86" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="188" mapping="87" name="HT190-AJ15all.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="189" mapping="88" name="HT150-AJ20all.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="190" mapping="89" name="HT150-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="191" mapping="90" name="HT20-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="192" mapping="93" name="05RATIO-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="193" mapping="95" name="90RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="194" mapping="99" name="0DETA04-0DPHI03-EM8abi-MU10ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="195" mapping="100" name="0DETA04-0DPHI03-EM15abi-MUab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="196" mapping="101" name="0DR24-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="197" mapping="103" name="2INVM8-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="198" mapping="105" name="10MINDPHI-AJ20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="199" mapping="106" name="LATE-MU10s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="200" mapping="107" name="SC111-CJ15ab.ETA26" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="201" mapping="108" name="SC85-CJ15ab.ETA26" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="12" range_end="12" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="202" mapping="112" name="250RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="203" mapping="113" name="10MINDPHI-J20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="204" mapping="114" name="0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="205" mapping="115" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="206" mapping="116" name="1DISAMB-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="207" mapping="117" name="0DR10-MU10ab-MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="208" mapping="118" name="2DR99-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="209" mapping="119" name="0DR34-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="210" mapping="120" name="2DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="211" mapping="121" name="0DR15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="212" mapping="122" name="0DR25-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="213" mapping="123" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="214" mapping="124" name="8INVM15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="28" range_end="28" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="215" mapping="125" name="8INVM15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="216" mapping="126" name="2INVM8-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="30" range_end="30" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="217" mapping="127" name="2INVM8-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="218" mapping="0" name="XE10" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="219" mapping="1" name="XE20" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="220" mapping="2" name="XE25" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE25full" phimin="0" phimax="64" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="221" mapping="3" name="XE30" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="222" mapping="4" name="XE35" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="223" mapping="5" name="XE40" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="224" mapping="6" name="XE45" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="225" mapping="7" name="XE50" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="226" mapping="8" name="XE55" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="227" mapping="9" name="XE60" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="228" mapping="10" name="XE65" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="229" mapping="11" name="XE70" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="230" mapping="12" name="XE75" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE75full" phimin="0" phimax="64" priority="0" thresholdval="75" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="231" mapping="13" name="XE80" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80full" phimin="0" phimax="64" priority="0" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="232" mapping="14" name="XE150" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE150full" phimin="0" phimax="64" priority="0" thresholdval="150" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="233" mapping="15" name="XE300" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE300full" phimin="0" phimax="64" priority="0" thresholdval="300" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="234" mapping="0" name="XS20" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="235" mapping="1" name="XS30" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="236" mapping="2" name="XS40" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="237" mapping="3" name="XS45" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="238" mapping="4" name="XS50" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="239" mapping="5" name="XS55" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="240" mapping="6" name="XS60" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="241" mapping="7" name="XS65" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="242" mapping="0" name="ZB_J75" type="ZB" input="ctpin" seed="J75" seed_multi="1" bcdelay="3564" version="1">
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="243" mapping="0" name="ZDC_A" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="244" mapping="1" name="ZDC_C" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="245" mapping="2" name="ZDC_AND" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name0="Random0" cut0="1" name1="Random1" cut1="1" name2="Random2" cut2="1" name3="Random3" cut3="1"/>
-  <BunchGroupSet name="Physics" menuPartition="0">
-    <BunchGroup internalNumber="0" name="BCRVeto">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="Calib"/>
-    <BunchGroup internalNumber="3" name="Empty"/>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1"/>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2"/>
-    <BunchGroup internalNumber="6" name="FirstEmpty"/>
-    <BunchGroup internalNumber="7" name="InTrain">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="8" name="NotUsed"/>
-    <BunchGroup internalNumber="9" name="NotUsed"/>
-    <BunchGroup internalNumber="10" name="NotUsed"/>
-    <BunchGroup internalNumber="11" name="NotUsed"/>
-    <BunchGroup internalNumber="12" name="NotUsed"/>
-    <BunchGroup internalNumber="13" name="NotUsed"/>
-    <BunchGroup internalNumber="14" name="NotUsed"/>
-    <BunchGroup internalNumber="15" name="NotUsed"/>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01"/>
-  <CaloInfo name="CaloInfo" global_em_scale="2" global_jet_scale="1">
-    <METSignificance xeMin="11" xeMax="63" teSqrtMin="4" teSqrtMax="63" xsSigmaScale="1150" xsSigmaOffset="1640"/>
-    <Isolation thrtype="HAIsoForEMthr">
-      <Parametrization isobit="1" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForEMthr">
-      <Parametrization isobit="1" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForTAUthr">
-      <Parametrization isobit="1" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="20" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="15" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="40" slope="0" mincut="0" upperlimit="124" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <MinimumTOBPt thrtype="EM" ptmin="7" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="TAU" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETS" window="4" ptmin="10" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETL" window="8" ptmin="10" etamin="-49" etamax="49" priority="0"/>
-  </CaloInfo>
-  <MuctpiInfo name="muctpi" low_pt="1" high_pt="1" max_cand="13"/>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v1.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v1.xml
deleted file mode 100644
index 532fbdf990e7639cb39e11bc729cb0c38dd1ab2b..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v1.xml
+++ /dev/null
@@ -1,4191 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config id="1" name="Physics_pp_v1">
-  <!--File is auto-generated by python config class, may be overwritten-->
-  <!--No. L1 thresholds defined: 118-->
-  <!--No. L1 items defined: 233-->
-  <TriggerMenu id="1" name="Physics_pp_v1" phase="lumi" version="1">
-    <TriggerItem comment="" ctpid="2" definition="(EM2[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM2" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM2_x1" triggerthreshold="EM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="1" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="3" definition="(EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="4" definition="(EM10I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10I_x1" triggerthreshold="EM10I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="5" definition="(EM14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="179" definition="(EM14I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14I_x1" triggerthreshold="EM14I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="85" definition="(EM85[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM85" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM85_x1" triggerthreshold="EM85"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="9" definition="(EM2[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM2" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM2_x2" triggerthreshold="EM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="10" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="11" definition="(EM5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="178" definition="(EM14[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM14" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM14_x2" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="185" definition="(EM10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM10_x2" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="53" definition="(EM2[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM2_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM2_x1" triggerthreshold="EM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="221" definition="(EM2[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_EM2_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM2_x1" triggerthreshold="EM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="177" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM3_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="58" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_EM3_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="89" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="93" definition="(MU0_COMM[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_COMM" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="90" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="91" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="88" definition="(MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU15" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="92" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU20" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="94" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="71" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="72" definition="(MU10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="180" definition="(MU20[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU20_x2" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="52" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU0_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="219" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU0_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="162" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="160" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="50" definition="(MU0_COMM[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU0_COMM_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="220" definition="(MU0_COMM[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU0_COMM_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="166" definition="(MU0_COMM[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_COMM_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="167" definition="(MU0_COMM[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_COMM_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_COMM_x1" triggerthreshold="MU0_COMM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="165" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="164" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU10_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="163" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU0_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="64" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="65" definition="(HA6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="66" definition="(HA6I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6I_x1" triggerthreshold="HA6I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="67" definition="(HA50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA50_x1" triggerthreshold="HA50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="69" definition="(HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="70" definition="(HA11I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11I_x1" triggerthreshold="HA11I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="73" definition="(HA20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="74" definition="(HA30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="109" definition="(HA5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA5_x2" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="110" definition="(HA6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA6_x2" triggerthreshold="HA6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="95" definition="(HA11[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="25" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_TAU5_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="222" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_TAU5_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="152" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_TAU5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="59" definition="(HA5[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_TAU5_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="96" definition="(J5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="97" definition="(J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="98" definition="(J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="99" definition="(J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="102" definition="(J55[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J55" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J55_x1" triggerthreshold="J55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="100" definition="(J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="103" definition="(J95[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J95" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J95_x1" triggerthreshold="J95"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="111" definition="(J115[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J115" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J115_x1" triggerthreshold="J115"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="23" definition="(J5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J5_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="223" definition="(J5[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J5_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="168" definition="(J5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="60" definition="(J5[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J5_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="171" definition="(J10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="172" definition="(J30[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="158" definition="(J10[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_J10_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="159" definition="(J30[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_J30_UNPAIRED" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="156" definition="(J10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="157" definition="(J30[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="130" definition="(J5[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J5_x4" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="104" definition="(J5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J5_x2" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="105" definition="(J10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="108" definition="(J15[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="55" definition="(J30[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J30_x2" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="56" definition="(J55[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J55" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J55_x2" triggerthreshold="J55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="57" definition="(J95[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J95" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J95_x2" triggerthreshold="J95"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="127" definition="(J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="186" definition="(J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="34" definition="(J10[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="187" definition="(J15[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="188" definition="(J10[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J10_x5" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="86" definition="(J10[x6]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_6J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="6" name="J10_x6" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="84" definition="(J30[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J30_x3" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="16" definition="(J30[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J30_x4" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="40" definition="(J5[x3]&amp;J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J5_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J5_x3" triggerthreshold="J5"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="41" definition="(J5[x4]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J5_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J5_x4" triggerthreshold="J5"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="42" definition="(J5[x4]&amp;J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J5_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J5_x4" triggerthreshold="J5"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="43" definition="(J10[x2]&amp;J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="44" definition="(J10[x2]&amp;J55[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J55" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J55_x1" triggerthreshold="J55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="87" definition="(J15[x2]&amp;J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15_J75" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="45" definition="(J10[x3]&amp;J30[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10_2J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <TriggerCondition multi="2" name="J30_x2" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="46" definition="(J10[x4]&amp;J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J10_3J15" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="119" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="120" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="126" definition="((JF55[x1]|JB55[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ55" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF55_x1" triggerthreshold="JF55"/>
-          <TriggerCondition multi="1" name="JB55_x1" triggerthreshold="JB55"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="128" definition="((JF95[x1]|JB95[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ95" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF95_x1" triggerthreshold="JF95"/>
-          <TriggerCondition multi="1" name="JB95_x1" triggerthreshold="JB95"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="24" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_FJ10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="175" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_FJ10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="61" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_FJ10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="124" definition="(JF10[x1]&amp;JB10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-        <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="125" definition="(JF30[x1]&amp;JB30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-        <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="123" definition="(JF55[x1]&amp;JB55[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ55" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF55_x1" triggerthreshold="JF55"/>
-        <TriggerCondition multi="1" name="JB55_x1" triggerthreshold="JB55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="54" definition="(J10[x1]&amp;(JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10_FJ10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="137" definition="(JE60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE60_x1" triggerthreshold="JE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="146" definition="(JE100[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE100" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE100_x1" triggerthreshold="JE100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="147" definition="(JE140[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE140" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE140_x1" triggerthreshold="JE140"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="148" definition="(JE200[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE200" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE200_x1" triggerthreshold="JE200"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="129" definition="(XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="131" definition="(XE15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE15_x1" triggerthreshold="XE15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="133" definition="(XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="115" definition="(XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="135" definition="(XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="116" definition="(XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="117" definition="(XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="118" definition="(XE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="138" definition="(TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="139" definition="(TE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="140" definition="(TE100[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE100" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE100_x1" triggerthreshold="TE100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="141" definition="(TE180[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE180" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE180_x1" triggerthreshold="TE180"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="36" definition="(HA5[x2]&amp;EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU5_EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA5_x2" triggerthreshold="HA5"/>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="37" definition="(HA6[x2]&amp;EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU6_EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA6_x2" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="38" definition="(HA6[x2]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU6_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA6_x2" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="33" definition="(HA5[x1]&amp;XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU5_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="35" definition="(HA5[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU5_MU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="47" definition="(HA6[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="48" definition="(HA6[x1]&amp;MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_MU15" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="198" definition="(HA6[x1]&amp;XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="49" definition="(HA5[x1]&amp;J5[x4]&amp;J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU5_4J5_3J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <TriggerCondition multi="4" name="J5_x4" triggerthreshold="J5"/>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="39" definition="(HA5[x1]&amp;J5[x3]&amp;J15[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU5_3J5_2J15" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <TriggerCondition multi="3" name="J5_x3" triggerthreshold="J5"/>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="153" definition="(HA6[x1]&amp;J5[x4]&amp;J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_4J5_3J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="4" name="J5_x4" triggerthreshold="J5"/>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="173" definition="(HA6[x1]&amp;J5[x3]&amp;J15[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_3J5_2J15" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="3" name="J5_x3" triggerthreshold="J5"/>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="252" definition="(MU0[x1]&amp;J5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J5" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="107" definition="(MU0[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J10" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="244" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J15" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="51" definition="(MU0[x1]&amp;J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="22" definition="(MU0[x1]&amp;J55[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J55" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J55_x1" triggerthreshold="J55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="143" definition="(MU0[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_EM3" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="250" definition="(MU6[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6_EM3" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="154" definition="(MU6[x2]&amp;EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6_EM5" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="142" definition="(MU6[x1]&amp;J5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6_J5" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J5_x1" triggerthreshold="J5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="155" definition="(MU10[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_J10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="77" definition="(MU0[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="101" definition="(J15[x1]&amp;XE15[x1]&amp;MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15_XE15_MU15" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="XE15_x1" triggerthreshold="XE15"/>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="106" definition="(J10[x4]&amp;MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J10_MU15" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="169" definition="(J30[x1]&amp;XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="170" definition="(J30[x1]&amp;XE15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE15" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE15_x1" triggerthreshold="XE15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="174" definition="(J30[x1]&amp;XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE25" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="134" definition="(J15[x2]&amp;XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15_XE10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="136" definition="(J15[x2]&amp;XE15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15_XE15" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="XE15_x1" triggerthreshold="XE15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="132" definition="(J15[x2]&amp;XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15_XE25" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="145" definition="(EM10[x1]&amp;J15[x1]&amp;XE15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15_XE15_EM10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="XE15_x1" triggerthreshold="XE15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="176" definition="(J10[x4]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J10_EM10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="182" definition="(EM5[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="243" definition="(EM5[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="6" definition="(EM14[x1]&amp;XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14_XE10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="183" definition="(EM14[x1]&amp;XE15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14_XE15" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <TriggerCondition multi="1" name="XE15_x1" triggerthreshold="XE15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="184" definition="(J10[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10_MV" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="112" definition="(J15[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15_MV" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="113" definition="(J15[x1]&amp;!(LUCID_A[x1]&amp;LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15_LV" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-            <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="114" definition="(J15[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="30" definition="(MU0[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_MV" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="31" definition="(EM3[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_MV" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="32" definition="(HA5[x1]&amp;!(MBTS_A[x1]&amp;MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU5_MV" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA5_x1" triggerthreshold="HA5"/>
-        <NOT>
-          <AND>
-            <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-            <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-          </AND>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="17" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD0_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="18" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_RD0_FIRSTEMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="19" definition="(RNDM0&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_RD0_UNPAIRED_ISO" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="62" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD0_EMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="63" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD1_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="199" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD1_EMPTY" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="218" definition="(BCM_Comb[x7]&amp;BGRP0)" group="0" name="L1_BCM_HT_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="217" definition="(BCM_Wide[x1]&amp;BGRP0)" group="0" name="L1_BCM_Wide_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="216" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" group="0" name="L1_BCM_AC_CA_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="193" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="190" definition="(ZDC_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="191" definition="(ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="192" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="189" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_AND" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="21" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ZDC_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="197" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="196" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="181" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_AND_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="226" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="227" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="228" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1_1" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="15" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_4_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="149" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_1_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="151" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_2_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="150" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_1_1_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="206" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="208" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="207" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_1_1_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="20" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_4_4_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="205" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MBTS_2_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="212" definition="(LUCID_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="213" definition="(LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="214" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="215" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="249" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_COMM" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="236" definition="(LUCID_A[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="237" definition="(LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="238" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="245" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="251" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_COMM_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="209" definition="(LUCID_A[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_A_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="210" definition="(LUCID_C[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_C_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="211" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_A_C_UNPAIRED" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="203" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="204" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_LUCID_A_C_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="240" definition="(ZB_EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZB" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM10_x1" triggerthreshold="ZB_EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="241" definition="(BPTX0[x1]&amp;BGRP0)" group="0" name="L1_BPTX0_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="242" definition="(BPTX1[x1]&amp;BGRP0)" group="0" name="L1_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="7" definition="BGRP1" group="0" name="L1_BGRP1" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP1"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="253" definition="(NIM28[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ0" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="254" definition="(NIM29[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ1" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="255" definition="(NIM30[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ2" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="81" definition="(NIMDIR14[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C0A20" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR14_x1" triggerthreshold="NIMDIR14"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="82" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C19" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="83" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C20" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="8" definition="(NIMDIR6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B21" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR6_x1" triggerthreshold="NIMDIR6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="12" definition="(NIMDIR7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B22" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR7_x1" triggerthreshold="NIMDIR7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="13" definition="(NIMDIR8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B23" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR8_x1" triggerthreshold="NIMDIR8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="14" definition="(NIMDIR9[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_NIM_S8C2B24" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR9_x1" triggerthreshold="NIMDIR9"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="26" definition="(NIMDIR10[x1]&amp;BGRP0)" group="0" name="L1_NIM_S8C2B25" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR10_x1" triggerthreshold="NIMDIR10"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="27" definition="(NIMDIR11[x1]&amp;BGRP0)" group="0" name="L1_NIM_S8C2B26" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR11_x1" triggerthreshold="NIMDIR11"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="28" definition="(NIMDIR12[x1]&amp;BGRP0)" group="0" name="L1_NIM_S8C2B27" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR12_x1" triggerthreshold="NIMDIR12"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="29" definition="(NIMDIR15[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C0B21" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR15_x1" triggerthreshold="NIMDIR15"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="75" definition="(NIMDIR16[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C0B22" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR16_x1" triggerthreshold="NIMDIR16"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="121" definition="(NIMDIR17[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C0B23" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR17_x1" triggerthreshold="NIMDIR17"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="122" definition="(NIMDIR18[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C0B24" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR18_x1" triggerthreshold="NIMDIR18"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="78" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_TRT" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="79" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_L1A_Mon" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="Physics_pp_v1_default_prescale" version="1">
-    <Prescale ctpid="0" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="1" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="2" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="3" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="4" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="5" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="6" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="7" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="8" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="9" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="10" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="11" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="12" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="13" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="14" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="15" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="16" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="17" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="18" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="19" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="20" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="21" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="22" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="23" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="24" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="25" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="26" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="27" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="28" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="29" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="30" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="31" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="32" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="33" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="34" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="35" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="36" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="37" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="38" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="39" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="40" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="41" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="42" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="43" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="44" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="45" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="46" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="47" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="48" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="49" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="50" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="51" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="52" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="53" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="54" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="55" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="56" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="57" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="58" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="59" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="60" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="61" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="62" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="63" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="64" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="65" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="66" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="67" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="68" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="69" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="70" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="71" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="72" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="73" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="74" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="75" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="76" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="77" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="78" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="79" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="80" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="81" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="82" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="83" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="84" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="85" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="86" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="87" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="88" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="89" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="90" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="91" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="92" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="93" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="94" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="95" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="96" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="97" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="98" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="99" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="100" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="101" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="102" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="103" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="104" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="105" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="106" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="107" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="108" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="109" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="110" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="111" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="112" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="113" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="114" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="115" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="116" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="117" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="118" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="119" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="120" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="121" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="122" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="123" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="124" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="125" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="126" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="127" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="128" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="129" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="130" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="131" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="132" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="133" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="134" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="135" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="136" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="137" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="138" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="139" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="140" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="141" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="142" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="143" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="144" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="145" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="146" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="147" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="148" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="149" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="150" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="151" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="152" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="153" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="154" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="155" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="156" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="157" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="158" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="159" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="160" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="161" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="162" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="163" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="164" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="165" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="166" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="167" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="168" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="169" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="170" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="171" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="172" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="173" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="174" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="175" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="176" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="177" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="178" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="179" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="180" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="181" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="182" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="183" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="184" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="185" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="186" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="187" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="188" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="189" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="190" d="0" m="0" n="-1">
-      -1
-    </Prescale>
-    <Prescale ctpid="191" d="0" m="0" n="-1">
-      -1
-    </Prescale>
-    <Prescale ctpid="192" d="0" m="0" n="-1">
-      -1
-    </Prescale>
-    <Prescale ctpid="193" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="194" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="195" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="196" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="197" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="198" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="199" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="200" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="201" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="202" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="203" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="204" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="205" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="206" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="207" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="208" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="209" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="210" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="211" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="212" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="213" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="214" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="215" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="216" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="217" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="218" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="219" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="220" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="221" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="222" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="223" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="224" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="225" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="226" d="0" m="0" n="1840000">
-      1840000
-    </Prescale>
-    <Prescale ctpid="227" d="0" m="0" n="184000">
-      184000
-    </Prescale>
-    <Prescale ctpid="228" d="0" m="0" n="1670000">
-      1670000
-    </Prescale>
-    <Prescale ctpid="229" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="230" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="231" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="232" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="233" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="234" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="235" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="236" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="237" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="238" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="239" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="240" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="241" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="242" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="243" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="244" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="245" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="246" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="247" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="248" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="249" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="250" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="251" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="252" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="253" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="254" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="255" d="0" m="0" n="1">
-      1
-    </Prescale>
-  </PrescaleSet>
-  <PrioritySet name="standard" version="1">
-    <Priority ctpid="0">
-      HIGH
-    </Priority>
-    <Priority ctpid="1">
-      HIGH
-    </Priority>
-    <Priority ctpid="2">
-      HIGH
-    </Priority>
-    <Priority ctpid="3">
-      HIGH
-    </Priority>
-    <Priority ctpid="4">
-      HIGH
-    </Priority>
-    <Priority ctpid="5">
-      HIGH
-    </Priority>
-    <Priority ctpid="6">
-      HIGH
-    </Priority>
-    <Priority ctpid="7">
-      HIGH
-    </Priority>
-    <Priority ctpid="8">
-      HIGH
-    </Priority>
-    <Priority ctpid="9">
-      HIGH
-    </Priority>
-    <Priority ctpid="10">
-      HIGH
-    </Priority>
-    <Priority ctpid="11">
-      HIGH
-    </Priority>
-    <Priority ctpid="12">
-      HIGH
-    </Priority>
-    <Priority ctpid="13">
-      HIGH
-    </Priority>
-    <Priority ctpid="14">
-      HIGH
-    </Priority>
-    <Priority ctpid="15">
-      HIGH
-    </Priority>
-    <Priority ctpid="16">
-      HIGH
-    </Priority>
-    <Priority ctpid="17">
-      HIGH
-    </Priority>
-    <Priority ctpid="18">
-      HIGH
-    </Priority>
-    <Priority ctpid="19">
-      HIGH
-    </Priority>
-    <Priority ctpid="20">
-      HIGH
-    </Priority>
-    <Priority ctpid="21">
-      HIGH
-    </Priority>
-    <Priority ctpid="22">
-      HIGH
-    </Priority>
-    <Priority ctpid="23">
-      HIGH
-    </Priority>
-    <Priority ctpid="24">
-      HIGH
-    </Priority>
-    <Priority ctpid="25">
-      HIGH
-    </Priority>
-    <Priority ctpid="26">
-      HIGH
-    </Priority>
-    <Priority ctpid="27">
-      HIGH
-    </Priority>
-    <Priority ctpid="28">
-      HIGH
-    </Priority>
-    <Priority ctpid="29">
-      HIGH
-    </Priority>
-    <Priority ctpid="30">
-      HIGH
-    </Priority>
-    <Priority ctpid="31">
-      HIGH
-    </Priority>
-    <Priority ctpid="32">
-      HIGH
-    </Priority>
-    <Priority ctpid="33">
-      HIGH
-    </Priority>
-    <Priority ctpid="34">
-      HIGH
-    </Priority>
-    <Priority ctpid="35">
-      HIGH
-    </Priority>
-    <Priority ctpid="36">
-      HIGH
-    </Priority>
-    <Priority ctpid="37">
-      HIGH
-    </Priority>
-    <Priority ctpid="38">
-      HIGH
-    </Priority>
-    <Priority ctpid="39">
-      HIGH
-    </Priority>
-    <Priority ctpid="40">
-      HIGH
-    </Priority>
-    <Priority ctpid="41">
-      HIGH
-    </Priority>
-    <Priority ctpid="42">
-      HIGH
-    </Priority>
-    <Priority ctpid="43">
-      HIGH
-    </Priority>
-    <Priority ctpid="44">
-      HIGH
-    </Priority>
-    <Priority ctpid="45">
-      HIGH
-    </Priority>
-    <Priority ctpid="46">
-      HIGH
-    </Priority>
-    <Priority ctpid="47">
-      HIGH
-    </Priority>
-    <Priority ctpid="48">
-      HIGH
-    </Priority>
-    <Priority ctpid="49">
-      HIGH
-    </Priority>
-    <Priority ctpid="50">
-      HIGH
-    </Priority>
-    <Priority ctpid="51">
-      HIGH
-    </Priority>
-    <Priority ctpid="52">
-      HIGH
-    </Priority>
-    <Priority ctpid="53">
-      HIGH
-    </Priority>
-    <Priority ctpid="54">
-      HIGH
-    </Priority>
-    <Priority ctpid="55">
-      HIGH
-    </Priority>
-    <Priority ctpid="56">
-      HIGH
-    </Priority>
-    <Priority ctpid="57">
-      HIGH
-    </Priority>
-    <Priority ctpid="58">
-      HIGH
-    </Priority>
-    <Priority ctpid="59">
-      HIGH
-    </Priority>
-    <Priority ctpid="60">
-      HIGH
-    </Priority>
-    <Priority ctpid="61">
-      HIGH
-    </Priority>
-    <Priority ctpid="62">
-      HIGH
-    </Priority>
-    <Priority ctpid="63">
-      HIGH
-    </Priority>
-    <Priority ctpid="64">
-      HIGH
-    </Priority>
-    <Priority ctpid="65">
-      HIGH
-    </Priority>
-    <Priority ctpid="66">
-      HIGH
-    </Priority>
-    <Priority ctpid="67">
-      HIGH
-    </Priority>
-    <Priority ctpid="68">
-      LOW
-    </Priority>
-    <Priority ctpid="69">
-      HIGH
-    </Priority>
-    <Priority ctpid="70">
-      HIGH
-    </Priority>
-    <Priority ctpid="71">
-      HIGH
-    </Priority>
-    <Priority ctpid="72">
-      HIGH
-    </Priority>
-    <Priority ctpid="73">
-      HIGH
-    </Priority>
-    <Priority ctpid="74">
-      HIGH
-    </Priority>
-    <Priority ctpid="75">
-      HIGH
-    </Priority>
-    <Priority ctpid="76">
-      LOW
-    </Priority>
-    <Priority ctpid="77">
-      HIGH
-    </Priority>
-    <Priority ctpid="78">
-      HIGH
-    </Priority>
-    <Priority ctpid="79">
-      HIGH
-    </Priority>
-    <Priority ctpid="80">
-      LOW
-    </Priority>
-    <Priority ctpid="81">
-      HIGH
-    </Priority>
-    <Priority ctpid="82">
-      HIGH
-    </Priority>
-    <Priority ctpid="83">
-      HIGH
-    </Priority>
-    <Priority ctpid="84">
-      HIGH
-    </Priority>
-    <Priority ctpid="85">
-      HIGH
-    </Priority>
-    <Priority ctpid="86">
-      HIGH
-    </Priority>
-    <Priority ctpid="87">
-      HIGH
-    </Priority>
-    <Priority ctpid="88">
-      HIGH
-    </Priority>
-    <Priority ctpid="89">
-      HIGH
-    </Priority>
-    <Priority ctpid="90">
-      HIGH
-    </Priority>
-    <Priority ctpid="91">
-      HIGH
-    </Priority>
-    <Priority ctpid="92">
-      HIGH
-    </Priority>
-    <Priority ctpid="93">
-      HIGH
-    </Priority>
-    <Priority ctpid="94">
-      HIGH
-    </Priority>
-    <Priority ctpid="95">
-      HIGH
-    </Priority>
-    <Priority ctpid="96">
-      HIGH
-    </Priority>
-    <Priority ctpid="97">
-      HIGH
-    </Priority>
-    <Priority ctpid="98">
-      HIGH
-    </Priority>
-    <Priority ctpid="99">
-      HIGH
-    </Priority>
-    <Priority ctpid="100">
-      HIGH
-    </Priority>
-    <Priority ctpid="101">
-      HIGH
-    </Priority>
-    <Priority ctpid="102">
-      HIGH
-    </Priority>
-    <Priority ctpid="103">
-      HIGH
-    </Priority>
-    <Priority ctpid="104">
-      HIGH
-    </Priority>
-    <Priority ctpid="105">
-      HIGH
-    </Priority>
-    <Priority ctpid="106">
-      HIGH
-    </Priority>
-    <Priority ctpid="107">
-      HIGH
-    </Priority>
-    <Priority ctpid="108">
-      HIGH
-    </Priority>
-    <Priority ctpid="109">
-      HIGH
-    </Priority>
-    <Priority ctpid="110">
-      HIGH
-    </Priority>
-    <Priority ctpid="111">
-      HIGH
-    </Priority>
-    <Priority ctpid="112">
-      HIGH
-    </Priority>
-    <Priority ctpid="113">
-      HIGH
-    </Priority>
-    <Priority ctpid="114">
-      HIGH
-    </Priority>
-    <Priority ctpid="115">
-      HIGH
-    </Priority>
-    <Priority ctpid="116">
-      HIGH
-    </Priority>
-    <Priority ctpid="117">
-      HIGH
-    </Priority>
-    <Priority ctpid="118">
-      HIGH
-    </Priority>
-    <Priority ctpid="119">
-      HIGH
-    </Priority>
-    <Priority ctpid="120">
-      HIGH
-    </Priority>
-    <Priority ctpid="121">
-      HIGH
-    </Priority>
-    <Priority ctpid="122">
-      HIGH
-    </Priority>
-    <Priority ctpid="123">
-      HIGH
-    </Priority>
-    <Priority ctpid="124">
-      HIGH
-    </Priority>
-    <Priority ctpid="125">
-      HIGH
-    </Priority>
-    <Priority ctpid="126">
-      HIGH
-    </Priority>
-    <Priority ctpid="127">
-      HIGH
-    </Priority>
-    <Priority ctpid="128">
-      HIGH
-    </Priority>
-    <Priority ctpid="129">
-      HIGH
-    </Priority>
-    <Priority ctpid="130">
-      HIGH
-    </Priority>
-    <Priority ctpid="131">
-      HIGH
-    </Priority>
-    <Priority ctpid="132">
-      HIGH
-    </Priority>
-    <Priority ctpid="133">
-      HIGH
-    </Priority>
-    <Priority ctpid="134">
-      HIGH
-    </Priority>
-    <Priority ctpid="135">
-      HIGH
-    </Priority>
-    <Priority ctpid="136">
-      HIGH
-    </Priority>
-    <Priority ctpid="137">
-      HIGH
-    </Priority>
-    <Priority ctpid="138">
-      HIGH
-    </Priority>
-    <Priority ctpid="139">
-      HIGH
-    </Priority>
-    <Priority ctpid="140">
-      HIGH
-    </Priority>
-    <Priority ctpid="141">
-      HIGH
-    </Priority>
-    <Priority ctpid="142">
-      HIGH
-    </Priority>
-    <Priority ctpid="143">
-      HIGH
-    </Priority>
-    <Priority ctpid="144">
-      LOW
-    </Priority>
-    <Priority ctpid="145">
-      HIGH
-    </Priority>
-    <Priority ctpid="146">
-      HIGH
-    </Priority>
-    <Priority ctpid="147">
-      HIGH
-    </Priority>
-    <Priority ctpid="148">
-      HIGH
-    </Priority>
-    <Priority ctpid="149">
-      HIGH
-    </Priority>
-    <Priority ctpid="150">
-      HIGH
-    </Priority>
-    <Priority ctpid="151">
-      HIGH
-    </Priority>
-    <Priority ctpid="152">
-      HIGH
-    </Priority>
-    <Priority ctpid="153">
-      HIGH
-    </Priority>
-    <Priority ctpid="154">
-      HIGH
-    </Priority>
-    <Priority ctpid="155">
-      HIGH
-    </Priority>
-    <Priority ctpid="156">
-      HIGH
-    </Priority>
-    <Priority ctpid="157">
-      HIGH
-    </Priority>
-    <Priority ctpid="158">
-      HIGH
-    </Priority>
-    <Priority ctpid="159">
-      HIGH
-    </Priority>
-    <Priority ctpid="160">
-      HIGH
-    </Priority>
-    <Priority ctpid="161">
-      LOW
-    </Priority>
-    <Priority ctpid="162">
-      HIGH
-    </Priority>
-    <Priority ctpid="163">
-      HIGH
-    </Priority>
-    <Priority ctpid="164">
-      HIGH
-    </Priority>
-    <Priority ctpid="165">
-      HIGH
-    </Priority>
-    <Priority ctpid="166">
-      HIGH
-    </Priority>
-    <Priority ctpid="167">
-      HIGH
-    </Priority>
-    <Priority ctpid="168">
-      HIGH
-    </Priority>
-    <Priority ctpid="169">
-      HIGH
-    </Priority>
-    <Priority ctpid="170">
-      HIGH
-    </Priority>
-    <Priority ctpid="171">
-      HIGH
-    </Priority>
-    <Priority ctpid="172">
-      HIGH
-    </Priority>
-    <Priority ctpid="173">
-      HIGH
-    </Priority>
-    <Priority ctpid="174">
-      HIGH
-    </Priority>
-    <Priority ctpid="175">
-      HIGH
-    </Priority>
-    <Priority ctpid="176">
-      HIGH
-    </Priority>
-    <Priority ctpid="177">
-      HIGH
-    </Priority>
-    <Priority ctpid="178">
-      HIGH
-    </Priority>
-    <Priority ctpid="179">
-      HIGH
-    </Priority>
-    <Priority ctpid="180">
-      HIGH
-    </Priority>
-    <Priority ctpid="181">
-      HIGH
-    </Priority>
-    <Priority ctpid="182">
-      HIGH
-    </Priority>
-    <Priority ctpid="183">
-      HIGH
-    </Priority>
-    <Priority ctpid="184">
-      HIGH
-    </Priority>
-    <Priority ctpid="185">
-      HIGH
-    </Priority>
-    <Priority ctpid="186">
-      HIGH
-    </Priority>
-    <Priority ctpid="187">
-      HIGH
-    </Priority>
-    <Priority ctpid="188">
-      HIGH
-    </Priority>
-    <Priority ctpid="189">
-      HIGH
-    </Priority>
-    <Priority ctpid="190">
-      HIGH
-    </Priority>
-    <Priority ctpid="191">
-      HIGH
-    </Priority>
-    <Priority ctpid="192">
-      HIGH
-    </Priority>
-    <Priority ctpid="193">
-      HIGH
-    </Priority>
-    <Priority ctpid="194">
-      LOW
-    </Priority>
-    <Priority ctpid="195">
-      LOW
-    </Priority>
-    <Priority ctpid="196">
-      HIGH
-    </Priority>
-    <Priority ctpid="197">
-      HIGH
-    </Priority>
-    <Priority ctpid="198">
-      HIGH
-    </Priority>
-    <Priority ctpid="199">
-      HIGH
-    </Priority>
-    <Priority ctpid="200">
-      LOW
-    </Priority>
-    <Priority ctpid="201">
-      LOW
-    </Priority>
-    <Priority ctpid="202">
-      LOW
-    </Priority>
-    <Priority ctpid="203">
-      HIGH
-    </Priority>
-    <Priority ctpid="204">
-      HIGH
-    </Priority>
-    <Priority ctpid="205">
-      HIGH
-    </Priority>
-    <Priority ctpid="206">
-      HIGH
-    </Priority>
-    <Priority ctpid="207">
-      HIGH
-    </Priority>
-    <Priority ctpid="208">
-      HIGH
-    </Priority>
-    <Priority ctpid="209">
-      HIGH
-    </Priority>
-    <Priority ctpid="210">
-      HIGH
-    </Priority>
-    <Priority ctpid="211">
-      HIGH
-    </Priority>
-    <Priority ctpid="212">
-      HIGH
-    </Priority>
-    <Priority ctpid="213">
-      HIGH
-    </Priority>
-    <Priority ctpid="214">
-      HIGH
-    </Priority>
-    <Priority ctpid="215">
-      HIGH
-    </Priority>
-    <Priority ctpid="216">
-      HIGH
-    </Priority>
-    <Priority ctpid="217">
-      HIGH
-    </Priority>
-    <Priority ctpid="218">
-      HIGH
-    </Priority>
-    <Priority ctpid="219">
-      HIGH
-    </Priority>
-    <Priority ctpid="220">
-      HIGH
-    </Priority>
-    <Priority ctpid="221">
-      HIGH
-    </Priority>
-    <Priority ctpid="222">
-      HIGH
-    </Priority>
-    <Priority ctpid="223">
-      HIGH
-    </Priority>
-    <Priority ctpid="224">
-      LOW
-    </Priority>
-    <Priority ctpid="225">
-      LOW
-    </Priority>
-    <Priority ctpid="226">
-      HIGH
-    </Priority>
-    <Priority ctpid="227">
-      HIGH
-    </Priority>
-    <Priority ctpid="228">
-      HIGH
-    </Priority>
-    <Priority ctpid="229">
-      LOW
-    </Priority>
-    <Priority ctpid="230">
-      LOW
-    </Priority>
-    <Priority ctpid="231">
-      LOW
-    </Priority>
-    <Priority ctpid="232">
-      LOW
-    </Priority>
-    <Priority ctpid="233">
-      LOW
-    </Priority>
-    <Priority ctpid="234">
-      LOW
-    </Priority>
-    <Priority ctpid="235">
-      LOW
-    </Priority>
-    <Priority ctpid="236">
-      HIGH
-    </Priority>
-    <Priority ctpid="237">
-      HIGH
-    </Priority>
-    <Priority ctpid="238">
-      HIGH
-    </Priority>
-    <Priority ctpid="239">
-      LOW
-    </Priority>
-    <Priority ctpid="240">
-      HIGH
-    </Priority>
-    <Priority ctpid="241">
-      HIGH
-    </Priority>
-    <Priority ctpid="242">
-      HIGH
-    </Priority>
-    <Priority ctpid="243">
-      HIGH
-    </Priority>
-    <Priority ctpid="244">
-      HIGH
-    </Priority>
-    <Priority ctpid="245">
-      HIGH
-    </Priority>
-    <Priority ctpid="246">
-      LOW
-    </Priority>
-    <Priority ctpid="247">
-      LOW
-    </Priority>
-    <Priority ctpid="248">
-      LOW
-    </Priority>
-    <Priority ctpid="249">
-      HIGH
-    </Priority>
-    <Priority ctpid="250">
-      HIGH
-    </Priority>
-    <Priority ctpid="251">
-      HIGH
-    </Priority>
-    <Priority ctpid="252">
-      HIGH
-    </Priority>
-    <Priority ctpid="253">
-      HIGH
-    </Priority>
-    <Priority ctpid="254">
-      HIGH
-    </Priority>
-    <Priority ctpid="255">
-      HIGH
-    </Priority>
-  </PrioritySet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="MBTS_A0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bcdelay="3564" bitnum="1" id="2" mapping="0" name="ZB_EM10" seed="EM10" seed_multi="1" type="ZB" version="1">
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="0" name="NIM28" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM28full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="1" name="ZDC_C" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="1" name="NIM29" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM29full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="0" name="ZDC_A" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="7" mapping="0" name="BCM_Comb" type="BCMCMB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="1" name="BCM_CtoA" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="1" name="MBTS_A1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="2" name="BCM_Wide" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="2" name="ZDC_AND" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="2" name="NIM30" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM30full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="2" name="MBTS_A2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="3" name="MBTS_A3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="4" name="MBTS_A4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="5" name="NIMDIR5" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="5" name="MBTS_A5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="6" name="NIMDIR6" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR6full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="6" name="MBTS_A6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="7" name="NIMDIR7" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR7full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="7" name="MBTS_A7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="8" name="NIMDIR8" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR8full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="8" name="MBTS_A8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="9" name="MBTS_A9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="10" name="NIMDIR10" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR10full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="10" name="MBTS_A10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="11" name="NIMDIR11" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR11full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="11" name="MBTS_A11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="12" name="NIMDIR12" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR12full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="12" name="MBTS_A12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="13" name="MBTS_A13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="14" name="NIMDIR14" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR14full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="14" name="MBTS_A14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="15" name="MBTS_A15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="16" name="NIMDIR16" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR16full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="16" name="MBTS_C0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="17" name="NIMDIR17" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR17full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="17" name="MBTS_C1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="18" name="NIMDIR18" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR18full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="18" name="MBTS_C2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="19" name="MBTS_C3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="20" name="MBTS_C4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="21" name="MBTS_C5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="22" name="MBTS_C6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="23" name="MBTS_C7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="24" name="MBTS_C8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="25" name="MBTS_C9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="26" name="NIMDIR26" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="27" name="MBTS_C11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="29" name="MBTS_C13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="51" mapping="30" name="MBTS_C14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="31" name="MBTS_C15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="0" name="BCM_AtoC" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="1" name="LUCID_C" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="9" name="NIMDIR9" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR9full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="15" name="NIMDIR15" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR15full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="25" name="NIMDIR25" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="26" name="MBTS_C10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="28" name="MBTS_C12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="60" mapping="0" name="LUCID_A" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="61" mapping="0" name="BPTX0" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX0full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="62" mapping="0" name="MBTS_A" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="63" mapping="0" name="XE10" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="64" mapping="0" name="TE20" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="65" mapping="0" name="JF10" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="66" mapping="0" name="JB10" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="67" mapping="0" name="JE60" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="68" mapping="0" name="J5" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J5full" phimax="64" phimin="0" priority="0" thresholdval="5" type="JET" window="4"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="69" mapping="0" name="HA5" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="70" mapping="0" name="EM2" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM2full" phimax="64" phimin="0" priority="1" thresholdval="2" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="71" mapping="1" name="MU6" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU6full" phimax="64" phimin="0" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="72" mapping="1" name="EM3" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="73" mapping="1" name="HA6" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6full" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="74" mapping="1" name="J10" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="75" mapping="1" name="JE100" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="1" name="JB30" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="77" mapping="1" name="JF30" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="1" name="TE50" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="79" mapping="1" name="XE15" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="80" mapping="1" name="MBTS_C" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="81" mapping="1" name="BPTX1" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX1full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="82" mapping="2" name="MU10" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="83" mapping="2" name="EM5" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="84" mapping="2" name="HA6I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="5" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6Ifull" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="85" mapping="2" name="J15" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="86" mapping="2" name="JE140" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE140full" phimax="64" phimin="0" priority="0" thresholdval="140" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="87" mapping="2" name="JB55" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB55full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB55full" phimax="64" phimin="0" priority="2" thresholdval="55" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="88" mapping="2" name="JF55" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF55full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF55full" phimax="64" phimin="0" priority="2" thresholdval="55" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="2" name="TE100" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="2" name="XE20" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="91" mapping="3" name="MU0_COMM" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU0_COMMfull" phimax="64" phimin="0" priority="1" thresholdval="-1" type="MUON" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="10" etamin="-10" had_isolation="63" had_veto="63" name="MU0_COMMfull" phimax="64" phimin="0" priority="5" thresholdval="0" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="92" mapping="3" name="EM10" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM10full" phimax="64" phimin="0" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="93" mapping="3" name="HA11" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11full" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="94" mapping="3" name="J30" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="3" name="JE200" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE200full" phimax="64" phimin="0" priority="0" thresholdval="200" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="96" mapping="3" name="JB95" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB95full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB95full" phimax="64" phimin="0" priority="2" thresholdval="95" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="97" mapping="3" name="JF95" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF95full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF95full" phimax="64" phimin="0" priority="2" thresholdval="95" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="3" name="TE180" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE180full" phimax="64" phimin="0" priority="0" thresholdval="180" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="3" name="XE25" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="100" mapping="4" name="MU15" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="101" mapping="4" name="EM10I" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="3" had_veto="2" name="EM10Ifull" phimax="64" phimin="0" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="102" mapping="4" name="HA11I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="5" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11Ifull" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="103" mapping="4" name="J55" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J55full" phimax="64" phimin="0" priority="0" thresholdval="55" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="4" name="XE30" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="105" mapping="5" name="MU20" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="106" mapping="5" name="EM14" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM14full" phimax="64" phimin="0" priority="1" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="107" mapping="5" name="HA20" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="108" mapping="5" name="J75" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J75full" phimax="64" phimin="0" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="5" name="XE35" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="110" mapping="6" name="EM14I" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="3" had_veto="2" name="EM14Ifull" phimax="64" phimin="0" priority="1" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="111" mapping="6" name="HA30" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="6" name="J95" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J95full" phimax="64" phimin="0" priority="0" thresholdval="95" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="113" mapping="6" name="XE40" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="7" name="EM85" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM85full" phimax="64" phimin="0" priority="1" thresholdval="85" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="115" mapping="7" name="HA50" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA50full" phimax="64" phimin="0" priority="1" thresholdval="50" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="116" mapping="7" name="J115" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J115full" phimax="64" phimin="0" priority="0" thresholdval="115" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="7" name="XE50" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="118" mapping="0" name="MU0" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU0full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name="rand01" rate1="0" rate2="0" seed1="1" seed2="1"/>
-  <Deadtime complex1_level="4" complex1_rate="415" complex2_level="4" complex2_rate="415" name="Commissioning" simple="5" version="1"/>
-  <BunchGroupSet name="bg_set1" version="1">
-    <BunchGroup internalNumber="0" name="BCRVeto" version="1">
-      <Bunch bunchNumber="2067"/>
-      <Bunch bunchNumber="2068"/>
-      <Bunch bunchNumber="2069"/>
-      <Bunch bunchNumber="2678"/>
-      <Bunch bunchNumber="7"/>
-      <Bunch bunchNumber="1234"/>
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled" version="1">
-      <Bunch bunchNumber="206"/>
-      <Bunch bunchNumber="207"/>
-      <Bunch bunchNumber="208"/>
-      <Bunch bunchNumber="267"/>
-      <Bunch bunchNumber="1"/>
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="EmptyCalib" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="3" name="Empty" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="6" name="EmptyAfterFilled" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="7" name="Unpaired" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01" version="1"/>
-  <MuctpiInfo name="muctpi" version="1">
-    <low_pt>
-      1
-    </low_pt>
-    <high_pt>
-      1
-    </high_pt>
-    <max_cand>
-      13
-    </max_cand>
-  </MuctpiInfo>
-  <CaloInfo global_scale="1.0" name="CaloInfo" version="1">
-    <JetWeight num="1">
-      8
-    </JetWeight>
-    <JetWeight num="2">
-      5
-    </JetWeight>
-    <JetWeight num="3">
-      10
-    </JetWeight>
-    <JetWeight num="4">
-      20
-    </JetWeight>
-    <JetWeight num="5">
-      22
-    </JetWeight>
-    <JetWeight num="6">
-      20
-    </JetWeight>
-    <JetWeight num="7">
-      20
-    </JetWeight>
-    <JetWeight num="8">
-      38
-    </JetWeight>
-    <JetWeight num="9">
-      0
-    </JetWeight>
-    <JetWeight num="10">
-      0
-    </JetWeight>
-    <JetWeight num="11">
-      0
-    </JetWeight>
-    <JetWeight num="12">
-      0
-    </JetWeight>
-  </CaloInfo>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v2.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v2.xml
deleted file mode 100644
index 801bc4347c0fd92f5f0061f23b02736d7021c0fe..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v2.xml
+++ /dev/null
@@ -1,4315 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config id="1" name="Physics_pp_v2">
-  <!--File is auto-generated by python config class, may be overwritten-->
-  <!--No. L1 thresholds defined: 127-->
-  <!--No. L1 items defined: 242-->
-  <TriggerMenu id="1" name="Physics_pp_v2" phase="lumi" version="1">
-    <TriggerItem comment="" ctpid="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="1" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="2" definition="(EM7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="3" definition="(EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="179" definition="(EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="5" definition="(EM14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="4" definition="(EM16[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16_x1" triggerthreshold="EM16"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="85" definition="(EM30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM30_x1" triggerthreshold="EM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="10" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="11" definition="(EM5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="9" definition="(EM7[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="178" definition="(EM14[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM14" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM14_x2" triggerthreshold="EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="185" definition="(EM10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM10_x2" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="239" definition="(EM5[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM5_x3" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="30" definition="(EM3[x2]&amp;EM7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="53" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM3_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="221" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_EM3_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="176" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="58" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_EM3_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="177" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM3_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="224" definition="(EM3[x2]&amp;EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="144" definition="(EM5[x2]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="231" definition="(EM5[x3]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM5_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM5_x3" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="202" definition="(EM7[x2]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM7_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="89" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="90" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="91" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="93" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU11" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="88" definition="(MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU15" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="92" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU20" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="94" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="71" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="72" definition="(MU10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="76" definition="(MU0[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU0" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU0_x3" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="200" definition="(MU6[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="52" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU0_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="219" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU0_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="162" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="160" definition="(MU0[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="28" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_2MU6_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="36" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_2MU6_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="27" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU6_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="26" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="165" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="164" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU10_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="163" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU0_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="105" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU10_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="106" definition="(MU0[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU0_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="166" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU11_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="48" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU10_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="161" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU20_FIRSTEMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="14" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU0_J15_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="7" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU0_J15_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="13" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU0_J15_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="12" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU0_J15_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="64" definition="(HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="65" definition="(HA6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="66" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="67" definition="(HA50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA50_x1" triggerthreshold="HA50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="69" definition="(HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="73" definition="(HA20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="74" definition="(HA30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="110" definition="(HA6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA6_x2" triggerthreshold="HA6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="95" definition="(HA11[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="136" definition="(HA15[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="68" definition="(HA11[x2]&amp;HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="75" definition="(HA15[x2]&amp;HA20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU15_TAU20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="25" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_TAU8_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="222" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_TAU8_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="152" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_TAU8_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="59" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_TAU8_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="97" definition="(J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="98" definition="(J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="96" definition="(J20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="99" definition="(J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="102" definition="(J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="100" definition="(J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="103" definition="(J175[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J175" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J175_x1" triggerthreshold="J175"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="111" definition="(J250[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J250" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J250_x1" triggerthreshold="J250"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="23" definition="(J10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="223" definition="(J10[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J10_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="171" definition="(J10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="172" definition="(J30[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="159" definition="(J30[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J30_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="169" definition="(J30[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J30_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="156" definition="(J10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="157" definition="(J30[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="127" definition="(J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="220" definition="(J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="184" definition="(J20[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="186" definition="(J50[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="134" definition="(J75[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J75_x3" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="34" definition="(J10[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="104" definition="(J20[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="16" definition="(J30[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J30_x4" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="188" definition="(J10[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J10_x5" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="158" definition="(J20[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J20_x5" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="86" definition="(J10[x6]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_6J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="6" name="J10_x6" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="56" definition="(J10[x3]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="187" definition="(J15[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="43" definition="(J10[x2]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="114" definition="(J10[x2]&amp;J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J75" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="57" definition="(J15[x2]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="119" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="120" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="126" definition="((JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="128" definition="((JF75[x1]|JB75[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ75" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF75_x1" triggerthreshold="JF75"/>
-          <TriggerCondition multi="1" name="JB75_x1" triggerthreshold="JB75"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="24" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_FJ10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="175" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_FJ10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="61" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_FJ10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="124" definition="(JF10[x1]&amp;JB10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-        <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="125" definition="(JF30[x1]&amp;JB30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-        <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="123" definition="(JF50[x1]&amp;JB50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-        <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="54" definition="(J10[x1]&amp;(JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10_FJ10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="130" definition="(J30[x1]&amp;(JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_FJ30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="168" definition="(J50[x1]&amp;(JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_FJ50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="146" definition="(JE100[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE100" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE100_x1" triggerthreshold="JE100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="147" definition="(JE140[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE140" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE140_x1" triggerthreshold="JE140"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="148" definition="(JE200[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE200" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE200_x1" triggerthreshold="JE200"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="129" definition="(XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="131" definition="(XE60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="133" definition="(XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="115" definition="(XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="135" definition="(XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="116" definition="(XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="117" definition="(XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="118" definition="(XE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="138" definition="(TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="141" definition="(TE180[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE180" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE180_x1" triggerthreshold="TE180"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="140" definition="(TE300[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE300" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE300_x1" triggerthreshold="TE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="167" definition="(TE400[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE400" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE400_x1" triggerthreshold="TE400"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="229" definition="(TE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE500" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE500_x1" triggerthreshold="TE500"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="70" definition="(HA8[x2]&amp;HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="32" definition="(HA11[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="38" definition="(HA6[x2]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU6_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA6_x2" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="122" definition="(HA8[x2]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8_EM10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="113" definition="(HA11[x2]&amp;EM10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_EM10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="47" definition="(HA6[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="39" definition="(HA6[x1]&amp;J50[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_J50_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="198" definition="(HA6[x1]&amp;XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU6_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA6_x1" triggerthreshold="HA6"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="121" definition="(HA8[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="194" definition="(HA11[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="132" definition="(HA11[x1]&amp;XE10[x1]&amp;J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XE10_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="33" definition="(HA15[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="101" definition="(HA15[x1]&amp;XE10[x1]&amp;J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE10_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="107" definition="(MU0[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J10" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="244" definition="(MU0[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J15" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="51" definition="(MU0[x1]&amp;J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="55" definition="(MU0[x1]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J50" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="252" definition="(MU0[x1]&amp;J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J75" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="143" definition="(MU0[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_MU0" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="250" definition="(MU6[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_MU6" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="154" definition="(MU6[x2]&amp;EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_2MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="155" definition="(MU10[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_J10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="77" definition="(MU0[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU0_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU0_x2" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="84" definition="(MU0[x1]&amp;J20[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU0_J20_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU0_x1" triggerthreshold="MU0"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="211" definition="(MU10[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="42" definition="(J10[x2]&amp;J30[x1]&amp;JE140[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J30_JE140" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="JE140_x1" triggerthreshold="JE140"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="201" definition="(J50[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="170" definition="(J50[x1]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="37" definition="(J30[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="35" definition="(J50[x1]&amp;XS25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XS25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XS25_x1" triggerthreshold="XS25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="20" definition="(J50[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="213" definition="(J20[x2]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J20_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="207" definition="(J30[x2]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J30_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J30_x2" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="212" definition="(J30[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE40" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="41" definition="(EM5[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="182" definition="(EM5[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="40" definition="(EM10[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="225" definition="(EM10[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="208" definition="(EM10[x1]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10_XE30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="243" definition="(EM5[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="6" definition="(EM14[x1]&amp;XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14_XE10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="183" definition="(EM14[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14_x1" triggerthreshold="EM14"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="17" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD0_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="18" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_RD0_FIRSTEMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="19" definition="(RNDM0&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_RD0_UNPAIRED_ISO" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="62" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD0_EMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="63" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD1_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="199" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD1_EMPTY" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="218" definition="(BCM_Comb[x7]&amp;BGRP0)" group="0" name="L1_BCM_HT_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="217" definition="(BCM_Wide[x1]&amp;BGRP0)" group="0" name="L1_BCM_Wide_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="216" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" group="0" name="L1_BCM_AC_CA_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="180" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_Wide_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="174" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_Wide_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="205" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_BCM_Wide_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="145" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_AC_CA_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="193" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="190" definition="(ZDC_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="191" definition="(ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="192" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="197" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="181" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_AND_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="234" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="196" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="195" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="227" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="15" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_4_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="206" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="21" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_4_4_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="214" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="215" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="249" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_COMM" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="245" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="232" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="233" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_COMM_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="238" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="203" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="204" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_LUCID_A_C_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="240" definition="(ZB_EM14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZB" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM14_x1" triggerthreshold="ZB_EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="241" definition="(BPTX0[x1]&amp;BGRP0)" group="0" name="L1_BPTX0_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="242" definition="(BPTX1[x1]&amp;BGRP0)" group="0" name="L1_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="253" definition="(NIM28[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ0" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="254" definition="(NIM29[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ1" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="255" definition="(NIM30[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ2" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="82" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C19" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="83" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C20" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="78" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_TRT" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="79" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_L1A_Mon" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="235" definition="((((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;(MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1]))|BCM_Wide[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBLZ" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <AND>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-              <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-            </OR>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-              <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-            </OR>
-          </AND>
-          <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="22" definition="(XS15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS15_x1" triggerthreshold="XS15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="44" definition="(XS20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="49" definition="(XS25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS25_x1" triggerthreshold="XS25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="50" definition="(XS30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="81" definition="(XS35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="112" definition="(XS40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="153" definition="(XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS45" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="142" definition="(XS50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="210" definition="(MU6[x1]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="236" definition="(EM5[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="237" definition="(MU6[x2]&amp;!LUCID_A[x1]&amp;!LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6_NL" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        </NOT>
-        <NOT>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="45" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ALFA_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="46" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ALFA_BGRP7" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="109" definition="((MBTS_A[x2]|MBTS_C[x2])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MBTS_2_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="108" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="60" definition="BGRP7" group="0" name="L1_BGRP7" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP7"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="149" definition="(EM10[x1]&amp;XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10_XS45" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="150" definition="(EM10[x1]&amp;XS50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10_XS50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="31" definition="(HA11[x1]&amp;XS30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XS30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="80" definition="(HA11[x1]&amp;XS35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XS35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="8" definition="(HA15[x1]&amp;XS35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XS35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="247" definition="(HA11[x1]&amp;J10[x2]&amp;J20[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_2J10_J20_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="Physics_pp_v2_default_prescale" version="1">
-    <Prescale ctpid="0" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="1" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="2" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="3" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="4" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="5" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="6" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="7" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="8" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="9" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="10" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="11" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="12" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="13" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="14" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="15" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="16" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="17" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="18" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="19" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="20" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="21" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="22" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="23" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="24" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="25" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="26" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="27" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="28" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="29" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="30" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="31" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="32" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="33" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="34" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="35" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="36" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="37" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="38" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="39" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="40" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="41" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="42" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="43" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="44" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="45" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="46" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="47" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="48" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="49" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="50" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="51" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="52" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="53" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="54" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="55" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="56" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="57" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="58" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="59" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="60" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="61" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="62" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="63" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="64" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="65" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="66" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="67" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="68" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="69" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="70" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="71" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="72" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="73" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="74" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="75" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="76" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="77" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="78" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="79" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="80" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="81" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="82" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="83" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="84" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="85" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="86" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="87" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="88" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="89" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="90" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="91" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="92" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="93" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="94" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="95" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="96" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="97" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="98" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="99" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="100" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="101" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="102" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="103" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="104" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="105" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="106" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="107" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="108" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="109" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="110" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="111" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="112" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="113" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="114" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="115" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="116" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="117" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="118" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="119" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="120" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="121" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="122" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="123" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="124" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="125" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="126" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="127" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="128" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="129" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="130" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="131" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="132" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="133" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="134" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="135" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="136" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="137" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="138" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="139" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="140" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="141" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="142" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="143" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="144" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="145" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="146" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="147" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="148" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="149" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="150" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="151" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="152" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="153" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="154" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="155" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="156" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="157" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="158" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="159" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="160" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="161" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="162" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="163" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="164" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="165" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="166" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="167" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="168" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="169" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="170" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="171" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="172" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="173" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="174" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="175" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="176" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="177" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="178" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="179" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="180" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="181" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="182" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="183" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="184" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="185" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="186" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="187" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="188" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="189" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="190" d="0" m="0" n="-1">
-      -1
-    </Prescale>
-    <Prescale ctpid="191" d="0" m="0" n="-1">
-      -1
-    </Prescale>
-    <Prescale ctpid="192" d="0" m="0" n="-1">
-      -1
-    </Prescale>
-    <Prescale ctpid="193" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="194" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="195" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="196" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="197" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="198" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="199" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="200" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="201" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="202" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="203" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="204" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="205" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="206" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="207" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="208" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="209" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="210" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="211" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="212" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="213" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="214" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="215" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="216" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="217" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="218" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="219" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="220" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="221" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="222" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="223" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="224" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="225" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="226" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="227" d="0" m="0" n="184000">
-      184000
-    </Prescale>
-    <Prescale ctpid="228" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="229" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="230" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="231" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="232" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="233" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="234" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="235" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="236" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="237" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="238" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="239" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="240" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="241" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="242" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="243" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="244" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="245" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="246" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="247" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="248" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="249" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="250" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="251" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="252" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="253" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="254" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="255" d="0" m="0" n="1">
-      1
-    </Prescale>
-  </PrescaleSet>
-  <PrioritySet name="standard" version="1">
-    <Priority ctpid="0">
-      HIGH
-    </Priority>
-    <Priority ctpid="1">
-      HIGH
-    </Priority>
-    <Priority ctpid="2">
-      HIGH
-    </Priority>
-    <Priority ctpid="3">
-      HIGH
-    </Priority>
-    <Priority ctpid="4">
-      HIGH
-    </Priority>
-    <Priority ctpid="5">
-      HIGH
-    </Priority>
-    <Priority ctpid="6">
-      HIGH
-    </Priority>
-    <Priority ctpid="7">
-      HIGH
-    </Priority>
-    <Priority ctpid="8">
-      HIGH
-    </Priority>
-    <Priority ctpid="9">
-      HIGH
-    </Priority>
-    <Priority ctpid="10">
-      HIGH
-    </Priority>
-    <Priority ctpid="11">
-      HIGH
-    </Priority>
-    <Priority ctpid="12">
-      HIGH
-    </Priority>
-    <Priority ctpid="13">
-      HIGH
-    </Priority>
-    <Priority ctpid="14">
-      HIGH
-    </Priority>
-    <Priority ctpid="15">
-      HIGH
-    </Priority>
-    <Priority ctpid="16">
-      HIGH
-    </Priority>
-    <Priority ctpid="17">
-      HIGH
-    </Priority>
-    <Priority ctpid="18">
-      HIGH
-    </Priority>
-    <Priority ctpid="19">
-      HIGH
-    </Priority>
-    <Priority ctpid="20">
-      HIGH
-    </Priority>
-    <Priority ctpid="21">
-      HIGH
-    </Priority>
-    <Priority ctpid="22">
-      HIGH
-    </Priority>
-    <Priority ctpid="23">
-      HIGH
-    </Priority>
-    <Priority ctpid="24">
-      HIGH
-    </Priority>
-    <Priority ctpid="25">
-      HIGH
-    </Priority>
-    <Priority ctpid="26">
-      HIGH
-    </Priority>
-    <Priority ctpid="27">
-      HIGH
-    </Priority>
-    <Priority ctpid="28">
-      HIGH
-    </Priority>
-    <Priority ctpid="29">
-      LOW
-    </Priority>
-    <Priority ctpid="30">
-      HIGH
-    </Priority>
-    <Priority ctpid="31">
-      HIGH
-    </Priority>
-    <Priority ctpid="32">
-      HIGH
-    </Priority>
-    <Priority ctpid="33">
-      HIGH
-    </Priority>
-    <Priority ctpid="34">
-      HIGH
-    </Priority>
-    <Priority ctpid="35">
-      HIGH
-    </Priority>
-    <Priority ctpid="36">
-      HIGH
-    </Priority>
-    <Priority ctpid="37">
-      HIGH
-    </Priority>
-    <Priority ctpid="38">
-      HIGH
-    </Priority>
-    <Priority ctpid="39">
-      HIGH
-    </Priority>
-    <Priority ctpid="40">
-      HIGH
-    </Priority>
-    <Priority ctpid="41">
-      HIGH
-    </Priority>
-    <Priority ctpid="42">
-      HIGH
-    </Priority>
-    <Priority ctpid="43">
-      HIGH
-    </Priority>
-    <Priority ctpid="44">
-      HIGH
-    </Priority>
-    <Priority ctpid="45">
-      HIGH
-    </Priority>
-    <Priority ctpid="46">
-      HIGH
-    </Priority>
-    <Priority ctpid="47">
-      HIGH
-    </Priority>
-    <Priority ctpid="48">
-      HIGH
-    </Priority>
-    <Priority ctpid="49">
-      HIGH
-    </Priority>
-    <Priority ctpid="50">
-      HIGH
-    </Priority>
-    <Priority ctpid="51">
-      HIGH
-    </Priority>
-    <Priority ctpid="52">
-      HIGH
-    </Priority>
-    <Priority ctpid="53">
-      HIGH
-    </Priority>
-    <Priority ctpid="54">
-      HIGH
-    </Priority>
-    <Priority ctpid="55">
-      HIGH
-    </Priority>
-    <Priority ctpid="56">
-      HIGH
-    </Priority>
-    <Priority ctpid="57">
-      HIGH
-    </Priority>
-    <Priority ctpid="58">
-      HIGH
-    </Priority>
-    <Priority ctpid="59">
-      HIGH
-    </Priority>
-    <Priority ctpid="60">
-      HIGH
-    </Priority>
-    <Priority ctpid="61">
-      HIGH
-    </Priority>
-    <Priority ctpid="62">
-      HIGH
-    </Priority>
-    <Priority ctpid="63">
-      HIGH
-    </Priority>
-    <Priority ctpid="64">
-      HIGH
-    </Priority>
-    <Priority ctpid="65">
-      HIGH
-    </Priority>
-    <Priority ctpid="66">
-      HIGH
-    </Priority>
-    <Priority ctpid="67">
-      HIGH
-    </Priority>
-    <Priority ctpid="68">
-      HIGH
-    </Priority>
-    <Priority ctpid="69">
-      HIGH
-    </Priority>
-    <Priority ctpid="70">
-      HIGH
-    </Priority>
-    <Priority ctpid="71">
-      HIGH
-    </Priority>
-    <Priority ctpid="72">
-      HIGH
-    </Priority>
-    <Priority ctpid="73">
-      HIGH
-    </Priority>
-    <Priority ctpid="74">
-      HIGH
-    </Priority>
-    <Priority ctpid="75">
-      HIGH
-    </Priority>
-    <Priority ctpid="76">
-      HIGH
-    </Priority>
-    <Priority ctpid="77">
-      HIGH
-    </Priority>
-    <Priority ctpid="78">
-      HIGH
-    </Priority>
-    <Priority ctpid="79">
-      HIGH
-    </Priority>
-    <Priority ctpid="80">
-      HIGH
-    </Priority>
-    <Priority ctpid="81">
-      HIGH
-    </Priority>
-    <Priority ctpid="82">
-      HIGH
-    </Priority>
-    <Priority ctpid="83">
-      HIGH
-    </Priority>
-    <Priority ctpid="84">
-      HIGH
-    </Priority>
-    <Priority ctpid="85">
-      HIGH
-    </Priority>
-    <Priority ctpid="86">
-      HIGH
-    </Priority>
-    <Priority ctpid="87">
-      LOW
-    </Priority>
-    <Priority ctpid="88">
-      HIGH
-    </Priority>
-    <Priority ctpid="89">
-      HIGH
-    </Priority>
-    <Priority ctpid="90">
-      HIGH
-    </Priority>
-    <Priority ctpid="91">
-      HIGH
-    </Priority>
-    <Priority ctpid="92">
-      HIGH
-    </Priority>
-    <Priority ctpid="93">
-      HIGH
-    </Priority>
-    <Priority ctpid="94">
-      HIGH
-    </Priority>
-    <Priority ctpid="95">
-      HIGH
-    </Priority>
-    <Priority ctpid="96">
-      HIGH
-    </Priority>
-    <Priority ctpid="97">
-      HIGH
-    </Priority>
-    <Priority ctpid="98">
-      HIGH
-    </Priority>
-    <Priority ctpid="99">
-      HIGH
-    </Priority>
-    <Priority ctpid="100">
-      HIGH
-    </Priority>
-    <Priority ctpid="101">
-      HIGH
-    </Priority>
-    <Priority ctpid="102">
-      HIGH
-    </Priority>
-    <Priority ctpid="103">
-      HIGH
-    </Priority>
-    <Priority ctpid="104">
-      HIGH
-    </Priority>
-    <Priority ctpid="105">
-      HIGH
-    </Priority>
-    <Priority ctpid="106">
-      HIGH
-    </Priority>
-    <Priority ctpid="107">
-      HIGH
-    </Priority>
-    <Priority ctpid="108">
-      HIGH
-    </Priority>
-    <Priority ctpid="109">
-      HIGH
-    </Priority>
-    <Priority ctpid="110">
-      HIGH
-    </Priority>
-    <Priority ctpid="111">
-      HIGH
-    </Priority>
-    <Priority ctpid="112">
-      HIGH
-    </Priority>
-    <Priority ctpid="113">
-      HIGH
-    </Priority>
-    <Priority ctpid="114">
-      HIGH
-    </Priority>
-    <Priority ctpid="115">
-      HIGH
-    </Priority>
-    <Priority ctpid="116">
-      HIGH
-    </Priority>
-    <Priority ctpid="117">
-      HIGH
-    </Priority>
-    <Priority ctpid="118">
-      HIGH
-    </Priority>
-    <Priority ctpid="119">
-      HIGH
-    </Priority>
-    <Priority ctpid="120">
-      HIGH
-    </Priority>
-    <Priority ctpid="121">
-      HIGH
-    </Priority>
-    <Priority ctpid="122">
-      HIGH
-    </Priority>
-    <Priority ctpid="123">
-      HIGH
-    </Priority>
-    <Priority ctpid="124">
-      HIGH
-    </Priority>
-    <Priority ctpid="125">
-      HIGH
-    </Priority>
-    <Priority ctpid="126">
-      HIGH
-    </Priority>
-    <Priority ctpid="127">
-      HIGH
-    </Priority>
-    <Priority ctpid="128">
-      HIGH
-    </Priority>
-    <Priority ctpid="129">
-      HIGH
-    </Priority>
-    <Priority ctpid="130">
-      HIGH
-    </Priority>
-    <Priority ctpid="131">
-      HIGH
-    </Priority>
-    <Priority ctpid="132">
-      HIGH
-    </Priority>
-    <Priority ctpid="133">
-      HIGH
-    </Priority>
-    <Priority ctpid="134">
-      HIGH
-    </Priority>
-    <Priority ctpid="135">
-      HIGH
-    </Priority>
-    <Priority ctpid="136">
-      HIGH
-    </Priority>
-    <Priority ctpid="137">
-      LOW
-    </Priority>
-    <Priority ctpid="138">
-      HIGH
-    </Priority>
-    <Priority ctpid="139">
-      LOW
-    </Priority>
-    <Priority ctpid="140">
-      HIGH
-    </Priority>
-    <Priority ctpid="141">
-      HIGH
-    </Priority>
-    <Priority ctpid="142">
-      HIGH
-    </Priority>
-    <Priority ctpid="143">
-      HIGH
-    </Priority>
-    <Priority ctpid="144">
-      HIGH
-    </Priority>
-    <Priority ctpid="145">
-      HIGH
-    </Priority>
-    <Priority ctpid="146">
-      HIGH
-    </Priority>
-    <Priority ctpid="147">
-      HIGH
-    </Priority>
-    <Priority ctpid="148">
-      HIGH
-    </Priority>
-    <Priority ctpid="149">
-      HIGH
-    </Priority>
-    <Priority ctpid="150">
-      HIGH
-    </Priority>
-    <Priority ctpid="151">
-      LOW
-    </Priority>
-    <Priority ctpid="152">
-      HIGH
-    </Priority>
-    <Priority ctpid="153">
-      HIGH
-    </Priority>
-    <Priority ctpid="154">
-      HIGH
-    </Priority>
-    <Priority ctpid="155">
-      HIGH
-    </Priority>
-    <Priority ctpid="156">
-      HIGH
-    </Priority>
-    <Priority ctpid="157">
-      HIGH
-    </Priority>
-    <Priority ctpid="158">
-      HIGH
-    </Priority>
-    <Priority ctpid="159">
-      HIGH
-    </Priority>
-    <Priority ctpid="160">
-      HIGH
-    </Priority>
-    <Priority ctpid="161">
-      HIGH
-    </Priority>
-    <Priority ctpid="162">
-      HIGH
-    </Priority>
-    <Priority ctpid="163">
-      HIGH
-    </Priority>
-    <Priority ctpid="164">
-      HIGH
-    </Priority>
-    <Priority ctpid="165">
-      HIGH
-    </Priority>
-    <Priority ctpid="166">
-      HIGH
-    </Priority>
-    <Priority ctpid="167">
-      HIGH
-    </Priority>
-    <Priority ctpid="168">
-      HIGH
-    </Priority>
-    <Priority ctpid="169">
-      HIGH
-    </Priority>
-    <Priority ctpid="170">
-      HIGH
-    </Priority>
-    <Priority ctpid="171">
-      HIGH
-    </Priority>
-    <Priority ctpid="172">
-      HIGH
-    </Priority>
-    <Priority ctpid="173">
-      LOW
-    </Priority>
-    <Priority ctpid="174">
-      HIGH
-    </Priority>
-    <Priority ctpid="175">
-      HIGH
-    </Priority>
-    <Priority ctpid="176">
-      HIGH
-    </Priority>
-    <Priority ctpid="177">
-      HIGH
-    </Priority>
-    <Priority ctpid="178">
-      HIGH
-    </Priority>
-    <Priority ctpid="179">
-      HIGH
-    </Priority>
-    <Priority ctpid="180">
-      HIGH
-    </Priority>
-    <Priority ctpid="181">
-      HIGH
-    </Priority>
-    <Priority ctpid="182">
-      HIGH
-    </Priority>
-    <Priority ctpid="183">
-      HIGH
-    </Priority>
-    <Priority ctpid="184">
-      HIGH
-    </Priority>
-    <Priority ctpid="185">
-      HIGH
-    </Priority>
-    <Priority ctpid="186">
-      HIGH
-    </Priority>
-    <Priority ctpid="187">
-      HIGH
-    </Priority>
-    <Priority ctpid="188">
-      HIGH
-    </Priority>
-    <Priority ctpid="189">
-      LOW
-    </Priority>
-    <Priority ctpid="190">
-      HIGH
-    </Priority>
-    <Priority ctpid="191">
-      HIGH
-    </Priority>
-    <Priority ctpid="192">
-      HIGH
-    </Priority>
-    <Priority ctpid="193">
-      HIGH
-    </Priority>
-    <Priority ctpid="194">
-      HIGH
-    </Priority>
-    <Priority ctpid="195">
-      HIGH
-    </Priority>
-    <Priority ctpid="196">
-      HIGH
-    </Priority>
-    <Priority ctpid="197">
-      HIGH
-    </Priority>
-    <Priority ctpid="198">
-      HIGH
-    </Priority>
-    <Priority ctpid="199">
-      HIGH
-    </Priority>
-    <Priority ctpid="200">
-      HIGH
-    </Priority>
-    <Priority ctpid="201">
-      HIGH
-    </Priority>
-    <Priority ctpid="202">
-      HIGH
-    </Priority>
-    <Priority ctpid="203">
-      HIGH
-    </Priority>
-    <Priority ctpid="204">
-      HIGH
-    </Priority>
-    <Priority ctpid="205">
-      HIGH
-    </Priority>
-    <Priority ctpid="206">
-      HIGH
-    </Priority>
-    <Priority ctpid="207">
-      HIGH
-    </Priority>
-    <Priority ctpid="208">
-      HIGH
-    </Priority>
-    <Priority ctpid="209">
-      LOW
-    </Priority>
-    <Priority ctpid="210">
-      HIGH
-    </Priority>
-    <Priority ctpid="211">
-      HIGH
-    </Priority>
-    <Priority ctpid="212">
-      HIGH
-    </Priority>
-    <Priority ctpid="213">
-      HIGH
-    </Priority>
-    <Priority ctpid="214">
-      HIGH
-    </Priority>
-    <Priority ctpid="215">
-      HIGH
-    </Priority>
-    <Priority ctpid="216">
-      HIGH
-    </Priority>
-    <Priority ctpid="217">
-      HIGH
-    </Priority>
-    <Priority ctpid="218">
-      HIGH
-    </Priority>
-    <Priority ctpid="219">
-      HIGH
-    </Priority>
-    <Priority ctpid="220">
-      HIGH
-    </Priority>
-    <Priority ctpid="221">
-      HIGH
-    </Priority>
-    <Priority ctpid="222">
-      HIGH
-    </Priority>
-    <Priority ctpid="223">
-      HIGH
-    </Priority>
-    <Priority ctpid="224">
-      HIGH
-    </Priority>
-    <Priority ctpid="225">
-      HIGH
-    </Priority>
-    <Priority ctpid="226">
-      LOW
-    </Priority>
-    <Priority ctpid="227">
-      HIGH
-    </Priority>
-    <Priority ctpid="228">
-      LOW
-    </Priority>
-    <Priority ctpid="229">
-      HIGH
-    </Priority>
-    <Priority ctpid="230">
-      LOW
-    </Priority>
-    <Priority ctpid="231">
-      HIGH
-    </Priority>
-    <Priority ctpid="232">
-      HIGH
-    </Priority>
-    <Priority ctpid="233">
-      HIGH
-    </Priority>
-    <Priority ctpid="234">
-      HIGH
-    </Priority>
-    <Priority ctpid="235">
-      HIGH
-    </Priority>
-    <Priority ctpid="236">
-      HIGH
-    </Priority>
-    <Priority ctpid="237">
-      HIGH
-    </Priority>
-    <Priority ctpid="238">
-      HIGH
-    </Priority>
-    <Priority ctpid="239">
-      HIGH
-    </Priority>
-    <Priority ctpid="240">
-      HIGH
-    </Priority>
-    <Priority ctpid="241">
-      HIGH
-    </Priority>
-    <Priority ctpid="242">
-      HIGH
-    </Priority>
-    <Priority ctpid="243">
-      HIGH
-    </Priority>
-    <Priority ctpid="244">
-      HIGH
-    </Priority>
-    <Priority ctpid="245">
-      HIGH
-    </Priority>
-    <Priority ctpid="246">
-      LOW
-    </Priority>
-    <Priority ctpid="247">
-      HIGH
-    </Priority>
-    <Priority ctpid="248">
-      LOW
-    </Priority>
-    <Priority ctpid="249">
-      HIGH
-    </Priority>
-    <Priority ctpid="250">
-      HIGH
-    </Priority>
-    <Priority ctpid="251">
-      LOW
-    </Priority>
-    <Priority ctpid="252">
-      HIGH
-    </Priority>
-    <Priority ctpid="253">
-      HIGH
-    </Priority>
-    <Priority ctpid="254">
-      HIGH
-    </Priority>
-    <Priority ctpid="255">
-      HIGH
-    </Priority>
-  </PrioritySet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="MBTS_A0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bcdelay="3564" bitnum="1" id="2" mapping="0" name="ZB_EM14" seed="EM14" seed_multi="1" type="ZB" version="1">
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="0" name="NIM28" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM28full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="0" name="ZDC_A" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="5" mapping="0" name="BCM_Comb" type="BCMCMB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="0" name="BCM_AtoC" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="0" name="LUCID_A" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="0" name="BPTX0" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX0full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="9" mapping="1" name="MBTS_C" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="1" name="BPTX1" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX1full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="1" name="LUCID_C" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="1" name="BCM_CtoA" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="1" name="ZDC_C" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="1" name="NIM29" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM29full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="1" name="MBTS_A1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="2" name="BCM_Wide" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="2" name="ZDC_AND" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="2" name="NIM30" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM30full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="2" name="MBTS_A2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="3" name="MBTS_A3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="4" name="MBTS_A4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="5" name="NIMDIR5" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="5" name="MBTS_A5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="8" name="MBTS_A8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="10" name="MBTS_A10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="11" name="MBTS_A11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="12" name="MBTS_A12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="14" name="MBTS_A14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="14" name="NIM_B7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="15" name="MBTS_A15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="15" name="NIM_B7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="16" name="MBTS_C0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="16" name="NIM_A7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="17" name="NIM_A7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="18" name="MBTS_C2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="18" name="NIM_A7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="19" name="MBTS_C3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="19" name="NIM_A7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="20" name="MBTS_C4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="20" name="NIM_B7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="21" name="NIM_B7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="22" name="MBTS_C6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="22" name="NIM_ALFA_LOG" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_ALFA_LOGfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="23" name="MBTS_C7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="24" name="MBTS_C8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="26" name="NIMDIR26" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="27" name="MBTS_C11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="28" name="MBTS_C12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="30" name="MBTS_C14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="31" name="MBTS_C15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="51" mapping="0" name="MBTS_A" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="0" name="XE10" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="0" name="XS15" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="0" name="TE20" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="55" mapping="0" name="JF10" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="56" mapping="0" name="JB10" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="0" name="JE60" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="58" mapping="0" name="J10" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="59" mapping="0" name="HA6" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA6full" phimax="64" phimin="0" priority="1" thresholdval="6" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="60" mapping="0" name="EM3" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="61" mapping="1" name="MU6" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU6full" phimax="64" phimin="0" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="62" mapping="1" name="EM5" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="63" mapping="1" name="HA8" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8full" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="64" mapping="1" name="J15" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="1" name="JE100" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="66" mapping="1" name="JB30" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="67" mapping="1" name="JF30" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="1" name="TE180" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE180full" phimax="64" phimin="0" priority="0" thresholdval="180" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="69" mapping="1" name="XS20" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="70" mapping="1" name="XE20" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="71" mapping="2" name="MU10" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="72" mapping="2" name="EM7" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM7full" phimax="64" phimin="0" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="73" mapping="2" name="HA11" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11full" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="74" mapping="2" name="J20" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="75" mapping="2" name="JE140" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE140full" phimax="64" phimin="0" priority="0" thresholdval="140" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="2" name="JB50" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="77" mapping="2" name="JF50" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="2" name="TE300" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE300full" phimax="64" phimin="0" priority="0" thresholdval="300" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="79" mapping="2" name="XS25" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="80" mapping="2" name="XE25" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="81" mapping="3" name="MU11" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU11full" phimax="64" phimin="0" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="82" mapping="3" name="EM10" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM10full" phimax="64" phimin="0" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="83" mapping="3" name="HA11I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="5" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11Ifull" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="84" mapping="3" name="J30" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="3" name="JE200" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE200full" phimax="64" phimin="0" priority="0" thresholdval="200" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="86" mapping="3" name="JB75" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="87" mapping="3" name="JF75" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="3" name="TE400" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE400full" phimax="64" phimin="0" priority="0" thresholdval="400" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="3" name="XS30" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="3" name="XE30" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="91" mapping="4" name="MU15" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="92" mapping="4" name="EM12" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM12full" phimax="64" phimin="0" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="93" mapping="4" name="HA15" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA15full" phimax="64" phimin="0" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="94" mapping="4" name="J50" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="4" name="TE500" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="4" name="XS35" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="4" name="XE35" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="98" mapping="5" name="MU20" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="99" mapping="5" name="EM14" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM14full" phimax="64" phimin="0" priority="1" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="100" mapping="5" name="HA20" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="101" mapping="5" name="J75" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J75full" phimax="64" phimin="0" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="5" name="TE600" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE600full" phimax="64" phimin="0" priority="0" thresholdval="600" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="5" name="XS40" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="5" name="XE40" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="105" mapping="6" name="EM16" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM16full" phimax="64" phimin="0" priority="1" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="106" mapping="6" name="HA30" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="107" mapping="6" name="J175" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J175full" phimax="64" phimin="0" priority="0" thresholdval="175" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="6" name="TE700" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE700full" phimax="64" phimin="0" priority="0" thresholdval="700" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="6" name="XS45" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS45full" phimax="64" phimin="0" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="6" name="XE50" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="111" mapping="6" name="MBTS_A6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="7" name="EM30" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="113" mapping="7" name="HA50" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA50full" phimax="64" phimin="0" priority="1" thresholdval="50" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="7" name="J250" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J250full" phimax="64" phimin="0" priority="0" thresholdval="250" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="115" mapping="7" name="TE1000" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1000full" phimax="64" phimin="0" priority="0" thresholdval="1000" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="116" mapping="7" name="XS50" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="7" name="XE60" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="7" name="MBTS_A7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="9" name="MBTS_A9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="13" name="MBTS_A13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="17" name="MBTS_C1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="21" name="MBTS_C5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="25" name="NIMDIR25" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="124" mapping="25" name="MBTS_C9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="125" mapping="26" name="MBTS_C10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="126" mapping="29" name="MBTS_C13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="127" mapping="0" name="MU0" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU0full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name="rand01" rate1="0" rate2="0" seed1="1" seed2="1"/>
-  <Deadtime complex1_level="7" complex1_rate="415" complex2_level="7" complex2_rate="415" name="Physics" simple="5" version="1"/>
-  <BunchGroupSet name="bg_set1" version="1">
-    <BunchGroup internalNumber="0" name="BCRVeto" version="1">
-      <Bunch bunchNumber="2067"/>
-      <Bunch bunchNumber="2068"/>
-      <Bunch bunchNumber="2069"/>
-      <Bunch bunchNumber="2678"/>
-      <Bunch bunchNumber="7"/>
-      <Bunch bunchNumber="1234"/>
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled" version="1">
-      <Bunch bunchNumber="206"/>
-      <Bunch bunchNumber="207"/>
-      <Bunch bunchNumber="208"/>
-      <Bunch bunchNumber="267"/>
-      <Bunch bunchNumber="1"/>
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="EmptyCalib" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="3" name="Empty" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="6" name="EmptyAfterFilled" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="7" name="Unpaired" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01" version="1"/>
-  <MuctpiInfo name="muctpi" version="1">
-    <low_pt>
-      1
-    </low_pt>
-    <high_pt>
-      1
-    </high_pt>
-    <max_cand>
-      13
-    </max_cand>
-  </MuctpiInfo>
-  <CaloInfo global_scale="1.0" name="CaloInfo" version="1">
-    <JetWeight num="1">
-      13
-    </JetWeight>
-    <JetWeight num="2">
-      5
-    </JetWeight>
-    <JetWeight num="3">
-      7
-    </JetWeight>
-    <JetWeight num="4">
-      15
-    </JetWeight>
-    <JetWeight num="5">
-      23
-    </JetWeight>
-    <JetWeight num="6">
-      62
-    </JetWeight>
-    <JetWeight num="7">
-      88
-    </JetWeight>
-    <JetWeight num="8">
-      99
-    </JetWeight>
-    <JetWeight num="9">
-      0
-    </JetWeight>
-    <JetWeight num="10">
-      0
-    </JetWeight>
-    <JetWeight num="11">
-      0
-    </JetWeight>
-    <JetWeight num="12">
-      0
-    </JetWeight>
-    <METSignificance teSqrtMax="63" teSqrtMin="4" xeMax="63" xeMin="11" xsSigmaOffset="1280" xsSigmaScale="1120"/>
-  </CaloInfo>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v3.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v3.xml
deleted file mode 100644
index 1e3140f10485be701dbfab99e5ea2ed2ae5ab11a..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v3.xml
+++ /dev/null
@@ -1,4386 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config id="1" name="Physics_pp_v3">
-  <!--File is auto-generated by python config class, may be overwritten-->
-  <!--No. L1 thresholds defined: 127-->
-  <!--No. L1 items defined: 250-->
-  <TriggerMenu id="1" name="Physics_pp_v3" phase="lumi" version="1">
-    <TriggerItem comment="" ctpid="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="1" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="2" definition="(EM7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="3" definition="(EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="179" definition="(EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="4" definition="(EM16VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16VH_x1" triggerthreshold="EM16VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="5" definition="(EM18VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM18VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="85" definition="(EM30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM30_x1" triggerthreshold="EM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="10" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="11" definition="(EM5[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="9" definition="(EM7[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="178" definition="(EM12[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM12_x2" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="185" definition="(EM10VH[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="239" definition="(EM5[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM5" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM5_x3" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="30" definition="(EM3[x2]&amp;EM7[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_EM7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="224" definition="(EM3[x2]&amp;EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="202" definition="(EM5[x2]&amp;EM16VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5_EM16VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="EM16VH_x1" triggerthreshold="EM16VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="231" definition="(EM5[x3]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM5_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM5_x3" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="177" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM3_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="176" definition="(EM5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM5_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="53" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM3_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="221" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_EM3_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="58" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_EM3_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="89" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="90" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="91" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="93" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU11" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="88" definition="(MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU15" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="92" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU20" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="94" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="71" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="72" definition="(MU10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="76" definition="(MU4[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU4" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="200" definition="(MU6[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="52" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU4_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="219" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU4_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="162" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU4_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="160" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU4_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="165" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="164" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU10_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="161" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU20_FIRSTEMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="105" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU10_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="166" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU11_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="48" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU10_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="163" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU4_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="106" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU4_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="28" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_2MU6_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="36" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_2MU6_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="27" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU6_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="26" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="14" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU4_J15_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="7" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU4_J15_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="13" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU4_J15_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="12" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU4_J15_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="66" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="69" definition="(HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="64" definition="(HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="74" definition="(HA30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="67" definition="(HA50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA50_x1" triggerthreshold="HA50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="73" definition="(HA30[x1]&amp;!EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU30_NOTEM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <NOT>
-          <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="65" definition="(HA8I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8I_x1" triggerthreshold="HA8I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="29" definition="(HA11I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11I_x1" triggerthreshold="HA11I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="95" definition="(HA11[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="137" definition="(HA11I[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11I_x2" triggerthreshold="HA11I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="136" definition="(HA15[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="25" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_TAU8_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="222" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_TAU8_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="152" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_TAU8_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="59" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_TAU8_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="97" definition="(J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="98" definition="(J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="96" definition="(J20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="99" definition="(J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="102" definition="(J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="100" definition="(J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="111" definition="(J250[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J250" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J250_x1" triggerthreshold="J250"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="103" definition="(J350[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J350" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J350_x1" triggerthreshold="J350"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="23" definition="(J10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="223" definition="(J10[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J10_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="171" definition="(J10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="172" definition="(J30[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="159" definition="(J30[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J30_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="169" definition="(J30[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J30_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="156" definition="(J10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="157" definition="(J30[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="127" definition="(J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="220" definition="(J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="184" definition="(J20[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="186" definition="(J50[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="134" definition="(J75[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J75_x3" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="34" definition="(J10[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="104" definition="(J20[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="16" definition="(J30[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J30_x4" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="188" definition="(J10[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J10_x5" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="158" definition="(J20[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J20_x5" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="86" definition="(J10[x6]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_6J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="6" name="J10_x6" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="56" definition="(J10[x3]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="187" definition="(J15[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="43" definition="(J10[x2]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="114" definition="(J10[x2]&amp;J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J75" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="57" definition="(J15[x2]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="119" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="120" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="126" definition="((JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="128" definition="((JF75[x1]|JB75[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ75" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF75_x1" triggerthreshold="JF75"/>
-          <TriggerCondition multi="1" name="JB75_x1" triggerthreshold="JB75"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="24" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_FJ10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="175" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_FJ10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="61" definition="((JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_FJ10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="124" definition="(JF10[x1]&amp;JB10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-        <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="125" definition="(JF30[x1]&amp;JB30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-        <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="123" definition="(JF50[x1]&amp;JB50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-        <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="54" definition="(J10[x1]&amp;(JF10[x1]|JB10[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10_FJ10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF10_x1" triggerthreshold="JF10"/>
-          <TriggerCondition multi="1" name="JB10_x1" triggerthreshold="JB10"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="130" definition="(J30[x1]&amp;(JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_FJ30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="168" definition="(J50[x1]&amp;(JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_FJ50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="146" definition="(JE100[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE100" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE100_x1" triggerthreshold="JE100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="147" definition="(JE140[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE140" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE140_x1" triggerthreshold="JE140"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="148" definition="(JE200[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE200" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE200_x1" triggerthreshold="JE200"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="129" definition="(XE10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="131" definition="(XE60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="133" definition="(XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="115" definition="(XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="135" definition="(XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="116" definition="(XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="117" definition="(XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="118" definition="(XE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="138" definition="(TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="140" definition="(TE300[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE300" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE300_x1" triggerthreshold="TE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="229" definition="(TE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE500" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE500_x1" triggerthreshold="TE500"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="141" definition="(TE700[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE700" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE700_x1" triggerthreshold="TE700"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="167" definition="(TE800[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE800" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE800_x1" triggerthreshold="TE800"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="70" definition="(HA8[x2]&amp;HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="31" definition="(HA8I[x2]&amp;HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8I_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8I_x2" triggerthreshold="HA8I"/>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="80" definition="(HA8I[x2]&amp;HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8I_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8I_x2" triggerthreshold="HA8I"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="68" definition="(HA11[x2]&amp;HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="139" definition="(HA11I[x2]&amp;HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11I_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11I_x2" triggerthreshold="HA11I"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="32" definition="(HA11[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="39" definition="(HA30[x1]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU30_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="122" definition="(HA8[x2]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="110" definition="(HA8I[x2]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8I_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8I_x2" triggerthreshold="HA8I"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="38" definition="(HA8V[x2]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8V_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8V_x2" triggerthreshold="HA8V"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="113" definition="(HA11[x2]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="121" definition="(HA8[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="47" definition="(HA8I[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8I_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8I_x1" triggerthreshold="HA8I"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="194" definition="(HA11[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="132" definition="(HA11[x1]&amp;XE10[x1]&amp;J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XE10_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="33" definition="(HA15[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="101" definition="(HA15[x1]&amp;XE10[x1]&amp;J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE10_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="173" definition="(HA15[x1]&amp;XE25[x1]&amp;J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE25_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="209" definition="(HA15[x1]&amp;XE25[x1]&amp;J10[x3]&amp;J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE25_3J10_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="247" definition="(HA11[x1]&amp;J10[x2]&amp;J20[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_2J10_J20_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="143" definition="(HA15[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="144" definition="(HA15[x1]&amp;XS25[x1]&amp;J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XS25_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XS25_x1" triggerthreshold="XS25"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="87" definition="(MU4[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J10" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="244" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J15" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="51" definition="(MU4[x1]&amp;J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="55" definition="(MU4[x1]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J50" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="252" definition="(MU4[x1]&amp;J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J75" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="107" definition="(MU6[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6_J15" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="250" definition="(MU6[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_MU6" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="154" definition="(MU6[x2]&amp;EM5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_2MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="155" definition="(MU10[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_J10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="77" definition="(MU4[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="84" definition="(MU4[x1]&amp;J20[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J20_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="210" definition="(MU4[x1]&amp;J20[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J20_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="211" definition="(MU10[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="75" definition="(MU10[x1]&amp;XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_XE25" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="37" definition="(J30[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="212" definition="(J30[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE40" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="201" definition="(J50[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="170" definition="(J50[x1]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="35" definition="(J50[x1]&amp;XS25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XS25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XS25_x1" triggerthreshold="XS25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="20" definition="(J50[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="42" definition="(J10[x2]&amp;J30[x1]&amp;JE140[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J10_J30_JE140" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J10_x2" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="JE140_x1" triggerthreshold="JE140"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="213" definition="(J20[x2]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J20_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="207" definition="(J30[x2]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J30_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J30_x2" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="182" definition="(EM5[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="40" definition="(EM10VH[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_MU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="225" definition="(EM10VH[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="208" definition="(EM10VH[x1]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_XE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="6" definition="(EM10VH[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="243" definition="(EM5[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM5_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM5_x1" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="237" definition="(EM12[x1]&amp;J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_3J10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="151" definition="(EM12[x1]&amp;J10[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_4J10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="183" definition="(EM12[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="226" definition="(EM12[x1]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_XE30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="41" definition="(EM5[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM5_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM5_x2" triggerthreshold="EM5"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="17" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD0_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="18" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_RD0_FIRSTEMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="19" definition="(RNDM0&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_RD0_UNPAIRED_ISO" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="62" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD0_EMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="63" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD1_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="199" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD1_EMPTY" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="218" definition="(BCM_Comb[x7]&amp;BGRP0)" group="0" name="L1_BCM_HT_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="217" definition="(BCM_Wide[x1]&amp;BGRP0)" group="0" name="L1_BCM_Wide_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="216" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" group="0" name="L1_BCM_AC_CA_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="180" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_Wide_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="174" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_Wide_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="205" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_BCM_Wide_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="145" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_AC_CA_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="193" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="190" definition="(ZDC_A[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="191" definition="(ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="189" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="197" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="181" definition="(ZDC_AND[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_AND_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="234" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="196" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="195" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_ZDC_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="227" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="15" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_4_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="206" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="21" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MBTS_4_4_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="214" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="215" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="249" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_COMM" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="245" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="232" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="233" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_COMM_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="238" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="203" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="204" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_LUCID_A_C_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="240" definition="(ZB_EM14[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZB" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM14_x1" triggerthreshold="ZB_EM14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="241" definition="(BPTX0[x1]&amp;BGRP0)" group="0" name="L1_BPTX0_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="242" definition="(BPTX1[x1]&amp;BGRP0)" group="0" name="L1_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="253" definition="(NIM28[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ0" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="254" definition="(NIM29[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ1" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="255" definition="(NIM30[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ2" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="82" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C19" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="83" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_NIM_S9C1C20" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="78" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_TRT" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="79" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_L1A_Mon" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="235" definition="((((MBTS_A[x1]|ZDC_A[x1]|LUCID_A[x1])&amp;(MBTS_C[x1]|ZDC_C[x1]|LUCID_C[x1]))|BCM_Wide[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBLZ" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <AND>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-              <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-              <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-            </OR>
-            <OR>
-              <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-              <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-              <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-            </OR>
-          </AND>
-          <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="22" definition="(XS60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="44" definition="(XS65[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS65" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS65_x1" triggerthreshold="XS65"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="49" definition="(XS25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS25_x1" triggerthreshold="XS25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="50" definition="(XS30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="81" definition="(XS35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="112" definition="(XS40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="153" definition="(XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS45" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="142" definition="(XS50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="45" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ALFA_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="46" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ALFA_BGRP7" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="109" definition="((MBTS_A[x2]|MBTS_C[x2])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MBTS_2_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="108" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="60" definition="BGRP7" group="0" name="L1_BGRP7" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP7"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="228" definition="(EM7[x1]&amp;XS30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM7_XS30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="150" definition="(EM7[x1]&amp;XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM7_XS45" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="236" definition="(EM12[x1]&amp;XS30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_XS30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="149" definition="(EM12[x1]&amp;XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_XS45" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="8" definition="(HA15[x1]&amp;XS35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XS35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="Physics_pp_v3_default_prescale" version="1">
-    <Prescale ctpid="0" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="1" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="2" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="3" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="4" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="5" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="6" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="7" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="8" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="9" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="10" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="11" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="12" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="13" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="14" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="15" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="16" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="17" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="18" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="19" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="20" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="21" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="22" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="23" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="24" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="25" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="26" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="27" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="28" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="29" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="30" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="31" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="32" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="33" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="34" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="35" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="36" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="37" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="38" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="39" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="40" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="41" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="42" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="43" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="44" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="45" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="46" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="47" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="48" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="49" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="50" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="51" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="52" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="53" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="54" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="55" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="56" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="57" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="58" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="59" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="60" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="61" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="62" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="63" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="64" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="65" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="66" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="67" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="68" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="69" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="70" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="71" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="72" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="73" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="74" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="75" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="76" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="77" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="78" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="79" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="80" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="81" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="82" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="83" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="84" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="85" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="86" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="87" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="88" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="89" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="90" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="91" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="92" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="93" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="94" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="95" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="96" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="97" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="98" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="99" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="100" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="101" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="102" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="103" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="104" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="105" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="106" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="107" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="108" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="109" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="110" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="111" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="112" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="113" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="114" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="115" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="116" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="117" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="118" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="119" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="120" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="121" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="122" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="123" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="124" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="125" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="126" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="127" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="128" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="129" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="130" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="131" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="132" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="133" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="134" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="135" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="136" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="137" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="138" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="139" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="140" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="141" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="142" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="143" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="144" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="145" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="146" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="147" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="148" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="149" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="150" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="151" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="152" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="153" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="154" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="155" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="156" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="157" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="158" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="159" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="160" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="161" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="162" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="163" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="164" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="165" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="166" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="167" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="168" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="169" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="170" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="171" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="172" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="173" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="174" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="175" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="176" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="177" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="178" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="179" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="180" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="181" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="182" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="183" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="184" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="185" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="186" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="187" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="188" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="189" d="0" m="0" n="-1">
-      -1
-    </Prescale>
-    <Prescale ctpid="190" d="0" m="0" n="-1">
-      -1
-    </Prescale>
-    <Prescale ctpid="191" d="0" m="0" n="-1">
-      -1
-    </Prescale>
-    <Prescale ctpid="192" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="193" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="194" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="195" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="196" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="197" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="198" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="199" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="200" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="201" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="202" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="203" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="204" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="205" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="206" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="207" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="208" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="209" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="210" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="211" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="212" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="213" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="214" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="215" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="216" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="217" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="218" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="219" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="220" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="221" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="222" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="223" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="224" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="225" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="226" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="227" d="0" m="0" n="184000">
-      184000
-    </Prescale>
-    <Prescale ctpid="228" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="229" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="230" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="231" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="232" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="233" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="234" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="235" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="236" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="237" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="238" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="239" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="240" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="241" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="242" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="243" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="244" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="245" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="246" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="247" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="248" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="249" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="250" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="251" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="252" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="253" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="254" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="255" d="0" m="0" n="1">
-      1
-    </Prescale>
-  </PrescaleSet>
-  <PrioritySet name="standard" version="1">
-    <Priority ctpid="0">
-      HIGH
-    </Priority>
-    <Priority ctpid="1">
-      HIGH
-    </Priority>
-    <Priority ctpid="2">
-      HIGH
-    </Priority>
-    <Priority ctpid="3">
-      HIGH
-    </Priority>
-    <Priority ctpid="4">
-      HIGH
-    </Priority>
-    <Priority ctpid="5">
-      HIGH
-    </Priority>
-    <Priority ctpid="6">
-      HIGH
-    </Priority>
-    <Priority ctpid="7">
-      HIGH
-    </Priority>
-    <Priority ctpid="8">
-      HIGH
-    </Priority>
-    <Priority ctpid="9">
-      HIGH
-    </Priority>
-    <Priority ctpid="10">
-      HIGH
-    </Priority>
-    <Priority ctpid="11">
-      HIGH
-    </Priority>
-    <Priority ctpid="12">
-      HIGH
-    </Priority>
-    <Priority ctpid="13">
-      HIGH
-    </Priority>
-    <Priority ctpid="14">
-      HIGH
-    </Priority>
-    <Priority ctpid="15">
-      HIGH
-    </Priority>
-    <Priority ctpid="16">
-      HIGH
-    </Priority>
-    <Priority ctpid="17">
-      HIGH
-    </Priority>
-    <Priority ctpid="18">
-      HIGH
-    </Priority>
-    <Priority ctpid="19">
-      HIGH
-    </Priority>
-    <Priority ctpid="20">
-      HIGH
-    </Priority>
-    <Priority ctpid="21">
-      HIGH
-    </Priority>
-    <Priority ctpid="22">
-      HIGH
-    </Priority>
-    <Priority ctpid="23">
-      HIGH
-    </Priority>
-    <Priority ctpid="24">
-      HIGH
-    </Priority>
-    <Priority ctpid="25">
-      HIGH
-    </Priority>
-    <Priority ctpid="26">
-      HIGH
-    </Priority>
-    <Priority ctpid="27">
-      HIGH
-    </Priority>
-    <Priority ctpid="28">
-      HIGH
-    </Priority>
-    <Priority ctpid="29">
-      HIGH
-    </Priority>
-    <Priority ctpid="30">
-      HIGH
-    </Priority>
-    <Priority ctpid="31">
-      HIGH
-    </Priority>
-    <Priority ctpid="32">
-      HIGH
-    </Priority>
-    <Priority ctpid="33">
-      HIGH
-    </Priority>
-    <Priority ctpid="34">
-      HIGH
-    </Priority>
-    <Priority ctpid="35">
-      HIGH
-    </Priority>
-    <Priority ctpid="36">
-      HIGH
-    </Priority>
-    <Priority ctpid="37">
-      HIGH
-    </Priority>
-    <Priority ctpid="38">
-      HIGH
-    </Priority>
-    <Priority ctpid="39">
-      HIGH
-    </Priority>
-    <Priority ctpid="40">
-      HIGH
-    </Priority>
-    <Priority ctpid="41">
-      HIGH
-    </Priority>
-    <Priority ctpid="42">
-      HIGH
-    </Priority>
-    <Priority ctpid="43">
-      HIGH
-    </Priority>
-    <Priority ctpid="44">
-      HIGH
-    </Priority>
-    <Priority ctpid="45">
-      HIGH
-    </Priority>
-    <Priority ctpid="46">
-      HIGH
-    </Priority>
-    <Priority ctpid="47">
-      HIGH
-    </Priority>
-    <Priority ctpid="48">
-      HIGH
-    </Priority>
-    <Priority ctpid="49">
-      HIGH
-    </Priority>
-    <Priority ctpid="50">
-      HIGH
-    </Priority>
-    <Priority ctpid="51">
-      HIGH
-    </Priority>
-    <Priority ctpid="52">
-      HIGH
-    </Priority>
-    <Priority ctpid="53">
-      HIGH
-    </Priority>
-    <Priority ctpid="54">
-      HIGH
-    </Priority>
-    <Priority ctpid="55">
-      HIGH
-    </Priority>
-    <Priority ctpid="56">
-      HIGH
-    </Priority>
-    <Priority ctpid="57">
-      HIGH
-    </Priority>
-    <Priority ctpid="58">
-      HIGH
-    </Priority>
-    <Priority ctpid="59">
-      HIGH
-    </Priority>
-    <Priority ctpid="60">
-      HIGH
-    </Priority>
-    <Priority ctpid="61">
-      HIGH
-    </Priority>
-    <Priority ctpid="62">
-      HIGH
-    </Priority>
-    <Priority ctpid="63">
-      HIGH
-    </Priority>
-    <Priority ctpid="64">
-      HIGH
-    </Priority>
-    <Priority ctpid="65">
-      HIGH
-    </Priority>
-    <Priority ctpid="66">
-      HIGH
-    </Priority>
-    <Priority ctpid="67">
-      HIGH
-    </Priority>
-    <Priority ctpid="68">
-      HIGH
-    </Priority>
-    <Priority ctpid="69">
-      HIGH
-    </Priority>
-    <Priority ctpid="70">
-      HIGH
-    </Priority>
-    <Priority ctpid="71">
-      HIGH
-    </Priority>
-    <Priority ctpid="72">
-      HIGH
-    </Priority>
-    <Priority ctpid="73">
-      HIGH
-    </Priority>
-    <Priority ctpid="74">
-      HIGH
-    </Priority>
-    <Priority ctpid="75">
-      HIGH
-    </Priority>
-    <Priority ctpid="76">
-      HIGH
-    </Priority>
-    <Priority ctpid="77">
-      HIGH
-    </Priority>
-    <Priority ctpid="78">
-      HIGH
-    </Priority>
-    <Priority ctpid="79">
-      HIGH
-    </Priority>
-    <Priority ctpid="80">
-      HIGH
-    </Priority>
-    <Priority ctpid="81">
-      HIGH
-    </Priority>
-    <Priority ctpid="82">
-      HIGH
-    </Priority>
-    <Priority ctpid="83">
-      HIGH
-    </Priority>
-    <Priority ctpid="84">
-      HIGH
-    </Priority>
-    <Priority ctpid="85">
-      HIGH
-    </Priority>
-    <Priority ctpid="86">
-      HIGH
-    </Priority>
-    <Priority ctpid="87">
-      HIGH
-    </Priority>
-    <Priority ctpid="88">
-      HIGH
-    </Priority>
-    <Priority ctpid="89">
-      HIGH
-    </Priority>
-    <Priority ctpid="90">
-      HIGH
-    </Priority>
-    <Priority ctpid="91">
-      HIGH
-    </Priority>
-    <Priority ctpid="92">
-      HIGH
-    </Priority>
-    <Priority ctpid="93">
-      HIGH
-    </Priority>
-    <Priority ctpid="94">
-      HIGH
-    </Priority>
-    <Priority ctpid="95">
-      HIGH
-    </Priority>
-    <Priority ctpid="96">
-      HIGH
-    </Priority>
-    <Priority ctpid="97">
-      HIGH
-    </Priority>
-    <Priority ctpid="98">
-      HIGH
-    </Priority>
-    <Priority ctpid="99">
-      HIGH
-    </Priority>
-    <Priority ctpid="100">
-      HIGH
-    </Priority>
-    <Priority ctpid="101">
-      HIGH
-    </Priority>
-    <Priority ctpid="102">
-      HIGH
-    </Priority>
-    <Priority ctpid="103">
-      HIGH
-    </Priority>
-    <Priority ctpid="104">
-      HIGH
-    </Priority>
-    <Priority ctpid="105">
-      HIGH
-    </Priority>
-    <Priority ctpid="106">
-      HIGH
-    </Priority>
-    <Priority ctpid="107">
-      HIGH
-    </Priority>
-    <Priority ctpid="108">
-      HIGH
-    </Priority>
-    <Priority ctpid="109">
-      HIGH
-    </Priority>
-    <Priority ctpid="110">
-      HIGH
-    </Priority>
-    <Priority ctpid="111">
-      HIGH
-    </Priority>
-    <Priority ctpid="112">
-      HIGH
-    </Priority>
-    <Priority ctpid="113">
-      HIGH
-    </Priority>
-    <Priority ctpid="114">
-      HIGH
-    </Priority>
-    <Priority ctpid="115">
-      HIGH
-    </Priority>
-    <Priority ctpid="116">
-      HIGH
-    </Priority>
-    <Priority ctpid="117">
-      HIGH
-    </Priority>
-    <Priority ctpid="118">
-      HIGH
-    </Priority>
-    <Priority ctpid="119">
-      HIGH
-    </Priority>
-    <Priority ctpid="120">
-      HIGH
-    </Priority>
-    <Priority ctpid="121">
-      HIGH
-    </Priority>
-    <Priority ctpid="122">
-      HIGH
-    </Priority>
-    <Priority ctpid="123">
-      HIGH
-    </Priority>
-    <Priority ctpid="124">
-      HIGH
-    </Priority>
-    <Priority ctpid="125">
-      HIGH
-    </Priority>
-    <Priority ctpid="126">
-      HIGH
-    </Priority>
-    <Priority ctpid="127">
-      HIGH
-    </Priority>
-    <Priority ctpid="128">
-      HIGH
-    </Priority>
-    <Priority ctpid="129">
-      HIGH
-    </Priority>
-    <Priority ctpid="130">
-      HIGH
-    </Priority>
-    <Priority ctpid="131">
-      HIGH
-    </Priority>
-    <Priority ctpid="132">
-      HIGH
-    </Priority>
-    <Priority ctpid="133">
-      HIGH
-    </Priority>
-    <Priority ctpid="134">
-      HIGH
-    </Priority>
-    <Priority ctpid="135">
-      HIGH
-    </Priority>
-    <Priority ctpid="136">
-      HIGH
-    </Priority>
-    <Priority ctpid="137">
-      HIGH
-    </Priority>
-    <Priority ctpid="138">
-      HIGH
-    </Priority>
-    <Priority ctpid="139">
-      HIGH
-    </Priority>
-    <Priority ctpid="140">
-      HIGH
-    </Priority>
-    <Priority ctpid="141">
-      HIGH
-    </Priority>
-    <Priority ctpid="142">
-      HIGH
-    </Priority>
-    <Priority ctpid="143">
-      HIGH
-    </Priority>
-    <Priority ctpid="144">
-      HIGH
-    </Priority>
-    <Priority ctpid="145">
-      HIGH
-    </Priority>
-    <Priority ctpid="146">
-      HIGH
-    </Priority>
-    <Priority ctpid="147">
-      HIGH
-    </Priority>
-    <Priority ctpid="148">
-      HIGH
-    </Priority>
-    <Priority ctpid="149">
-      HIGH
-    </Priority>
-    <Priority ctpid="150">
-      HIGH
-    </Priority>
-    <Priority ctpid="151">
-      HIGH
-    </Priority>
-    <Priority ctpid="152">
-      HIGH
-    </Priority>
-    <Priority ctpid="153">
-      HIGH
-    </Priority>
-    <Priority ctpid="154">
-      HIGH
-    </Priority>
-    <Priority ctpid="155">
-      HIGH
-    </Priority>
-    <Priority ctpid="156">
-      HIGH
-    </Priority>
-    <Priority ctpid="157">
-      HIGH
-    </Priority>
-    <Priority ctpid="158">
-      HIGH
-    </Priority>
-    <Priority ctpid="159">
-      HIGH
-    </Priority>
-    <Priority ctpid="160">
-      HIGH
-    </Priority>
-    <Priority ctpid="161">
-      HIGH
-    </Priority>
-    <Priority ctpid="162">
-      HIGH
-    </Priority>
-    <Priority ctpid="163">
-      HIGH
-    </Priority>
-    <Priority ctpid="164">
-      HIGH
-    </Priority>
-    <Priority ctpid="165">
-      HIGH
-    </Priority>
-    <Priority ctpid="166">
-      HIGH
-    </Priority>
-    <Priority ctpid="167">
-      HIGH
-    </Priority>
-    <Priority ctpid="168">
-      HIGH
-    </Priority>
-    <Priority ctpid="169">
-      HIGH
-    </Priority>
-    <Priority ctpid="170">
-      HIGH
-    </Priority>
-    <Priority ctpid="171">
-      HIGH
-    </Priority>
-    <Priority ctpid="172">
-      HIGH
-    </Priority>
-    <Priority ctpid="173">
-      HIGH
-    </Priority>
-    <Priority ctpid="174">
-      HIGH
-    </Priority>
-    <Priority ctpid="175">
-      HIGH
-    </Priority>
-    <Priority ctpid="176">
-      HIGH
-    </Priority>
-    <Priority ctpid="177">
-      HIGH
-    </Priority>
-    <Priority ctpid="178">
-      HIGH
-    </Priority>
-    <Priority ctpid="179">
-      HIGH
-    </Priority>
-    <Priority ctpid="180">
-      HIGH
-    </Priority>
-    <Priority ctpid="181">
-      HIGH
-    </Priority>
-    <Priority ctpid="182">
-      HIGH
-    </Priority>
-    <Priority ctpid="183">
-      HIGH
-    </Priority>
-    <Priority ctpid="184">
-      HIGH
-    </Priority>
-    <Priority ctpid="185">
-      HIGH
-    </Priority>
-    <Priority ctpid="186">
-      HIGH
-    </Priority>
-    <Priority ctpid="187">
-      HIGH
-    </Priority>
-    <Priority ctpid="188">
-      HIGH
-    </Priority>
-    <Priority ctpid="189">
-      HIGH
-    </Priority>
-    <Priority ctpid="190">
-      HIGH
-    </Priority>
-    <Priority ctpid="191">
-      HIGH
-    </Priority>
-    <Priority ctpid="192">
-      LOW
-    </Priority>
-    <Priority ctpid="193">
-      HIGH
-    </Priority>
-    <Priority ctpid="194">
-      HIGH
-    </Priority>
-    <Priority ctpid="195">
-      HIGH
-    </Priority>
-    <Priority ctpid="196">
-      HIGH
-    </Priority>
-    <Priority ctpid="197">
-      HIGH
-    </Priority>
-    <Priority ctpid="198">
-      LOW
-    </Priority>
-    <Priority ctpid="199">
-      HIGH
-    </Priority>
-    <Priority ctpid="200">
-      HIGH
-    </Priority>
-    <Priority ctpid="201">
-      HIGH
-    </Priority>
-    <Priority ctpid="202">
-      HIGH
-    </Priority>
-    <Priority ctpid="203">
-      HIGH
-    </Priority>
-    <Priority ctpid="204">
-      HIGH
-    </Priority>
-    <Priority ctpid="205">
-      HIGH
-    </Priority>
-    <Priority ctpid="206">
-      HIGH
-    </Priority>
-    <Priority ctpid="207">
-      HIGH
-    </Priority>
-    <Priority ctpid="208">
-      HIGH
-    </Priority>
-    <Priority ctpid="209">
-      HIGH
-    </Priority>
-    <Priority ctpid="210">
-      HIGH
-    </Priority>
-    <Priority ctpid="211">
-      HIGH
-    </Priority>
-    <Priority ctpid="212">
-      HIGH
-    </Priority>
-    <Priority ctpid="213">
-      HIGH
-    </Priority>
-    <Priority ctpid="214">
-      HIGH
-    </Priority>
-    <Priority ctpid="215">
-      HIGH
-    </Priority>
-    <Priority ctpid="216">
-      HIGH
-    </Priority>
-    <Priority ctpid="217">
-      HIGH
-    </Priority>
-    <Priority ctpid="218">
-      HIGH
-    </Priority>
-    <Priority ctpid="219">
-      HIGH
-    </Priority>
-    <Priority ctpid="220">
-      HIGH
-    </Priority>
-    <Priority ctpid="221">
-      HIGH
-    </Priority>
-    <Priority ctpid="222">
-      HIGH
-    </Priority>
-    <Priority ctpid="223">
-      HIGH
-    </Priority>
-    <Priority ctpid="224">
-      HIGH
-    </Priority>
-    <Priority ctpid="225">
-      HIGH
-    </Priority>
-    <Priority ctpid="226">
-      HIGH
-    </Priority>
-    <Priority ctpid="227">
-      HIGH
-    </Priority>
-    <Priority ctpid="228">
-      HIGH
-    </Priority>
-    <Priority ctpid="229">
-      HIGH
-    </Priority>
-    <Priority ctpid="230">
-      LOW
-    </Priority>
-    <Priority ctpid="231">
-      HIGH
-    </Priority>
-    <Priority ctpid="232">
-      HIGH
-    </Priority>
-    <Priority ctpid="233">
-      HIGH
-    </Priority>
-    <Priority ctpid="234">
-      HIGH
-    </Priority>
-    <Priority ctpid="235">
-      HIGH
-    </Priority>
-    <Priority ctpid="236">
-      HIGH
-    </Priority>
-    <Priority ctpid="237">
-      HIGH
-    </Priority>
-    <Priority ctpid="238">
-      HIGH
-    </Priority>
-    <Priority ctpid="239">
-      HIGH
-    </Priority>
-    <Priority ctpid="240">
-      HIGH
-    </Priority>
-    <Priority ctpid="241">
-      HIGH
-    </Priority>
-    <Priority ctpid="242">
-      HIGH
-    </Priority>
-    <Priority ctpid="243">
-      HIGH
-    </Priority>
-    <Priority ctpid="244">
-      HIGH
-    </Priority>
-    <Priority ctpid="245">
-      HIGH
-    </Priority>
-    <Priority ctpid="246">
-      LOW
-    </Priority>
-    <Priority ctpid="247">
-      HIGH
-    </Priority>
-    <Priority ctpid="248">
-      LOW
-    </Priority>
-    <Priority ctpid="249">
-      HIGH
-    </Priority>
-    <Priority ctpid="250">
-      HIGH
-    </Priority>
-    <Priority ctpid="251">
-      LOW
-    </Priority>
-    <Priority ctpid="252">
-      HIGH
-    </Priority>
-    <Priority ctpid="253">
-      HIGH
-    </Priority>
-    <Priority ctpid="254">
-      HIGH
-    </Priority>
-    <Priority ctpid="255">
-      HIGH
-    </Priority>
-  </PrioritySet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="0" name="MBTS_A0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bcdelay="3564" bitnum="1" id="2" mapping="0" name="ZB_EM14" seed="EM14" seed_multi="1" type="ZB" version="1">
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="0" name="NIM28" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM28full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="0" name="ZDC_A" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="5" mapping="0" name="BCM_Comb" type="BCMCMB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="0" name="BCM_AtoC" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="0" name="LUCID_A" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="0" name="BPTX0" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX0full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="9" mapping="1" name="MBTS_C" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="1" name="BPTX1" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX1full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="1" name="LUCID_C" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="1" name="BCM_CtoA" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="1" name="ZDC_C" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="1" name="NIM29" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM29full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="1" name="MBTS_A1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="2" name="BCM_Wide" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="2" name="ZDC_AND" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="2" name="NIM30" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM30full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="2" name="MBTS_A2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="3" name="MBTS_A3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="4" name="MBTS_A4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="5" name="NIMDIR5" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="5" name="MBTS_A5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="8" name="MBTS_A8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="10" name="MBTS_A10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="11" name="MBTS_A11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="12" name="MBTS_A12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="14" name="MBTS_A14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="14" name="NIM_B7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="15" name="MBTS_A15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="15" name="NIM_B7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="16" name="MBTS_C0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="16" name="NIM_A7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="17" name="NIM_A7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="18" name="MBTS_C2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="18" name="NIM_A7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="19" name="MBTS_C3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="19" name="NIM_A7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="20" name="MBTS_C4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="20" name="NIM_B7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="21" name="NIM_B7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="22" name="MBTS_C6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="22" name="NIM_ALFA_LOG" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_ALFA_LOGfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="23" name="MBTS_C7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="24" name="MBTS_C8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="26" name="NIMDIR26" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="27" name="MBTS_C11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="28" name="MBTS_C12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="30" name="MBTS_C14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="31" name="MBTS_C15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="51" mapping="0" name="MBTS_A" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="0" name="XE10" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="0" name="XS25" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="0" name="TE20" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="55" mapping="0" name="JF10" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="56" mapping="0" name="JB10" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB10full" phimax="64" phimin="0" priority="2" thresholdval="10" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="0" name="JE60" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="58" mapping="0" name="J10" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="59" mapping="0" name="HA8" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8full" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="60" mapping="0" name="EM3" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="61" mapping="1" name="MU6" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU6full" phimax="64" phimin="0" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="62" mapping="1" name="EM5" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM5full" phimax="64" phimin="0" priority="1" thresholdval="5" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="63" mapping="1" name="HA8V" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8Vfull" phimax="64" phimin="0" priority="1" thresholdval="10" type="TAU" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-16" had_isolation="63" had_veto="63" name="HA8Vfull" phimax="64" phimin="0" priority="2" thresholdval="8" type="TAU" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="16" etamin="8" had_isolation="63" had_veto="63" name="HA8Vfull" phimax="64" phimin="0" priority="2" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="64" mapping="1" name="J15" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="1" name="JE100" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="66" mapping="1" name="JB30" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="67" mapping="1" name="JF30" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="1" name="TE300" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE300full" phimax="64" phimin="0" priority="0" thresholdval="300" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="69" mapping="1" name="XS30" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="70" mapping="1" name="XE20" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="71" mapping="2" name="MU10" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="72" mapping="2" name="EM7" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM7full" phimax="64" phimin="0" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="73" mapping="2" name="HA8I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8Ifull" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="74" mapping="2" name="J20" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="75" mapping="2" name="JE140" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE140full" phimax="64" phimin="0" priority="0" thresholdval="140" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="2" name="JB50" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="77" mapping="2" name="JF50" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="2" name="TE500" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="79" mapping="2" name="XS35" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="80" mapping="2" name="XE25" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="81" mapping="3" name="MU11" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU11full" phimax="64" phimin="0" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="82" mapping="3" name="EM10VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM10VHfull" phimax="64" phimin="0" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-20" had_isolation="63" had_veto="1" name="EM10VHfull" phimax="64" phimin="0" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="8" had_isolation="63" had_veto="1" name="EM10VHfull" phimax="64" phimin="0" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="83" mapping="3" name="HA11" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11full" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="84" mapping="3" name="J30" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="3" name="JE200" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE200full" phimax="64" phimin="0" priority="0" thresholdval="200" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="86" mapping="3" name="JB75" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="87" mapping="3" name="JF75" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="3" name="TE700" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE700full" phimax="64" phimin="0" priority="0" thresholdval="700" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="3" name="XS40" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="3" name="XE30" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="91" mapping="4" name="MU15" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="92" mapping="4" name="EM12" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM12full" phimax="64" phimin="0" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="93" mapping="4" name="HA11I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11Ifull" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="94" mapping="4" name="J50" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="4" name="TE800" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE800full" phimax="64" phimin="0" priority="0" thresholdval="800" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="4" name="XS45" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS45full" phimax="64" phimin="0" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="4" name="XE35" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="98" mapping="5" name="MU20" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="99" mapping="5" name="EM16VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="1" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-12" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="12" etamin="8" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-12" etamin="-16" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="16" etamin="12" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-16" etamin="-20" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="16" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="100" mapping="5" name="HA15" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA15full" phimax="64" phimin="0" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="101" mapping="5" name="J75" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J75full" phimax="64" phimin="0" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="5" name="TE1000" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1000full" phimax="64" phimin="0" priority="0" thresholdval="1000" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="5" name="XS50" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="5" name="XE40" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="105" mapping="6" name="EM18VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="1" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-12" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="12" etamin="8" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-12" etamin="-16" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="16" etamin="12" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-16" etamin="-20" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="16" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="106" mapping="6" name="HA30" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="107" mapping="6" name="J250" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J250full" phimax="64" phimin="0" priority="0" thresholdval="250" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="6" name="TE1200" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1200full" phimax="64" phimin="0" priority="0" thresholdval="1200" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="6" name="XS60" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="6" name="XE50" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="111" mapping="6" name="MBTS_A6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="7" name="EM30" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="113" mapping="7" name="HA50" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA50full" phimax="64" phimin="0" priority="1" thresholdval="50" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="7" name="J350" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J350full" phimax="64" phimin="0" priority="0" thresholdval="350" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="115" mapping="7" name="TE1400" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1400full" phimax="64" phimin="0" priority="0" thresholdval="1400" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="116" mapping="7" name="XS65" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS65full" phimax="64" phimin="0" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="7" name="XE60" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="7" name="MBTS_A7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="9" name="MBTS_A9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="13" name="MBTS_A13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="17" name="MBTS_C1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="21" name="MBTS_C5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="25" name="NIMDIR25" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="124" mapping="25" name="MBTS_C9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="125" mapping="26" name="MBTS_C10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="126" mapping="29" name="MBTS_C13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="127" mapping="0" name="MU4" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU4full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name="rand01" rate1="0" rate2="0" seed1="1" seed2="1"/>
-  <Deadtime complex1_level="7" complex1_rate="415" complex2_level="7" complex2_rate="415" name="Physics" simple="5" version="1"/>
-  <BunchGroupSet name="bg_set1" version="1">
-    <BunchGroup internalNumber="0" name="BCRVeto" version="1">
-      <Bunch bunchNumber="2067"/>
-      <Bunch bunchNumber="2068"/>
-      <Bunch bunchNumber="2069"/>
-      <Bunch bunchNumber="2678"/>
-      <Bunch bunchNumber="7"/>
-      <Bunch bunchNumber="1234"/>
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled" version="1">
-      <Bunch bunchNumber="206"/>
-      <Bunch bunchNumber="207"/>
-      <Bunch bunchNumber="208"/>
-      <Bunch bunchNumber="267"/>
-      <Bunch bunchNumber="1"/>
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="EmptyCalib" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="3" name="Empty" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="6" name="EmptyAfterFilled" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="7" name="Unpaired" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01" version="1"/>
-  <MuctpiInfo name="muctpi" version="1">
-    <low_pt>
-      1
-    </low_pt>
-    <high_pt>
-      1
-    </high_pt>
-    <max_cand>
-      13
-    </max_cand>
-  </MuctpiInfo>
-  <CaloInfo global_scale="1.0" name="CaloInfo" version="1">
-    <JetWeight num="1">
-      13
-    </JetWeight>
-    <JetWeight num="2">
-      5
-    </JetWeight>
-    <JetWeight num="3">
-      7
-    </JetWeight>
-    <JetWeight num="4">
-      15
-    </JetWeight>
-    <JetWeight num="5">
-      23
-    </JetWeight>
-    <JetWeight num="6">
-      100
-    </JetWeight>
-    <JetWeight num="7">
-      137
-    </JetWeight>
-    <JetWeight num="8">
-      137
-    </JetWeight>
-    <JetWeight num="9">
-      0
-    </JetWeight>
-    <JetWeight num="10">
-      0
-    </JetWeight>
-    <JetWeight num="11">
-      0
-    </JetWeight>
-    <JetWeight num="12">
-      0
-    </JetWeight>
-    <METSignificance teSqrtMax="63" teSqrtMin="4" xeMax="63" xeMin="11" xsSigmaOffset="1280" xsSigmaScale="1120"/>
-  </CaloInfo>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v4.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v4.xml
deleted file mode 100644
index d63c7eb13ca18889d0a1e065469296c7b5aa01b0..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v4.xml
+++ /dev/null
@@ -1,4485 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config id="1" name="Physics_pp_v4">
-  <!--File is auto-generated by python config class, may be overwritten-->
-  <!--No. L1 thresholds defined: 139-->
-  <!--No. L1 items defined: 252-->
-  <TriggerMenu id="1" name="Physics_pp_v4" phase="lumi" version="1">
-    <TriggerItem comment="" ctpid="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="1" definition="(EM6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="3" definition="(EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="179" definition="(EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="38" definition="(EM14VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="2" definition="(EM16V[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16V" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16V_x1" triggerthreshold="EM16V"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="5" definition="(EM16VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16VH_x1" triggerthreshold="EM16VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="4" definition="(EM18VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM18VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="85" definition="(EM30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM30_x1" triggerthreshold="EM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="83" definition="(EM30[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_EM30_BGRP7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM30_x1" triggerthreshold="EM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="10" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="11" definition="(EM6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM6_x2" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="178" definition="(EM12[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM12_x2" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="185" definition="(EM10VH[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="80" definition="(EM12[x2]&amp;EM16V[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM12_EM16V" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM12_x2" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="EM16V_x1" triggerthreshold="EM16V"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="239" definition="(EM6[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM6_x3" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="9" definition="(EM3[x2]&amp;EM6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_EM6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="224" definition="(EM3[x2]&amp;EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="202" definition="(EM6[x2]&amp;EM16VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM6_EM16VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM6_x2" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="EM16VH_x1" triggerthreshold="EM16VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="231" definition="(EM6[x3]&amp;EM14VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM6_EM14VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM6_x3" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="177" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM3_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="176" definition="(EM6[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM6_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="53" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM3_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="221" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_EM3_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="58" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_EM3_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="89" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="90" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="91" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="93" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU11" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="88" definition="(MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU15" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="92" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU20" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="246" definition="(NIM_MUB[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MUB" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_MUB_x1" triggerthreshold="NIM_MUB"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="251" definition="(NIM_MUE[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MUE" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_MUE_x1" triggerthreshold="NIM_MUE"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="94" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="71" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="72" definition="(MU10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="76" definition="(MU4[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU4" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="200" definition="(MU6[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="77" definition="(MU4[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="190" definition="(((MU4[x2]&amp;!NIM_MUE[x1])|MU4[x3])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_BARRELONLY" trigger_type="10001000" version="1">
-      <AND>
-        <OR>
-          <AND>
-            <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-            <NOT>
-              <TriggerCondition multi="1" name="NIM_MUE_x1" triggerthreshold="NIM_MUE"/>
-            </NOT>
-          </AND>
-          <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="191" definition="(MU4[x2]&amp;NIM_MUB[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_MU6_BARREL" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="NIM_MUB_x1" triggerthreshold="NIM_MUB"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="235" definition="(MU4[x2]&amp;NIM_MUB[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_BARREL" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="NIM_MUB_x1" triggerthreshold="NIM_MUB"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="147" definition="(MU6[x2]&amp;NIM_MUB[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6_BARREL" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="NIM_MUB_x1" triggerthreshold="NIM_MUB"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="148" definition="(((MU6[x2]&amp;!NIM_MUE[x1])|MU6[x3])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6_BARRELONLY" trigger_type="10001000" version="1">
-      <AND>
-        <OR>
-          <AND>
-            <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-            <NOT>
-              <TriggerCondition multi="1" name="NIM_MUE_x1" triggerthreshold="NIM_MUE"/>
-            </NOT>
-          </AND>
-          <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="146" definition="(MU6[x2]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6_MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="192" definition="(MU4[x3]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU4_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="52" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU4_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="219" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU4_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="162" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU4_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="160" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU4_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="165" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="164" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU10_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="161" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU20_FIRSTEMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="105" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU10_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="166" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU11_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="48" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU10_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="163" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU4_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="106" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU4_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="28" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_2MU6_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="36" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_2MU6_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="14" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU4_J15_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="13" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU4_J15_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="66" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="69" definition="(HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="64" definition="(HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="65" definition="(HA15I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15I_x1" triggerthreshold="HA15I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="74" definition="(HA20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="73" definition="(HA40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="29" definition="(HA11I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11I_x1" triggerthreshold="HA11I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="95" definition="(HA11[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="137" definition="(HA11I[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11I_x2" triggerthreshold="HA11I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="136" definition="(HA15[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="70" definition="(HA20[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA20_x2" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="68" definition="(HA11[x2]&amp;HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="139" definition="(HA11I[x2]&amp;HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11I_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11I_x2" triggerthreshold="HA11I"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="25" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_TAU8_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="222" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_TAU8_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="152" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_TAU8_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="59" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_TAU8_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="97" definition="(J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="98" definition="(J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="96" definition="(J20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="99" definition="(J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="102" definition="(J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="100" definition="(J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="103" definition="(J350[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J350" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J350_x1" triggerthreshold="J350"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="23" definition="(J10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="223" definition="(J10[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J10_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="171" definition="(J10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="172" definition="(J30[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="159" definition="(J30[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J30_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="169" definition="(J30[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J30_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="156" definition="(J10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="157" definition="(J30[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="220" definition="(J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="184" definition="(J20[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="34" definition="(J10[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="104" definition="(J20[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="188" definition="(J10[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J10_x5" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="181" definition="(J15[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J15_x5" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="158" definition="(J20[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J20_x5" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="86" definition="(J10[x6]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_6J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="6" name="J10_x6" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="187" definition="(J15[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="21" definition="(J15[x3]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J15_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="120" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="126" definition="((JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="128" definition="((JF75[x1]|JB75[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ75" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF75_x1" triggerthreshold="JF75"/>
-          <TriggerCondition multi="1" name="JB75_x1" triggerthreshold="JB75"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="24" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_FJ30_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="175" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_FJ30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="61" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_FJ30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="111" definition="(JF15[x1]&amp;JB15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-        <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="125" definition="(JF30[x1]&amp;JB30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-        <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="123" definition="(JF50[x1]&amp;JB50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-        <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="130" definition="(J30[x1]&amp;(JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_FJ30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="168" definition="(J50[x1]&amp;(JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_FJ50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="131" definition="(XE60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="133" definition="(XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="115" definition="(XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="135" definition="(XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="116" definition="(XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="117" definition="(XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="118" definition="(XE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="129" definition="(XE70[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE70" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE70_x1" triggerthreshold="XE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="31" definition="(XE35[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_XE35_BGRP7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="47" definition="(XE40[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_XE40_BGRP7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="134" definition="(XE50[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_XE50_BGRP7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="138" definition="(TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="140" definition="(TE300[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE300" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE300_x1" triggerthreshold="TE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="229" definition="(TE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE500" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE500_x1" triggerthreshold="TE500"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="141" definition="(TE700[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE700" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE700_x1" triggerthreshold="TE700"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="167" definition="(TE800[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE800" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE800_x1" triggerthreshold="TE800"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="22" definition="(XS60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="44" definition="(XS65[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS65" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS65_x1" triggerthreshold="XS65"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="50" definition="(XS30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="12" definition="(XS55[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS55" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS55_x1" triggerthreshold="XS55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="153" definition="(XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS45" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="142" definition="(XS50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="113" definition="(HA11[x2]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="67" definition="(HA11I[x2]&amp;EM14VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11I_EM14VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11I_x2" triggerthreshold="HA11I"/>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="132" definition="(HA11[x2]&amp;HA20[x1]&amp;EM14VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_TAU20_EM14VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="39" definition="(HA11[x2]&amp;HA20[x1]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_TAU20_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="121" definition="(HA8[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="194" definition="(HA11[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="101" definition="(HA15[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="143" definition="(HA15[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="7" definition="(HA15I[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15I_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15I_x1" triggerthreshold="HA15I"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="247" definition="(HA15I[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15I_XE40" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15I_x1" triggerthreshold="HA15I"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="248" definition="(HA20[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU20_XE40" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="114" definition="(HA20[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU20_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="33" definition="(HA15[x1]&amp;XE25[x1]&amp;J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE25_3J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="8" definition="(HA15[x1]&amp;XS35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XS35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="87" definition="(MU4[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J10" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="244" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J15" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="51" definition="(MU4[x1]&amp;J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="55" definition="(MU4[x1]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J50" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="252" definition="(MU4[x1]&amp;J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J75" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="195" definition="(MU6[x1]&amp;J20[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6_2J20" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="234" definition="(MU10[x1]&amp;J20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_J20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="107" definition="(MU6[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6_J15" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="211" definition="(MU10[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="75" definition="(MU10[x1]&amp;XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_XE25" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="16" definition="(MU4[x2]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_XE40" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="54" definition="(MU4[x2]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_XE30" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="84" definition="(MU4[x1]&amp;J20[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J20_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="210" definition="(MU4[x1]&amp;J20[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J20_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="37" definition="(J30[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="212" definition="(J30[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE40" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="20" definition="(J50[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="213" definition="(J20[x2]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J20_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="207" definition="(J30[x2]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J30_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J30_x2" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="122" definition="(J50[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE40" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="201" definition="(J30[x1]&amp;XE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="170" definition="(J50[x1]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="182" definition="(EM6[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM6_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="40" definition="(EM10VH[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_MU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="243" definition="(EM6[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM6_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="250" definition="(MU6[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_MU6" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="230" definition="(EM16VH[x1]&amp;MU4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16VH_MU4" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16VH_x1" triggerthreshold="EM16VH"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="154" definition="(MU6[x2]&amp;EM6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM6_2MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="41" definition="(EM6[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM6_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM6_x2" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="43" definition="(MU4[x2]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_EM3" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="56" definition="(MU4[x2]&amp;EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_2EM3" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="225" definition="(EM10VH[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="208" definition="(EM10VH[x1]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_XE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="6" definition="(EM10VH[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="183" definition="(EM12[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="226" definition="(EM16V[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16V_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16V_x1" triggerthreshold="EM16V"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="151" definition="(EM12[x1]&amp;J10[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_4J10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="228" definition="(EM16V[x1]&amp;XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16V_XS45" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16V_x1" triggerthreshold="EM16V"/>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="150" definition="(EM6[x1]&amp;XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM6_XS45" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="236" definition="(EM12[x1]&amp;XS30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_XS30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="149" definition="(EM12[x1]&amp;XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_XS45" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="26" definition="(EM6[x1]&amp;XS50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM6_XS50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="27" definition="(EM6[x1]&amp;XS60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM6_XS60" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="30" definition="(EM6[x1]&amp;XS55[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM6_XS55" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="XS55_x1" triggerthreshold="XS55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="17" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD0_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="18" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_RD0_FIRSTEMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="19" definition="(RNDM0&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_RD0_UNPAIRED_ISO" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="62" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD0_EMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="63" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD1_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="199" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD1_EMPTY" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="119" definition="(NIMDIR36[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LHCF" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR36_x1" triggerthreshold="NIMDIR36"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="218" definition="(BCM_Comb[x7]&amp;BGRP0)" group="0" name="L1_BCM_HT_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="217" definition="(BCM_Wide[x1]&amp;BGRP0)" group="0" name="L1_BCM_Wide_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="216" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" group="0" name="L1_BCM_AC_CA_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="180" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_Wide_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="174" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_Wide_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="205" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_BCM_Wide_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="145" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_AC_CA_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="193" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="189" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="197" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="196" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="42" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="227" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="15" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_4_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="206" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="214" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="215" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="249" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_COMM" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="82" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_COMM_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="245" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="232" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="233" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_COMM_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="238" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="203" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="204" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_LUCID_A_C_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="240" definition="(ZB_EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZB" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM12_x1" triggerthreshold="ZB_EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="241" definition="(BPTX0[x1]&amp;BGRP0)" group="0" name="L1_BPTX0_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="242" definition="(BPTX1[x1]&amp;BGRP0)" group="0" name="L1_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="253" definition="(NIM28[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ0" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="254" definition="(NIM29[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ1" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="255" definition="(NIM30[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ2" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="78" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_TRT" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="79" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_L1A_Mon" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="45" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ALFA_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="46" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ALFA_BGRP7" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="124" definition="(NIM_ALFA_LOG_OD[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ALFA_EMPTY_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_OD_x1" triggerthreshold="NIM_ALFA_LOG_OD"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="110" definition="(NIM_ALFA_LOG_OD[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ALFA_BGRP7_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_OD_x1" triggerthreshold="NIM_ALFA_LOG_OD"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="109" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MBTS_2_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="108" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="60" definition="BGRP7" group="0" name="L1_BGRP7" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP7"/>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="186" definition="(HA8[x2]&amp;HA15[x1]&amp;(JF15[x1]|JB15[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8_TAU15_FJ15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-          <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="127" definition="(HA8[x2]&amp;HA15[x1]&amp;J15CF[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8_TAU15_J15CF" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="J15CF_x1" triggerthreshold="J15CF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="49" definition="(HA8[x2]&amp;HA11I[x1]&amp;EM10VH[x1]&amp;(JF15[x1]|JB15[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8_TAU11I_EM10VH_FJ15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="HA11I_x1" triggerthreshold="HA11I"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-          <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="81" definition="(HA8[x2]&amp;HA11I[x1]&amp;EM10VH[x1]&amp;J15CF[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU8_TAU11I_EM10VH_J15CF" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA8_x2" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="HA11I_x1" triggerthreshold="HA11I"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="J15CF_x1" triggerthreshold="J15CF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="209" definition="(EM14VH[x1]&amp;(JF15[x1]|JB15[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14VH_FJ15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-          <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="144" definition="(EM14VH[x1]&amp;J15CF[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14VH_J15CF" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <TriggerCondition multi="1" name="J15CF_x1" triggerthreshold="J15CF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="32" definition="(MU10[x1]&amp;(JF15[x1]|JB15[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_FJ15" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-          <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="173" definition="(MU10[x1]&amp;J15CF[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_J15CF" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="J15CF_x1" triggerthreshold="J15CF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="57" definition="(J15[x3]&amp;(JF15[x1]|JB15[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J15_FJ15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-          <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="237" definition="(J15[x2]&amp;(JF15[x1]&amp;JB15[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15_2FJ15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="JF15_x1" triggerthreshold="JF15"/>
-        <TriggerCondition multi="1" name="JB15_x1" triggerthreshold="JB15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="Physics_pp_v4_default_prescale" version="1">
-    <Prescale ctpid="0" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="1" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="2" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="3" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="4" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="5" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="6" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="7" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="8" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="9" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="10" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="11" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="12" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="13" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="14" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="15" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="16" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="17" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="18" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="19" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="20" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="21" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="22" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="23" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="24" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="25" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="26" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="27" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="28" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="29" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="30" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="31" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="32" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="33" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="34" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="35" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="36" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="37" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="38" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="39" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="40" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="41" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="42" d="0" m="0" n="1840000">
-      1840000
-    </Prescale>
-    <Prescale ctpid="43" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="44" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="45" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="46" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="47" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="48" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="49" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="50" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="51" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="52" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="53" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="54" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="55" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="56" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="57" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="58" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="59" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="60" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="61" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="62" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="63" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="64" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="65" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="66" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="67" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="68" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="69" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="70" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="71" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="72" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="73" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="74" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="75" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="76" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="77" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="78" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="79" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="80" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="81" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="82" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="83" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="84" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="85" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="86" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="87" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="88" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="89" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="90" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="91" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="92" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="93" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="94" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="95" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="96" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="97" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="98" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="99" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="100" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="101" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="102" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="103" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="104" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="105" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="106" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="107" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="108" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="109" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="110" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="111" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="112" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="113" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="114" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="115" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="116" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="117" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="118" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="119" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="120" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="121" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="122" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="123" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="124" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="125" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="126" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="127" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="128" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="129" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="130" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="131" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="132" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="133" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="134" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="135" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="136" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="137" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="138" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="139" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="140" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="141" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="142" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="143" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="144" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="145" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="146" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="147" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="148" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="149" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="150" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="151" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="152" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="153" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="154" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="155" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="156" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="157" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="158" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="159" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="160" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="161" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="162" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="163" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="164" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="165" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="166" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="167" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="168" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="169" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="170" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="171" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="172" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="173" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="174" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="175" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="176" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="177" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="178" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="179" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="180" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="181" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="182" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="183" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="184" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="185" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="186" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="187" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="188" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="189" d="0" m="0" n="-1">
-      -1
-    </Prescale>
-    <Prescale ctpid="190" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="191" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="192" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="193" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="194" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="195" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="196" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="197" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="198" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="199" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="200" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="201" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="202" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="203" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="204" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="205" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="206" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="207" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="208" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="209" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="210" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="211" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="212" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="213" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="214" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="215" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="216" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="217" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="218" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="219" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="220" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="221" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="222" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="223" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="224" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="225" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="226" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="227" d="0" m="0" n="184000">
-      184000
-    </Prescale>
-    <Prescale ctpid="228" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="229" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="230" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="231" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="232" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="233" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="234" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="235" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="236" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="237" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="238" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="239" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="240" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="241" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="242" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="243" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="244" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="245" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="246" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="247" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="248" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="249" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="250" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="251" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="252" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="253" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="254" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="255" d="0" m="0" n="1">
-      1
-    </Prescale>
-  </PrescaleSet>
-  <PrioritySet name="standard" version="1">
-    <Priority ctpid="0">
-      HIGH
-    </Priority>
-    <Priority ctpid="1">
-      HIGH
-    </Priority>
-    <Priority ctpid="2">
-      HIGH
-    </Priority>
-    <Priority ctpid="3">
-      HIGH
-    </Priority>
-    <Priority ctpid="4">
-      HIGH
-    </Priority>
-    <Priority ctpid="5">
-      HIGH
-    </Priority>
-    <Priority ctpid="6">
-      HIGH
-    </Priority>
-    <Priority ctpid="7">
-      HIGH
-    </Priority>
-    <Priority ctpid="8">
-      HIGH
-    </Priority>
-    <Priority ctpid="9">
-      HIGH
-    </Priority>
-    <Priority ctpid="10">
-      HIGH
-    </Priority>
-    <Priority ctpid="11">
-      HIGH
-    </Priority>
-    <Priority ctpid="12">
-      HIGH
-    </Priority>
-    <Priority ctpid="13">
-      HIGH
-    </Priority>
-    <Priority ctpid="14">
-      HIGH
-    </Priority>
-    <Priority ctpid="15">
-      HIGH
-    </Priority>
-    <Priority ctpid="16">
-      HIGH
-    </Priority>
-    <Priority ctpid="17">
-      HIGH
-    </Priority>
-    <Priority ctpid="18">
-      HIGH
-    </Priority>
-    <Priority ctpid="19">
-      HIGH
-    </Priority>
-    <Priority ctpid="20">
-      HIGH
-    </Priority>
-    <Priority ctpid="21">
-      HIGH
-    </Priority>
-    <Priority ctpid="22">
-      HIGH
-    </Priority>
-    <Priority ctpid="23">
-      HIGH
-    </Priority>
-    <Priority ctpid="24">
-      HIGH
-    </Priority>
-    <Priority ctpid="25">
-      HIGH
-    </Priority>
-    <Priority ctpid="26">
-      HIGH
-    </Priority>
-    <Priority ctpid="27">
-      HIGH
-    </Priority>
-    <Priority ctpid="28">
-      HIGH
-    </Priority>
-    <Priority ctpid="29">
-      HIGH
-    </Priority>
-    <Priority ctpid="30">
-      HIGH
-    </Priority>
-    <Priority ctpid="31">
-      HIGH
-    </Priority>
-    <Priority ctpid="32">
-      HIGH
-    </Priority>
-    <Priority ctpid="33">
-      HIGH
-    </Priority>
-    <Priority ctpid="34">
-      HIGH
-    </Priority>
-    <Priority ctpid="35">
-      LOW
-    </Priority>
-    <Priority ctpid="36">
-      HIGH
-    </Priority>
-    <Priority ctpid="37">
-      HIGH
-    </Priority>
-    <Priority ctpid="38">
-      HIGH
-    </Priority>
-    <Priority ctpid="39">
-      HIGH
-    </Priority>
-    <Priority ctpid="40">
-      HIGH
-    </Priority>
-    <Priority ctpid="41">
-      HIGH
-    </Priority>
-    <Priority ctpid="42">
-      HIGH
-    </Priority>
-    <Priority ctpid="43">
-      HIGH
-    </Priority>
-    <Priority ctpid="44">
-      HIGH
-    </Priority>
-    <Priority ctpid="45">
-      HIGH
-    </Priority>
-    <Priority ctpid="46">
-      HIGH
-    </Priority>
-    <Priority ctpid="47">
-      HIGH
-    </Priority>
-    <Priority ctpid="48">
-      HIGH
-    </Priority>
-    <Priority ctpid="49">
-      HIGH
-    </Priority>
-    <Priority ctpid="50">
-      HIGH
-    </Priority>
-    <Priority ctpid="51">
-      HIGH
-    </Priority>
-    <Priority ctpid="52">
-      HIGH
-    </Priority>
-    <Priority ctpid="53">
-      HIGH
-    </Priority>
-    <Priority ctpid="54">
-      HIGH
-    </Priority>
-    <Priority ctpid="55">
-      HIGH
-    </Priority>
-    <Priority ctpid="56">
-      HIGH
-    </Priority>
-    <Priority ctpid="57">
-      HIGH
-    </Priority>
-    <Priority ctpid="58">
-      HIGH
-    </Priority>
-    <Priority ctpid="59">
-      HIGH
-    </Priority>
-    <Priority ctpid="60">
-      HIGH
-    </Priority>
-    <Priority ctpid="61">
-      HIGH
-    </Priority>
-    <Priority ctpid="62">
-      HIGH
-    </Priority>
-    <Priority ctpid="63">
-      HIGH
-    </Priority>
-    <Priority ctpid="64">
-      HIGH
-    </Priority>
-    <Priority ctpid="65">
-      HIGH
-    </Priority>
-    <Priority ctpid="66">
-      HIGH
-    </Priority>
-    <Priority ctpid="67">
-      HIGH
-    </Priority>
-    <Priority ctpid="68">
-      HIGH
-    </Priority>
-    <Priority ctpid="69">
-      HIGH
-    </Priority>
-    <Priority ctpid="70">
-      HIGH
-    </Priority>
-    <Priority ctpid="71">
-      HIGH
-    </Priority>
-    <Priority ctpid="72">
-      HIGH
-    </Priority>
-    <Priority ctpid="73">
-      HIGH
-    </Priority>
-    <Priority ctpid="74">
-      HIGH
-    </Priority>
-    <Priority ctpid="75">
-      HIGH
-    </Priority>
-    <Priority ctpid="76">
-      HIGH
-    </Priority>
-    <Priority ctpid="77">
-      HIGH
-    </Priority>
-    <Priority ctpid="78">
-      HIGH
-    </Priority>
-    <Priority ctpid="79">
-      HIGH
-    </Priority>
-    <Priority ctpid="80">
-      HIGH
-    </Priority>
-    <Priority ctpid="81">
-      HIGH
-    </Priority>
-    <Priority ctpid="82">
-      HIGH
-    </Priority>
-    <Priority ctpid="83">
-      HIGH
-    </Priority>
-    <Priority ctpid="84">
-      HIGH
-    </Priority>
-    <Priority ctpid="85">
-      HIGH
-    </Priority>
-    <Priority ctpid="86">
-      HIGH
-    </Priority>
-    <Priority ctpid="87">
-      HIGH
-    </Priority>
-    <Priority ctpid="88">
-      HIGH
-    </Priority>
-    <Priority ctpid="89">
-      HIGH
-    </Priority>
-    <Priority ctpid="90">
-      HIGH
-    </Priority>
-    <Priority ctpid="91">
-      HIGH
-    </Priority>
-    <Priority ctpid="92">
-      HIGH
-    </Priority>
-    <Priority ctpid="93">
-      HIGH
-    </Priority>
-    <Priority ctpid="94">
-      HIGH
-    </Priority>
-    <Priority ctpid="95">
-      HIGH
-    </Priority>
-    <Priority ctpid="96">
-      HIGH
-    </Priority>
-    <Priority ctpid="97">
-      HIGH
-    </Priority>
-    <Priority ctpid="98">
-      HIGH
-    </Priority>
-    <Priority ctpid="99">
-      HIGH
-    </Priority>
-    <Priority ctpid="100">
-      HIGH
-    </Priority>
-    <Priority ctpid="101">
-      HIGH
-    </Priority>
-    <Priority ctpid="102">
-      HIGH
-    </Priority>
-    <Priority ctpid="103">
-      HIGH
-    </Priority>
-    <Priority ctpid="104">
-      HIGH
-    </Priority>
-    <Priority ctpid="105">
-      HIGH
-    </Priority>
-    <Priority ctpid="106">
-      HIGH
-    </Priority>
-    <Priority ctpid="107">
-      HIGH
-    </Priority>
-    <Priority ctpid="108">
-      HIGH
-    </Priority>
-    <Priority ctpid="109">
-      HIGH
-    </Priority>
-    <Priority ctpid="110">
-      HIGH
-    </Priority>
-    <Priority ctpid="111">
-      HIGH
-    </Priority>
-    <Priority ctpid="112">
-      LOW
-    </Priority>
-    <Priority ctpid="113">
-      HIGH
-    </Priority>
-    <Priority ctpid="114">
-      HIGH
-    </Priority>
-    <Priority ctpid="115">
-      HIGH
-    </Priority>
-    <Priority ctpid="116">
-      HIGH
-    </Priority>
-    <Priority ctpid="117">
-      HIGH
-    </Priority>
-    <Priority ctpid="118">
-      HIGH
-    </Priority>
-    <Priority ctpid="119">
-      HIGH
-    </Priority>
-    <Priority ctpid="120">
-      HIGH
-    </Priority>
-    <Priority ctpid="121">
-      HIGH
-    </Priority>
-    <Priority ctpid="122">
-      HIGH
-    </Priority>
-    <Priority ctpid="123">
-      HIGH
-    </Priority>
-    <Priority ctpid="124">
-      HIGH
-    </Priority>
-    <Priority ctpid="125">
-      HIGH
-    </Priority>
-    <Priority ctpid="126">
-      HIGH
-    </Priority>
-    <Priority ctpid="127">
-      HIGH
-    </Priority>
-    <Priority ctpid="128">
-      HIGH
-    </Priority>
-    <Priority ctpid="129">
-      HIGH
-    </Priority>
-    <Priority ctpid="130">
-      HIGH
-    </Priority>
-    <Priority ctpid="131">
-      HIGH
-    </Priority>
-    <Priority ctpid="132">
-      HIGH
-    </Priority>
-    <Priority ctpid="133">
-      HIGH
-    </Priority>
-    <Priority ctpid="134">
-      HIGH
-    </Priority>
-    <Priority ctpid="135">
-      HIGH
-    </Priority>
-    <Priority ctpid="136">
-      HIGH
-    </Priority>
-    <Priority ctpid="137">
-      HIGH
-    </Priority>
-    <Priority ctpid="138">
-      HIGH
-    </Priority>
-    <Priority ctpid="139">
-      HIGH
-    </Priority>
-    <Priority ctpid="140">
-      HIGH
-    </Priority>
-    <Priority ctpid="141">
-      HIGH
-    </Priority>
-    <Priority ctpid="142">
-      HIGH
-    </Priority>
-    <Priority ctpid="143">
-      HIGH
-    </Priority>
-    <Priority ctpid="144">
-      HIGH
-    </Priority>
-    <Priority ctpid="145">
-      HIGH
-    </Priority>
-    <Priority ctpid="146">
-      HIGH
-    </Priority>
-    <Priority ctpid="147">
-      HIGH
-    </Priority>
-    <Priority ctpid="148">
-      HIGH
-    </Priority>
-    <Priority ctpid="149">
-      HIGH
-    </Priority>
-    <Priority ctpid="150">
-      HIGH
-    </Priority>
-    <Priority ctpid="151">
-      HIGH
-    </Priority>
-    <Priority ctpid="152">
-      HIGH
-    </Priority>
-    <Priority ctpid="153">
-      HIGH
-    </Priority>
-    <Priority ctpid="154">
-      HIGH
-    </Priority>
-    <Priority ctpid="155">
-      LOW
-    </Priority>
-    <Priority ctpid="156">
-      HIGH
-    </Priority>
-    <Priority ctpid="157">
-      HIGH
-    </Priority>
-    <Priority ctpid="158">
-      HIGH
-    </Priority>
-    <Priority ctpid="159">
-      HIGH
-    </Priority>
-    <Priority ctpid="160">
-      HIGH
-    </Priority>
-    <Priority ctpid="161">
-      HIGH
-    </Priority>
-    <Priority ctpid="162">
-      HIGH
-    </Priority>
-    <Priority ctpid="163">
-      HIGH
-    </Priority>
-    <Priority ctpid="164">
-      HIGH
-    </Priority>
-    <Priority ctpid="165">
-      HIGH
-    </Priority>
-    <Priority ctpid="166">
-      HIGH
-    </Priority>
-    <Priority ctpid="167">
-      HIGH
-    </Priority>
-    <Priority ctpid="168">
-      HIGH
-    </Priority>
-    <Priority ctpid="169">
-      HIGH
-    </Priority>
-    <Priority ctpid="170">
-      HIGH
-    </Priority>
-    <Priority ctpid="171">
-      HIGH
-    </Priority>
-    <Priority ctpid="172">
-      HIGH
-    </Priority>
-    <Priority ctpid="173">
-      HIGH
-    </Priority>
-    <Priority ctpid="174">
-      HIGH
-    </Priority>
-    <Priority ctpid="175">
-      HIGH
-    </Priority>
-    <Priority ctpid="176">
-      HIGH
-    </Priority>
-    <Priority ctpid="177">
-      HIGH
-    </Priority>
-    <Priority ctpid="178">
-      HIGH
-    </Priority>
-    <Priority ctpid="179">
-      HIGH
-    </Priority>
-    <Priority ctpid="180">
-      HIGH
-    </Priority>
-    <Priority ctpid="181">
-      HIGH
-    </Priority>
-    <Priority ctpid="182">
-      HIGH
-    </Priority>
-    <Priority ctpid="183">
-      HIGH
-    </Priority>
-    <Priority ctpid="184">
-      HIGH
-    </Priority>
-    <Priority ctpid="185">
-      HIGH
-    </Priority>
-    <Priority ctpid="186">
-      HIGH
-    </Priority>
-    <Priority ctpid="187">
-      HIGH
-    </Priority>
-    <Priority ctpid="188">
-      HIGH
-    </Priority>
-    <Priority ctpid="189">
-      HIGH
-    </Priority>
-    <Priority ctpid="190">
-      HIGH
-    </Priority>
-    <Priority ctpid="191">
-      HIGH
-    </Priority>
-    <Priority ctpid="192">
-      HIGH
-    </Priority>
-    <Priority ctpid="193">
-      HIGH
-    </Priority>
-    <Priority ctpid="194">
-      HIGH
-    </Priority>
-    <Priority ctpid="195">
-      HIGH
-    </Priority>
-    <Priority ctpid="196">
-      HIGH
-    </Priority>
-    <Priority ctpid="197">
-      HIGH
-    </Priority>
-    <Priority ctpid="198">
-      LOW
-    </Priority>
-    <Priority ctpid="199">
-      HIGH
-    </Priority>
-    <Priority ctpid="200">
-      HIGH
-    </Priority>
-    <Priority ctpid="201">
-      HIGH
-    </Priority>
-    <Priority ctpid="202">
-      HIGH
-    </Priority>
-    <Priority ctpid="203">
-      HIGH
-    </Priority>
-    <Priority ctpid="204">
-      HIGH
-    </Priority>
-    <Priority ctpid="205">
-      HIGH
-    </Priority>
-    <Priority ctpid="206">
-      HIGH
-    </Priority>
-    <Priority ctpid="207">
-      HIGH
-    </Priority>
-    <Priority ctpid="208">
-      HIGH
-    </Priority>
-    <Priority ctpid="209">
-      HIGH
-    </Priority>
-    <Priority ctpid="210">
-      HIGH
-    </Priority>
-    <Priority ctpid="211">
-      HIGH
-    </Priority>
-    <Priority ctpid="212">
-      HIGH
-    </Priority>
-    <Priority ctpid="213">
-      HIGH
-    </Priority>
-    <Priority ctpid="214">
-      HIGH
-    </Priority>
-    <Priority ctpid="215">
-      HIGH
-    </Priority>
-    <Priority ctpid="216">
-      HIGH
-    </Priority>
-    <Priority ctpid="217">
-      HIGH
-    </Priority>
-    <Priority ctpid="218">
-      HIGH
-    </Priority>
-    <Priority ctpid="219">
-      HIGH
-    </Priority>
-    <Priority ctpid="220">
-      HIGH
-    </Priority>
-    <Priority ctpid="221">
-      HIGH
-    </Priority>
-    <Priority ctpid="222">
-      HIGH
-    </Priority>
-    <Priority ctpid="223">
-      HIGH
-    </Priority>
-    <Priority ctpid="224">
-      HIGH
-    </Priority>
-    <Priority ctpid="225">
-      HIGH
-    </Priority>
-    <Priority ctpid="226">
-      HIGH
-    </Priority>
-    <Priority ctpid="227">
-      HIGH
-    </Priority>
-    <Priority ctpid="228">
-      HIGH
-    </Priority>
-    <Priority ctpid="229">
-      HIGH
-    </Priority>
-    <Priority ctpid="230">
-      HIGH
-    </Priority>
-    <Priority ctpid="231">
-      HIGH
-    </Priority>
-    <Priority ctpid="232">
-      HIGH
-    </Priority>
-    <Priority ctpid="233">
-      HIGH
-    </Priority>
-    <Priority ctpid="234">
-      HIGH
-    </Priority>
-    <Priority ctpid="235">
-      HIGH
-    </Priority>
-    <Priority ctpid="236">
-      HIGH
-    </Priority>
-    <Priority ctpid="237">
-      HIGH
-    </Priority>
-    <Priority ctpid="238">
-      HIGH
-    </Priority>
-    <Priority ctpid="239">
-      HIGH
-    </Priority>
-    <Priority ctpid="240">
-      HIGH
-    </Priority>
-    <Priority ctpid="241">
-      HIGH
-    </Priority>
-    <Priority ctpid="242">
-      HIGH
-    </Priority>
-    <Priority ctpid="243">
-      HIGH
-    </Priority>
-    <Priority ctpid="244">
-      HIGH
-    </Priority>
-    <Priority ctpid="245">
-      HIGH
-    </Priority>
-    <Priority ctpid="246">
-      HIGH
-    </Priority>
-    <Priority ctpid="247">
-      HIGH
-    </Priority>
-    <Priority ctpid="248">
-      HIGH
-    </Priority>
-    <Priority ctpid="249">
-      HIGH
-    </Priority>
-    <Priority ctpid="250">
-      HIGH
-    </Priority>
-    <Priority ctpid="251">
-      HIGH
-    </Priority>
-    <Priority ctpid="252">
-      HIGH
-    </Priority>
-    <Priority ctpid="253">
-      HIGH
-    </Priority>
-    <Priority ctpid="254">
-      HIGH
-    </Priority>
-    <Priority ctpid="255">
-      HIGH
-    </Priority>
-  </PrioritySet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="3" name="MBTS_A3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="5" name="MBTS_A5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="14" name="NIM_B7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="15" name="NIM_B7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="16" name="MBTS_C0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="16" name="NIM_A7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="17" name="MBTS_C1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="17" name="NIM_A7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="18" name="MBTS_C2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="18" name="NIM_A7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="19" name="MBTS_C3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="19" name="NIM_A7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="20" name="MBTS_C4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="20" name="NIM_B7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="21" name="MBTS_C5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="21" name="NIM_B7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="22" name="MBTS_C6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="22" name="NIM_ALFA_LOG" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_ALFA_LOGfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="23" name="MBTS_C7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="24" name="MBTS_C8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="25" name="MBTS_C9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="26" name="MBTS_C10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="26" name="NIM_B7R1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="27" name="MBTS_C11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="27" name="NIM_B7R1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="28" name="MBTS_C12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="28" name="NIM_A7R1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="29" name="MBTS_C13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="29" name="NIM_A7R1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="30" name="MBTS_C14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="30" name="NIM_A7L1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="31" name="MBTS_C15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="31" name="NIM_A7L1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="32" name="NIM_B7L1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="33" name="NIM_B7L1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="34" name="NIM_ALFA_LOG_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_ALFA_LOG_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="0" name="MBTS_A0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bcdelay="3564" bitnum="1" id="38" mapping="0" name="ZB_EM12" seed="EM12" seed_multi="1" type="ZB" version="1">
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="0" name="NIM28" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM28full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="1" name="ZDC_C" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="2" name="ZDC_AND" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="7" name="MBTS_A7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="9" name="MBTS_A9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="11" name="MBTS_A11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="13" name="MBTS_A13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="15" name="MBTS_A15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="23" name="NIM_MUB" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_MUBfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="25" name="NIMDIR25" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="36" name="NIMDIR36" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR36full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="0" name="ZDC_A" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="51" mapping="0" name="BCM_Comb" type="BCMCMB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="1" name="BCM_CtoA" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="0" name="BCM_AtoC" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="1" name="LUCID_C" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="1" name="NIM29" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM29full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="1" name="MBTS_A1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="2" name="BCM_Wide" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="2" name="NIM30" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM30full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="2" name="MBTS_A2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="60" mapping="4" name="MBTS_A4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="61" mapping="5" name="NIMDIR5" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="62" mapping="6" name="MBTS_A6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="63" mapping="8" name="MBTS_A8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="64" mapping="10" name="MBTS_A10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="12" name="MBTS_A12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="66" mapping="14" name="MBTS_A14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="67" mapping="24" name="NIM_MUE" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_MUEfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="35" name="NIMDIR26" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="69" mapping="0" name="LUCID_A" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="70" mapping="0" name="BPTX0" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX0full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="71" mapping="0" name="MBTS_A" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="72" mapping="0" name="XE20" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="73" mapping="0" name="XS25" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="74" mapping="0" name="TE20" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="75" mapping="0" name="JF15" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF15full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF15full" phimax="64" phimin="0" priority="2" thresholdval="15" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="1" name="JB30" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="77" mapping="1" name="JF30" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="1" name="TE300" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE300full" phimax="64" phimin="0" priority="0" thresholdval="300" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="79" mapping="1" name="XS30" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="80" mapping="1" name="XE25" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="81" mapping="1" name="MBTS_C" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="82" mapping="1" name="BPTX1" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX1full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="83" mapping="2" name="JB50" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="84" mapping="2" name="JF50" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="2" name="TE500" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="86" mapping="2" name="XS35" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="2" name="XE30" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="88" mapping="3" name="JB75" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="89" mapping="3" name="JF75" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="3" name="TE700" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE700full" phimax="64" phimin="0" priority="0" thresholdval="700" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="3" name="XS45" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS45full" phimax="64" phimin="0" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="3" name="XE35" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="93" mapping="4" name="TE800" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE800full" phimax="64" phimin="0" priority="0" thresholdval="800" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="94" mapping="4" name="XS50" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="4" name="XE40" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="5" name="TE1000" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1000full" phimax="64" phimin="0" priority="0" thresholdval="1000" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="5" name="XS55" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS55full" phimax="64" phimin="0" priority="0" thresholdval="55" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="5" name="XE50" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="6" name="TE1200" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1200full" phimax="64" phimin="0" priority="0" thresholdval="1200" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="6" name="XS60" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="101" mapping="6" name="XE60" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="7" name="TE1400" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1400full" phimax="64" phimin="0" priority="0" thresholdval="1400" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="7" name="XS65" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS65full" phimax="64" phimin="0" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="7" name="XE70" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE70full" phimax="64" phimin="0" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="105" mapping="0" name="JB15" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB15full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB15full" phimax="64" phimin="0" priority="2" thresholdval="15" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="0" name="JE140" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE140full" phimax="64" phimin="0" priority="0" thresholdval="140" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="107" mapping="0" name="J10" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="108" mapping="0" name="HA8" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8full" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="109" mapping="0" name="EM3" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="110" mapping="1" name="MU6" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU6full" phimax="64" phimin="0" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="111" mapping="1" name="EM6" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM6full" phimax="64" phimin="0" priority="1" thresholdval="6" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="1" name="HA11" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11full" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="113" mapping="1" name="J15" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="114" mapping="1" name="JE200" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE200full" phimax="64" phimin="0" priority="0" thresholdval="200" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="115" mapping="2" name="MU10" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="116" mapping="2" name="EM10VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM10VHfull" phimax="64" phimin="0" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-20" had_isolation="63" had_veto="1" name="EM10VHfull" phimax="64" phimin="0" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="8" had_isolation="63" had_veto="1" name="EM10VHfull" phimax="64" phimin="0" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="117" mapping="2" name="HA11I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11Ifull" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="118" mapping="2" name="J15CF" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15CFfull" phimax="64" phimin="0" priority="0" thresholdval="1023" type="JET" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-29" etamin="-32" had_isolation="63" had_veto="63" name="J15CFfull" phimax="64" phimin="0" priority="1" thresholdval="15" type="JET" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="32" etamin="27" had_isolation="63" had_veto="63" name="J15CFfull" phimax="64" phimin="0" priority="1" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="2" name="JE350" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE350full" phimax="64" phimin="0" priority="0" thresholdval="350" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="120" mapping="3" name="MU11" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU11full" phimax="64" phimin="0" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="121" mapping="3" name="EM12" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM12full" phimax="64" phimin="0" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="122" mapping="3" name="HA15" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA15full" phimax="64" phimin="0" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="123" mapping="3" name="J20" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="124" mapping="3" name="JE500" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="125" mapping="4" name="MU15" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="126" mapping="4" name="EM14VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM14VHfull" phimax="64" phimin="0" priority="1" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-20" had_isolation="63" had_veto="1" name="EM14VHfull" phimax="64" phimin="0" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="8" had_isolation="63" had_veto="1" name="EM14VHfull" phimax="64" phimin="0" priority="2" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="127" mapping="4" name="HA15I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA15Ifull" phimax="64" phimin="0" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="128" mapping="4" name="J30" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="129" mapping="5" name="MU20" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="130" mapping="5" name="EM16V" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="1" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-12" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="12" etamin="8" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-12" etamin="-16" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="16" etamin="12" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-16" etamin="-20" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="16" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="131" mapping="5" name="HA20" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="132" mapping="5" name="J50" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="133" mapping="6" name="EM16VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="1" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-12" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="12" etamin="8" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-12" etamin="-16" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="16" etamin="12" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-16" etamin="-20" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="16" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="134" mapping="6" name="HA40" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA40full" phimax="64" phimin="0" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="135" mapping="6" name="J75" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J75full" phimax="64" phimin="0" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="136" mapping="7" name="EM18VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="1" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-12" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="12" etamin="8" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-12" etamin="-16" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="16" etamin="12" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-16" etamin="-20" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="16" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="137" mapping="7" name="J350" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J350full" phimax="64" phimin="0" priority="0" thresholdval="350" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="138" mapping="8" name="EM30" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="EM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="139" mapping="0" name="MU4" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU4full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name="rand01" rate1="0" rate2="0" seed1="1" seed2="1"/>
-  <Deadtime complex1_level="7" complex1_rate="415" complex2_level="7" complex2_rate="415" name="Physics" simple="5" version="1"/>
-  <BunchGroupSet name="MC" version="1">
-    <BunchGroup internalNumber="0" name="BCRVeto" version="1">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled" version="1">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="EmptyCalib" version="1"/>
-    <BunchGroup internalNumber="3" name="Empty" version="1"/>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1" version="1"/>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2" version="1"/>
-    <BunchGroup internalNumber="6" name="EmptyAfterFilled" version="1"/>
-    <BunchGroup internalNumber="7" name="InTrain" version="1">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01" version="1"/>
-  <MuctpiInfo name="muctpi" version="1">
-    <low_pt>
-      1
-    </low_pt>
-    <high_pt>
-      1
-    </high_pt>
-    <max_cand>
-      13
-    </max_cand>
-  </MuctpiInfo>
-  <CaloInfo global_scale="1.0" name="CaloInfo" version="1">
-    <JetWeight num="1">
-      13
-    </JetWeight>
-    <JetWeight num="2">
-      5
-    </JetWeight>
-    <JetWeight num="3">
-      0
-    </JetWeight>
-    <JetWeight num="4">
-      7
-    </JetWeight>
-    <JetWeight num="5">
-      15
-    </JetWeight>
-    <JetWeight num="6">
-      23
-    </JetWeight>
-    <JetWeight num="7">
-      150
-    </JetWeight>
-    <JetWeight num="8">
-      224
-    </JetWeight>
-    <JetWeight num="9">
-      0
-    </JetWeight>
-    <JetWeight num="10">
-      0
-    </JetWeight>
-    <JetWeight num="11">
-      0
-    </JetWeight>
-    <JetWeight num="12">
-      0
-    </JetWeight>
-    <METSignificance teSqrtMax="63" teSqrtMin="4" xeMax="63" xeMin="11" xsSigmaOffset="1640" xsSigmaScale="1150"/>
-  </CaloInfo>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v4_preJuneTS.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v4_preJuneTS.xml
deleted file mode 100644
index 45f6777d5f02ed84eb6fa8bd63134678502a87a9..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v4_preJuneTS.xml
+++ /dev/null
@@ -1,4430 +0,0 @@
-<?xml version="1.0" ?>
-<LVL1Config id="1" name="Physics_pp_v4">
-  <!--File is auto-generated by python config class, may be overwritten-->
-  <!--No. L1 thresholds defined: 138-->
-  <!--No. L1 items defined: 248-->
-  <TriggerMenu id="1" name="Physics_pp_v4" phase="lumi" version="1">
-    <TriggerItem comment="" ctpid="0" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="1" definition="(EM6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="3" definition="(EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="179" definition="(EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="38" definition="(EM14VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM14VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="2" definition="(EM16V[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16V" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16V_x1" triggerthreshold="EM16V"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="5" definition="(EM16VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16VH_x1" triggerthreshold="EM16VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="4" definition="(EM18VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM18VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="85" definition="(EM30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM30_x1" triggerthreshold="EM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="83" definition="(EM30[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_EM30_BGRP7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM30_x1" triggerthreshold="EM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="10" definition="(EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="11" definition="(EM6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM6_x2" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="178" definition="(EM12[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM12_x2" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="185" definition="(EM10VH[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="80" definition="(EM12[x2]&amp;EM16V[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM12_EM16V" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM12_x2" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="EM16V_x1" triggerthreshold="EM16V"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="239" definition="(EM6[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM6_x3" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="30" definition="(EM3[x2]&amp;EM6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_EM6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="224" definition="(EM3[x2]&amp;EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM3_EM12" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="202" definition="(EM6[x2]&amp;EM16VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM6_EM16VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM6_x2" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="EM16VH_x1" triggerthreshold="EM16VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="231" definition="(EM6[x3]&amp;EM14VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3EM6_EM14VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="EM6_x3" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="177" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM3_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="176" definition="(EM6[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_EM6_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="53" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_EM3_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="221" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_EM3_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="58" definition="(EM3[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_EM3_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="89" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="90" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="91" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="93" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU11" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="88" definition="(MU15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU15" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="92" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU20" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="246" definition="(NIM_MUB[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MUB" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_MUB_x1" triggerthreshold="NIM_MUB"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="251" definition="(NIM_MUE[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MUE" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_MUE_x1" triggerthreshold="NIM_MUE"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="94" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="71" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="72" definition="(MU10[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU10" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="76" definition="(MU4[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU4" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="200" definition="(MU6[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="77" definition="(MU4[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_MU6" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="190" definition="(((MU4[x2]&amp;!NIM_MUE[x1])|MU4[x3])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_BARRELONLY" trigger_type="10001000" version="1">
-      <AND>
-        <OR>
-          <AND>
-            <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-            <NOT>
-              <TriggerCondition multi="1" name="NIM_MUE_x1" triggerthreshold="NIM_MUE"/>
-            </NOT>
-          </AND>
-          <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="191" definition="(MU4[x2]&amp;NIM_MUB[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_MU6_BARREL" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="NIM_MUB_x1" triggerthreshold="NIM_MUB"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="235" definition="(MU4[x2]&amp;NIM_MUB[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_BARREL" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="NIM_MUB_x1" triggerthreshold="NIM_MUB"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="52" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU4_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="219" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_MU4_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="162" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU4_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="160" definition="(MU4[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU4_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="165" definition="(MU6[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU6_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="164" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU10_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="161" definition="(MU20[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_MU20_FIRSTEMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="105" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU10_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="166" definition="(MU11[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU11_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="48" definition="(MU10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU10_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="163" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_2MU4_FIRSTEMPTY" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="106" definition="(MU4[x2]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_2MU4_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="28" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_2MU6_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="36" definition="(MU6[x2]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_2MU6_UNPAIRED_NONISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="14" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MU4_J15_UNPAIRED_ISO" trigger_type="10001000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="13" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_MU4_J15_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="66" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="69" definition="(HA11[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="64" definition="(HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="65" definition="(HA15I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15I_x1" triggerthreshold="HA15I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="74" definition="(HA20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="73" definition="(HA40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="29" definition="(HA11I[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11I_x1" triggerthreshold="HA11I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="95" definition="(HA11[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="137" definition="(HA11I[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11I" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11I_x2" triggerthreshold="HA11I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="136" definition="(HA15[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="70" definition="(HA20[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA20_x2" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="68" definition="(HA11[x2]&amp;HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="139" definition="(HA11I[x2]&amp;HA15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11I_TAU15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11I_x2" triggerthreshold="HA11I"/>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="25" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_TAU8_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="222" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_TAU8_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="152" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_TAU8_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="59" definition="(HA8[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_TAU8_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="97" definition="(J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="98" definition="(J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="96" definition="(J20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="99" definition="(J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="102" definition="(J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="100" definition="(J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J75" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="111" definition="(J100[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J100" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="103" definition="(J350[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J350" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J350_x1" triggerthreshold="J350"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="23" definition="(J10[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J10_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="223" definition="(J10[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J10_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="171" definition="(J10[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J10_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="172" definition="(J30[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_J30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="159" definition="(J30[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_J30_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="169" definition="(J30[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_J30_UNPAIRED_NONISO" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="156" definition="(J10[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J10_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="157" definition="(J30[x1]&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_J30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="127" definition="(J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="220" definition="(J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="184" definition="(J20[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="186" definition="(J50[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="34" definition="(J10[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="104" definition="(J20[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="188" definition="(J10[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J10_x5" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="181" definition="(J15[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J15_x5" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="158" definition="(J20[x5]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_5J20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="5" name="J20_x5" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="86" definition="(J10[x6]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_6J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="6" name="J10_x6" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="187" definition="(J15[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_4J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="57" definition="(J15[x2]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J15_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="21" definition="(J15[x3]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_3J15_J50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="120" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="126" definition="((JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="128" definition="((JF75[x1]|JB75[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ75" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF75_x1" triggerthreshold="JF75"/>
-          <TriggerCondition multi="1" name="JB75_x1" triggerthreshold="JB75"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="119" definition="((JF100[x1]|JB100[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_FJ100" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF100_x1" triggerthreshold="JF100"/>
-          <TriggerCondition multi="1" name="JB100_x1" triggerthreshold="JB100"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="24" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_FJ30_UNPAIRED_ISO" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="175" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_FJ30_EMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="61" definition="((JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_FJ30_FIRSTEMPTY" trigger_type="10000100" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="125" definition="(JF30[x1]&amp;JB30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-        <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="123" definition="(JF50[x1]&amp;JB50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2FJ50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-        <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="130" definition="(J30[x1]&amp;(JF30[x1]|JB30[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_FJ30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF30_x1" triggerthreshold="JF30"/>
-          <TriggerCondition multi="1" name="JB30_x1" triggerthreshold="JB30"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="168" definition="(J50[x1]&amp;(JF50[x1]|JB50[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_FJ50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <OR>
-          <TriggerCondition multi="1" name="JF50_x1" triggerthreshold="JF50"/>
-          <TriggerCondition multi="1" name="JB50_x1" triggerthreshold="JB50"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="148" definition="(JE200[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE200" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE200_x1" triggerthreshold="JE200"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="147" definition="(JE140[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE140" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE140_x1" triggerthreshold="JE140"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="146" definition="(JE350[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE350" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE350_x1" triggerthreshold="JE350"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="192" definition="(JE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_JE500" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="JE500_x1" triggerthreshold="JE500"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="131" definition="(XE60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="133" definition="(XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="115" definition="(XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="135" definition="(XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="116" definition="(XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="117" definition="(XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="118" definition="(XE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="129" definition="(XE70[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XE70" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE70_x1" triggerthreshold="XE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="47" definition="(XE40[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_XE40_BGRP7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="134" definition="(XE50[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_XE50_BGRP7" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="138" definition="(TE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="140" definition="(TE300[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE300" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE300_x1" triggerthreshold="TE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="229" definition="(TE500[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE500" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE500_x1" triggerthreshold="TE500"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="141" definition="(TE700[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE700" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE700_x1" triggerthreshold="TE700"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="167" definition="(TE800[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TE800" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="TE800_x1" triggerthreshold="TE800"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="22" definition="(XS60[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS60" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="44" definition="(XS65[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS65" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS65_x1" triggerthreshold="XS65"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="49" definition="(XS25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS25" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS25_x1" triggerthreshold="XS25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="50" definition="(XS30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="81" definition="(XS35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="112" definition="(XS40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="153" definition="(XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS45" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="142" definition="(XS50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_XS50" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="113" definition="(HA11[x2]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="67" definition="(HA11I[x2]&amp;EM14VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11I_EM14VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11I_x2" triggerthreshold="HA11I"/>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="132" definition="(HA11[x2]&amp;HA20[x1]&amp;EM14VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_TAU20_EM14VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="EM14VH_x1" triggerthreshold="EM14VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="39" definition="(HA11[x2]&amp;HA20[x1]&amp;EM10VH[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2TAU11_TAU20_EM10VH" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="HA11_x2" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="121" definition="(HA8[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU8_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="194" definition="(HA11[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="32" definition="(HA11[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU11_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA11_x1" triggerthreshold="HA11"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="101" definition="(HA15[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE40" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="143" definition="(HA15[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="7" definition="(HA15I[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15I_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15I_x1" triggerthreshold="HA15I"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="247" definition="(HA15I[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15I_XE40" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15I_x1" triggerthreshold="HA15I"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="248" definition="(HA20[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU20_XE40" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="114" definition="(HA20[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU20_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="173" definition="(HA15[x1]&amp;XE25[x1]&amp;J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE25_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="33" definition="(HA15[x1]&amp;XE25[x1]&amp;J15[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE25_3J15" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="209" definition="(HA15[x1]&amp;XE25[x1]&amp;J10[x3]&amp;J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XE25_3J10_J30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="144" definition="(HA15[x1]&amp;XS25[x1]&amp;J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XS25_3J10" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XS25_x1" triggerthreshold="XS25"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="8" definition="(HA15[x1]&amp;XS35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_TAU15_XS35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="HA15_x1" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="XS35_x1" triggerthreshold="XS35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="87" definition="(MU4[x1]&amp;J10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J10" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J10_x1" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="244" definition="(MU4[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J15" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="51" definition="(MU4[x1]&amp;J30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="55" definition="(MU4[x1]&amp;J50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J50" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="252" definition="(MU4[x1]&amp;J75[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J75" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="195" definition="(MU6[x1]&amp;J20[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6_2J20" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="234" definition="(MU10[x1]&amp;J20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_J20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="107" definition="(MU6[x1]&amp;J15[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU6_J15" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="211" definition="(MU10[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="75" definition="(MU10[x1]&amp;XE25[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU10_XE25" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="XE25_x1" triggerthreshold="XE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="9" definition="(MU4[x2]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_XE40" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="54" definition="(MU4[x2]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_XE30" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="84" definition="(MU4[x1]&amp;J20[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J20_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="210" definition="(MU4[x1]&amp;J20[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MU4_J20_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="37" definition="(J30[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="212" definition="(J30[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE40" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="20" definition="(J50[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE35" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="213" definition="(J20[x2]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J20_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="207" definition="(J30[x2]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2J30_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="J30_x2" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="122" definition="(J50[x1]&amp;XE40[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE40" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="201" definition="(J30[x1]&amp;XE50[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J30_XE50" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="170" definition="(J50[x1]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_J50_XE30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="182" definition="(EM6[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM6_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="40" definition="(EM10VH[x1]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_MU6" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="243" definition="(EM6[x1]&amp;MU10[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM6_MU10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="250" definition="(MU6[x1]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM3_MU6" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="230" definition="(EM16VH[x1]&amp;MU4[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16VH_MU4" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16VH_x1" triggerthreshold="EM16VH"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="154" definition="(MU6[x2]&amp;EM6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM6_2MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="41" definition="(EM6[x2]&amp;MU6[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2EM6_MU6" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="EM6_x2" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="43" definition="(MU4[x2]&amp;EM3[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_EM3" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="56" definition="(MU4[x2]&amp;EM3[x2]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_2MU4_2EM3" trigger_type="10001100" version="1">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="225" definition="(EM10VH[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_XE20" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="208" definition="(EM10VH[x1]&amp;XE30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_XE30" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="6" definition="(EM10VH[x1]&amp;XE35[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM10VH_XE35" trigger_type="10000100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="183" definition="(EM12[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="226" definition="(EM16V[x1]&amp;XE20[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16V_XE20" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16V_x1" triggerthreshold="EM16V"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="237" definition="(EM12[x1]&amp;J10[x3]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_3J10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="3" name="J10_x3" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="151" definition="(EM12[x1]&amp;J10[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_4J10" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="4" name="J10_x4" triggerthreshold="J10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="228" definition="(EM16V[x1]&amp;XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM16V_XS45" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM16V_x1" triggerthreshold="EM16V"/>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="150" definition="(EM6[x1]&amp;XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM6_XS45" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM6_x1" triggerthreshold="EM6"/>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="236" definition="(EM12[x1]&amp;XS30[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_XS30" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="149" definition="(EM12[x1]&amp;XS45[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_EM12_XS45" trigger_type="10000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS45_x1" triggerthreshold="XS45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="17" definition="(RNDM0&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD0_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="18" definition="(RNDM0&amp;(BGRP0&amp;BGRP6))" group="0" name="L1_RD0_FIRSTEMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="19" definition="(RNDM0&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_RD0_UNPAIRED_ISO" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="62" definition="(RNDM0&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD0_EMPTY" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="63" definition="(RNDM1&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_RD1_FILLED" trigger_type="10000001" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="199" definition="(RNDM1&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_RD1_EMPTY" trigger_type="10000010" version="1">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="218" definition="(BCM_Comb[x7]&amp;BGRP0)" group="0" name="L1_BCM_HT_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="7" name="BCM_Comb_x7" triggerthreshold="BCM_Comb"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="217" definition="(BCM_Wide[x1]&amp;BGRP0)" group="0" name="L1_BCM_Wide_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="216" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" group="0" name="L1_BCM_AC_CA_BGRP0" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="180" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_BCM_Wide_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="174" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_Wide_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="205" definition="(BCM_Wide[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_BCM_Wide_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="145" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_BCM_AC_CA_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="193" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="189" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZDC_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="197" definition="((ZDC_A[x1]|ZDC_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-          <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="196" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ZDC_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="42" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_1" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="227" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_2" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="15" definition="(MBTS_A[x4]&amp;MBTS_C[x4]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_MBTS_4_4" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="206" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_MBTS_2_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="214" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_A_C" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="215" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="249" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_LUCID_COMM" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="82" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_COMM_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="245" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="232" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="233" definition="(NIMDIR5[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_COMM_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR5_x1" triggerthreshold="NIMDIR5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="238" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_LUCID_A_C_EMPTY" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="203" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP4))" group="0" name="L1_LUCID_A_C_UNPAIRED_ISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="204" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;(BGRP0&amp;BGRP5))" group="0" name="L1_LUCID_A_C_UNPAIRED_NONISO" trigger_type="10100000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="240" definition="(ZB_EM12[x1]&amp;(BGRP0&amp;BGRP1))" group="0" name="L1_ZB" trigger_type="10000010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM12_x1" triggerthreshold="ZB_EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="241" definition="(BPTX0[x1]&amp;BGRP0)" group="0" name="L1_BPTX0_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="242" definition="(BPTX1[x1]&amp;BGRP0)" group="0" name="L1_BPTX1_BGRP0" trigger_type="10000001" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="253" definition="(NIM28[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ0" trigger_type="00110000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM28_x1" triggerthreshold="NIM28"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="254" definition="(NIM29[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ1" trigger_type="00110010" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM29_x1" triggerthreshold="NIM29"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="255" definition="(NIM30[x1]&amp;BGRP0&amp;BGRP2)" group="0" name="L1_CALREQ2" trigger_type="00110100" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM30_x1" triggerthreshold="NIM30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="78" definition="(NIMDIR25[x1]&amp;BGRP0)" group="0" name="L1_TRT" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR25_x1" triggerthreshold="NIMDIR25"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="79" definition="(NIMDIR26[x1]&amp;BGRP0)" group="0" name="L1_L1A_Mon" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIMDIR26_x1" triggerthreshold="NIMDIR26"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="45" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ALFA_EMPTY" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="46" definition="(NIM_ALFA_LOG[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ALFA_BGRP7" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_x1" triggerthreshold="NIM_ALFA_LOG"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="124" definition="(NIM_ALFA_LOG_OD[x1]&amp;(BGRP0&amp;BGRP3))" group="0" name="L1_ALFA_EMPTY_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_OD_x1" triggerthreshold="NIM_ALFA_LOG_OD"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="110" definition="(NIM_ALFA_LOG_OD[x1]&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_ALFA_BGRP7_OD" trigger_type="11000000" version="1">
-      <AND>
-        <TriggerCondition multi="1" name="NIM_ALFA_LOG_OD_x1" triggerthreshold="NIM_ALFA_LOG_OD"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="109" definition="((MBTS_A[x2]|MBTS_C[x2])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_MBTS_2_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="108" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;(BGRP0&amp;BGRP7))" group="0" name="L1_LUCID_BGRP7" trigger_type="10100000" version="1">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem comment="" ctpid="60" definition="BGRP7" group="0" name="L1_BGRP7" trigger_type="10000001" version="1">
-      <InternalTrigger name="BGRP7"/>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="Physics_pp_v4_default_prescale" version="1">
-    <Prescale ctpid="0" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="1" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="2" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="3" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="4" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="5" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="6" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="7" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="8" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="9" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="10" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="11" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="12" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="13" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="14" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="15" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="16" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="17" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="18" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="19" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="20" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="21" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="22" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="23" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="24" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="25" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="26" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="27" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="28" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="29" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="30" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="31" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="32" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="33" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="34" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="35" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="36" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="37" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="38" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="39" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="40" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="41" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="42" d="0" m="0" n="1840000">
-      1840000
-    </Prescale>
-    <Prescale ctpid="43" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="44" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="45" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="46" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="47" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="48" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="49" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="50" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="51" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="52" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="53" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="54" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="55" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="56" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="57" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="58" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="59" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="60" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="61" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="62" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="63" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="64" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="65" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="66" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="67" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="68" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="69" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="70" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="71" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="72" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="73" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="74" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="75" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="76" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="77" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="78" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="79" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="80" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="81" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="82" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="83" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="84" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="85" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="86" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="87" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="88" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="89" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="90" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="91" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="92" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="93" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="94" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="95" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="96" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="97" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="98" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="99" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="100" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="101" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="102" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="103" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="104" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="105" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="106" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="107" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="108" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="109" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="110" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="111" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="112" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="113" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="114" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="115" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="116" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="117" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="118" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="119" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="120" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="121" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="122" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="123" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="124" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="125" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="126" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="127" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="128" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="129" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="130" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="131" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="132" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="133" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="134" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="135" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="136" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="137" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="138" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="139" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="140" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="141" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="142" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="143" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="144" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="145" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="146" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="147" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="148" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="149" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="150" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="151" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="152" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="153" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="154" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="155" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="156" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="157" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="158" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="159" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="160" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="161" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="162" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="163" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="164" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="165" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="166" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="167" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="168" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="169" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="170" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="171" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="172" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="173" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="174" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="175" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="176" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="177" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="178" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="179" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="180" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="181" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="182" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="183" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="184" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="185" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="186" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="187" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="188" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="189" d="0" m="0" n="-1">
-      -1
-    </Prescale>
-    <Prescale ctpid="190" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="191" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="192" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="193" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="194" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="195" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="196" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="197" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="198" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="199" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="200" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="201" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="202" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="203" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="204" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="205" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="206" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="207" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="208" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="209" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="210" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="211" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="212" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="213" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="214" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="215" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="216" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="217" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="218" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="219" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="220" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="221" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="222" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="223" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="224" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="225" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="226" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="227" d="0" m="0" n="184000">
-      184000
-    </Prescale>
-    <Prescale ctpid="228" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="229" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="230" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="231" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="232" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="233" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="234" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="235" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="236" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="237" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="238" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="239" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="240" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="241" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="242" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="243" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="244" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="245" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="246" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="247" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="248" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="249" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="250" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="251" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="252" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="253" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="254" d="0" m="0" n="1">
-      1
-    </Prescale>
-    <Prescale ctpid="255" d="0" m="0" n="1">
-      1
-    </Prescale>
-  </PrescaleSet>
-  <PrioritySet name="standard" version="1">
-    <Priority ctpid="0">
-      HIGH
-    </Priority>
-    <Priority ctpid="1">
-      HIGH
-    </Priority>
-    <Priority ctpid="2">
-      HIGH
-    </Priority>
-    <Priority ctpid="3">
-      HIGH
-    </Priority>
-    <Priority ctpid="4">
-      HIGH
-    </Priority>
-    <Priority ctpid="5">
-      HIGH
-    </Priority>
-    <Priority ctpid="6">
-      HIGH
-    </Priority>
-    <Priority ctpid="7">
-      HIGH
-    </Priority>
-    <Priority ctpid="8">
-      HIGH
-    </Priority>
-    <Priority ctpid="9">
-      HIGH
-    </Priority>
-    <Priority ctpid="10">
-      HIGH
-    </Priority>
-    <Priority ctpid="11">
-      HIGH
-    </Priority>
-    <Priority ctpid="12">
-      LOW
-    </Priority>
-    <Priority ctpid="13">
-      HIGH
-    </Priority>
-    <Priority ctpid="14">
-      HIGH
-    </Priority>
-    <Priority ctpid="15">
-      HIGH
-    </Priority>
-    <Priority ctpid="16">
-      LOW
-    </Priority>
-    <Priority ctpid="17">
-      HIGH
-    </Priority>
-    <Priority ctpid="18">
-      HIGH
-    </Priority>
-    <Priority ctpid="19">
-      HIGH
-    </Priority>
-    <Priority ctpid="20">
-      HIGH
-    </Priority>
-    <Priority ctpid="21">
-      HIGH
-    </Priority>
-    <Priority ctpid="22">
-      HIGH
-    </Priority>
-    <Priority ctpid="23">
-      HIGH
-    </Priority>
-    <Priority ctpid="24">
-      HIGH
-    </Priority>
-    <Priority ctpid="25">
-      HIGH
-    </Priority>
-    <Priority ctpid="26">
-      LOW
-    </Priority>
-    <Priority ctpid="27">
-      LOW
-    </Priority>
-    <Priority ctpid="28">
-      HIGH
-    </Priority>
-    <Priority ctpid="29">
-      HIGH
-    </Priority>
-    <Priority ctpid="30">
-      HIGH
-    </Priority>
-    <Priority ctpid="31">
-      LOW
-    </Priority>
-    <Priority ctpid="32">
-      HIGH
-    </Priority>
-    <Priority ctpid="33">
-      HIGH
-    </Priority>
-    <Priority ctpid="34">
-      HIGH
-    </Priority>
-    <Priority ctpid="35">
-      LOW
-    </Priority>
-    <Priority ctpid="36">
-      HIGH
-    </Priority>
-    <Priority ctpid="37">
-      HIGH
-    </Priority>
-    <Priority ctpid="38">
-      HIGH
-    </Priority>
-    <Priority ctpid="39">
-      HIGH
-    </Priority>
-    <Priority ctpid="40">
-      HIGH
-    </Priority>
-    <Priority ctpid="41">
-      HIGH
-    </Priority>
-    <Priority ctpid="42">
-      HIGH
-    </Priority>
-    <Priority ctpid="43">
-      HIGH
-    </Priority>
-    <Priority ctpid="44">
-      HIGH
-    </Priority>
-    <Priority ctpid="45">
-      HIGH
-    </Priority>
-    <Priority ctpid="46">
-      HIGH
-    </Priority>
-    <Priority ctpid="47">
-      HIGH
-    </Priority>
-    <Priority ctpid="48">
-      HIGH
-    </Priority>
-    <Priority ctpid="49">
-      HIGH
-    </Priority>
-    <Priority ctpid="50">
-      HIGH
-    </Priority>
-    <Priority ctpid="51">
-      HIGH
-    </Priority>
-    <Priority ctpid="52">
-      HIGH
-    </Priority>
-    <Priority ctpid="53">
-      HIGH
-    </Priority>
-    <Priority ctpid="54">
-      HIGH
-    </Priority>
-    <Priority ctpid="55">
-      HIGH
-    </Priority>
-    <Priority ctpid="56">
-      HIGH
-    </Priority>
-    <Priority ctpid="57">
-      HIGH
-    </Priority>
-    <Priority ctpid="58">
-      HIGH
-    </Priority>
-    <Priority ctpid="59">
-      HIGH
-    </Priority>
-    <Priority ctpid="60">
-      HIGH
-    </Priority>
-    <Priority ctpid="61">
-      HIGH
-    </Priority>
-    <Priority ctpid="62">
-      HIGH
-    </Priority>
-    <Priority ctpid="63">
-      HIGH
-    </Priority>
-    <Priority ctpid="64">
-      HIGH
-    </Priority>
-    <Priority ctpid="65">
-      HIGH
-    </Priority>
-    <Priority ctpid="66">
-      HIGH
-    </Priority>
-    <Priority ctpid="67">
-      HIGH
-    </Priority>
-    <Priority ctpid="68">
-      HIGH
-    </Priority>
-    <Priority ctpid="69">
-      HIGH
-    </Priority>
-    <Priority ctpid="70">
-      HIGH
-    </Priority>
-    <Priority ctpid="71">
-      HIGH
-    </Priority>
-    <Priority ctpid="72">
-      HIGH
-    </Priority>
-    <Priority ctpid="73">
-      HIGH
-    </Priority>
-    <Priority ctpid="74">
-      HIGH
-    </Priority>
-    <Priority ctpid="75">
-      HIGH
-    </Priority>
-    <Priority ctpid="76">
-      HIGH
-    </Priority>
-    <Priority ctpid="77">
-      HIGH
-    </Priority>
-    <Priority ctpid="78">
-      HIGH
-    </Priority>
-    <Priority ctpid="79">
-      HIGH
-    </Priority>
-    <Priority ctpid="80">
-      HIGH
-    </Priority>
-    <Priority ctpid="81">
-      HIGH
-    </Priority>
-    <Priority ctpid="82">
-      HIGH
-    </Priority>
-    <Priority ctpid="83">
-      HIGH
-    </Priority>
-    <Priority ctpid="84">
-      HIGH
-    </Priority>
-    <Priority ctpid="85">
-      HIGH
-    </Priority>
-    <Priority ctpid="86">
-      HIGH
-    </Priority>
-    <Priority ctpid="87">
-      HIGH
-    </Priority>
-    <Priority ctpid="88">
-      HIGH
-    </Priority>
-    <Priority ctpid="89">
-      HIGH
-    </Priority>
-    <Priority ctpid="90">
-      HIGH
-    </Priority>
-    <Priority ctpid="91">
-      HIGH
-    </Priority>
-    <Priority ctpid="92">
-      HIGH
-    </Priority>
-    <Priority ctpid="93">
-      HIGH
-    </Priority>
-    <Priority ctpid="94">
-      HIGH
-    </Priority>
-    <Priority ctpid="95">
-      HIGH
-    </Priority>
-    <Priority ctpid="96">
-      HIGH
-    </Priority>
-    <Priority ctpid="97">
-      HIGH
-    </Priority>
-    <Priority ctpid="98">
-      HIGH
-    </Priority>
-    <Priority ctpid="99">
-      HIGH
-    </Priority>
-    <Priority ctpid="100">
-      HIGH
-    </Priority>
-    <Priority ctpid="101">
-      HIGH
-    </Priority>
-    <Priority ctpid="102">
-      HIGH
-    </Priority>
-    <Priority ctpid="103">
-      HIGH
-    </Priority>
-    <Priority ctpid="104">
-      HIGH
-    </Priority>
-    <Priority ctpid="105">
-      HIGH
-    </Priority>
-    <Priority ctpid="106">
-      HIGH
-    </Priority>
-    <Priority ctpid="107">
-      HIGH
-    </Priority>
-    <Priority ctpid="108">
-      HIGH
-    </Priority>
-    <Priority ctpid="109">
-      HIGH
-    </Priority>
-    <Priority ctpid="110">
-      HIGH
-    </Priority>
-    <Priority ctpid="111">
-      HIGH
-    </Priority>
-    <Priority ctpid="112">
-      HIGH
-    </Priority>
-    <Priority ctpid="113">
-      HIGH
-    </Priority>
-    <Priority ctpid="114">
-      HIGH
-    </Priority>
-    <Priority ctpid="115">
-      HIGH
-    </Priority>
-    <Priority ctpid="116">
-      HIGH
-    </Priority>
-    <Priority ctpid="117">
-      HIGH
-    </Priority>
-    <Priority ctpid="118">
-      HIGH
-    </Priority>
-    <Priority ctpid="119">
-      HIGH
-    </Priority>
-    <Priority ctpid="120">
-      HIGH
-    </Priority>
-    <Priority ctpid="121">
-      HIGH
-    </Priority>
-    <Priority ctpid="122">
-      HIGH
-    </Priority>
-    <Priority ctpid="123">
-      HIGH
-    </Priority>
-    <Priority ctpid="124">
-      HIGH
-    </Priority>
-    <Priority ctpid="125">
-      HIGH
-    </Priority>
-    <Priority ctpid="126">
-      HIGH
-    </Priority>
-    <Priority ctpid="127">
-      HIGH
-    </Priority>
-    <Priority ctpid="128">
-      HIGH
-    </Priority>
-    <Priority ctpid="129">
-      HIGH
-    </Priority>
-    <Priority ctpid="130">
-      HIGH
-    </Priority>
-    <Priority ctpid="131">
-      HIGH
-    </Priority>
-    <Priority ctpid="132">
-      HIGH
-    </Priority>
-    <Priority ctpid="133">
-      HIGH
-    </Priority>
-    <Priority ctpid="134">
-      HIGH
-    </Priority>
-    <Priority ctpid="135">
-      HIGH
-    </Priority>
-    <Priority ctpid="136">
-      HIGH
-    </Priority>
-    <Priority ctpid="137">
-      HIGH
-    </Priority>
-    <Priority ctpid="138">
-      HIGH
-    </Priority>
-    <Priority ctpid="139">
-      HIGH
-    </Priority>
-    <Priority ctpid="140">
-      HIGH
-    </Priority>
-    <Priority ctpid="141">
-      HIGH
-    </Priority>
-    <Priority ctpid="142">
-      HIGH
-    </Priority>
-    <Priority ctpid="143">
-      HIGH
-    </Priority>
-    <Priority ctpid="144">
-      HIGH
-    </Priority>
-    <Priority ctpid="145">
-      HIGH
-    </Priority>
-    <Priority ctpid="146">
-      HIGH
-    </Priority>
-    <Priority ctpid="147">
-      HIGH
-    </Priority>
-    <Priority ctpid="148">
-      HIGH
-    </Priority>
-    <Priority ctpid="149">
-      HIGH
-    </Priority>
-    <Priority ctpid="150">
-      HIGH
-    </Priority>
-    <Priority ctpid="151">
-      HIGH
-    </Priority>
-    <Priority ctpid="152">
-      HIGH
-    </Priority>
-    <Priority ctpid="153">
-      HIGH
-    </Priority>
-    <Priority ctpid="154">
-      HIGH
-    </Priority>
-    <Priority ctpid="155">
-      LOW
-    </Priority>
-    <Priority ctpid="156">
-      HIGH
-    </Priority>
-    <Priority ctpid="157">
-      HIGH
-    </Priority>
-    <Priority ctpid="158">
-      HIGH
-    </Priority>
-    <Priority ctpid="159">
-      HIGH
-    </Priority>
-    <Priority ctpid="160">
-      HIGH
-    </Priority>
-    <Priority ctpid="161">
-      HIGH
-    </Priority>
-    <Priority ctpid="162">
-      HIGH
-    </Priority>
-    <Priority ctpid="163">
-      HIGH
-    </Priority>
-    <Priority ctpid="164">
-      HIGH
-    </Priority>
-    <Priority ctpid="165">
-      HIGH
-    </Priority>
-    <Priority ctpid="166">
-      HIGH
-    </Priority>
-    <Priority ctpid="167">
-      HIGH
-    </Priority>
-    <Priority ctpid="168">
-      HIGH
-    </Priority>
-    <Priority ctpid="169">
-      HIGH
-    </Priority>
-    <Priority ctpid="170">
-      HIGH
-    </Priority>
-    <Priority ctpid="171">
-      HIGH
-    </Priority>
-    <Priority ctpid="172">
-      HIGH
-    </Priority>
-    <Priority ctpid="173">
-      HIGH
-    </Priority>
-    <Priority ctpid="174">
-      HIGH
-    </Priority>
-    <Priority ctpid="175">
-      HIGH
-    </Priority>
-    <Priority ctpid="176">
-      HIGH
-    </Priority>
-    <Priority ctpid="177">
-      HIGH
-    </Priority>
-    <Priority ctpid="178">
-      HIGH
-    </Priority>
-    <Priority ctpid="179">
-      HIGH
-    </Priority>
-    <Priority ctpid="180">
-      HIGH
-    </Priority>
-    <Priority ctpid="181">
-      HIGH
-    </Priority>
-    <Priority ctpid="182">
-      HIGH
-    </Priority>
-    <Priority ctpid="183">
-      HIGH
-    </Priority>
-    <Priority ctpid="184">
-      HIGH
-    </Priority>
-    <Priority ctpid="185">
-      HIGH
-    </Priority>
-    <Priority ctpid="186">
-      HIGH
-    </Priority>
-    <Priority ctpid="187">
-      HIGH
-    </Priority>
-    <Priority ctpid="188">
-      HIGH
-    </Priority>
-    <Priority ctpid="189">
-      HIGH
-    </Priority>
-    <Priority ctpid="190">
-      HIGH
-    </Priority>
-    <Priority ctpid="191">
-      HIGH
-    </Priority>
-    <Priority ctpid="192">
-      HIGH
-    </Priority>
-    <Priority ctpid="193">
-      HIGH
-    </Priority>
-    <Priority ctpid="194">
-      HIGH
-    </Priority>
-    <Priority ctpid="195">
-      HIGH
-    </Priority>
-    <Priority ctpid="196">
-      HIGH
-    </Priority>
-    <Priority ctpid="197">
-      HIGH
-    </Priority>
-    <Priority ctpid="198">
-      LOW
-    </Priority>
-    <Priority ctpid="199">
-      HIGH
-    </Priority>
-    <Priority ctpid="200">
-      HIGH
-    </Priority>
-    <Priority ctpid="201">
-      HIGH
-    </Priority>
-    <Priority ctpid="202">
-      HIGH
-    </Priority>
-    <Priority ctpid="203">
-      HIGH
-    </Priority>
-    <Priority ctpid="204">
-      HIGH
-    </Priority>
-    <Priority ctpid="205">
-      HIGH
-    </Priority>
-    <Priority ctpid="206">
-      HIGH
-    </Priority>
-    <Priority ctpid="207">
-      HIGH
-    </Priority>
-    <Priority ctpid="208">
-      HIGH
-    </Priority>
-    <Priority ctpid="209">
-      HIGH
-    </Priority>
-    <Priority ctpid="210">
-      HIGH
-    </Priority>
-    <Priority ctpid="211">
-      HIGH
-    </Priority>
-    <Priority ctpid="212">
-      HIGH
-    </Priority>
-    <Priority ctpid="213">
-      HIGH
-    </Priority>
-    <Priority ctpid="214">
-      HIGH
-    </Priority>
-    <Priority ctpid="215">
-      HIGH
-    </Priority>
-    <Priority ctpid="216">
-      HIGH
-    </Priority>
-    <Priority ctpid="217">
-      HIGH
-    </Priority>
-    <Priority ctpid="218">
-      HIGH
-    </Priority>
-    <Priority ctpid="219">
-      HIGH
-    </Priority>
-    <Priority ctpid="220">
-      HIGH
-    </Priority>
-    <Priority ctpid="221">
-      HIGH
-    </Priority>
-    <Priority ctpid="222">
-      HIGH
-    </Priority>
-    <Priority ctpid="223">
-      HIGH
-    </Priority>
-    <Priority ctpid="224">
-      HIGH
-    </Priority>
-    <Priority ctpid="225">
-      HIGH
-    </Priority>
-    <Priority ctpid="226">
-      HIGH
-    </Priority>
-    <Priority ctpid="227">
-      HIGH
-    </Priority>
-    <Priority ctpid="228">
-      HIGH
-    </Priority>
-    <Priority ctpid="229">
-      HIGH
-    </Priority>
-    <Priority ctpid="230">
-      HIGH
-    </Priority>
-    <Priority ctpid="231">
-      HIGH
-    </Priority>
-    <Priority ctpid="232">
-      HIGH
-    </Priority>
-    <Priority ctpid="233">
-      HIGH
-    </Priority>
-    <Priority ctpid="234">
-      HIGH
-    </Priority>
-    <Priority ctpid="235">
-      HIGH
-    </Priority>
-    <Priority ctpid="236">
-      HIGH
-    </Priority>
-    <Priority ctpid="237">
-      HIGH
-    </Priority>
-    <Priority ctpid="238">
-      HIGH
-    </Priority>
-    <Priority ctpid="239">
-      HIGH
-    </Priority>
-    <Priority ctpid="240">
-      HIGH
-    </Priority>
-    <Priority ctpid="241">
-      HIGH
-    </Priority>
-    <Priority ctpid="242">
-      HIGH
-    </Priority>
-    <Priority ctpid="243">
-      HIGH
-    </Priority>
-    <Priority ctpid="244">
-      HIGH
-    </Priority>
-    <Priority ctpid="245">
-      HIGH
-    </Priority>
-    <Priority ctpid="246">
-      HIGH
-    </Priority>
-    <Priority ctpid="247">
-      HIGH
-    </Priority>
-    <Priority ctpid="248">
-      HIGH
-    </Priority>
-    <Priority ctpid="249">
-      HIGH
-    </Priority>
-    <Priority ctpid="250">
-      HIGH
-    </Priority>
-    <Priority ctpid="251">
-      HIGH
-    </Priority>
-    <Priority ctpid="252">
-      HIGH
-    </Priority>
-    <Priority ctpid="253">
-      HIGH
-    </Priority>
-    <Priority ctpid="254">
-      HIGH
-    </Priority>
-    <Priority ctpid="255">
-      HIGH
-    </Priority>
-  </PrioritySet>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="1" name="MBTS_A1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="14" name="NIM_B7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="0" name="MBTS_A0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bcdelay="3564" bitnum="1" id="4" mapping="0" name="ZB_EM12" seed="EM12" seed_multi="1" type="ZB" version="1">
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="0" name="NIM28" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM28full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="1" name="ZDC_C" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="2" name="ZDC_AND" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="2" name="NIM30" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM30full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="2" name="MBTS_A2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="3" name="MBTS_A3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="4" name="MBTS_A4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="5" name="MBTS_A5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="6" name="MBTS_A6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="7" name="MBTS_A7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="8" name="MBTS_A8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="10" name="MBTS_A10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="12" name="MBTS_A12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="14" name="MBTS_A14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="16" name="MBTS_C0" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="24" name="NIM_MUE" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_MUEfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="25" name="NIMDIR25" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR25full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="0" name="ZDC_A" type="ZDC" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimax="64" phimin="0" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="23" mapping="0" name="BCM_Comb" type="BCMCMB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="1" name="BCM_CtoA" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="0" name="BCM_AtoC" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="1" name="LUCID_C" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="1" name="NIM29" type="CALREQ" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM29full" phimax="64" phimin="0" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="2" name="BCM_Wide" type="BCM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimax="64" phimin="0" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="5" name="NIMDIR5" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR5full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="9" name="MBTS_A9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="11" name="MBTS_A11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="13" name="MBTS_A13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="15" name="MBTS_A15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="15" name="NIM_B7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="16" name="NIM_A7R1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="17" name="MBTS_C1" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="17" name="NIM_A7R1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="18" name="MBTS_C2" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="18" name="NIM_A7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="19" name="MBTS_C3" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="19" name="NIM_A7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="20" name="MBTS_C4" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="20" name="NIM_B7L1L" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Lfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="44" mapping="21" name="MBTS_C5" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="21" name="NIM_B7L1U" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1Ufull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="22" name="MBTS_C6" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="22" name="NIM_ALFA_LOG" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_ALFA_LOGfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="23" name="NIM_MUB" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_MUBfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="23" name="MBTS_C7" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="50" mapping="24" name="MBTS_C8" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="51" mapping="25" name="MBTS_C9" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="52" mapping="26" name="MBTS_C10" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="53" mapping="26" name="NIM_B7R1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="54" mapping="27" name="MBTS_C11" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="55" mapping="27" name="NIM_B7R1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7R1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="56" mapping="28" name="MBTS_C12" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="57" mapping="28" name="NIM_A7R1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="58" mapping="29" name="MBTS_C13" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="59" mapping="29" name="NIM_A7R1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7R1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="60" mapping="30" name="MBTS_C14" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="61" mapping="30" name="NIM_A7L1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="62" mapping="31" name="MBTS_C15" type="MBTSSI" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="63" mapping="31" name="NIM_A7L1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_A7L1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="64" mapping="32" name="NIM_B7L1L_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1L_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="65" mapping="33" name="NIM_B7L1U_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_B7L1U_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="66" mapping="34" name="NIM_ALFA_LOG_OD" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIM_ALFA_LOG_ODfull" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="67" mapping="35" name="NIMDIR26" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="NIMDIR26full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="68" mapping="0" name="LUCID_A" type="LUCID" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimax="64" phimin="0" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="69" mapping="0" name="BPTX0" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX0full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="70" mapping="0" name="MBTS_A" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimax="64" phimin="0" priority="0" thresholdval="32.04" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimax="64" phimin="0" priority="0" thresholdval="26.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimax="64" phimin="0" priority="0" thresholdval="35.0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimax="64" phimin="0" priority="0" thresholdval="29.17" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimax="64" phimin="0" priority="0" thresholdval="33.54" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimax="64" phimin="0" priority="0" thresholdval="32.08" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="71" mapping="0" name="XE20" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="72" mapping="0" name="XS25" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="73" mapping="0" name="TE20" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="74" mapping="0" name="JF30" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="75" mapping="1" name="JB50" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="1" name="JF50" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF50full" phimax="64" phimin="0" priority="2" thresholdval="50" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="77" mapping="1" name="TE300" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE300full" phimax="64" phimin="0" priority="0" thresholdval="300" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="78" mapping="1" name="XS30" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="79" mapping="1" name="XE25" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE25full" phimax="64" phimin="0" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="80" mapping="1" name="MBTS_C" type="MBTS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimax="64" phimin="0" priority="0" thresholdval="55.42" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimax="64" phimin="0" priority="0" thresholdval="31.98" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimax="64" phimin="0" priority="0" thresholdval="32.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimax="64" phimin="0" priority="0" thresholdval="49.48" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimax="64" phimin="0" priority="0" thresholdval="98.44" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimax="64" phimin="0" priority="0" thresholdval="32.11" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimax="64" phimin="0" priority="0" thresholdval="32.62" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimax="64" phimin="0" priority="0" thresholdval="29.9" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimax="64" phimin="0" priority="0" thresholdval="24.06" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimax="64" phimin="0" priority="0" thresholdval="25.81" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimax="64" phimin="0" priority="0" thresholdval="25.52" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimax="64" phimin="0" priority="0" thresholdval="35" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimax="64" phimin="0" priority="0" thresholdval="27.71" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimax="64" phimin="0" priority="0" thresholdval="36.46" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimax="64" phimin="0" priority="0" thresholdval="26.25" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimax="64" phimin="0" priority="0" thresholdval="30.63" type="MBTSSI" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT9" name="NIM">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="81" mapping="1" name="BPTX1" type="NIM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="BPTX1full" phimax="64" phimin="0" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT8" name="NIM">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="82" mapping="2" name="JB75" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="83" mapping="2" name="JF75" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF75full" phimax="64" phimin="0" priority="2" thresholdval="75" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="84" mapping="2" name="TE500" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="85" mapping="2" name="XS35" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="86" mapping="2" name="XE30" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="87" mapping="3" name="JB100" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB100full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB100full" phimax="64" phimin="0" priority="2" thresholdval="100" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="88" mapping="3" name="JF100" type="JF" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JF100full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JF" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="0" had_isolation="63" had_veto="63" name="JF100full" phimax="64" phimin="0" priority="2" thresholdval="100" type="JF" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="3" name="TE700" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE700full" phimax="64" phimin="0" priority="0" thresholdval="700" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="3" name="XS40" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="3" name="XE35" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE35full" phimax="64" phimin="0" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="4" name="TE800" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE800full" phimax="64" phimin="0" priority="0" thresholdval="800" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="93" mapping="4" name="XS45" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS45full" phimax="64" phimin="0" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="94" mapping="4" name="XE40" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE40full" phimax="64" phimin="0" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="5" name="TE1000" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1000full" phimax="64" phimin="0" priority="0" thresholdval="1000" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="5" name="XS50" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="5" name="XE50" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="6" name="TE1200" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1200full" phimax="64" phimin="0" priority="0" thresholdval="1200" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="6" name="XS60" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="6" name="XE60" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE60full" phimax="64" phimin="0" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="101" mapping="7" name="TE1400" type="TE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="TE1400full" phimax="64" phimin="0" priority="0" thresholdval="1400" type="TE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="7" name="XS65" type="XS" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XS65full" phimax="64" phimin="0" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="7" name="XE70" type="XE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="XE70full" phimax="64" phimin="0" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT8" name="JEP3">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="104" mapping="0" name="JB30" type="JB" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="1" thresholdval="1023" type="JB" window="8"/>
-      <TriggerThresholdValue em_isolation="63" etamax="0" etamin="-49" had_isolation="63" had_veto="63" name="JB30full" phimax="64" phimin="0" priority="2" thresholdval="30" type="JB" window="8"/>
-      <Cable connector="CON3" ctpin="SLOT7" name="JEP2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="105" mapping="0" name="JE140" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE140full" phimax="64" phimin="0" priority="0" thresholdval="140" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="24" range_end="24"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="106" mapping="0" name="J10" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="107" mapping="0" name="HA8" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA8full" phimax="64" phimin="0" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="108" mapping="0" name="EM3" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM3full" phimax="64" phimin="0" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="109" mapping="1" name="MU6" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU6full" phimax="64" phimin="0" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="110" mapping="1" name="EM6" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM6full" phimax="64" phimin="0" priority="1" thresholdval="6" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="111" mapping="1" name="HA11" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11full" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="1" name="J15" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="113" mapping="1" name="JE200" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE200full" phimax="64" phimin="0" priority="0" thresholdval="200" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="2" name="MU10" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU10full" phimax="64" phimin="0" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="115" mapping="2" name="EM10VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM10VHfull" phimax="64" phimin="0" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-20" had_isolation="63" had_veto="1" name="EM10VHfull" phimax="64" phimin="0" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="8" had_isolation="63" had_veto="1" name="EM10VHfull" phimax="64" phimin="0" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="116" mapping="2" name="HA11I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA11Ifull" phimax="64" phimin="0" priority="1" thresholdval="11" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="117" mapping="2" name="J20" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="2" name="JE350" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE350full" phimax="64" phimin="0" priority="0" thresholdval="350" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="119" mapping="3" name="MU11" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU11full" phimax="64" phimin="0" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="120" mapping="3" name="EM12" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM12full" phimax="64" phimin="0" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="121" mapping="3" name="HA15" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA15full" phimax="64" phimin="0" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="122" mapping="3" name="J30" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J30full" phimax="64" phimin="0" priority="0" thresholdval="30" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="3" name="JE500" type="JE" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="JE500full" phimax="64" phimin="0" priority="0" thresholdval="500" type="JE" window="0"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="124" mapping="4" name="MU15" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU15full" phimax="64" phimin="0" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="125" mapping="4" name="EM14VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM14VHfull" phimax="64" phimin="0" priority="1" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-20" had_isolation="63" had_veto="1" name="EM14VHfull" phimax="64" phimin="0" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="8" had_isolation="63" had_veto="1" name="EM14VHfull" phimax="64" phimin="0" priority="2" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="126" mapping="4" name="HA15I" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="4" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA15Ifull" phimax="64" phimin="0" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="127" mapping="4" name="J50" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J50full" phimax="64" phimin="0" priority="0" thresholdval="50" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="128" mapping="5" name="MU20" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU20full" phimax="64" phimin="0" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="129" mapping="5" name="EM16V" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="1" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-12" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="12" etamin="8" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-12" etamin="-16" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="16" etamin="12" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-16" etamin="-20" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="16" had_isolation="63" had_veto="63" name="EM16Vfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="130" mapping="5" name="HA20" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA20full" phimax="64" phimin="0" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="131" mapping="5" name="J75" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J75full" phimax="64" phimin="0" priority="0" thresholdval="75" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="132" mapping="6" name="EM16VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="1" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-12" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="12" etamin="8" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-12" etamin="-16" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="16" etamin="12" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-16" etamin="-20" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="16" had_isolation="63" had_veto="1" name="EM16VHfull" phimax="64" phimin="0" priority="2" thresholdval="17" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="133" mapping="6" name="HA40" type="TAU" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="HA40full" phimax="64" phimin="0" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="134" mapping="6" name="J100" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J100full" phimax="64" phimin="0" priority="0" thresholdval="100" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="135" mapping="7" name="EM18VH" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="1" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-8" etamin="-12" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="12" etamin="8" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-12" etamin="-16" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="16" etamin="12" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="-16" etamin="-20" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamax="20" etamin="16" had_isolation="63" had_veto="1" name="EM18VHfull" phimax="64" phimin="0" priority="2" thresholdval="19" type="EM" window="0"/>
-      <Cable connector="CON0" ctpin="SLOT7" name="CP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="136" mapping="7" name="J350" type="JET" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="J350full" phimax="64" phimin="0" priority="0" thresholdval="350" type="JET" window="8"/>
-      <Cable connector="CON2" ctpin="SLOT7" name="JEP1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="137" mapping="8" name="EM30" type="EM" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="EM30full" phimax="64" phimin="0" priority="1" thresholdval="30" type="EM" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT7" name="CP2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="138" mapping="0" name="MU4" type="MUON" version="1">
-      <TriggerThresholdValue em_isolation="63" etamax="49" etamin="-49" had_isolation="63" had_veto="63" name="MU4full" phimax="64" phimin="0" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON1" ctpin="SLOT8" name="MU">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name="rand01" rate1="0" rate2="0" seed1="1" seed2="1"/>
-  <Deadtime complex1_level="7" complex1_rate="415" complex2_level="7" complex2_rate="415" name="Physics" simple="5" version="1"/>
-  <BunchGroupSet name="bg_set1" version="1">
-    <BunchGroup internalNumber="0" name="BCRVeto" version="1">
-      <Bunch bunchNumber="2067"/>
-      <Bunch bunchNumber="2068"/>
-      <Bunch bunchNumber="2069"/>
-      <Bunch bunchNumber="2678"/>
-      <Bunch bunchNumber="7"/>
-      <Bunch bunchNumber="1234"/>
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Filled" version="1">
-      <Bunch bunchNumber="206"/>
-      <Bunch bunchNumber="207"/>
-      <Bunch bunchNumber="208"/>
-      <Bunch bunchNumber="267"/>
-      <Bunch bunchNumber="1"/>
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="EmptyCalib" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="3" name="Empty" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="4" name="UnpairedBeam1" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="5" name="UnpairedBeam2" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="6" name="EmptyAfterFilled" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="7" name="Unpaired" version="1">
-      <Bunch bunchNumber="123"/>
-    </BunchGroup>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01" version="1"/>
-  <MuctpiInfo name="muctpi" version="1">
-    <low_pt>
-      1
-    </low_pt>
-    <high_pt>
-      1
-    </high_pt>
-    <max_cand>
-      13
-    </max_cand>
-  </MuctpiInfo>
-  <CaloInfo global_scale="1.0" name="CaloInfo" version="1">
-    <JetWeight num="1">
-      13
-    </JetWeight>
-    <JetWeight num="2">
-      5
-    </JetWeight>
-    <JetWeight num="3">
-      7
-    </JetWeight>
-    <JetWeight num="4">
-      15
-    </JetWeight>
-    <JetWeight num="5">
-      23
-    </JetWeight>
-    <JetWeight num="6">
-      25
-    </JetWeight>
-    <JetWeight num="7">
-      137
-    </JetWeight>
-    <JetWeight num="8">
-      212
-    </JetWeight>
-    <JetWeight num="9">
-      0
-    </JetWeight>
-    <JetWeight num="10">
-      0
-    </JetWeight>
-    <JetWeight num="11">
-      0
-    </JetWeight>
-    <JetWeight num="12">
-      0
-    </JetWeight>
-    <METSignificance teSqrtMax="63" teSqrtMin="4" xeMax="63" xeMin="11" xsSigmaOffset="1280" xsSigmaScale="1120"/>
-  </CaloInfo>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v5.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v5.xml
deleted file mode 100644
index 2e0e08d88baaf6734443e37642e95d8a0ba766f8..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v5.xml
+++ /dev/null
@@ -1,8139 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE LVL1Config SYSTEM "LVL1config.dtd">
-<LVL1Config name="Physics_pp_v5" ctpVersion="4" l1Version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1 thresholds defined: 281-->
-  <!--No. L1 items defined: 510-->
-  <TriggerMenu name="Physics_pp_v5" phase="lumi">
-    <TriggerItem ctpid="0" partition="1" name="L1_EM3" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="1" partition="1" name="L1_EM7" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="2" partition="1" name="L1_EM12" complex_deadtime="0" definition="(EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="3" partition="1" name="L1_EM8VH" complex_deadtime="0" definition="(EM8VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8VH_x1" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="4" partition="1" name="L1_EM10VH" complex_deadtime="0" definition="(EM10VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="5" partition="1" name="L1_EM13VH" complex_deadtime="0" definition="(EM13VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM13VH_x1" triggerthreshold="EM13VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="6" partition="1" name="L1_EM15" complex_deadtime="0" definition="(EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="7" partition="1" name="L1_EM15VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="8" partition="1" name="L1_EM18VH" complex_deadtime="0" definition="(EM18VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="9" partition="1" name="L1_EM20VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="10" partition="1" name="L1_EM20VHI" complex_deadtime="0" definition="(EM20VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="11" partition="1" name="L1_EM22VHI" complex_deadtime="0" definition="(EM22VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="12" partition="1" name="L1_EM3_EMPTY" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="13" partition="1" name="L1_EM7_EMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="14" partition="1" name="L1_MU4" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="15" partition="1" name="L1_MU6" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="16" partition="1" name="L1_MU10" complex_deadtime="0" definition="(MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="17" partition="1" name="L1_MU15" complex_deadtime="0" definition="(MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="18" partition="1" name="L1_MU20" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="19" partition="1" name="L1_MU4_EMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="20" partition="1" name="L1_MU4_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="21" partition="1" name="L1_MU11_EMPTY" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="22" partition="1" name="L1_MU4_UNPAIRED_ISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="23" partition="1" name="L1_2EM3" complex_deadtime="0" definition="(EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="24" partition="1" name="L1_2EM7" complex_deadtime="0" definition="(EM7[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="25" partition="1" name="L1_2EM10VH" complex_deadtime="0" definition="(EM10VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="26" partition="1" name="L1_2EM13VH" complex_deadtime="0" definition="(EM13VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM13VH_x2" triggerthreshold="EM13VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="27" partition="1" name="L1_2EM15" complex_deadtime="0" definition="(EM15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM15_x2" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="28" partition="1" name="L1_2EM15VH" complex_deadtime="0" definition="(EM15VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM15VH_x2" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="29" partition="1" name="L1_EM7_2EM3" complex_deadtime="0" definition="(EM7[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="30" partition="1" name="L1_EM12_2EM3" complex_deadtime="0" definition="(EM12[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="31" partition="1" name="L1_EM15VH_3EM7" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="32" partition="1" name="L1_2MU4" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="33" partition="1" name="L1_2MU6" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="34" partition="1" name="L1_2MU10" complex_deadtime="0" definition="(MU10[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="35" partition="1" name="L1_2MU20_OVERLAY" complex_deadtime="0" definition="(MU20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU20_x2" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="36" partition="1" name="L1_MU10_2MU6" complex_deadtime="0" definition="(MU10[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="37" partition="1" name="L1_MU11_2MU6" complex_deadtime="0" definition="(MU11[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="38" partition="1" name="L1_3MU4" complex_deadtime="0" definition="(MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="39" partition="1" name="L1_MU6_2MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="40" partition="1" name="L1_3MU6" complex_deadtime="0" definition="(MU6[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="41" partition="1" name="L1_EM7_MU10" complex_deadtime="0" definition="(EM7[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="42" partition="1" name="L1_EM15I_MU4" complex_deadtime="0" definition="(EM15I[x1]&amp;MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15I_x1" triggerthreshold="EM15I"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="43" partition="1" name="L1_2EM8VH_MU10" complex_deadtime="0" definition="(EM8VH[x2]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="44" partition="1" name="L1_EM15VH_MU10" complex_deadtime="0" definition="(EM15VH[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="45" partition="1" name="L1_TAU12" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="46" partition="1" name="L1_TAU12IL" complex_deadtime="0" definition="(HA12IL[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IL_x1" triggerthreshold="HA12IL"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="47" partition="1" name="L1_TAU12IM" complex_deadtime="0" definition="(HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="48" partition="1" name="L1_TAU12IT" complex_deadtime="0" definition="(HA12IT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IT_x1" triggerthreshold="HA12IT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="49" partition="1" name="L1_TAU20" complex_deadtime="0" definition="(HA20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="50" partition="1" name="L1_TAU20IL" complex_deadtime="0" definition="(HA20IL[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IL_x1" triggerthreshold="HA20IL"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="51" partition="1" name="L1_TAU20IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="52" partition="1" name="L1_TAU20IT" complex_deadtime="0" definition="(HA20IT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IT_x1" triggerthreshold="HA20IT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="53" partition="1" name="L1_TAU30" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="54" partition="1" name="L1_TAU40" complex_deadtime="0" definition="(HA40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="55" partition="1" name="L1_TAU60" complex_deadtime="0" definition="(HA60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA60_x1" triggerthreshold="HA60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="56" partition="1" name="L1_TAU8" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="57" partition="1" name="L1_TAU8_EMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="58" partition="1" name="L1_TAU20IM_2TAU12IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="59" partition="1" name="L1_TAU20_2TAU12" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="60" partition="1" name="L1_EM15HI_2TAU12IM" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="61" partition="1" name="L1_EM15HI_2TAU12IM_J25_3J12" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="62" partition="1" name="L1_EM15HI_TAU40_2TAU15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA40[x1]&amp;HA15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="63" partition="1" name="L1_MU10_TAU12IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="64" partition="1" name="L1_MU10_TAU12IM_J25_2J12" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;J25[x1]&amp;J12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J12_x2" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="65" partition="1" name="L1_MU10_TAU12_J25_2J12" complex_deadtime="0" definition="(MU10[x1]&amp;HA12[x1]&amp;J25[x1]&amp;J12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J12_x2" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="66" partition="1" name="L1_MU10_TAU20" complex_deadtime="0" definition="(MU10[x1]&amp;HA20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="67" partition="1" name="L1_MU10_TAU20IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="68" partition="1" name="L1_TAU25IT_2TAU12IT_2J25_3J12" complex_deadtime="0" definition="(HA25IT[x1]&amp;HA12IT[x2]&amp;J25[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA25IT_x1" triggerthreshold="HA25IT"/>
-        <TriggerCondition multi="2" name="HA12IT_x2" triggerthreshold="HA12IT"/>
-        <TriggerCondition multi="2" name="J25_x2" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="69" partition="1" name="L1_TAU20IL_2TAU12IL_J25_2J20_3J12" complex_deadtime="0" definition="(HA20IL[x1]&amp;HA12IL[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IL_x1" triggerthreshold="HA20IL"/>
-        <TriggerCondition multi="2" name="HA12IL_x2" triggerthreshold="HA12IL"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="70" partition="1" name="L1_TAU20IM_2TAU12IM_J25_2J20_3J12" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="71" partition="1" name="L1_J25_2J20_3J12_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="72" partition="1" name="L1_DR-MU10TAU12I_TAU12I-J25" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="73" partition="1" name="L1_MU10_TAU12I-J25" complex_deadtime="0" definition="(MU10[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="74" partition="1" name="L1_TAU20IM_2J20_XE45" complex_deadtime="0" definition="(HA20IM[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="75" partition="1" name="L1_TAU20_2J20_XE45" complex_deadtime="0" definition="(HA20[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="76" partition="1" name="L1_TAU20IM_2J20_XE50" complex_deadtime="0" definition="(HA20IM[x1]&amp;J20[x2]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="77" partition="1" name="L1_XE45_TAU20-J20" complex_deadtime="0" definition="(XE45[x1]&amp;1DISAMB-TAU20ab-J20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU20ab-J20ab_x1" triggerthreshold="1DISAMB-TAU20ab-J20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="78" partition="1" name="L1_EM15HI_2TAU12IM_XE35" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="79" partition="1" name="L1_XE35_EM15-TAU12I" complex_deadtime="0" definition="(XE35[x1]&amp;DISAMB-EM15abhi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <TriggerCondition multi="1" name="DISAMB-EM15abhi-TAU12abi_x1" triggerthreshold="DISAMB-EM15abhi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="80" partition="1" name="L1_XE40_EM15-TAU12I" complex_deadtime="0" definition="(XE40[x1]&amp;DISAMB-EM15abhi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <TriggerCondition multi="1" name="DISAMB-EM15abhi-TAU12abi_x1" triggerthreshold="DISAMB-EM15abhi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="81" partition="1" name="L1_MU10_TAU12IM_XE35" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="82" partition="1" name="L1_MU10_TAU12IM_XE40" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="83" partition="1" name="L1_TAU20IM_2TAU12IM_XE35" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="84" partition="1" name="L1_TAU20_2TAU12_XE35" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="85" partition="1" name="L1_TAU20IM_2TAU12IM_XE40" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="86" partition="1" name="L1_EM15VH_JJ15.23ETA49" complex_deadtime="0" definition="(EM15VH[x1]&amp;JJ15.23ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="JJ15.23ETA49_x1" triggerthreshold="JJ15.23ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="87" partition="1" name="L1_MU4_J12" complex_deadtime="0" definition="(MU4[x1]&amp;J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="88" partition="1" name="L1_MU6_J20" complex_deadtime="0" definition="(MU6[x1]&amp;J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="89" partition="1" name="L1_MU6_J40" complex_deadtime="0" definition="(MU6[x1]&amp;J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="90" partition="1" name="L1_MU6_J75" complex_deadtime="0" definition="(MU6[x1]&amp;J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="91" partition="1" name="L1_J12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="92" partition="1" name="L1_J15" complex_deadtime="0" definition="(J15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="93" partition="1" name="L1_J20" complex_deadtime="0" definition="(J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="94" partition="1" name="L1_J25" complex_deadtime="0" definition="(J25[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="95" partition="1" name="L1_J30" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="96" partition="1" name="L1_J40" complex_deadtime="0" definition="(J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="97" partition="1" name="L1_J50" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="98" partition="1" name="L1_J75" complex_deadtime="0" definition="(J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="99" partition="1" name="L1_J85" complex_deadtime="0" definition="(J85[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J85_x1" triggerthreshold="J85"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="100" partition="1" name="L1_J100" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="101" partition="1" name="L1_J120" complex_deadtime="0" definition="(J120[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J120_x1" triggerthreshold="J120"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="102" partition="1" name="L1_J400" complex_deadtime="0" definition="(J400[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J400_x1" triggerthreshold="J400"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="103" partition="1" name="L1_J20.31ETA49" complex_deadtime="0" definition="(J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="104" partition="1" name="L1_J30.31ETA49" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="105" partition="1" name="L1_J50.31ETA49" complex_deadtime="0" definition="(J50.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50.31ETA49_x1" triggerthreshold="J50.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="106" partition="1" name="L1_J75.31ETA49" complex_deadtime="0" definition="(J75.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75.31ETA49_x1" triggerthreshold="J75.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="107" partition="1" name="L1_J100.31ETA49" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="108" partition="1" name="L1_J40.0ETA25" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="109" partition="1" name="L1_J15.31ETA49" complex_deadtime="0" definition="(J15.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="110" partition="1" name="L1_J20.28ETA31" complex_deadtime="0" definition="(J20.28ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.28ETA31_x1" triggerthreshold="J20.28ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="111" partition="1" name="L1_J12_EMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="112" partition="1" name="L1_J12_FIRSTEMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="113" partition="1" name="L1_J12_UNPAIRED_ISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="114" partition="1" name="L1_J12_UNPAIRED_NONISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="115" partition="1" name="L1_J12_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="116" partition="1" name="L1_J30_EMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="117" partition="1" name="L1_J30_FIRSTEMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="118" partition="1" name="L1_J30.31ETA49_EMPTY" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="119" partition="1" name="L1_J30.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="120" partition="1" name="L1_J30.31ETA49_UNPAIRED_NONISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="121" partition="1" name="L1_J50_UNPAIRED_ISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="122" partition="1" name="L1_J50_UNPAIRED_NONISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="123" partition="1" name="L1_J50_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="124" partition="1" name="L1_J15_J15.31ETA49" complex_deadtime="0" definition="(J15[x1]&amp;J15.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="125" partition="1" name="L1_J20_J20.31ETA49" complex_deadtime="0" definition="(J20[x1]&amp;J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="126" partition="1" name="L1_3J15" complex_deadtime="0" definition="(J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="127" partition="1" name="L1_3J20" complex_deadtime="0" definition="(J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="128" partition="1" name="L1_3J40" complex_deadtime="0" definition="(J40[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J40_x3" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="129" partition="1" name="L1_3J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15.0ETA25_x3" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="130" partition="1" name="L1_3J50" complex_deadtime="0" definition="(J50[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="131" partition="1" name="L1_4J15" complex_deadtime="0" definition="(J15[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="132" partition="1" name="L1_4J20" complex_deadtime="0" definition="(J20[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="133" partition="1" name="L1_3J75" complex_deadtime="0" definition="(J75[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J75_x3" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="134" partition="1" name="L1_4J30" complex_deadtime="0" definition="(J30[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J30_x4" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="135" partition="1" name="L1_6J15" complex_deadtime="0" definition="(J15[x6]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="6" name="J15_x6" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="136" partition="1" name="L1_J75_3J20" complex_deadtime="0" definition="(J75[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="137" partition="1" name="L1_J30.0ETA49_2J20.0ETA49" complex_deadtime="0" definition="(J30.0ETA49[x1]&amp;J20.0ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.0ETA49_x1" triggerthreshold="J30.0ETA49"/>
-        <TriggerCondition multi="2" name="J20.0ETA49_x2" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="138" partition="1" name="L1_TE10" complex_deadtime="0" definition="(TE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="139" partition="1" name="L1_4J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15.0ETA25_x4" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="140" partition="1" name="L1_5J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x5]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="5" name="J15.0ETA25_x5" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="141" partition="1" name="L1_2J15_XE55" complex_deadtime="0" definition="(J15[x2]&amp;XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="142" partition="1" name="L1_J40_XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="143" partition="1" name="L1_J75_XE40" complex_deadtime="0" definition="(J75[x1]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="144" partition="1" name="L1_XE35" complex_deadtime="0" definition="(XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="145" partition="1" name="L1_XE40" complex_deadtime="0" definition="(XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="146" partition="1" name="L1_XE45" complex_deadtime="0" definition="(XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="147" partition="1" name="L1_XE50" complex_deadtime="0" definition="(XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="148" partition="1" name="L1_XE55" complex_deadtime="0" definition="(XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="149" partition="1" name="L1_XE60" complex_deadtime="0" definition="(XE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="150" partition="1" name="L1_XE70" complex_deadtime="0" definition="(XE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE70_x1" triggerthreshold="XE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="151" partition="1" name="L1_XE80" complex_deadtime="0" definition="(XE80[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE80_x1" triggerthreshold="XE80"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="152" partition="1" name="L1_XS20" complex_deadtime="0" definition="(XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="153" partition="1" name="L1_XS30" complex_deadtime="0" definition="(XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="154" partition="1" name="L1_EM10_XS20" complex_deadtime="0" definition="(EM10[x1]&amp;XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="155" partition="1" name="L1_EM15_XS30" complex_deadtime="0" definition="(EM15[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="156" partition="1" name="L1_XE35_BGRP7" complex_deadtime="0" definition="(XE35[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="157" partition="1" name="L1_TE30" complex_deadtime="0" definition="(TE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30_x1" triggerthreshold="TE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="158" partition="1" name="L1_TE40" complex_deadtime="0" definition="(TE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40_x1" triggerthreshold="TE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="159" partition="1" name="L1_TE70" complex_deadtime="0" definition="(TE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70_x1" triggerthreshold="TE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="160" partition="1" name="L1_TE30.0ETA24" complex_deadtime="0" definition="(TE30.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30.0ETA24_x1" triggerthreshold="TE30.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="161" partition="1" name="L1_BCM_Wide_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="162" partition="1" name="L1_BCM_AC_CA_UNPAIRED_ISO" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="163" partition="1" name="L1_BCM_AC_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="164" partition="1" name="L1_MBTS_1_EMPTY" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="165" partition="1" name="L1_MBTS_1_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="166" partition="1" name="L1_MBTS_2_EMPTY" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="167" partition="1" name="L1_MBTS_2_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="168" partition="1" name="L1_MBTS_1_1_EMPTY" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="169" partition="1" name="L1_MBTS_1_1_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="170" partition="1" name="L1_MBTSA0" complex_deadtime="0" definition="(MBTS_A0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A0_x1" triggerthreshold="MBTS_A0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="171" partition="1" name="L1_MBTSA1" complex_deadtime="0" definition="(MBTS_A1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A1_x1" triggerthreshold="MBTS_A1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="172" partition="1" name="L1_MBTSA2" complex_deadtime="0" definition="(MBTS_A2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A2_x1" triggerthreshold="MBTS_A2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="173" partition="1" name="L1_MBTSA3" complex_deadtime="0" definition="(MBTS_A3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A3_x1" triggerthreshold="MBTS_A3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="174" partition="1" name="L1_MBTSA4" complex_deadtime="0" definition="(MBTS_A4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A4_x1" triggerthreshold="MBTS_A4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="175" partition="1" name="L1_MBTSA5" complex_deadtime="0" definition="(MBTS_A5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A5_x1" triggerthreshold="MBTS_A5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="176" partition="1" name="L1_MBTSA6" complex_deadtime="0" definition="(MBTS_A6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A6_x1" triggerthreshold="MBTS_A6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="177" partition="1" name="L1_MBTSA7" complex_deadtime="0" definition="(MBTS_A7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A7_x1" triggerthreshold="MBTS_A7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="178" partition="1" name="L1_MBTSA8" complex_deadtime="0" definition="(MBTS_A8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A8_x1" triggerthreshold="MBTS_A8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="179" partition="1" name="L1_MBTSA10" complex_deadtime="0" definition="(MBTS_A10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A10_x1" triggerthreshold="MBTS_A10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="180" partition="1" name="L1_MBTSA12" complex_deadtime="0" definition="(MBTS_A12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A12_x1" triggerthreshold="MBTS_A12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="181" partition="1" name="L1_MBTSA14" complex_deadtime="0" definition="(MBTS_A14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A14_x1" triggerthreshold="MBTS_A14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="182" partition="1" name="L1_MBTSC0" complex_deadtime="0" definition="(MBTS_C0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C0_x1" triggerthreshold="MBTS_C0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="183" partition="1" name="L1_MBTSC1" complex_deadtime="0" definition="(MBTS_C1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C1_x1" triggerthreshold="MBTS_C1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="184" partition="1" name="L1_MBTSC2" complex_deadtime="0" definition="(MBTS_C2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C2_x1" triggerthreshold="MBTS_C2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="185" partition="1" name="L1_MBTSC3" complex_deadtime="0" definition="(MBTS_C3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C3_x1" triggerthreshold="MBTS_C3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="186" partition="1" name="L1_MBTSC4" complex_deadtime="0" definition="(MBTS_C4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C4_x1" triggerthreshold="MBTS_C4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="187" partition="1" name="L1_MBTSC5" complex_deadtime="0" definition="(MBTS_C5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C5_x1" triggerthreshold="MBTS_C5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="188" partition="1" name="L1_MBTSC6" complex_deadtime="0" definition="(MBTS_C6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C6_x1" triggerthreshold="MBTS_C6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="189" partition="1" name="L1_MBTSC7" complex_deadtime="0" definition="(MBTS_C7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C7_x1" triggerthreshold="MBTS_C7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="190" partition="1" name="L1_MBTSC8" complex_deadtime="0" definition="(MBTS_C8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C8_x1" triggerthreshold="MBTS_C8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="191" partition="1" name="L1_MBTSC10" complex_deadtime="0" definition="(MBTS_C10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C10_x1" triggerthreshold="MBTS_C10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="192" partition="1" name="L1_MBTSC12" complex_deadtime="0" definition="(MBTS_C12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C12_x1" triggerthreshold="MBTS_C12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="193" partition="1" name="L1_MBTSC14" complex_deadtime="0" definition="(MBTS_C14[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C14_x1" triggerthreshold="MBTS_C14"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="194" partition="1" name="L1_MBTS_4_A" complex_deadtime="0" definition="(MBTS_A[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="195" partition="1" name="L1_MBTS_4_C" complex_deadtime="0" definition="(MBTS_C[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="196" partition="1" name="L1_MBTS_1_BGRP9" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="197" partition="1" name="L1_MBTS_2_BGRP9" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="198" partition="1" name="L1_MBTS_1_BGRP11" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="199" partition="1" name="L1_MBTS_2_BGRP11" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="200" partition="1" name="L1_RD0_FILLED" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="201" partition="1" name="L1_RD0_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP4)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="202" partition="1" name="L1_RD0_EMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="203" partition="1" name="L1_RD1_FILLED" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="204" partition="1" name="L1_RD1_EMPTY" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP3)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="205" partition="1" name="L1_RD2_FILLED" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="206" partition="1" name="L1_RD2_EMPTY" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="207" partition="1" name="L1_RD3_FILLED" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="208" partition="1" name="L1_RD3_EMPTY" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="209" partition="1" name="L1_RD0_FIRSTEMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP6)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="210" partition="1" name="L1_RD0_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="211" partition="1" name="L1_RD0_BGRP11" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP11)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="212" partition="1" name="L1_LUCID" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="213" partition="1" name="L1_LUCID_EMPTY" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="214" partition="1" name="L1_LUCID_UNPAIRED_ISO" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="215" partition="1" name="L1_LUCID_A_C_EMPTY" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="216" partition="1" name="L1_LUCID_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="217" partition="1" name="L1_LUCID_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="218" partition="1" name="L1_TRT_FILLED" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="219" partition="1" name="L1_TRT_EMPTY" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="220" partition="1" name="L1_TGC_BURST" complex_deadtime="0" definition="(NIMTGC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTGC_x1" triggerthreshold="NIMTGC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="221" partition="1" name="L1_LHCF" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="222" partition="1" name="L1_BCM_Wide_BGRP0" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="223" partition="1" name="L1_BCM_AC_CA_BGRP0" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="224" partition="1" name="L1_BCM_Wide_EMPTY" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="225" partition="1" name="L1_BCM_Wide_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="226" partition="1" name="L1_MBTS_1" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="227" partition="1" name="L1_MBTS_2" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="228" partition="1" name="L1_MBTS_1_1" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="229" partition="1" name="L1_BCM_CA_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="230" partition="1" name="L1_BCM_AC_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="231" partition="1" name="L1_BCM_CA_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="232" partition="1" name="L1_BCM_AC_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="233" partition="1" name="L1_BCM_CA_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="234" partition="1" name="L1_BCM_Wide_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="235" partition="1" name="L1_BCM_AC_CALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="236" partition="1" name="L1_BCM_CA_CALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="237" partition="1" name="L1_BCM_Wide_CALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="238" partition="1" name="L1_BTAG-MU4J15" complex_deadtime="0" definition="(0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="239" partition="1" name="L1_BTAG-MU4J30" complex_deadtime="0" definition="(0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="240" partition="1" name="L1_ZB" complex_deadtime="0" definition="(ZB_EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM15_x1" triggerthreshold="ZB_EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="241" partition="1" name="L1_BPTX0_BGRP0" complex_deadtime="0" definition="(BPTX0[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="242" partition="1" name="L1_BPTX1_BGRP0" complex_deadtime="0" definition="(BPTX1[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="243" partition="1" name="L1_BTAG-MU6J20" complex_deadtime="0" definition="(0DR04-MU6ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ20ab_x1" triggerthreshold="0DR04-MU6ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="244" partition="1" name="L1_BTAG-MU6J25" complex_deadtime="0" definition="(0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="245" partition="1" name="L1_BTAG-MU4J20" complex_deadtime="0" definition="(0DR04-MU4ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ20ab_x1" triggerthreshold="0DR04-MU4ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="246" partition="1" name="L1_3J15_BTAG-MU4J15" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="247" partition="1" name="L1_3J15_BTAG-MU4J30" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="248" partition="1" name="L1_3J15_BTAG-MU6J25" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="249" partition="1" name="L1_3J20_BTAG-MU4J20" complex_deadtime="0" definition="(J20[x3]&amp;0DR04-MU4ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ20ab_x1" triggerthreshold="0DR04-MU4ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="250" partition="1" name="L1_J40_DPHI-Js2XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-Js2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-Js2-XE50_x1" triggerthreshold="10MINDPHI-Js2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="251" partition="1" name="L1_J40_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="252" partition="1" name="L1_J40_DPHI-J20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="253" partition="1" name="L1_J40_DPHI-CJ20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="254" partition="1" name="L1_BPH-DR-2MU4-B_BPH-2M-2MU4-B" complex_deadtime="0" definition="(2DR15-CMU4ab-MU4ab[x1]&amp;2INVM999-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-CMU4ab-MU4ab_x1" triggerthreshold="2DR15-CMU4ab-MU4ab"/>
-        <TriggerCondition multi="1" name="2INVM999-CMU4ab-MU4ab_x1" triggerthreshold="2INVM999-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="255" partition="1" name="L1_BPH-DR-2MU4-B_BPH-4M8-2MU4-B" complex_deadtime="0" definition="(2DR15-CMU4ab-MU4ab[x1]&amp;4INVM8-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-CMU4ab-MU4ab_x1" triggerthreshold="2DR15-CMU4ab-MU4ab"/>
-        <TriggerCondition multi="1" name="4INVM8-CMU4ab-MU4ab_x1" triggerthreshold="4INVM8-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="256" partition="1" name="L1_BPH-DR-2MU4-BO_BPH-2M-2MU4-BO" complex_deadtime="0" definition="(2DR15-2CMU4ab[x1]&amp;2INVM999-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2CMU4ab_x1" triggerthreshold="2DR15-2CMU4ab"/>
-        <TriggerCondition multi="1" name="2INVM999-2CMU4ab_x1" triggerthreshold="2INVM999-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="257" partition="1" name="L1_BPH-DR-2MU4-BO_BPH-4M8-2MU4-BO" complex_deadtime="0" definition="(2DR15-2CMU4ab[x1]&amp;4INVM8-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2CMU4ab_x1" triggerthreshold="2DR15-2CMU4ab"/>
-        <TriggerCondition multi="1" name="4INVM8-2CMU4ab_x1" triggerthreshold="4INVM8-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="258" partition="1" name="L1_HT190-J15.ETA21" complex_deadtime="0" definition="(HT190-AJ15all.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-AJ15all.ETA21_x1" triggerthreshold="HT190-AJ15all.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="259" partition="1" name="L1_HT190-J15s5.ETA21" complex_deadtime="0" definition="(HT190-J15s5.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-J15s5.ETA21_x1" triggerthreshold="HT190-J15s5.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="260" partition="1" name="L1_HT150-J20.ETA31" complex_deadtime="0" definition="(HT150-AJ20all.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJ20all.ETA31_x1" triggerthreshold="HT150-AJ20all.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="261" partition="1" name="L1_HT150-J20s5.ETA31" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="262" partition="1" name="L1_JPSI-1M5" complex_deadtime="0" definition="(1INVM5-EMs1-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EMs1-EMall_x1" triggerthreshold="1INVM5-EMs1-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="263" partition="1" name="L1_JPSI-1M5-EM7" complex_deadtime="0" definition="(1INVM5-EM7s1-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM7s1-EMall_x1" triggerthreshold="1INVM5-EM7s1-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="264" partition="1" name="L1_JPSI-1M5-EM12" complex_deadtime="0" definition="(1INVM5-EM12s1-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM12s1-EMall_x1" triggerthreshold="1INVM5-EM12s1-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="265" partition="1" name="L1_KF-XE35" complex_deadtime="0" definition="(KF-XE35-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE35-AJall_x1" triggerthreshold="KF-XE35-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="266" partition="1" name="L1_KF-XE45" complex_deadtime="0" definition="(KF-XE45-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE45-AJall_x1" triggerthreshold="KF-XE45-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="267" partition="1" name="L1_KF-XE55" complex_deadtime="0" definition="(KF-XE55-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE55-AJall_x1" triggerthreshold="KF-XE55-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="268" partition="1" name="L1_KF-XE60" complex_deadtime="0" definition="(KF-XE60-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE60-AJall_x1" triggerthreshold="KF-XE60-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="269" partition="1" name="L1_KF-XE65" complex_deadtime="0" definition="(KF-XE65-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE65-AJall_x1" triggerthreshold="KF-XE65-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="270" partition="1" name="L1_KF-XE75" complex_deadtime="0" definition="(KF-XE75-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE75-AJall_x1" triggerthreshold="KF-XE75-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="271" partition="1" name="L1_W-05DPHI-JXE-0" complex_deadtime="0" definition="(05MINDPHI-AJj20s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj20s6-XE0_x1" triggerthreshold="05MINDPHI-AJj20s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="272" partition="1" name="L1_W-10DPHI-JXE-0" complex_deadtime="0" definition="(10MINDPHI-AJj20s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-AJj20s6-XE0_x1" triggerthreshold="10MINDPHI-AJj20s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="273" partition="1" name="L1_W-15DPHI-JXE-0" complex_deadtime="0" definition="(15MINDPHI-AJj20s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj20s6-XE0_x1" triggerthreshold="15MINDPHI-AJj20s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="274" partition="1" name="L1_W-10DPHI-EMXE-0" complex_deadtime="0" definition="(10MINDPHI-EM10s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-EM10s6-XE0_x1" triggerthreshold="10MINDPHI-EM10s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="275" partition="1" name="L1_W-15DPHI-EMXE-0" complex_deadtime="0" definition="(15MINDPHI-EM10s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="15MINDPHI-EM10s6-XE0_x1" triggerthreshold="15MINDPHI-EM10s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="276" partition="1" name="L1_W-05DPHI-EMXE-1" complex_deadtime="0" definition="(05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="277" partition="1" name="L1_W-05RO-XEHT-0" complex_deadtime="0" definition="(05RATIO-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05RATIO-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="278" partition="1" name="L1_W-08RO-XEHT-0" complex_deadtime="0" definition="(08RATIO-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="08RATIO-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="08RATIO-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="279" partition="1" name="L1_W-90RO2-XEHT-0" complex_deadtime="0" definition="(90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="280" partition="1" name="L1_W-250RO2-XEHT-0" complex_deadtime="0" definition="(250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="281" partition="1" name="L1_W-HT20-JJ15.ETA49" complex_deadtime="0" definition="(HT20-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT20-AJj15all.ETA49_x1" triggerthreshold="HT20-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="282" partition="1" name="L1_W-NOMATCH" complex_deadtime="0" definition="(NOT-02MATCH-EM10s1-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-02MATCH-EM10s1-AJj15all.ETA49_x1" triggerthreshold="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="283" partition="1" name="L1_W-NOMATCH_W-05RO-XEEMHT" complex_deadtime="0" definition="(NOT-02MATCH-EM10s1-AJj15all.ETA49[x1]&amp;05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-02MATCH-EM10s1-AJj15all.ETA49_x1" triggerthreshold="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="284" partition="1" name="L1_EM10_W-MT25" complex_deadtime="0" definition="(25MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM10s6-XE0_x1" triggerthreshold="25MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="285" partition="1" name="L1_EM10_W-MT30" complex_deadtime="0" definition="(30MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="30MT-EM10s6-XE0_x1" triggerthreshold="30MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="286" partition="1" name="L1_EM15_W-MT35" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="287" partition="1" name="L1_EM10_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_W-90RO2-XEHT-0" complex_deadtime="0" definition="(25MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;15MINDPHI-AJj20s6-XE0[x1]&amp;15MINDPHI-EM10s6-XE0[x1]&amp;90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM10s6-XE0_x1" triggerthreshold="25MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj20s6-XE0_x1" triggerthreshold="15MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM10s6-XE0_x1" triggerthreshold="15MINDPHI-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="288" partition="1" name="L1_EM10_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_XS30" complex_deadtime="0" definition="(25MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;15MINDPHI-AJj20s6-XE0[x1]&amp;15MINDPHI-EM10s6-XE0[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM10s6-XE0_x1" triggerthreshold="25MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj20s6-XE0_x1" triggerthreshold="15MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM10s6-XE0_x1" triggerthreshold="15MINDPHI-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="289" partition="1" name="L1_EM10_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_XS20" complex_deadtime="0" definition="(25MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;15MINDPHI-AJj20s6-XE0[x1]&amp;15MINDPHI-EM10s6-XE0[x1]&amp;XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM10s6-XE0_x1" triggerthreshold="25MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj20s6-XE0_x1" triggerthreshold="15MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM10s6-XE0_x1" triggerthreshold="15MINDPHI-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="290" partition="1" name="L1_EM10_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(25MT-EM10s6-XE0[x1]&amp;EM10[x1]&amp;15MINDPHI-AJj20s6-XE0[x1]&amp;15MINDPHI-EM10s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM10s6-XE0_x1" triggerthreshold="25MT-EM10s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj20s6-XE0_x1" triggerthreshold="15MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM10s6-XE0_x1" triggerthreshold="15MINDPHI-EM10s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="291" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EMXE_W-250RO2-XEHT-0" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj20s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj20s6-XE0_x1" triggerthreshold="05MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="292" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EMXE_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj20s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj20s6-XE0_x1" triggerthreshold="05MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="293" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EMXE_XS30" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj20s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj20s6-XE0_x1" triggerthreshold="05MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="294" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj20s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj20s6-XE0_x1" triggerthreshold="05MINDPHI-AJj20s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="295" partition="1" name="L1_BPH-DR-2MU4" complex_deadtime="0" definition="(2DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU4ab_x1" triggerthreshold="2DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="296" partition="1" name="L1_BPH-2M-2MU4" complex_deadtime="0" definition="(2INVM999-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-2MU4ab_x1" triggerthreshold="2INVM999-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="297" partition="1" name="L1_BPH-4M8-2MU4" complex_deadtime="0" definition="(4INVM8-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-2MU4ab_x1" triggerthreshold="4INVM8-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="298" partition="1" name="L1_BPH-DR-2MU4_BPH-2M-2MU4" complex_deadtime="0" definition="(2DR15-2MU4ab[x1]&amp;2INVM999-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU4ab_x1" triggerthreshold="2DR15-2MU4ab"/>
-        <TriggerCondition multi="1" name="2INVM999-2MU4ab_x1" triggerthreshold="2INVM999-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="299" partition="1" name="L1_BPH-DR-2MU4_BPH-4M8-2MU4" complex_deadtime="0" definition="(2DR15-2MU4ab[x1]&amp;4INVM8-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU4ab_x1" triggerthreshold="2DR15-2MU4ab"/>
-        <TriggerCondition multi="1" name="4INVM8-2MU4ab_x1" triggerthreshold="4INVM8-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="300" partition="1" name="L1_BPH-DR-2MU6" complex_deadtime="0" definition="(2DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="301" partition="1" name="L1_BPH-2M-2MU6" complex_deadtime="0" definition="(2INVM999-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-2MU6ab_x1" triggerthreshold="2INVM999-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="302" partition="1" name="L1_BPH-4M8-2MU6" complex_deadtime="0" definition="(4INVM8-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-2MU6ab_x1" triggerthreshold="4INVM8-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="303" partition="1" name="L1_BPH-DR-2MU6_BPH-2M-2MU6" complex_deadtime="0" definition="(2DR15-2MU6ab[x1]&amp;2INVM999-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <TriggerCondition multi="1" name="2INVM999-2MU6ab_x1" triggerthreshold="2INVM999-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="304" partition="1" name="L1_BPH-DR-2MU6_BPH-4M8-2MU6" complex_deadtime="0" definition="(2DR15-2MU6ab[x1]&amp;4INVM8-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <TriggerCondition multi="1" name="4INVM8-2MU6ab_x1" triggerthreshold="4INVM8-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="305" partition="1" name="L1_BPH-2M-2MU4-B" complex_deadtime="0" definition="(2INVM999-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-CMU4ab-MU4ab_x1" triggerthreshold="2INVM999-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="306" partition="1" name="L1_BPH-2M-2MU4-BO" complex_deadtime="0" definition="(2INVM999-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-2CMU4ab_x1" triggerthreshold="2INVM999-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="307" partition="1" name="L1_BPH-2M-MU6MU4" complex_deadtime="0" definition="(2INVM999-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-MU6ab-MU4ab_x1" triggerthreshold="2INVM999-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="308" partition="1" name="L1_BPH-2M-MU6MU4-B" complex_deadtime="0" definition="(2INVM999-ONEBARREL-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="2INVM999-ONEBARREL-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="309" partition="1" name="L1_BPH-2M-MU6MU4-BO" complex_deadtime="0" definition="(2INVM999-CMU6ab-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM999-CMU6ab-CMU4ab_x1" triggerthreshold="2INVM999-CMU6ab-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="310" partition="1" name="L1_BPH-4M8-2MU4-B" complex_deadtime="0" definition="(4INVM8-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-CMU4ab-MU4ab_x1" triggerthreshold="4INVM8-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="311" partition="1" name="L1_BPH-4M8-2MU4-BO" complex_deadtime="0" definition="(4INVM8-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-2CMU4ab_x1" triggerthreshold="4INVM8-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="312" partition="1" name="L1_BPH-4M8-MU6MU4" complex_deadtime="0" definition="(4INVM8-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-MU6ab-MU4ab_x1" triggerthreshold="4INVM8-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="313" partition="1" name="L1_BPH-4M8-MU6MU4-B" complex_deadtime="0" definition="(4INVM8-ONEBARREL-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="4INVM8-ONEBARREL-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="314" partition="1" name="L1_BPH-4M8-MU6MU4-BO" complex_deadtime="0" definition="(4INVM8-CMU6ab-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="4INVM8-CMU6ab-CMU4ab_x1" triggerthreshold="4INVM8-CMU6ab-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="315" partition="1" name="L1_DY-DR-2MU4" complex_deadtime="0" definition="(2DR99-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR99-2MU4ab_x1" triggerthreshold="2DR99-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="316" partition="1" name="L1_DY-BOX-2MU4" complex_deadtime="0" definition="(5DETA99-5DPHI99-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-2MU4ab_x1" triggerthreshold="5DETA99-5DPHI99-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="317" partition="1" name="L1_DY-BOX-MU6MU4" complex_deadtime="0" definition="(5DETA99-5DPHI99-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-MU6ab-MU4ab_x1" triggerthreshold="5DETA99-5DPHI99-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="318" partition="1" name="L1_DY-BOX-2MU6" complex_deadtime="0" definition="(5DETA99-5DPHI99-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-2MU6ab_x1" triggerthreshold="5DETA99-5DPHI99-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="319" partition="1" name="L1_LFV-MU" complex_deadtime="0" definition="(0DR10-MU10ab-MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR10-MU10ab-MU6ab_x1" triggerthreshold="0DR10-MU10ab-MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="320" partition="1" name="L1_LFV-EM8I" complex_deadtime="0" definition="(0DETA04-0DPHI03-EM8abi-MU10ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-0DPHI03-EM8abi-MU10ab_x1" triggerthreshold="0DETA04-0DPHI03-EM8abi-MU10ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="321" partition="1" name="L1_LFV-EM15I" complex_deadtime="0" definition="(0DETA04-0DPHI03-EM15abi-MUab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-0DPHI03-EM15abi-MUab_x1" triggerthreshold="0DETA04-0DPHI03-EM15abi-MUab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="322" partition="1" name="L1_DPHI-Js2XE50" complex_deadtime="0" definition="(10MINDPHI-Js2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-Js2-XE50_x1" triggerthreshold="10MINDPHI-Js2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="323" partition="1" name="L1_DPHI-J20s2XE50" complex_deadtime="0" definition="(10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="324" partition="1" name="L1_DPHI-J20XE50" complex_deadtime="0" definition="(10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="325" partition="1" name="L1_DPHI-CJ20XE50" complex_deadtime="0" definition="(10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="326" partition="1" name="L1_MJJ-900" complex_deadtime="0" definition="(900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="327" partition="1" name="L1_MJJ-800" complex_deadtime="0" definition="(800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="328" partition="1" name="L1_MJJ-700" complex_deadtime="0" definition="(700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="329" partition="1" name="L1_MJJ-400" complex_deadtime="0" definition="(400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="330" partition="1" name="L1_XE40_BGRP7" complex_deadtime="0" definition="(XE40[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="331" partition="1" name="L1_MJJ-300" complex_deadtime="0" definition="(300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="332" partition="1" name="L1_MJJ-200" complex_deadtime="0" definition="(200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="333" partition="1" name="L1_MJJ-100" complex_deadtime="0" definition="(100INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="100INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="334" partition="1" name="L1_HT150-JJ15.ETA49" complex_deadtime="0" definition="(HT150-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJj15all.ETA49_x1" triggerthreshold="HT150-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="335" partition="1" name="L1_DETA-JJ" complex_deadtime="0" definition="(0DETA10-Js1-Js2[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA10-Js1-Js2_x1" triggerthreshold="0DETA10-Js1-Js2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="336" partition="1" name="L1_J4-MATCH" complex_deadtime="0" definition="(0MATCH-4AJ20.ETA31-4AJj15.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31_x1" triggerthreshold="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="337" partition="1" name="L1_W-05RO-XEEMHT" complex_deadtime="0" definition="(05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="338" partition="1" name="L1_LLP-RO" complex_deadtime="0" definition="(210RATIO-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="210RATIO-0MATCH-TAU30si2-EMall_x1" triggerthreshold="210RATIO-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="339" partition="1" name="L1_LLP-NOMATCH" complex_deadtime="0" definition="(NOT-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-0MATCH-TAU30si2-EMall_x1" triggerthreshold="NOT-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="340" partition="1" name="L1_DR-MU10TAU12I" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="341" partition="1" name="L1_TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="342" partition="1" name="L1_EM15-TAU40" complex_deadtime="0" definition="(DISAMB-EM15abhi-TAU40ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-EM15abhi-TAU40ab_x1" triggerthreshold="DISAMB-EM15abhi-TAU40ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="343" partition="1" name="L1_TAU20-J20" complex_deadtime="0" definition="(1DISAMB-TAU20ab-J20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU20ab-J20ab_x1" triggerthreshold="1DISAMB-TAU20ab-J20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="344" partition="1" name="L1_EM15-TAU12I" complex_deadtime="0" definition="(DISAMB-EM15abhi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-EM15abhi-TAU12abi_x1" triggerthreshold="DISAMB-EM15abhi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="345" partition="1" name="L1_EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-EM15his2-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-EM15his2-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="346" partition="1" name="L1_DR-EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="347" partition="1" name="L1_TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-TAU20abi-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU20abi-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="348" partition="1" name="L1_DR-TAU20ITAU12I" complex_deadtime="0" definition="(0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="349" partition="1" name="L1_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="350" partition="1" name="L1_DR-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="351" partition="1" name="L1_LAR-EM" complex_deadtime="0" definition="(LAR-EM50s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-EM50s1_x1" triggerthreshold="LAR-EM50s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="352" partition="1" name="L1_LAR-J" complex_deadtime="0" definition="(LAR-J100s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-J100s1_x1" triggerthreshold="LAR-J100s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="353" partition="1" name="L1_BPH-DR-2MU4-B" complex_deadtime="0" definition="(2DR15-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-CMU4ab-MU4ab_x1" triggerthreshold="2DR15-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="354" partition="1" name="L1_BPH-DR-2MU4-BO" complex_deadtime="0" definition="(2DR15-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-2CMU4ab_x1" triggerthreshold="2DR15-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="355" partition="1" name="L1_BPH-DR-MU6MU4" complex_deadtime="0" definition="(2DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-MU6ab-MU4ab_x1" triggerthreshold="2DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="356" partition="1" name="L1_BPH-DR-MU6MU4-B" complex_deadtime="0" definition="(2DR15-ONEBARREL-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="2DR15-ONEBARREL-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="357" partition="1" name="L1_BPH-DR-MU6MU4-BO" complex_deadtime="0" definition="(2DR15-CMU6ab-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR15-CMU6ab-CMU4ab_x1" triggerthreshold="2DR15-CMU6ab-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="358" partition="1" name="L1_MU6_MJJ-200" complex_deadtime="0" definition="(MU6[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="359" partition="1" name="L1_MU6_MJJ-300" complex_deadtime="0" definition="(MU6[x1]&amp;300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="360" partition="1" name="L1_MU6_MJJ-400" complex_deadtime="0" definition="(MU6[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="361" partition="1" name="L1_MU6_MJJ-500" complex_deadtime="0" definition="(MU6[x1]&amp;500INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="500INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="500INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="362" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="363" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="364" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="365" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="366" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="367" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="368" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="369" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="370" partition="1" name="L1_XE35_MJJ-200" complex_deadtime="0" definition="(XE35[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="371" partition="1" name="L1_EM7_FIRSTEMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="372" partition="1" name="L1_RD0_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP8)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="373" partition="1" name="L1_3J25.0ETA23" complex_deadtime="0" definition="(J25.0ETA23[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J25.0ETA23_x3" triggerthreshold="J25.0ETA23"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="374" partition="1" name="L1_TE20" complex_deadtime="0" definition="(TE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="375" partition="1" name="L1_TE10.0ETA24" complex_deadtime="0" definition="(TE10.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10.0ETA24_x1" triggerthreshold="TE10.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="376" partition="1" name="L1_TE20.0ETA24" complex_deadtime="0" definition="(TE20.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20.0ETA24_x1" triggerthreshold="TE20.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="377" partition="1" name="L1_XS40" complex_deadtime="0" definition="(XS40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="378" partition="1" name="L1_XS50" complex_deadtime="0" definition="(XS50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="379" partition="1" name="L1_XS60" complex_deadtime="0" definition="(XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="380" partition="1" name="L1_J12_BGRP12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="381" partition="1" name="L1_J30.31ETA49_BGRP12" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="382" partition="1" name="L1_MU6_J30.0ETA49_2J20.0ETA49" complex_deadtime="0" definition="(MU6[x1]&amp;J30.0ETA49[x1]&amp;J20.0ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J30.0ETA49_x1" triggerthreshold="J30.0ETA49"/>
-        <TriggerCondition multi="2" name="J20.0ETA49_x2" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="383" partition="1" name="L1_4J20.0ETA49" complex_deadtime="0" definition="(J20.0ETA49[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="384" partition="1" name="L1_MU4_3J15" complex_deadtime="0" definition="(MU4[x1]&amp;J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="385" partition="1" name="L1_MU4_3J20" complex_deadtime="0" definition="(MU4[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="386" partition="1" name="L1_MU4_J30" complex_deadtime="0" definition="(MU4[x1]&amp;J30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="387" partition="1" name="L1_MU4_J50" complex_deadtime="0" definition="(MU4[x1]&amp;J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="388" partition="1" name="L1_TAU8_UNPAIRED_ISO" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="389" partition="1" name="L1_EM7_UNPAIRED_ISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="390" partition="1" name="L1_RD2_BGRP12" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP12)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="391" partition="1" name="L1_TAU8_FIRSTEMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="392" partition="1" name="L1_EM10" complex_deadtime="0" definition="(EM10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10_x1" triggerthreshold="EM10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="393" partition="1" name="L1_LHCF_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="394" partition="1" name="L1_LHCF_EMPTY" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="395" partition="1" name="L1_XE55_BGRP7" complex_deadtime="0" definition="(XE55[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="396" partition="1" name="L1_XE60_BGRP7" complex_deadtime="0" definition="(XE60[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="397" partition="1" name="L1_XE70_BGRP7" complex_deadtime="0" definition="(XE70[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE70_x1" triggerthreshold="XE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="398" partition="1" name="L1_XE80_BGRP7" complex_deadtime="0" definition="(XE80[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE80_x1" triggerthreshold="XE80"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="399" partition="1" name="L1_EM8I_MU10" complex_deadtime="0" definition="(EM8I[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="400" partition="1" name="L1_XE45_BGRP7" complex_deadtime="0" definition="(XE45[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="401" partition="1" name="L1_XE50_BGRP7" complex_deadtime="0" definition="(XE50[x1]&amp;BGRP0&amp;BGRP7)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP7"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="402" partition="1" name="L1_EM15HI" complex_deadtime="0" definition="(EM15HI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="403" partition="1" name="L1_MU6_3MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="404" partition="1" name="L1_2MU6_3MU4" complex_deadtime="0" definition="(MU6[x2]&amp;MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="405" partition="1" name="L1_BGRP9" complex_deadtime="0" definition="(BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="406" partition="1" name="L1_TE50" complex_deadtime="0" definition="(TE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE50_x1" triggerthreshold="TE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="407" partition="1" name="L1_TE5" complex_deadtime="0" definition="(TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="408" partition="1" name="L1_TE60" complex_deadtime="0" definition="(TE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE60_x1" triggerthreshold="TE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="409" partition="1" name="L1_TE50.0ETA24" complex_deadtime="0" definition="(TE50.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE50.0ETA24_x1" triggerthreshold="TE50.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="410" partition="1" name="L1_TE5.0ETA24" complex_deadtime="0" definition="(TE5.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5.0ETA24_x1" triggerthreshold="TE5.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="411" partition="1" name="L1_EM20VH_FIRSTEMPTY" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="412" partition="1" name="L1_EM22VHI_FIRSTEMPTY" complex_deadtime="0" definition="(EM22VHI[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="413" partition="1" name="L1_MU20_FIRSTEMPTY" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="414" partition="1" name="L1_J100_FIRSTEMPTY" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="415" partition="1" name="L1_J100.31ETA49_FIRSTEMPTY" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="416" partition="1" name="L1_TE60.0ETA24" complex_deadtime="0" definition="(TE60.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE60.0ETA24_x1" triggerthreshold="TE60.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="417" partition="1" name="L1_TE70.0ETA24" complex_deadtime="0" definition="(TE70.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70.0ETA24_x1" triggerthreshold="TE70.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="418" partition="1" name="L1_TE40.0ETA24" complex_deadtime="0" definition="(TE40.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40.0ETA24_x1" triggerthreshold="TE40.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="419" partition="1" name="L1_ZDC_A" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="420" partition="1" name="L1_ZDC_C" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="421" partition="1" name="L1_ZDC_AND" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="422" partition="1" name="L1_ZDC_A_C" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="423" partition="1" name="L1_EM20VH_2EM7" complex_deadtime="0" definition="(EM20VH[x1]&amp;EM7[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="424" partition="1" name="L1_ALFA_ELAST1" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;ALFA_A7L1U[x1]&amp;ALFA_A7R1L[x1]&amp;ALFA_B7R1L[x1]&amp;!(ALFA3_B7L1L[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-            <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-            <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-            <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="425" partition="1" name="L1_ALFA_ELAST2" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;ALFA_A7L1L[x1]&amp;ALFA_A7R1U[x1]&amp;ALFA_B7R1U[x1]&amp;!(ALFA3_B7L1U[x1]|ALFA3_A7L1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-            <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-            <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-            <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="426" partition="1" name="L1_ALFA_ELAST11" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;ALFA_A7L1U[x1]&amp;ALFA_A7R1L[x1]&amp;ALFA_B7R1L[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="427" partition="1" name="L1_ALFA_ELAST12" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;ALFA_A7L1L[x1]&amp;ALFA_A7R1U[x1]&amp;ALFA_B7R1U[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="428" partition="1" name="L1_ALFA_ELAST13" complex_deadtime="0" definition="((ALFA2_A7L1U[x1]|ALFA2_B7L1U[x1])&amp;ALFA_A7R1L[x1]&amp;ALFA_B7R1L[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="429" partition="1" name="L1_ALFA_ELAST14" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;ALFA_A7L1U[x1]&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="430" partition="1" name="L1_ALFA_ELAST15" complex_deadtime="0" definition="((ALFA2_A7L1U[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="431" partition="1" name="L1_ALFA_ELAST15_Calib" complex_deadtime="0" definition="((ALFA2_A7L1U[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1L[x1])&amp;BGRP0&amp;BGRP10)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP10"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="432" partition="1" name="L1_ALFA_ELAST16" complex_deadtime="0" definition="((ALFA2_B7L1L[x1]|ALFA2_A7L1L[x1])&amp;ALFA_A7R1U[x1]&amp;ALFA_B7R1U[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-        </OR>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="433" partition="1" name="L1_ALFA_ELAST17" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;ALFA_A7L1L[x1]&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="434" partition="1" name="L1_ALFA_ELAST18" complex_deadtime="0" definition="((ALFA2_B7L1L[x1]|ALFA2_A7L1L[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="435" partition="1" name="L1_ALFA_ELAST18_Calib" complex_deadtime="0" definition="((ALFA2_B7L1L[x1]|ALFA2_A7L1L[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP10)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP10"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="436" partition="1" name="L1_ALFA_SDIFF5" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;ALFA_A7L1U[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="437" partition="1" name="L1_ALFA_SDIFF6" complex_deadtime="0" definition="(ALFA_A7R1L[x1]&amp;ALFA_B7R1L[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="438" partition="1" name="L1_ALFA_SDIFF7" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;ALFA_A7L1L[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="439" partition="1" name="L1_ALFA_SDIFF8" complex_deadtime="0" definition="(ALFA_A7R1U[x1]&amp;ALFA_B7R1U[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="440" partition="1" name="L1_MBTS_1_A_ALFA_C" complex_deadtime="0" definition="(MBTS_A[x1]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="441" partition="1" name="L1_MBTS_1_C_ALFA_A" complex_deadtime="0" definition="(MBTS_C[x1]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="442" partition="1" name="L1_MBTS_1_A_ALFA_C_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x1]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="443" partition="1" name="L1_MBTS_1_C_ALFA_A_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_C[x1]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="444" partition="1" name="L1_MBTS_2_A_ALFA_C" complex_deadtime="0" definition="(MBTS_A[x2]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="445" partition="1" name="L1_MBTS_2_C_ALFA_A" complex_deadtime="0" definition="(MBTS_C[x2]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="446" partition="1" name="L1_MBTS_2_A_ALFA_C_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x2]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="447" partition="1" name="L1_MBTS_2_C_ALFA_A_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_C[x2]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="448" partition="1" name="L1_LUCID_A_ALFA_C" complex_deadtime="0" definition="(LUCID_A[x1]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="449" partition="1" name="L1_LUCID_C_ALFA_A" complex_deadtime="0" definition="(LUCID_C[x1]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="450" partition="1" name="L1_LUCID_A_ALFA_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="451" partition="1" name="L1_LUCID_C_ALFA_A_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_C[x1]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="452" partition="1" name="L1_EM3_ALFA_ANY" complex_deadtime="0" definition="(EM3[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="453" partition="1" name="L1_EM3_ALFA_ANY_UNPAIRED_ISO" complex_deadtime="0" definition="(EM3[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="454" partition="1" name="L1_EM3_ALFA_EINE" complex_deadtime="0" definition="(EM3[x1]&amp;(ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;(ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="455" partition="1" name="L1_ALFA_ELASTIC_UNPAIRED_ISO" complex_deadtime="0" definition="((ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;(ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;(ALFA_B7L1U[x1]|ALFA_A7L1U[x1]|ALFA_A7R1U[x1]|ALFA_B7R1U[x1])&amp;(ALFA_A7R1L[x1]|ALFA_B7R1L[x1]|ALFA_B7L1L[x1]|ALFA_A7L1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="456" partition="1" name="L1_ALFA_ANTI_ELASTIC_UNPAIRED_ISO" complex_deadtime="0" definition="((ALFA4_B7L1U[x1]|ALFA4_A7L1U[x1]|ALFA4_B7L1L[x1]|ALFA4_A7L1L[x1])&amp;(ALFA4_B7L1U[x1]|ALFA4_A7L1U[x1]|ALFA4_A7R1L[x1]|ALFA4_B7R1L[x1])&amp;(ALFA4_A7R1U[x1]|ALFA4_B7R1U[x1]|ALFA4_B7L1L[x1]|ALFA4_A7L1L[x1])&amp;(ALFA4_A7R1U[x1]|ALFA4_B7R1U[x1]|ALFA4_A7R1L[x1]|ALFA4_B7R1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA4_B7L1U_x1" triggerthreshold="ALFA4_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA4_A7L1U_x1" triggerthreshold="ALFA4_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA4_B7L1L_x1" triggerthreshold="ALFA4_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA4_A7L1L_x1" triggerthreshold="ALFA4_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA4_B7L1U_x1" triggerthreshold="ALFA4_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA4_A7L1U_x1" triggerthreshold="ALFA4_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA4_A7R1L_x1" triggerthreshold="ALFA4_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA4_B7R1L_x1" triggerthreshold="ALFA4_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA4_A7R1U_x1" triggerthreshold="ALFA4_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA4_B7R1U_x1" triggerthreshold="ALFA4_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA4_B7L1L_x1" triggerthreshold="ALFA4_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA4_A7L1L_x1" triggerthreshold="ALFA4_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA4_A7R1U_x1" triggerthreshold="ALFA4_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA4_B7R1U_x1" triggerthreshold="ALFA4_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA4_A7R1L_x1" triggerthreshold="ALFA4_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA4_B7R1L_x1" triggerthreshold="ALFA4_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="457" partition="1" name="L1_ALFA_ANY_A_EMPTY" complex_deadtime="0" definition="((ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="458" partition="1" name="L1_ALFA_ANY_C_EMPTY" complex_deadtime="0" definition="((ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="459" partition="1" name="L1_J12_ALFA_ANY" complex_deadtime="0" definition="(J12[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="460" partition="1" name="L1_J12_ALFA_ANY_UNPAIRED_ISO" complex_deadtime="0" definition="(J12[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="461" partition="1" name="L1_TE5_ALFA_ANY" complex_deadtime="0" definition="(TE5[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="462" partition="1" name="L1_TE5_ALFA_ANY_UNPAIRED_ISO" complex_deadtime="0" definition="(TE5[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="463" partition="1" name="L1_TE5_ALFA_EINE" complex_deadtime="0" definition="(TE5[x1]&amp;(ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;(ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="464" partition="1" name="L1_TRT_ALFA_ANY" complex_deadtime="0" definition="(NIMTRT[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="465" partition="1" name="L1_TRT_ALFA_ANY_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMTRT[x1]&amp;(ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="466" partition="1" name="L1_TRT_ALFA_EINE" complex_deadtime="0" definition="(NIMTRT[x1]&amp;(ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;(ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="467" partition="1" name="L1_LHCF_ALFA_ANY_A" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;(ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="468" partition="1" name="L1_LHCF_ALFA_ANY_C" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;(ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="469" partition="1" name="L1_LHCF_ALFA_ANY_A_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;(ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="470" partition="1" name="L1_LHCF_ALFA_ANY_C_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;(ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="471" partition="1" name="L1_ALFA_BGT" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="472" partition="1" name="L1_ALFA_BGT_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="473" partition="1" name="L1_ALFA_BGT_BGRP10" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP10)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP10"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="474" partition="1" name="L1_ALFA_SHOWSYST5" complex_deadtime="0" definition="((ALFA_B7L1U[x1]|ALFA_B7L1L[x1]|ALFA_A7L1U[x1]|ALFA_A7L1L[x1])&amp;(ALFA_A7R1U[x1]|ALFA_A7R1L[x1]|ALFA_B7R1U[x1]|ALFA_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="475" partition="1" name="L1_ALFA_SYST9" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;ALFA_A7L1U[x1]&amp;ALFA_A7R1U[x1]&amp;ALFA_B7R1U[x1]&amp;!(ALFA3_B7L1L[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-            <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-            <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-            <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="476" partition="1" name="L1_ALFA_SYST10" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;ALFA_A7L1L[x1]&amp;ALFA_A7R1L[x1]&amp;ALFA_B7R1L[x1]&amp;!(ALFA3_B7L1U[x1]|ALFA3_A7L1U[x1]|ALFA3_A7R1U[x1]|ALFA3_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <NOT>
-          <OR>
-            <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-            <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-            <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-            <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          </OR>
-        </NOT>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="477" partition="1" name="L1_ALFA_SYST11" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;ALFA_A7L1U[x1]&amp;ALFA_A7R1U[x1]&amp;ALFA_B7R1U[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="478" partition="1" name="L1_ALFA_SYST12" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;ALFA_A7L1L[x1]&amp;ALFA_A7R1L[x1]&amp;ALFA_B7R1L[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="479" partition="1" name="L1_ALFA_SYST17" complex_deadtime="0" definition="((ALFA2_A7L1U[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="480" partition="1" name="L1_ALFA_SYST18" complex_deadtime="0" definition="((ALFA2_B7L1L[x1]|ALFA2_A7L1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="481" partition="1" name="L1_ALFA_ANY" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:111|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="482" partition="1" name="L1_ALFA_ANY_EMPTY" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="483" partition="1" name="L1_ALFA_ANY_FIRSTEMPTY" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP6)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="484" partition="1" name="L1_ALFA_ANY_UNPAIRED_ISO" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="485" partition="1" name="L1_ALFA_ANY_UNPAIRED_NONISO" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="486" partition="1" name="L1_ALFA_ANY_BGRP10" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP10)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP10"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="487" partition="1" name="L1_ALFA_ANY_ABORTGAPNOTCALIB" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP8)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="488" partition="1" name="L1_ALFA_ANY_CALIB" complex_deadtime="0" definition="((ALFA3_B7L1U[x1]|ALFA3_B7L1L[x1]|ALFA3_A7L1U[x1]|ALFA3_A7L1L[x1]|ALFA3_A7R1U[x1]|ALFA3_A7R1L[x1]|ALFA3_B7R1U[x1]|ALFA3_B7R1L[x1])&amp;BGRP0&amp;BGRP2)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA3_B7L1U_x1" triggerthreshold="ALFA3_B7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7L1L_x1" triggerthreshold="ALFA3_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1U_x1" triggerthreshold="ALFA3_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7L1L_x1" triggerthreshold="ALFA3_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1U_x1" triggerthreshold="ALFA3_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_A7R1L_x1" triggerthreshold="ALFA3_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1U_x1" triggerthreshold="ALFA3_B7R1U"/>
-          <TriggerCondition multi="1" name="ALFA3_B7R1L_x1" triggerthreshold="ALFA3_B7R1L"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="489" partition="1" name="L1_ALFA_B7L1U" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="490" partition="1" name="L1_ALFA_B7L1L" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="491" partition="1" name="L1_ALFA_A7L1U" complex_deadtime="0" definition="(ALFA_A7L1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="492" partition="1" name="L1_ALFA_A7L1L" complex_deadtime="0" definition="(ALFA_A7L1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="493" partition="1" name="L1_ALFA_A7R1U" complex_deadtime="0" definition="(ALFA_A7R1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="494" partition="1" name="L1_ALFA_A7R1L" complex_deadtime="0" definition="(ALFA_A7R1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="495" partition="1" name="L1_ALFA_B7R1U" complex_deadtime="0" definition="(ALFA_B7R1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="496" partition="1" name="L1_ALFA_B7R1L" complex_deadtime="0" definition="(ALFA_B7R1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="497" partition="1" name="L1_ALFA_B7L1U_OD" complex_deadtime="0" definition="(ALFA_B7L1U_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_OD_x1" triggerthreshold="ALFA_B7L1U_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="498" partition="1" name="L1_ALFA_B7L1L_OD" complex_deadtime="0" definition="(ALFA_B7L1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_OD_x1" triggerthreshold="ALFA_B7L1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="499" partition="1" name="L1_ALFA_A7L1U_OD" complex_deadtime="0" definition="(ALFA_A7L1U_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_OD_x1" triggerthreshold="ALFA_A7L1U_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="500" partition="1" name="L1_ALFA_A7L1L_OD" complex_deadtime="0" definition="(ALFA_A7L1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_OD_x1" triggerthreshold="ALFA_A7L1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="501" partition="1" name="L1_ALFA_A7R1U_OD" complex_deadtime="0" definition="(ALFA_A7R1U_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_OD_x1" triggerthreshold="ALFA_A7R1U_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="502" partition="1" name="L1_ALFA_A7R1L_OD" complex_deadtime="0" definition="(ALFA_A7R1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_OD_x1" triggerthreshold="ALFA_A7R1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="503" partition="1" name="L1_ALFA_B7R1U_OD" complex_deadtime="0" definition="(ALFA_B7R1U_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_OD_x1" triggerthreshold="ALFA_B7R1U_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="504" partition="1" name="L1_ALFA_B7R1L_OD" complex_deadtime="0" definition="(ALFA_B7R1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_OD_x1" triggerthreshold="ALFA_B7R1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="505" partition="1" name="L1_ALFA_B7L1_OD" complex_deadtime="0" definition="(ALFA_B7L1U_OD[x1]&amp;ALFA_B7L1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_OD_x1" triggerthreshold="ALFA_B7L1U_OD"/>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_OD_x1" triggerthreshold="ALFA_B7L1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="506" partition="1" name="L1_ALFA_A7L1_OD" complex_deadtime="0" definition="(ALFA_A7L1U_OD[x1]&amp;ALFA_A7L1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_OD_x1" triggerthreshold="ALFA_A7L1U_OD"/>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_OD_x1" triggerthreshold="ALFA_A7L1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="507" partition="1" name="L1_ALFA_B7R1_OD" complex_deadtime="0" definition="(ALFA_B7R1U_OD[x1]&amp;ALFA_B7R1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_OD_x1" triggerthreshold="ALFA_B7R1U_OD"/>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_OD_x1" triggerthreshold="ALFA_B7R1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="508" partition="1" name="L1_ALFA_A7R1_OD" complex_deadtime="0" definition="(ALFA_A7R1U_OD[x1]&amp;ALFA_A7R1L_OD[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_OD_x1" triggerthreshold="ALFA_A7R1U_OD"/>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_OD_x1" triggerthreshold="ALFA_A7R1L_OD"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="511" partition="1" name="L1_CALREQ2" complex_deadtime="0" definition="(CAL2[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="00110100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="CAL2_x1" triggerthreshold="CAL2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="Physics_pp_v5_default_prescale" type="Physics" menuPartition="0">
-    <Prescale ctpid="0" cut="000001" value="1"/>
-    <Prescale ctpid="1" cut="000001" value="1"/>
-    <Prescale ctpid="2" cut="000001" value="1"/>
-    <Prescale ctpid="3" cut="000001" value="1"/>
-    <Prescale ctpid="4" cut="000001" value="1"/>
-    <Prescale ctpid="5" cut="000001" value="1"/>
-    <Prescale ctpid="6" cut="000001" value="1"/>
-    <Prescale ctpid="7" cut="000001" value="1"/>
-    <Prescale ctpid="8" cut="000001" value="1"/>
-    <Prescale ctpid="9" cut="000001" value="1"/>
-    <Prescale ctpid="10" cut="000001" value="1"/>
-    <Prescale ctpid="11" cut="000001" value="1"/>
-    <Prescale ctpid="12" cut="000001" value="1"/>
-    <Prescale ctpid="13" cut="000001" value="1"/>
-    <Prescale ctpid="14" cut="000001" value="1"/>
-    <Prescale ctpid="15" cut="000001" value="1"/>
-    <Prescale ctpid="16" cut="000001" value="1"/>
-    <Prescale ctpid="17" cut="000001" value="1"/>
-    <Prescale ctpid="18" cut="000001" value="1"/>
-    <Prescale ctpid="19" cut="000001" value="1"/>
-    <Prescale ctpid="20" cut="000001" value="1"/>
-    <Prescale ctpid="21" cut="000001" value="1"/>
-    <Prescale ctpid="22" cut="000001" value="1"/>
-    <Prescale ctpid="23" cut="000001" value="1"/>
-    <Prescale ctpid="24" cut="000001" value="1"/>
-    <Prescale ctpid="25" cut="000001" value="1"/>
-    <Prescale ctpid="26" cut="000001" value="1"/>
-    <Prescale ctpid="27" cut="000001" value="1"/>
-    <Prescale ctpid="28" cut="000001" value="1"/>
-    <Prescale ctpid="29" cut="000001" value="1"/>
-    <Prescale ctpid="30" cut="000001" value="1"/>
-    <Prescale ctpid="31" cut="000001" value="1"/>
-    <Prescale ctpid="32" cut="000001" value="1"/>
-    <Prescale ctpid="33" cut="000001" value="1"/>
-    <Prescale ctpid="34" cut="000001" value="1"/>
-    <Prescale ctpid="35" cut="000001" value="1"/>
-    <Prescale ctpid="36" cut="000001" value="1"/>
-    <Prescale ctpid="37" cut="000001" value="1"/>
-    <Prescale ctpid="38" cut="000001" value="1"/>
-    <Prescale ctpid="39" cut="000001" value="1"/>
-    <Prescale ctpid="40" cut="000001" value="1"/>
-    <Prescale ctpid="41" cut="000001" value="1"/>
-    <Prescale ctpid="42" cut="000001" value="1"/>
-    <Prescale ctpid="43" cut="000001" value="1"/>
-    <Prescale ctpid="44" cut="000001" value="1"/>
-    <Prescale ctpid="45" cut="000001" value="1"/>
-    <Prescale ctpid="46" cut="000001" value="1"/>
-    <Prescale ctpid="47" cut="000001" value="1"/>
-    <Prescale ctpid="48" cut="000001" value="1"/>
-    <Prescale ctpid="49" cut="000001" value="1"/>
-    <Prescale ctpid="50" cut="000001" value="1"/>
-    <Prescale ctpid="51" cut="000001" value="1"/>
-    <Prescale ctpid="52" cut="000001" value="1"/>
-    <Prescale ctpid="53" cut="000001" value="1"/>
-    <Prescale ctpid="54" cut="000001" value="1"/>
-    <Prescale ctpid="55" cut="000001" value="1"/>
-    <Prescale ctpid="56" cut="000001" value="1"/>
-    <Prescale ctpid="57" cut="000001" value="1"/>
-    <Prescale ctpid="58" cut="000001" value="1"/>
-    <Prescale ctpid="59" cut="000001" value="1"/>
-    <Prescale ctpid="60" cut="000001" value="1"/>
-    <Prescale ctpid="61" cut="000001" value="1"/>
-    <Prescale ctpid="62" cut="000001" value="1"/>
-    <Prescale ctpid="63" cut="000001" value="1"/>
-    <Prescale ctpid="64" cut="000001" value="1"/>
-    <Prescale ctpid="65" cut="000001" value="1"/>
-    <Prescale ctpid="66" cut="000001" value="1"/>
-    <Prescale ctpid="67" cut="000001" value="1"/>
-    <Prescale ctpid="68" cut="000001" value="1"/>
-    <Prescale ctpid="69" cut="000001" value="1"/>
-    <Prescale ctpid="70" cut="000001" value="1"/>
-    <Prescale ctpid="71" cut="000001" value="1"/>
-    <Prescale ctpid="72" cut="000001" value="1"/>
-    <Prescale ctpid="73" cut="000001" value="1"/>
-    <Prescale ctpid="74" cut="000001" value="1"/>
-    <Prescale ctpid="75" cut="000001" value="1"/>
-    <Prescale ctpid="76" cut="000001" value="1"/>
-    <Prescale ctpid="77" cut="000001" value="1"/>
-    <Prescale ctpid="78" cut="000001" value="1"/>
-    <Prescale ctpid="79" cut="000001" value="1"/>
-    <Prescale ctpid="80" cut="000001" value="1"/>
-    <Prescale ctpid="81" cut="000001" value="1"/>
-    <Prescale ctpid="82" cut="000001" value="1"/>
-    <Prescale ctpid="83" cut="000001" value="1"/>
-    <Prescale ctpid="84" cut="000001" value="1"/>
-    <Prescale ctpid="85" cut="000001" value="1"/>
-    <Prescale ctpid="86" cut="000001" value="1"/>
-    <Prescale ctpid="87" cut="000001" value="1"/>
-    <Prescale ctpid="88" cut="000001" value="1"/>
-    <Prescale ctpid="89" cut="000001" value="1"/>
-    <Prescale ctpid="90" cut="000001" value="1"/>
-    <Prescale ctpid="91" cut="000001" value="1"/>
-    <Prescale ctpid="92" cut="000001" value="1"/>
-    <Prescale ctpid="93" cut="000001" value="1"/>
-    <Prescale ctpid="94" cut="000001" value="1"/>
-    <Prescale ctpid="95" cut="000001" value="1"/>
-    <Prescale ctpid="96" cut="000001" value="1"/>
-    <Prescale ctpid="97" cut="000001" value="1"/>
-    <Prescale ctpid="98" cut="000001" value="1"/>
-    <Prescale ctpid="99" cut="000001" value="1"/>
-    <Prescale ctpid="100" cut="000001" value="1"/>
-    <Prescale ctpid="101" cut="000001" value="1"/>
-    <Prescale ctpid="102" cut="000001" value="1"/>
-    <Prescale ctpid="103" cut="000001" value="1"/>
-    <Prescale ctpid="104" cut="000001" value="1"/>
-    <Prescale ctpid="105" cut="000001" value="1"/>
-    <Prescale ctpid="106" cut="000001" value="1"/>
-    <Prescale ctpid="107" cut="000001" value="1"/>
-    <Prescale ctpid="108" cut="000001" value="1"/>
-    <Prescale ctpid="109" cut="000001" value="1"/>
-    <Prescale ctpid="110" cut="000001" value="1"/>
-    <Prescale ctpid="111" cut="000001" value="1"/>
-    <Prescale ctpid="112" cut="000001" value="1"/>
-    <Prescale ctpid="113" cut="000001" value="1"/>
-    <Prescale ctpid="114" cut="000001" value="1"/>
-    <Prescale ctpid="115" cut="000001" value="1"/>
-    <Prescale ctpid="116" cut="000001" value="1"/>
-    <Prescale ctpid="117" cut="000001" value="1"/>
-    <Prescale ctpid="118" cut="000001" value="1"/>
-    <Prescale ctpid="119" cut="000001" value="1"/>
-    <Prescale ctpid="120" cut="000001" value="1"/>
-    <Prescale ctpid="121" cut="000001" value="1"/>
-    <Prescale ctpid="122" cut="000001" value="1"/>
-    <Prescale ctpid="123" cut="000001" value="1"/>
-    <Prescale ctpid="124" cut="000001" value="1"/>
-    <Prescale ctpid="125" cut="000001" value="1"/>
-    <Prescale ctpid="126" cut="000001" value="1"/>
-    <Prescale ctpid="127" cut="000001" value="1"/>
-    <Prescale ctpid="128" cut="000001" value="1"/>
-    <Prescale ctpid="129" cut="000001" value="1"/>
-    <Prescale ctpid="130" cut="000001" value="1"/>
-    <Prescale ctpid="131" cut="000001" value="1"/>
-    <Prescale ctpid="132" cut="000001" value="1"/>
-    <Prescale ctpid="133" cut="000001" value="1"/>
-    <Prescale ctpid="134" cut="000001" value="1"/>
-    <Prescale ctpid="135" cut="000001" value="1"/>
-    <Prescale ctpid="136" cut="000001" value="1"/>
-    <Prescale ctpid="137" cut="000001" value="1"/>
-    <Prescale ctpid="138" cut="000001" value="1"/>
-    <Prescale ctpid="139" cut="000001" value="1"/>
-    <Prescale ctpid="140" cut="000001" value="1"/>
-    <Prescale ctpid="141" cut="000001" value="1"/>
-    <Prescale ctpid="142" cut="000001" value="1"/>
-    <Prescale ctpid="143" cut="000001" value="1"/>
-    <Prescale ctpid="144" cut="000001" value="1"/>
-    <Prescale ctpid="145" cut="000001" value="1"/>
-    <Prescale ctpid="146" cut="000001" value="1"/>
-    <Prescale ctpid="147" cut="000001" value="1"/>
-    <Prescale ctpid="148" cut="000001" value="1"/>
-    <Prescale ctpid="149" cut="000001" value="1"/>
-    <Prescale ctpid="150" cut="000001" value="1"/>
-    <Prescale ctpid="151" cut="000001" value="1"/>
-    <Prescale ctpid="152" cut="000001" value="1"/>
-    <Prescale ctpid="153" cut="000001" value="1"/>
-    <Prescale ctpid="154" cut="000001" value="1"/>
-    <Prescale ctpid="155" cut="000001" value="1"/>
-    <Prescale ctpid="156" cut="000001" value="1"/>
-    <Prescale ctpid="157" cut="000001" value="1"/>
-    <Prescale ctpid="158" cut="000001" value="1"/>
-    <Prescale ctpid="159" cut="000001" value="1"/>
-    <Prescale ctpid="160" cut="000001" value="1"/>
-    <Prescale ctpid="161" cut="000001" value="1"/>
-    <Prescale ctpid="162" cut="000001" value="1"/>
-    <Prescale ctpid="163" cut="000001" value="1"/>
-    <Prescale ctpid="164" cut="000001" value="1"/>
-    <Prescale ctpid="165" cut="000001" value="1"/>
-    <Prescale ctpid="166" cut="000001" value="1"/>
-    <Prescale ctpid="167" cut="000001" value="1"/>
-    <Prescale ctpid="168" cut="000001" value="1"/>
-    <Prescale ctpid="169" cut="000001" value="1"/>
-    <Prescale ctpid="170" cut="000001" value="1"/>
-    <Prescale ctpid="171" cut="000001" value="1"/>
-    <Prescale ctpid="172" cut="000001" value="1"/>
-    <Prescale ctpid="173" cut="000001" value="1"/>
-    <Prescale ctpid="174" cut="000001" value="1"/>
-    <Prescale ctpid="175" cut="000001" value="1"/>
-    <Prescale ctpid="176" cut="000001" value="1"/>
-    <Prescale ctpid="177" cut="000001" value="1"/>
-    <Prescale ctpid="178" cut="000001" value="1"/>
-    <Prescale ctpid="179" cut="000001" value="1"/>
-    <Prescale ctpid="180" cut="000001" value="1"/>
-    <Prescale ctpid="181" cut="000001" value="1"/>
-    <Prescale ctpid="182" cut="000001" value="1"/>
-    <Prescale ctpid="183" cut="000001" value="1"/>
-    <Prescale ctpid="184" cut="000001" value="1"/>
-    <Prescale ctpid="185" cut="000001" value="1"/>
-    <Prescale ctpid="186" cut="000001" value="1"/>
-    <Prescale ctpid="187" cut="000001" value="1"/>
-    <Prescale ctpid="188" cut="000001" value="1"/>
-    <Prescale ctpid="189" cut="000001" value="1"/>
-    <Prescale ctpid="190" cut="000001" value="1"/>
-    <Prescale ctpid="191" cut="000001" value="1"/>
-    <Prescale ctpid="192" cut="000001" value="1"/>
-    <Prescale ctpid="193" cut="000001" value="1"/>
-    <Prescale ctpid="194" cut="000001" value="1"/>
-    <Prescale ctpid="195" cut="000001" value="1"/>
-    <Prescale ctpid="196" cut="000001" value="1"/>
-    <Prescale ctpid="197" cut="000001" value="1"/>
-    <Prescale ctpid="198" cut="000001" value="1"/>
-    <Prescale ctpid="199" cut="000001" value="1"/>
-    <Prescale ctpid="200" cut="000001" value="1"/>
-    <Prescale ctpid="201" cut="000001" value="1"/>
-    <Prescale ctpid="202" cut="000001" value="1"/>
-    <Prescale ctpid="203" cut="000001" value="1"/>
-    <Prescale ctpid="204" cut="000001" value="1"/>
-    <Prescale ctpid="205" cut="000001" value="1"/>
-    <Prescale ctpid="206" cut="000001" value="1"/>
-    <Prescale ctpid="207" cut="000001" value="1"/>
-    <Prescale ctpid="208" cut="000001" value="1"/>
-    <Prescale ctpid="209" cut="000001" value="1"/>
-    <Prescale ctpid="210" cut="000001" value="1"/>
-    <Prescale ctpid="211" cut="000001" value="1"/>
-    <Prescale ctpid="212" cut="000001" value="1"/>
-    <Prescale ctpid="213" cut="000001" value="1"/>
-    <Prescale ctpid="214" cut="000001" value="1"/>
-    <Prescale ctpid="215" cut="000001" value="1"/>
-    <Prescale ctpid="216" cut="000001" value="1"/>
-    <Prescale ctpid="217" cut="000001" value="1"/>
-    <Prescale ctpid="218" cut="000001" value="1"/>
-    <Prescale ctpid="219" cut="000001" value="1"/>
-    <Prescale ctpid="220" cut="000001" value="1"/>
-    <Prescale ctpid="221" cut="000001" value="1"/>
-    <Prescale ctpid="222" cut="000001" value="1"/>
-    <Prescale ctpid="223" cut="000001" value="1"/>
-    <Prescale ctpid="224" cut="000001" value="1"/>
-    <Prescale ctpid="225" cut="000001" value="1"/>
-    <Prescale ctpid="226" cut="000001" value="1"/>
-    <Prescale ctpid="227" cut="000001" value="1"/>
-    <Prescale ctpid="228" cut="000001" value="1"/>
-    <Prescale ctpid="229" cut="000001" value="1"/>
-    <Prescale ctpid="230" cut="000001" value="1"/>
-    <Prescale ctpid="231" cut="000001" value="1"/>
-    <Prescale ctpid="232" cut="000001" value="1"/>
-    <Prescale ctpid="233" cut="000001" value="1"/>
-    <Prescale ctpid="234" cut="000001" value="1"/>
-    <Prescale ctpid="235" cut="000001" value="1"/>
-    <Prescale ctpid="236" cut="000001" value="1"/>
-    <Prescale ctpid="237" cut="000001" value="1"/>
-    <Prescale ctpid="238" cut="000001" value="1"/>
-    <Prescale ctpid="239" cut="000001" value="1"/>
-    <Prescale ctpid="240" cut="000001" value="1"/>
-    <Prescale ctpid="241" cut="000001" value="1"/>
-    <Prescale ctpid="242" cut="000001" value="1"/>
-    <Prescale ctpid="243" cut="000001" value="1"/>
-    <Prescale ctpid="244" cut="000001" value="1"/>
-    <Prescale ctpid="245" cut="000001" value="1"/>
-    <Prescale ctpid="246" cut="000001" value="1"/>
-    <Prescale ctpid="247" cut="000001" value="1"/>
-    <Prescale ctpid="248" cut="000001" value="1"/>
-    <Prescale ctpid="249" cut="000001" value="1"/>
-    <Prescale ctpid="250" cut="000001" value="1"/>
-    <Prescale ctpid="251" cut="000001" value="1"/>
-    <Prescale ctpid="252" cut="000001" value="1"/>
-    <Prescale ctpid="253" cut="000001" value="1"/>
-    <Prescale ctpid="254" cut="000001" value="1"/>
-    <Prescale ctpid="255" cut="000001" value="1"/>
-    <Prescale ctpid="256" cut="000001" value="1"/>
-    <Prescale ctpid="257" cut="000001" value="1"/>
-    <Prescale ctpid="258" cut="000001" value="1"/>
-    <Prescale ctpid="259" cut="000001" value="1"/>
-    <Prescale ctpid="260" cut="000001" value="1"/>
-    <Prescale ctpid="261" cut="000001" value="1"/>
-    <Prescale ctpid="262" cut="000001" value="1"/>
-    <Prescale ctpid="263" cut="000001" value="1"/>
-    <Prescale ctpid="264" cut="000001" value="1"/>
-    <Prescale ctpid="265" cut="000001" value="1"/>
-    <Prescale ctpid="266" cut="000001" value="1"/>
-    <Prescale ctpid="267" cut="000001" value="1"/>
-    <Prescale ctpid="268" cut="000001" value="1"/>
-    <Prescale ctpid="269" cut="000001" value="1"/>
-    <Prescale ctpid="270" cut="000001" value="1"/>
-    <Prescale ctpid="271" cut="000001" value="1"/>
-    <Prescale ctpid="272" cut="000001" value="1"/>
-    <Prescale ctpid="273" cut="000001" value="1"/>
-    <Prescale ctpid="274" cut="000001" value="1"/>
-    <Prescale ctpid="275" cut="000001" value="1"/>
-    <Prescale ctpid="276" cut="000001" value="1"/>
-    <Prescale ctpid="277" cut="000001" value="1"/>
-    <Prescale ctpid="278" cut="000001" value="1"/>
-    <Prescale ctpid="279" cut="000001" value="1"/>
-    <Prescale ctpid="280" cut="000001" value="1"/>
-    <Prescale ctpid="281" cut="000001" value="1"/>
-    <Prescale ctpid="282" cut="000001" value="1"/>
-    <Prescale ctpid="283" cut="000001" value="1"/>
-    <Prescale ctpid="284" cut="000001" value="1"/>
-    <Prescale ctpid="285" cut="000001" value="1"/>
-    <Prescale ctpid="286" cut="000001" value="1"/>
-    <Prescale ctpid="287" cut="000001" value="1"/>
-    <Prescale ctpid="288" cut="000001" value="1"/>
-    <Prescale ctpid="289" cut="000001" value="1"/>
-    <Prescale ctpid="290" cut="000001" value="1"/>
-    <Prescale ctpid="291" cut="000001" value="1"/>
-    <Prescale ctpid="292" cut="000001" value="1"/>
-    <Prescale ctpid="293" cut="000001" value="1"/>
-    <Prescale ctpid="294" cut="000001" value="1"/>
-    <Prescale ctpid="295" cut="000001" value="1"/>
-    <Prescale ctpid="296" cut="000001" value="1"/>
-    <Prescale ctpid="297" cut="000001" value="1"/>
-    <Prescale ctpid="298" cut="000001" value="1"/>
-    <Prescale ctpid="299" cut="000001" value="1"/>
-    <Prescale ctpid="300" cut="000001" value="1"/>
-    <Prescale ctpid="301" cut="000001" value="1"/>
-    <Prescale ctpid="302" cut="000001" value="1"/>
-    <Prescale ctpid="303" cut="000001" value="1"/>
-    <Prescale ctpid="304" cut="000001" value="1"/>
-    <Prescale ctpid="305" cut="000001" value="1"/>
-    <Prescale ctpid="306" cut="000001" value="1"/>
-    <Prescale ctpid="307" cut="000001" value="1"/>
-    <Prescale ctpid="308" cut="000001" value="1"/>
-    <Prescale ctpid="309" cut="000001" value="1"/>
-    <Prescale ctpid="310" cut="000001" value="1"/>
-    <Prescale ctpid="311" cut="000001" value="1"/>
-    <Prescale ctpid="312" cut="000001" value="1"/>
-    <Prescale ctpid="313" cut="000001" value="1"/>
-    <Prescale ctpid="314" cut="000001" value="1"/>
-    <Prescale ctpid="315" cut="000001" value="1"/>
-    <Prescale ctpid="316" cut="000001" value="1"/>
-    <Prescale ctpid="317" cut="000001" value="1"/>
-    <Prescale ctpid="318" cut="000001" value="1"/>
-    <Prescale ctpid="319" cut="000001" value="1"/>
-    <Prescale ctpid="320" cut="000001" value="1"/>
-    <Prescale ctpid="321" cut="000001" value="1"/>
-    <Prescale ctpid="322" cut="000001" value="1"/>
-    <Prescale ctpid="323" cut="000001" value="1"/>
-    <Prescale ctpid="324" cut="000001" value="1"/>
-    <Prescale ctpid="325" cut="000001" value="1"/>
-    <Prescale ctpid="326" cut="000001" value="1"/>
-    <Prescale ctpid="327" cut="000001" value="1"/>
-    <Prescale ctpid="328" cut="000001" value="1"/>
-    <Prescale ctpid="329" cut="000001" value="1"/>
-    <Prescale ctpid="330" cut="000001" value="1"/>
-    <Prescale ctpid="331" cut="000001" value="1"/>
-    <Prescale ctpid="332" cut="000001" value="1"/>
-    <Prescale ctpid="333" cut="000001" value="1"/>
-    <Prescale ctpid="334" cut="000001" value="1"/>
-    <Prescale ctpid="335" cut="000001" value="1"/>
-    <Prescale ctpid="336" cut="000001" value="1"/>
-    <Prescale ctpid="337" cut="000001" value="1"/>
-    <Prescale ctpid="338" cut="000001" value="1"/>
-    <Prescale ctpid="339" cut="000001" value="1"/>
-    <Prescale ctpid="340" cut="000001" value="1"/>
-    <Prescale ctpid="341" cut="000001" value="1"/>
-    <Prescale ctpid="342" cut="000001" value="1"/>
-    <Prescale ctpid="343" cut="000001" value="1"/>
-    <Prescale ctpid="344" cut="000001" value="1"/>
-    <Prescale ctpid="345" cut="000001" value="1"/>
-    <Prescale ctpid="346" cut="000001" value="1"/>
-    <Prescale ctpid="347" cut="000001" value="1"/>
-    <Prescale ctpid="348" cut="000001" value="1"/>
-    <Prescale ctpid="349" cut="000001" value="1"/>
-    <Prescale ctpid="350" cut="000001" value="1"/>
-    <Prescale ctpid="351" cut="000001" value="1"/>
-    <Prescale ctpid="352" cut="000001" value="1"/>
-    <Prescale ctpid="353" cut="000001" value="1"/>
-    <Prescale ctpid="354" cut="000001" value="1"/>
-    <Prescale ctpid="355" cut="000001" value="1"/>
-    <Prescale ctpid="356" cut="000001" value="1"/>
-    <Prescale ctpid="357" cut="000001" value="1"/>
-    <Prescale ctpid="358" cut="000001" value="1"/>
-    <Prescale ctpid="359" cut="000001" value="1"/>
-    <Prescale ctpid="360" cut="000001" value="1"/>
-    <Prescale ctpid="361" cut="000001" value="1"/>
-    <Prescale ctpid="362" cut="000001" value="1"/>
-    <Prescale ctpid="363" cut="000001" value="1"/>
-    <Prescale ctpid="364" cut="000001" value="1"/>
-    <Prescale ctpid="365" cut="000001" value="1"/>
-    <Prescale ctpid="366" cut="000001" value="1"/>
-    <Prescale ctpid="367" cut="000001" value="1"/>
-    <Prescale ctpid="368" cut="000001" value="1"/>
-    <Prescale ctpid="369" cut="000001" value="1"/>
-    <Prescale ctpid="370" cut="000001" value="1"/>
-    <Prescale ctpid="371" cut="000001" value="1"/>
-    <Prescale ctpid="372" cut="000001" value="1"/>
-    <Prescale ctpid="373" cut="000001" value="1"/>
-    <Prescale ctpid="374" cut="000001" value="1"/>
-    <Prescale ctpid="375" cut="000001" value="1"/>
-    <Prescale ctpid="376" cut="000001" value="1"/>
-    <Prescale ctpid="377" cut="000001" value="1"/>
-    <Prescale ctpid="378" cut="000001" value="1"/>
-    <Prescale ctpid="379" cut="000001" value="1"/>
-    <Prescale ctpid="380" cut="000001" value="1"/>
-    <Prescale ctpid="381" cut="000001" value="1"/>
-    <Prescale ctpid="382" cut="000001" value="1"/>
-    <Prescale ctpid="383" cut="000001" value="1"/>
-    <Prescale ctpid="384" cut="000001" value="1"/>
-    <Prescale ctpid="385" cut="000001" value="1"/>
-    <Prescale ctpid="386" cut="000001" value="1"/>
-    <Prescale ctpid="387" cut="000001" value="1"/>
-    <Prescale ctpid="388" cut="000001" value="1"/>
-    <Prescale ctpid="389" cut="000001" value="1"/>
-    <Prescale ctpid="390" cut="000001" value="1"/>
-    <Prescale ctpid="391" cut="000001" value="1"/>
-    <Prescale ctpid="392" cut="000001" value="1"/>
-    <Prescale ctpid="393" cut="000001" value="1"/>
-    <Prescale ctpid="394" cut="000001" value="1"/>
-    <Prescale ctpid="395" cut="000001" value="1"/>
-    <Prescale ctpid="396" cut="000001" value="1"/>
-    <Prescale ctpid="397" cut="000001" value="1"/>
-    <Prescale ctpid="398" cut="000001" value="1"/>
-    <Prescale ctpid="399" cut="000001" value="1"/>
-    <Prescale ctpid="400" cut="000001" value="1"/>
-    <Prescale ctpid="401" cut="000001" value="1"/>
-    <Prescale ctpid="402" cut="000001" value="1"/>
-    <Prescale ctpid="403" cut="000001" value="1"/>
-    <Prescale ctpid="404" cut="000001" value="1"/>
-    <Prescale ctpid="405" cut="000001" value="1"/>
-    <Prescale ctpid="406" cut="000001" value="1"/>
-    <Prescale ctpid="407" cut="000001" value="1"/>
-    <Prescale ctpid="408" cut="000001" value="1"/>
-    <Prescale ctpid="409" cut="000001" value="1"/>
-    <Prescale ctpid="410" cut="000001" value="1"/>
-    <Prescale ctpid="411" cut="000001" value="1"/>
-    <Prescale ctpid="412" cut="000001" value="1"/>
-    <Prescale ctpid="413" cut="000001" value="1"/>
-    <Prescale ctpid="414" cut="000001" value="1"/>
-    <Prescale ctpid="415" cut="000001" value="1"/>
-    <Prescale ctpid="416" cut="000001" value="1"/>
-    <Prescale ctpid="417" cut="000001" value="1"/>
-    <Prescale ctpid="418" cut="000001" value="1"/>
-    <Prescale ctpid="419" cut="000001" value="1"/>
-    <Prescale ctpid="420" cut="000001" value="1"/>
-    <Prescale ctpid="421" cut="000001" value="1"/>
-    <Prescale ctpid="422" cut="000001" value="1"/>
-    <Prescale ctpid="423" cut="000001" value="1"/>
-    <Prescale ctpid="424" cut="000001" value="1"/>
-    <Prescale ctpid="425" cut="000001" value="1"/>
-    <Prescale ctpid="426" cut="000001" value="1"/>
-    <Prescale ctpid="427" cut="000001" value="1"/>
-    <Prescale ctpid="428" cut="000001" value="1"/>
-    <Prescale ctpid="429" cut="000001" value="1"/>
-    <Prescale ctpid="430" cut="000001" value="1"/>
-    <Prescale ctpid="431" cut="000001" value="1"/>
-    <Prescale ctpid="432" cut="000001" value="1"/>
-    <Prescale ctpid="433" cut="000001" value="1"/>
-    <Prescale ctpid="434" cut="000001" value="1"/>
-    <Prescale ctpid="435" cut="000001" value="1"/>
-    <Prescale ctpid="436" cut="000001" value="1"/>
-    <Prescale ctpid="437" cut="000001" value="1"/>
-    <Prescale ctpid="438" cut="000001" value="1"/>
-    <Prescale ctpid="439" cut="000001" value="1"/>
-    <Prescale ctpid="440" cut="000001" value="1"/>
-    <Prescale ctpid="441" cut="000001" value="1"/>
-    <Prescale ctpid="442" cut="000001" value="1"/>
-    <Prescale ctpid="443" cut="000001" value="1"/>
-    <Prescale ctpid="444" cut="000001" value="1"/>
-    <Prescale ctpid="445" cut="000001" value="1"/>
-    <Prescale ctpid="446" cut="000001" value="1"/>
-    <Prescale ctpid="447" cut="000001" value="1"/>
-    <Prescale ctpid="448" cut="000001" value="1"/>
-    <Prescale ctpid="449" cut="000001" value="1"/>
-    <Prescale ctpid="450" cut="000001" value="1"/>
-    <Prescale ctpid="451" cut="000001" value="1"/>
-    <Prescale ctpid="452" cut="000001" value="1"/>
-    <Prescale ctpid="453" cut="000001" value="1"/>
-    <Prescale ctpid="454" cut="000001" value="1"/>
-    <Prescale ctpid="455" cut="000001" value="1"/>
-    <Prescale ctpid="456" cut="000001" value="1"/>
-    <Prescale ctpid="457" cut="000001" value="1"/>
-    <Prescale ctpid="458" cut="000001" value="1"/>
-    <Prescale ctpid="459" cut="000001" value="1"/>
-    <Prescale ctpid="460" cut="000001" value="1"/>
-    <Prescale ctpid="461" cut="000001" value="1"/>
-    <Prescale ctpid="462" cut="000001" value="1"/>
-    <Prescale ctpid="463" cut="000001" value="1"/>
-    <Prescale ctpid="464" cut="000001" value="1"/>
-    <Prescale ctpid="465" cut="000001" value="1"/>
-    <Prescale ctpid="466" cut="000001" value="1"/>
-    <Prescale ctpid="467" cut="000001" value="1"/>
-    <Prescale ctpid="468" cut="000001" value="1"/>
-    <Prescale ctpid="469" cut="000001" value="1"/>
-    <Prescale ctpid="470" cut="000001" value="1"/>
-    <Prescale ctpid="471" cut="000001" value="1"/>
-    <Prescale ctpid="472" cut="000001" value="1"/>
-    <Prescale ctpid="473" cut="000001" value="1"/>
-    <Prescale ctpid="474" cut="000001" value="1"/>
-    <Prescale ctpid="475" cut="000001" value="1"/>
-    <Prescale ctpid="476" cut="000001" value="1"/>
-    <Prescale ctpid="477" cut="000001" value="1"/>
-    <Prescale ctpid="478" cut="000001" value="1"/>
-    <Prescale ctpid="479" cut="000001" value="1"/>
-    <Prescale ctpid="480" cut="000001" value="1"/>
-    <Prescale ctpid="481" cut="000001" value="1"/>
-    <Prescale ctpid="482" cut="000001" value="1"/>
-    <Prescale ctpid="483" cut="000001" value="1"/>
-    <Prescale ctpid="484" cut="000001" value="1"/>
-    <Prescale ctpid="485" cut="000001" value="1"/>
-    <Prescale ctpid="486" cut="000001" value="1"/>
-    <Prescale ctpid="487" cut="000001" value="1"/>
-    <Prescale ctpid="488" cut="000001" value="1"/>
-    <Prescale ctpid="489" cut="000001" value="1"/>
-    <Prescale ctpid="490" cut="000001" value="1"/>
-    <Prescale ctpid="491" cut="000001" value="1"/>
-    <Prescale ctpid="492" cut="000001" value="1"/>
-    <Prescale ctpid="493" cut="000001" value="1"/>
-    <Prescale ctpid="494" cut="000001" value="1"/>
-    <Prescale ctpid="495" cut="000001" value="1"/>
-    <Prescale ctpid="496" cut="000001" value="1"/>
-    <Prescale ctpid="497" cut="000001" value="1"/>
-    <Prescale ctpid="498" cut="000001" value="1"/>
-    <Prescale ctpid="499" cut="000001" value="1"/>
-    <Prescale ctpid="500" cut="000001" value="1"/>
-    <Prescale ctpid="501" cut="000001" value="1"/>
-    <Prescale ctpid="502" cut="000001" value="1"/>
-    <Prescale ctpid="503" cut="000001" value="1"/>
-    <Prescale ctpid="504" cut="000001" value="1"/>
-    <Prescale ctpid="505" cut="000001" value="1"/>
-    <Prescale ctpid="506" cut="000001" value="1"/>
-    <Prescale ctpid="507" cut="000001" value="1"/>
-    <Prescale ctpid="508" cut="000001" value="1"/>
-    <Prescale ctpid="509" cut="-000001" value="-1"/>
-    <Prescale ctpid="510" cut="-000001" value="-1"/>
-    <Prescale ctpid="511" cut="000001" value="1"/>
-  </PrescaleSet>
-  <TriggerCounterList>
-    <TriggerCounter name="1BCM_AtoC" type="CTPIN">
-      <TriggerCondition name="1BCM_AtoC" triggerthreshold="BCM_AtoC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Comb" type="CTPIN">
-      <TriggerCondition name="1BCM_Comb" triggerthreshold="BCM_Comb" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2BCM_Comb" type="CTPIN">
-      <TriggerCondition name="2BCM_Comb" triggerthreshold="BCM_Comb" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3BCM_Comb" type="CTPIN">
-      <TriggerCondition name="3BCM_Comb" triggerthreshold="BCM_Comb" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4BCM_Comb" type="CTPIN">
-      <TriggerCondition name="4BCM_Comb" triggerthreshold="BCM_Comb" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5BCM_Comb" type="CTPIN">
-      <TriggerCondition name="5BCM_Comb" triggerthreshold="BCM_Comb" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6BCM_Comb" type="CTPIN">
-      <TriggerCondition name="6BCM_Comb" triggerthreshold="BCM_Comb" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7BCM_Comb" type="CTPIN">
-      <TriggerCondition name="7BCM_Comb" triggerthreshold="BCM_Comb" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_CtoA" type="CTPIN">
-      <TriggerCondition name="1BCM_CtoA" triggerthreshold="BCM_CtoA" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Wide" type="CTPIN">
-      <TriggerCondition name="1BCM_Wide" triggerthreshold="BCM_Wide" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX0" type="CTPIN">
-      <TriggerCondition name="1BPTX0" triggerthreshold="BPTX0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX1" type="CTPIN">
-      <TriggerCondition name="1BPTX1" triggerthreshold="BPTX1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL0" type="CTPIN">
-      <TriggerCondition name="1CAL0" triggerthreshold="CAL0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL1" type="CTPIN">
-      <TriggerCondition name="1CAL1" triggerthreshold="CAL1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL2" type="CTPIN">
-      <TriggerCondition name="1CAL2" triggerthreshold="CAL2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10" type="CTPIN">
-      <TriggerCondition name="1EM10" triggerthreshold="EM10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10" type="CTPIN">
-      <TriggerCondition name="2EM10" triggerthreshold="EM10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10" type="CTPIN">
-      <TriggerCondition name="3EM10" triggerthreshold="EM10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10" type="CTPIN">
-      <TriggerCondition name="4EM10" triggerthreshold="EM10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10" type="CTPIN">
-      <TriggerCondition name="5EM10" triggerthreshold="EM10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10" type="CTPIN">
-      <TriggerCondition name="6EM10" triggerthreshold="EM10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10" type="CTPIN">
-      <TriggerCondition name="7EM10" triggerthreshold="EM10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10VH" type="CTPIN">
-      <TriggerCondition name="1EM10VH" triggerthreshold="EM10VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10VH" type="CTPIN">
-      <TriggerCondition name="2EM10VH" triggerthreshold="EM10VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10VH" type="CTPIN">
-      <TriggerCondition name="3EM10VH" triggerthreshold="EM10VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10VH" type="CTPIN">
-      <TriggerCondition name="4EM10VH" triggerthreshold="EM10VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10VH" type="CTPIN">
-      <TriggerCondition name="5EM10VH" triggerthreshold="EM10VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10VH" type="CTPIN">
-      <TriggerCondition name="6EM10VH" triggerthreshold="EM10VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10VH" type="CTPIN">
-      <TriggerCondition name="7EM10VH" triggerthreshold="EM10VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM12" type="CTPIN">
-      <TriggerCondition name="1EM12" triggerthreshold="EM12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM12" type="CTPIN">
-      <TriggerCondition name="2EM12" triggerthreshold="EM12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM12" type="CTPIN">
-      <TriggerCondition name="3EM12" triggerthreshold="EM12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM12" type="CTPIN">
-      <TriggerCondition name="4EM12" triggerthreshold="EM12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM12" type="CTPIN">
-      <TriggerCondition name="5EM12" triggerthreshold="EM12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM12" type="CTPIN">
-      <TriggerCondition name="6EM12" triggerthreshold="EM12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM12" type="CTPIN">
-      <TriggerCondition name="7EM12" triggerthreshold="EM12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM13VH" type="CTPIN">
-      <TriggerCondition name="1EM13VH" triggerthreshold="EM13VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM13VH" type="CTPIN">
-      <TriggerCondition name="2EM13VH" triggerthreshold="EM13VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM13VH" type="CTPIN">
-      <TriggerCondition name="3EM13VH" triggerthreshold="EM13VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM13VH" type="CTPIN">
-      <TriggerCondition name="4EM13VH" triggerthreshold="EM13VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM13VH" type="CTPIN">
-      <TriggerCondition name="5EM13VH" triggerthreshold="EM13VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM13VH" type="CTPIN">
-      <TriggerCondition name="6EM13VH" triggerthreshold="EM13VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM13VH" type="CTPIN">
-      <TriggerCondition name="7EM13VH" triggerthreshold="EM13VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15" type="CTPIN">
-      <TriggerCondition name="1EM15" triggerthreshold="EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15" type="CTPIN">
-      <TriggerCondition name="2EM15" triggerthreshold="EM15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15" type="CTPIN">
-      <TriggerCondition name="3EM15" triggerthreshold="EM15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15" type="CTPIN">
-      <TriggerCondition name="4EM15" triggerthreshold="EM15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15" type="CTPIN">
-      <TriggerCondition name="5EM15" triggerthreshold="EM15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15" type="CTPIN">
-      <TriggerCondition name="6EM15" triggerthreshold="EM15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15" type="CTPIN">
-      <TriggerCondition name="7EM15" triggerthreshold="EM15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15HI" type="CTPIN">
-      <TriggerCondition name="1EM15HI" triggerthreshold="EM15HI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15HI" type="CTPIN">
-      <TriggerCondition name="2EM15HI" triggerthreshold="EM15HI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15HI" type="CTPIN">
-      <TriggerCondition name="3EM15HI" triggerthreshold="EM15HI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15HI" type="CTPIN">
-      <TriggerCondition name="4EM15HI" triggerthreshold="EM15HI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15HI" type="CTPIN">
-      <TriggerCondition name="5EM15HI" triggerthreshold="EM15HI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15HI" type="CTPIN">
-      <TriggerCondition name="6EM15HI" triggerthreshold="EM15HI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15HI" type="CTPIN">
-      <TriggerCondition name="7EM15HI" triggerthreshold="EM15HI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15I" type="CTPIN">
-      <TriggerCondition name="1EM15I" triggerthreshold="EM15I" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15I" type="CTPIN">
-      <TriggerCondition name="2EM15I" triggerthreshold="EM15I" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15I" type="CTPIN">
-      <TriggerCondition name="3EM15I" triggerthreshold="EM15I" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15I" type="CTPIN">
-      <TriggerCondition name="4EM15I" triggerthreshold="EM15I" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15I" type="CTPIN">
-      <TriggerCondition name="5EM15I" triggerthreshold="EM15I" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15I" type="CTPIN">
-      <TriggerCondition name="6EM15I" triggerthreshold="EM15I" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15I" type="CTPIN">
-      <TriggerCondition name="7EM15I" triggerthreshold="EM15I" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15VH" type="CTPIN">
-      <TriggerCondition name="1EM15VH" triggerthreshold="EM15VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15VH" type="CTPIN">
-      <TriggerCondition name="2EM15VH" triggerthreshold="EM15VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15VH" type="CTPIN">
-      <TriggerCondition name="3EM15VH" triggerthreshold="EM15VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15VH" type="CTPIN">
-      <TriggerCondition name="4EM15VH" triggerthreshold="EM15VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15VH" type="CTPIN">
-      <TriggerCondition name="5EM15VH" triggerthreshold="EM15VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15VH" type="CTPIN">
-      <TriggerCondition name="6EM15VH" triggerthreshold="EM15VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15VH" type="CTPIN">
-      <TriggerCondition name="7EM15VH" triggerthreshold="EM15VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM18VH" type="CTPIN">
-      <TriggerCondition name="1EM18VH" triggerthreshold="EM18VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM18VH" type="CTPIN">
-      <TriggerCondition name="2EM18VH" triggerthreshold="EM18VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM18VH" type="CTPIN">
-      <TriggerCondition name="3EM18VH" triggerthreshold="EM18VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM18VH" type="CTPIN">
-      <TriggerCondition name="4EM18VH" triggerthreshold="EM18VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM18VH" type="CTPIN">
-      <TriggerCondition name="5EM18VH" triggerthreshold="EM18VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM18VH" type="CTPIN">
-      <TriggerCondition name="6EM18VH" triggerthreshold="EM18VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM18VH" type="CTPIN">
-      <TriggerCondition name="7EM18VH" triggerthreshold="EM18VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VH" type="CTPIN">
-      <TriggerCondition name="1EM20VH" triggerthreshold="EM20VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VH" type="CTPIN">
-      <TriggerCondition name="2EM20VH" triggerthreshold="EM20VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VH" type="CTPIN">
-      <TriggerCondition name="3EM20VH" triggerthreshold="EM20VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VH" type="CTPIN">
-      <TriggerCondition name="4EM20VH" triggerthreshold="EM20VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VH" type="CTPIN">
-      <TriggerCondition name="5EM20VH" triggerthreshold="EM20VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VH" type="CTPIN">
-      <TriggerCondition name="6EM20VH" triggerthreshold="EM20VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VH" type="CTPIN">
-      <TriggerCondition name="7EM20VH" triggerthreshold="EM20VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VHI" type="CTPIN">
-      <TriggerCondition name="1EM20VHI" triggerthreshold="EM20VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VHI" type="CTPIN">
-      <TriggerCondition name="2EM20VHI" triggerthreshold="EM20VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VHI" type="CTPIN">
-      <TriggerCondition name="3EM20VHI" triggerthreshold="EM20VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VHI" type="CTPIN">
-      <TriggerCondition name="4EM20VHI" triggerthreshold="EM20VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VHI" type="CTPIN">
-      <TriggerCondition name="5EM20VHI" triggerthreshold="EM20VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VHI" type="CTPIN">
-      <TriggerCondition name="6EM20VHI" triggerthreshold="EM20VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VHI" type="CTPIN">
-      <TriggerCondition name="7EM20VHI" triggerthreshold="EM20VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM22VHI" type="CTPIN">
-      <TriggerCondition name="1EM22VHI" triggerthreshold="EM22VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM22VHI" type="CTPIN">
-      <TriggerCondition name="2EM22VHI" triggerthreshold="EM22VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM22VHI" type="CTPIN">
-      <TriggerCondition name="3EM22VHI" triggerthreshold="EM22VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM22VHI" type="CTPIN">
-      <TriggerCondition name="4EM22VHI" triggerthreshold="EM22VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM22VHI" type="CTPIN">
-      <TriggerCondition name="5EM22VHI" triggerthreshold="EM22VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM22VHI" type="CTPIN">
-      <TriggerCondition name="6EM22VHI" triggerthreshold="EM22VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM22VHI" type="CTPIN">
-      <TriggerCondition name="7EM22VHI" triggerthreshold="EM22VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPIN">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPMON">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM3" type="CTPIN">
-      <TriggerCondition name="2EM3" triggerthreshold="EM3" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM3" type="CTPIN">
-      <TriggerCondition name="3EM3" triggerthreshold="EM3" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM3" type="CTPIN">
-      <TriggerCondition name="4EM3" triggerthreshold="EM3" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM3" type="CTPIN">
-      <TriggerCondition name="5EM3" triggerthreshold="EM3" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM3" type="CTPIN">
-      <TriggerCondition name="6EM3" triggerthreshold="EM3" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM3" type="CTPIN">
-      <TriggerCondition name="7EM3" triggerthreshold="EM3" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM7" type="CTPIN">
-      <TriggerCondition name="1EM7" triggerthreshold="EM7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM7" type="CTPIN">
-      <TriggerCondition name="2EM7" triggerthreshold="EM7" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM7" type="CTPIN">
-      <TriggerCondition name="3EM7" triggerthreshold="EM7" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM7" type="CTPIN">
-      <TriggerCondition name="4EM7" triggerthreshold="EM7" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM7" type="CTPIN">
-      <TriggerCondition name="5EM7" triggerthreshold="EM7" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM7" type="CTPIN">
-      <TriggerCondition name="6EM7" triggerthreshold="EM7" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM7" type="CTPIN">
-      <TriggerCondition name="7EM7" triggerthreshold="EM7" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8I" type="CTPIN">
-      <TriggerCondition name="1EM8I" triggerthreshold="EM8I" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8I" type="CTPIN">
-      <TriggerCondition name="2EM8I" triggerthreshold="EM8I" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8I" type="CTPIN">
-      <TriggerCondition name="3EM8I" triggerthreshold="EM8I" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8I" type="CTPIN">
-      <TriggerCondition name="4EM8I" triggerthreshold="EM8I" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8I" type="CTPIN">
-      <TriggerCondition name="5EM8I" triggerthreshold="EM8I" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8I" type="CTPIN">
-      <TriggerCondition name="6EM8I" triggerthreshold="EM8I" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8I" type="CTPIN">
-      <TriggerCondition name="7EM8I" triggerthreshold="EM8I" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8VH" type="CTPIN">
-      <TriggerCondition name="1EM8VH" triggerthreshold="EM8VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8VH" type="CTPIN">
-      <TriggerCondition name="2EM8VH" triggerthreshold="EM8VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8VH" type="CTPIN">
-      <TriggerCondition name="3EM8VH" triggerthreshold="EM8VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8VH" type="CTPIN">
-      <TriggerCondition name="4EM8VH" triggerthreshold="EM8VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8VH" type="CTPIN">
-      <TriggerCondition name="5EM8VH" triggerthreshold="EM8VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8VH" type="CTPIN">
-      <TriggerCondition name="6EM8VH" triggerthreshold="EM8VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8VH" type="CTPIN">
-      <TriggerCondition name="7EM8VH" triggerthreshold="EM8VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA10IM" type="CTPIN">
-      <TriggerCondition name="1HA10IM" triggerthreshold="HA10IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA10IM" type="CTPIN">
-      <TriggerCondition name="2HA10IM" triggerthreshold="HA10IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA10IM" type="CTPIN">
-      <TriggerCondition name="3HA10IM" triggerthreshold="HA10IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA10IM" type="CTPIN">
-      <TriggerCondition name="4HA10IM" triggerthreshold="HA10IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA10IM" type="CTPIN">
-      <TriggerCondition name="5HA10IM" triggerthreshold="HA10IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA10IM" type="CTPIN">
-      <TriggerCondition name="6HA10IM" triggerthreshold="HA10IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA10IM" type="CTPIN">
-      <TriggerCondition name="7HA10IM" triggerthreshold="HA10IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12" type="CTPIN">
-      <TriggerCondition name="1HA12" triggerthreshold="HA12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12" type="CTPIN">
-      <TriggerCondition name="2HA12" triggerthreshold="HA12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12" type="CTPIN">
-      <TriggerCondition name="3HA12" triggerthreshold="HA12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12" type="CTPIN">
-      <TriggerCondition name="4HA12" triggerthreshold="HA12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12" type="CTPIN">
-      <TriggerCondition name="5HA12" triggerthreshold="HA12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12" type="CTPIN">
-      <TriggerCondition name="6HA12" triggerthreshold="HA12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12" type="CTPIN">
-      <TriggerCondition name="7HA12" triggerthreshold="HA12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IL" type="CTPIN">
-      <TriggerCondition name="1HA12IL" triggerthreshold="HA12IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IL" type="CTPIN">
-      <TriggerCondition name="2HA12IL" triggerthreshold="HA12IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IL" type="CTPIN">
-      <TriggerCondition name="3HA12IL" triggerthreshold="HA12IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IL" type="CTPIN">
-      <TriggerCondition name="4HA12IL" triggerthreshold="HA12IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IL" type="CTPIN">
-      <TriggerCondition name="5HA12IL" triggerthreshold="HA12IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IL" type="CTPIN">
-      <TriggerCondition name="6HA12IL" triggerthreshold="HA12IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IL" type="CTPIN">
-      <TriggerCondition name="7HA12IL" triggerthreshold="HA12IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IM" type="CTPIN">
-      <TriggerCondition name="1HA12IM" triggerthreshold="HA12IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IM" type="CTPIN">
-      <TriggerCondition name="2HA12IM" triggerthreshold="HA12IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IM" type="CTPIN">
-      <TriggerCondition name="3HA12IM" triggerthreshold="HA12IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IM" type="CTPIN">
-      <TriggerCondition name="4HA12IM" triggerthreshold="HA12IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IM" type="CTPIN">
-      <TriggerCondition name="5HA12IM" triggerthreshold="HA12IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IM" type="CTPIN">
-      <TriggerCondition name="6HA12IM" triggerthreshold="HA12IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IM" type="CTPIN">
-      <TriggerCondition name="7HA12IM" triggerthreshold="HA12IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IT" type="CTPIN">
-      <TriggerCondition name="1HA12IT" triggerthreshold="HA12IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IT" type="CTPIN">
-      <TriggerCondition name="2HA12IT" triggerthreshold="HA12IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IT" type="CTPIN">
-      <TriggerCondition name="3HA12IT" triggerthreshold="HA12IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IT" type="CTPIN">
-      <TriggerCondition name="4HA12IT" triggerthreshold="HA12IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IT" type="CTPIN">
-      <TriggerCondition name="5HA12IT" triggerthreshold="HA12IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IT" type="CTPIN">
-      <TriggerCondition name="6HA12IT" triggerthreshold="HA12IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IT" type="CTPIN">
-      <TriggerCondition name="7HA12IT" triggerthreshold="HA12IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA15" type="CTPIN">
-      <TriggerCondition name="1HA15" triggerthreshold="HA15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA15" type="CTPIN">
-      <TriggerCondition name="2HA15" triggerthreshold="HA15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA15" type="CTPIN">
-      <TriggerCondition name="3HA15" triggerthreshold="HA15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA15" type="CTPIN">
-      <TriggerCondition name="4HA15" triggerthreshold="HA15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA15" type="CTPIN">
-      <TriggerCondition name="5HA15" triggerthreshold="HA15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA15" type="CTPIN">
-      <TriggerCondition name="6HA15" triggerthreshold="HA15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA15" type="CTPIN">
-      <TriggerCondition name="7HA15" triggerthreshold="HA15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20" type="CTPIN">
-      <TriggerCondition name="1HA20" triggerthreshold="HA20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20" type="CTPIN">
-      <TriggerCondition name="2HA20" triggerthreshold="HA20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20" type="CTPIN">
-      <TriggerCondition name="3HA20" triggerthreshold="HA20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20" type="CTPIN">
-      <TriggerCondition name="4HA20" triggerthreshold="HA20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20" type="CTPIN">
-      <TriggerCondition name="5HA20" triggerthreshold="HA20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20" type="CTPIN">
-      <TriggerCondition name="6HA20" triggerthreshold="HA20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20" type="CTPIN">
-      <TriggerCondition name="7HA20" triggerthreshold="HA20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IL" type="CTPIN">
-      <TriggerCondition name="1HA20IL" triggerthreshold="HA20IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IL" type="CTPIN">
-      <TriggerCondition name="2HA20IL" triggerthreshold="HA20IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IL" type="CTPIN">
-      <TriggerCondition name="3HA20IL" triggerthreshold="HA20IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IL" type="CTPIN">
-      <TriggerCondition name="4HA20IL" triggerthreshold="HA20IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IL" type="CTPIN">
-      <TriggerCondition name="5HA20IL" triggerthreshold="HA20IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IL" type="CTPIN">
-      <TriggerCondition name="6HA20IL" triggerthreshold="HA20IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IL" type="CTPIN">
-      <TriggerCondition name="7HA20IL" triggerthreshold="HA20IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IM" type="CTPIN">
-      <TriggerCondition name="1HA20IM" triggerthreshold="HA20IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IM" type="CTPIN">
-      <TriggerCondition name="2HA20IM" triggerthreshold="HA20IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IM" type="CTPIN">
-      <TriggerCondition name="3HA20IM" triggerthreshold="HA20IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IM" type="CTPIN">
-      <TriggerCondition name="4HA20IM" triggerthreshold="HA20IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IM" type="CTPIN">
-      <TriggerCondition name="5HA20IM" triggerthreshold="HA20IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IM" type="CTPIN">
-      <TriggerCondition name="6HA20IM" triggerthreshold="HA20IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IM" type="CTPIN">
-      <TriggerCondition name="7HA20IM" triggerthreshold="HA20IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IT" type="CTPIN">
-      <TriggerCondition name="1HA20IT" triggerthreshold="HA20IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IT" type="CTPIN">
-      <TriggerCondition name="2HA20IT" triggerthreshold="HA20IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IT" type="CTPIN">
-      <TriggerCondition name="3HA20IT" triggerthreshold="HA20IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IT" type="CTPIN">
-      <TriggerCondition name="4HA20IT" triggerthreshold="HA20IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IT" type="CTPIN">
-      <TriggerCondition name="5HA20IT" triggerthreshold="HA20IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IT" type="CTPIN">
-      <TriggerCondition name="6HA20IT" triggerthreshold="HA20IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IT" type="CTPIN">
-      <TriggerCondition name="7HA20IT" triggerthreshold="HA20IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25" type="CTPIN">
-      <TriggerCondition name="1HA25" triggerthreshold="HA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25" type="CTPIN">
-      <TriggerCondition name="2HA25" triggerthreshold="HA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25" type="CTPIN">
-      <TriggerCondition name="3HA25" triggerthreshold="HA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25" type="CTPIN">
-      <TriggerCondition name="4HA25" triggerthreshold="HA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25" type="CTPIN">
-      <TriggerCondition name="5HA25" triggerthreshold="HA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25" type="CTPIN">
-      <TriggerCondition name="6HA25" triggerthreshold="HA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25" type="CTPIN">
-      <TriggerCondition name="7HA25" triggerthreshold="HA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25IT" type="CTPIN">
-      <TriggerCondition name="1HA25IT" triggerthreshold="HA25IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25IT" type="CTPIN">
-      <TriggerCondition name="2HA25IT" triggerthreshold="HA25IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25IT" type="CTPIN">
-      <TriggerCondition name="3HA25IT" triggerthreshold="HA25IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25IT" type="CTPIN">
-      <TriggerCondition name="4HA25IT" triggerthreshold="HA25IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25IT" type="CTPIN">
-      <TriggerCondition name="5HA25IT" triggerthreshold="HA25IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25IT" type="CTPIN">
-      <TriggerCondition name="6HA25IT" triggerthreshold="HA25IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25IT" type="CTPIN">
-      <TriggerCondition name="7HA25IT" triggerthreshold="HA25IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA30" type="CTPIN">
-      <TriggerCondition name="1HA30" triggerthreshold="HA30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA30" type="CTPIN">
-      <TriggerCondition name="2HA30" triggerthreshold="HA30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA30" type="CTPIN">
-      <TriggerCondition name="3HA30" triggerthreshold="HA30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA30" type="CTPIN">
-      <TriggerCondition name="4HA30" triggerthreshold="HA30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA30" type="CTPIN">
-      <TriggerCondition name="5HA30" triggerthreshold="HA30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA30" type="CTPIN">
-      <TriggerCondition name="6HA30" triggerthreshold="HA30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA30" type="CTPIN">
-      <TriggerCondition name="7HA30" triggerthreshold="HA30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA40" type="CTPIN">
-      <TriggerCondition name="1HA40" triggerthreshold="HA40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA40" type="CTPIN">
-      <TriggerCondition name="2HA40" triggerthreshold="HA40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA40" type="CTPIN">
-      <TriggerCondition name="3HA40" triggerthreshold="HA40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA40" type="CTPIN">
-      <TriggerCondition name="4HA40" triggerthreshold="HA40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA40" type="CTPIN">
-      <TriggerCondition name="5HA40" triggerthreshold="HA40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA40" type="CTPIN">
-      <TriggerCondition name="6HA40" triggerthreshold="HA40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA40" type="CTPIN">
-      <TriggerCondition name="7HA40" triggerthreshold="HA40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA60" type="CTPIN">
-      <TriggerCondition name="1HA60" triggerthreshold="HA60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA60" type="CTPIN">
-      <TriggerCondition name="2HA60" triggerthreshold="HA60" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA60" type="CTPIN">
-      <TriggerCondition name="3HA60" triggerthreshold="HA60" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA60" type="CTPIN">
-      <TriggerCondition name="4HA60" triggerthreshold="HA60" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA60" type="CTPIN">
-      <TriggerCondition name="5HA60" triggerthreshold="HA60" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA60" type="CTPIN">
-      <TriggerCondition name="6HA60" triggerthreshold="HA60" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA60" type="CTPIN">
-      <TriggerCondition name="7HA60" triggerthreshold="HA60" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA8" type="CTPIN">
-      <TriggerCondition name="1HA8" triggerthreshold="HA8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA8" type="CTPIN">
-      <TriggerCondition name="2HA8" triggerthreshold="HA8" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA8" type="CTPIN">
-      <TriggerCondition name="3HA8" triggerthreshold="HA8" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA8" type="CTPIN">
-      <TriggerCondition name="4HA8" triggerthreshold="HA8" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA8" type="CTPIN">
-      <TriggerCondition name="5HA8" triggerthreshold="HA8" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA8" type="CTPIN">
-      <TriggerCondition name="6HA8" triggerthreshold="HA8" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA8" type="CTPIN">
-      <TriggerCondition name="7HA8" triggerthreshold="HA8" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100" type="CTPIN">
-      <TriggerCondition name="1J100" triggerthreshold="J100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100" type="CTPIN">
-      <TriggerCondition name="2J100" triggerthreshold="J100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100" type="CTPIN">
-      <TriggerCondition name="3J100" triggerthreshold="J100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J100.31ETA49" triggerthreshold="J100.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J100.31ETA49" triggerthreshold="J100.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J100.31ETA49" triggerthreshold="J100.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J12" type="CTPIN">
-      <TriggerCondition name="1J12" triggerthreshold="J12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J12" type="CTPIN">
-      <TriggerCondition name="2J12" triggerthreshold="J12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J12" type="CTPIN">
-      <TriggerCondition name="3J12" triggerthreshold="J12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J12" type="CTPIN">
-      <TriggerCondition name="4J12" triggerthreshold="J12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J12" type="CTPIN">
-      <TriggerCondition name="5J12" triggerthreshold="J12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J12" type="CTPIN">
-      <TriggerCondition name="6J12" triggerthreshold="J12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J12" type="CTPIN">
-      <TriggerCondition name="7J12" triggerthreshold="J12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J120" type="CTPIN">
-      <TriggerCondition name="1J120" triggerthreshold="J120" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J120" type="CTPIN">
-      <TriggerCondition name="2J120" triggerthreshold="J120" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J120" type="CTPIN">
-      <TriggerCondition name="3J120" triggerthreshold="J120" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15" type="CTPIN">
-      <TriggerCondition name="1J15" triggerthreshold="J15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15" type="CTPIN">
-      <TriggerCondition name="2J15" triggerthreshold="J15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15" type="CTPIN">
-      <TriggerCondition name="3J15" triggerthreshold="J15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15" type="CTPIN">
-      <TriggerCondition name="4J15" triggerthreshold="J15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15" type="CTPIN">
-      <TriggerCondition name="5J15" triggerthreshold="J15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15" type="CTPIN">
-      <TriggerCondition name="6J15" triggerthreshold="J15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15" type="CTPIN">
-      <TriggerCondition name="7J15" triggerthreshold="J15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J15.0ETA25" triggerthreshold="J15.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J15.0ETA25" triggerthreshold="J15.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J15.0ETA25" triggerthreshold="J15.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="4J15.0ETA25" triggerthreshold="J15.0ETA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="5J15.0ETA25" triggerthreshold="J15.0ETA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="6J15.0ETA25" triggerthreshold="J15.0ETA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="7J15.0ETA25" triggerthreshold="J15.0ETA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J15.31ETA49" triggerthreshold="J15.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J15.31ETA49" triggerthreshold="J15.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J15.31ETA49" triggerthreshold="J15.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20" type="CTPIN">
-      <TriggerCondition name="1J20" triggerthreshold="J20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20" type="CTPIN">
-      <TriggerCondition name="2J20" triggerthreshold="J20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20" type="CTPIN">
-      <TriggerCondition name="3J20" triggerthreshold="J20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J20" type="CTPIN">
-      <TriggerCondition name="4J20" triggerthreshold="J20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J20" type="CTPIN">
-      <TriggerCondition name="5J20" triggerthreshold="J20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J20" type="CTPIN">
-      <TriggerCondition name="6J20" triggerthreshold="J20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J20" type="CTPIN">
-      <TriggerCondition name="7J20" triggerthreshold="J20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="1J20.28ETA31" triggerthreshold="J20.28ETA31" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="2J20.28ETA31" triggerthreshold="J20.28ETA31" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="3J20.28ETA31" triggerthreshold="J20.28ETA31" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J20.31ETA49" triggerthreshold="J20.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J20.31ETA49" triggerthreshold="J20.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J20.31ETA49" triggerthreshold="J20.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25" type="CTPIN">
-      <TriggerCondition name="1J25" triggerthreshold="J25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25" type="CTPIN">
-      <TriggerCondition name="2J25" triggerthreshold="J25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25" type="CTPIN">
-      <TriggerCondition name="3J25" triggerthreshold="J25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25" type="CTPIN">
-      <TriggerCondition name="4J25" triggerthreshold="J25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25" type="CTPIN">
-      <TriggerCondition name="5J25" triggerthreshold="J25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25" type="CTPIN">
-      <TriggerCondition name="6J25" triggerthreshold="J25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25" type="CTPIN">
-      <TriggerCondition name="7J25" triggerthreshold="J25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J25.0ETA23" triggerthreshold="J25.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J25.0ETA23" triggerthreshold="J25.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J25.0ETA23" triggerthreshold="J25.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="4J25.0ETA23" triggerthreshold="J25.0ETA23" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="5J25.0ETA23" triggerthreshold="J25.0ETA23" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="6J25.0ETA23" triggerthreshold="J25.0ETA23" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="7J25.0ETA23" triggerthreshold="J25.0ETA23" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30" type="CTPIN">
-      <TriggerCondition name="1J30" triggerthreshold="J30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30" type="CTPIN">
-      <TriggerCondition name="2J30" triggerthreshold="J30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30" type="CTPIN">
-      <TriggerCondition name="3J30" triggerthreshold="J30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J30" type="CTPIN">
-      <TriggerCondition name="4J30" triggerthreshold="J30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J30" type="CTPIN">
-      <TriggerCondition name="5J30" triggerthreshold="J30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J30" type="CTPIN">
-      <TriggerCondition name="6J30" triggerthreshold="J30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J30" type="CTPIN">
-      <TriggerCondition name="7J30" triggerthreshold="J30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J30.31ETA49" triggerthreshold="J30.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J30.31ETA49" triggerthreshold="J30.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J30.31ETA49" triggerthreshold="J30.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40" type="CTPIN">
-      <TriggerCondition name="1J40" triggerthreshold="J40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40" type="CTPIN">
-      <TriggerCondition name="2J40" triggerthreshold="J40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40" type="CTPIN">
-      <TriggerCondition name="3J40" triggerthreshold="J40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J40" type="CTPIN">
-      <TriggerCondition name="4J40" triggerthreshold="J40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J40" type="CTPIN">
-      <TriggerCondition name="5J40" triggerthreshold="J40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J40" type="CTPIN">
-      <TriggerCondition name="6J40" triggerthreshold="J40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J40" type="CTPIN">
-      <TriggerCondition name="7J40" triggerthreshold="J40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J40.0ETA25" triggerthreshold="J40.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J40.0ETA25" triggerthreshold="J40.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J40.0ETA25" triggerthreshold="J40.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J400" type="CTPIN">
-      <TriggerCondition name="1J400" triggerthreshold="J400" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J400" type="CTPIN">
-      <TriggerCondition name="2J400" triggerthreshold="J400" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J400" type="CTPIN">
-      <TriggerCondition name="3J400" triggerthreshold="J400" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50" type="CTPIN">
-      <TriggerCondition name="1J50" triggerthreshold="J50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50" type="CTPIN">
-      <TriggerCondition name="2J50" triggerthreshold="J50" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50" type="CTPIN">
-      <TriggerCondition name="3J50" triggerthreshold="J50" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J50.31ETA49" triggerthreshold="J50.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J50.31ETA49" triggerthreshold="J50.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J50.31ETA49" triggerthreshold="J50.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75" type="CTPIN">
-      <TriggerCondition name="1J75" triggerthreshold="J75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75" type="CTPIN">
-      <TriggerCondition name="2J75" triggerthreshold="J75" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75" type="CTPIN">
-      <TriggerCondition name="3J75" triggerthreshold="J75" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J75.31ETA49" triggerthreshold="J75.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J75.31ETA49" triggerthreshold="J75.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J75.31ETA49" triggerthreshold="J75.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J85" type="CTPIN">
-      <TriggerCondition name="1J85" triggerthreshold="J85" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J85" type="CTPIN">
-      <TriggerCondition name="2J85" triggerthreshold="J85" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J85" type="CTPIN">
-      <TriggerCondition name="3J85" triggerthreshold="J85" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="1JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="2JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3JJ15.23ETA49" type="CTPIN">
-      <TriggerCondition name="3JJ15.23ETA49" triggerthreshold="JJ15.23ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_A" type="CTPIN">
-      <TriggerCondition name="1LUCID_A" triggerthreshold="LUCID_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_C" type="CTPIN">
-      <TriggerCondition name="1LUCID_C" triggerthreshold="LUCID_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPIN">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPMON">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_A" type="CTPIN">
-      <TriggerCondition name="2MBTS_A" triggerthreshold="MBTS_A" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_A" type="CTPIN">
-      <TriggerCondition name="3MBTS_A" triggerthreshold="MBTS_A" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_A" type="CTPIN">
-      <TriggerCondition name="4MBTS_A" triggerthreshold="MBTS_A" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_A" type="CTPIN">
-      <TriggerCondition name="5MBTS_A" triggerthreshold="MBTS_A" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_A" type="CTPIN">
-      <TriggerCondition name="6MBTS_A" triggerthreshold="MBTS_A" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_A" type="CTPIN">
-      <TriggerCondition name="7MBTS_A" triggerthreshold="MBTS_A" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A0" type="CTPIN">
-      <TriggerCondition name="1MBTS_A0" triggerthreshold="MBTS_A0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A1" type="CTPIN">
-      <TriggerCondition name="1MBTS_A1" triggerthreshold="MBTS_A1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A10" type="CTPIN">
-      <TriggerCondition name="1MBTS_A10" triggerthreshold="MBTS_A10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A12" type="CTPIN">
-      <TriggerCondition name="1MBTS_A12" triggerthreshold="MBTS_A12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A14" type="CTPIN">
-      <TriggerCondition name="1MBTS_A14" triggerthreshold="MBTS_A14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A2" type="CTPIN">
-      <TriggerCondition name="1MBTS_A2" triggerthreshold="MBTS_A2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A3" type="CTPIN">
-      <TriggerCondition name="1MBTS_A3" triggerthreshold="MBTS_A3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A4" type="CTPIN">
-      <TriggerCondition name="1MBTS_A4" triggerthreshold="MBTS_A4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A5" type="CTPIN">
-      <TriggerCondition name="1MBTS_A5" triggerthreshold="MBTS_A5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A6" type="CTPIN">
-      <TriggerCondition name="1MBTS_A6" triggerthreshold="MBTS_A6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A7" type="CTPIN">
-      <TriggerCondition name="1MBTS_A7" triggerthreshold="MBTS_A7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A8" type="CTPIN">
-      <TriggerCondition name="1MBTS_A8" triggerthreshold="MBTS_A8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPIN">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPMON">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_C" type="CTPIN">
-      <TriggerCondition name="2MBTS_C" triggerthreshold="MBTS_C" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_C" type="CTPIN">
-      <TriggerCondition name="3MBTS_C" triggerthreshold="MBTS_C" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_C" type="CTPIN">
-      <TriggerCondition name="4MBTS_C" triggerthreshold="MBTS_C" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_C" type="CTPIN">
-      <TriggerCondition name="5MBTS_C" triggerthreshold="MBTS_C" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_C" type="CTPIN">
-      <TriggerCondition name="6MBTS_C" triggerthreshold="MBTS_C" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_C" type="CTPIN">
-      <TriggerCondition name="7MBTS_C" triggerthreshold="MBTS_C" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C0" type="CTPIN">
-      <TriggerCondition name="1MBTS_C0" triggerthreshold="MBTS_C0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C1" type="CTPIN">
-      <TriggerCondition name="1MBTS_C1" triggerthreshold="MBTS_C1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C10" type="CTPIN">
-      <TriggerCondition name="1MBTS_C10" triggerthreshold="MBTS_C10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C12" type="CTPIN">
-      <TriggerCondition name="1MBTS_C12" triggerthreshold="MBTS_C12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C14" type="CTPIN">
-      <TriggerCondition name="1MBTS_C14" triggerthreshold="MBTS_C14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C2" type="CTPIN">
-      <TriggerCondition name="1MBTS_C2" triggerthreshold="MBTS_C2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C3" type="CTPIN">
-      <TriggerCondition name="1MBTS_C3" triggerthreshold="MBTS_C3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C4" type="CTPIN">
-      <TriggerCondition name="1MBTS_C4" triggerthreshold="MBTS_C4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C5" type="CTPIN">
-      <TriggerCondition name="1MBTS_C5" triggerthreshold="MBTS_C5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C6" type="CTPIN">
-      <TriggerCondition name="1MBTS_C6" triggerthreshold="MBTS_C6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C7" type="CTPIN">
-      <TriggerCondition name="1MBTS_C7" triggerthreshold="MBTS_C7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C8" type="CTPIN">
-      <TriggerCondition name="1MBTS_C8" triggerthreshold="MBTS_C8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU10" type="CTPIN">
-      <TriggerCondition name="1MU10" triggerthreshold="MU10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU10" type="CTPIN">
-      <TriggerCondition name="2MU10" triggerthreshold="MU10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU10" type="CTPIN">
-      <TriggerCondition name="3MU10" triggerthreshold="MU10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU10" type="CTPIN">
-      <TriggerCondition name="4MU10" triggerthreshold="MU10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU10" type="CTPIN">
-      <TriggerCondition name="5MU10" triggerthreshold="MU10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU10" type="CTPIN">
-      <TriggerCondition name="6MU10" triggerthreshold="MU10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU10" type="CTPIN">
-      <TriggerCondition name="7MU10" triggerthreshold="MU10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU11" type="CTPIN">
-      <TriggerCondition name="1MU11" triggerthreshold="MU11" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU11" type="CTPIN">
-      <TriggerCondition name="2MU11" triggerthreshold="MU11" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU11" type="CTPIN">
-      <TriggerCondition name="3MU11" triggerthreshold="MU11" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU11" type="CTPIN">
-      <TriggerCondition name="4MU11" triggerthreshold="MU11" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU11" type="CTPIN">
-      <TriggerCondition name="5MU11" triggerthreshold="MU11" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU11" type="CTPIN">
-      <TriggerCondition name="6MU11" triggerthreshold="MU11" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU11" type="CTPIN">
-      <TriggerCondition name="7MU11" triggerthreshold="MU11" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU15" type="CTPIN">
-      <TriggerCondition name="1MU15" triggerthreshold="MU15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU15" type="CTPIN">
-      <TriggerCondition name="2MU15" triggerthreshold="MU15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU15" type="CTPIN">
-      <TriggerCondition name="3MU15" triggerthreshold="MU15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU15" type="CTPIN">
-      <TriggerCondition name="4MU15" triggerthreshold="MU15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU15" type="CTPIN">
-      <TriggerCondition name="5MU15" triggerthreshold="MU15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU15" type="CTPIN">
-      <TriggerCondition name="6MU15" triggerthreshold="MU15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU15" type="CTPIN">
-      <TriggerCondition name="7MU15" triggerthreshold="MU15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU20" type="CTPIN">
-      <TriggerCondition name="1MU20" triggerthreshold="MU20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU20" type="CTPIN">
-      <TriggerCondition name="2MU20" triggerthreshold="MU20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU20" type="CTPIN">
-      <TriggerCondition name="3MU20" triggerthreshold="MU20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU20" type="CTPIN">
-      <TriggerCondition name="4MU20" triggerthreshold="MU20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU20" type="CTPIN">
-      <TriggerCondition name="5MU20" triggerthreshold="MU20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU20" type="CTPIN">
-      <TriggerCondition name="6MU20" triggerthreshold="MU20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU20" type="CTPIN">
-      <TriggerCondition name="7MU20" triggerthreshold="MU20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU4" type="CTPIN">
-      <TriggerCondition name="1MU4" triggerthreshold="MU4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU4" type="CTPIN">
-      <TriggerCondition name="2MU4" triggerthreshold="MU4" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU4" type="CTPIN">
-      <TriggerCondition name="3MU4" triggerthreshold="MU4" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU4" type="CTPIN">
-      <TriggerCondition name="4MU4" triggerthreshold="MU4" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU4" type="CTPIN">
-      <TriggerCondition name="5MU4" triggerthreshold="MU4" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU4" type="CTPIN">
-      <TriggerCondition name="6MU4" triggerthreshold="MU4" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU4" type="CTPIN">
-      <TriggerCondition name="7MU4" triggerthreshold="MU4" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU6" type="CTPIN">
-      <TriggerCondition name="1MU6" triggerthreshold="MU6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU6" type="CTPIN">
-      <TriggerCondition name="2MU6" triggerthreshold="MU6" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU6" type="CTPIN">
-      <TriggerCondition name="3MU6" triggerthreshold="MU6" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU6" type="CTPIN">
-      <TriggerCondition name="4MU6" triggerthreshold="MU6" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU6" type="CTPIN">
-      <TriggerCondition name="5MU6" triggerthreshold="MU6" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU6" type="CTPIN">
-      <TriggerCondition name="6MU6" triggerthreshold="MU6" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU6" type="CTPIN">
-      <TriggerCondition name="7MU6" triggerthreshold="MU6" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIML1A" type="CTPIN">
-      <TriggerCondition name="1NIML1A" triggerthreshold="NIML1A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMLHCF" type="CTPIN">
-      <TriggerCondition name="1NIMLHCF" triggerthreshold="NIMLHCF" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMRPC" type="CTPIN">
-      <TriggerCondition name="1NIMRPC" triggerthreshold="NIMRPC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTGC" type="CTPIN">
-      <TriggerCondition name="1NIMTGC" triggerthreshold="NIMTGC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTRT" type="CTPIN">
-      <TriggerCondition name="1NIMTRT" triggerthreshold="NIMTRT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10" type="CTPIN">
-      <TriggerCondition name="1TE10" triggerthreshold="TE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE10.0ETA24" triggerthreshold="TE10.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20" type="CTPIN">
-      <TriggerCondition name="1TE20" triggerthreshold="TE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE20.0ETA24" triggerthreshold="TE20.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30" type="CTPIN">
-      <TriggerCondition name="1TE30" triggerthreshold="TE30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE30.0ETA24" triggerthreshold="TE30.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40" type="CTPIN">
-      <TriggerCondition name="1TE40" triggerthreshold="TE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE40.0ETA24" triggerthreshold="TE40.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5" type="CTPIN">
-      <TriggerCondition name="1TE5" triggerthreshold="TE5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE5.0ETA24" triggerthreshold="TE5.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE50" type="CTPIN">
-      <TriggerCondition name="1TE50" triggerthreshold="TE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE50.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE50.0ETA24" triggerthreshold="TE50.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE60" type="CTPIN">
-      <TriggerCondition name="1TE60" triggerthreshold="TE60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE60.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE60.0ETA24" triggerthreshold="TE60.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70" type="CTPIN">
-      <TriggerCondition name="1TE70" triggerthreshold="TE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE70.0ETA24" triggerthreshold="TE70.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35" type="CTPIN">
-      <TriggerCondition name="1XE35" triggerthreshold="XE35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE35.0ETA24" triggerthreshold="XE35.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40" type="CTPIN">
-      <TriggerCondition name="1XE40" triggerthreshold="XE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE40.0ETA24" triggerthreshold="XE40.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45" type="CTPIN">
-      <TriggerCondition name="1XE45" triggerthreshold="XE45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE45.0ETA24" triggerthreshold="XE45.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50" type="CTPIN">
-      <TriggerCondition name="1XE50" triggerthreshold="XE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE50.0ETA24" triggerthreshold="XE50.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55" type="CTPIN">
-      <TriggerCondition name="1XE55" triggerthreshold="XE55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE55.0ETA24" triggerthreshold="XE55.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60" type="CTPIN">
-      <TriggerCondition name="1XE60" triggerthreshold="XE60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE60.0ETA24" triggerthreshold="XE60.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70" type="CTPIN">
-      <TriggerCondition name="1XE70" triggerthreshold="XE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE70.0ETA24" triggerthreshold="XE70.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80" type="CTPIN">
-      <TriggerCondition name="1XE80" triggerthreshold="XE80" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80.0ETA24" type="CTPIN">
-      <TriggerCondition name="1XE80.0ETA24" triggerthreshold="XE80.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS20" type="CTPIN">
-      <TriggerCondition name="1XS20" triggerthreshold="XS20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS30" type="CTPIN">
-      <TriggerCondition name="1XS30" triggerthreshold="XS30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS40" type="CTPIN">
-      <TriggerCondition name="1XS40" triggerthreshold="XS40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS45" type="CTPIN">
-      <TriggerCondition name="1XS45" triggerthreshold="XS45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS50" type="CTPIN">
-      <TriggerCondition name="1XS50" triggerthreshold="XS50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS55" type="CTPIN">
-      <TriggerCondition name="1XS55" triggerthreshold="XS55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS60" type="CTPIN">
-      <TriggerCondition name="1XS60" triggerthreshold="XS60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS65" type="CTPIN">
-      <TriggerCondition name="1XS65" triggerthreshold="XS65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZB_EM15" type="CTPIN">
-      <TriggerCondition name="1ZB_EM15" triggerthreshold="ZB_EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_A" type="CTPIN">
-      <TriggerCondition name="1ZDC_A" triggerthreshold="ZDC_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_AND" type="CTPIN">
-      <TriggerCondition name="1ZDC_AND" triggerthreshold="ZDC_AND" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_C" type="CTPIN">
-      <TriggerCondition name="1ZDC_C" triggerthreshold="ZDC_C" multi="1"/>
-    </TriggerCounter>
-  </TriggerCounterList>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="2" name="ALFA_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="3" name="ALFA_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="4" name="ALFA_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="5" name="ALFA_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="8" name="ALFA2_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="9" name="ALFA2_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="10" name="ALFA2_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="11" name="ALFA2_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="14" name="ALFA3_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="15" name="ALFA3_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="16" name="ALFA3_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="17" name="ALFA3_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="20" name="ALFA4_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="21" name="ALFA4_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="22" name="ALFA4_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="23" name="ALFA4_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="26" name="ALFA_B7R1L_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="27" name="ALFA_A7R1L_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="27" range_end="27" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="28" name="ALFA_A7L1L_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="28" range_end="28" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="29" name="ALFA_B7L1L_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="34" name="ALFA_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="2" range_end="2" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="35" name="ALFA_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="36" name="ALFA_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="37" name="ALFA_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="40" name="ALFA2_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="41" name="ALFA2_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="42" name="ALFA2_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="43" name="ALFA2_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="46" name="ALFA3_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="14" range_end="14" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="47" name="ALFA3_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="15" range_end="15" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="48" name="ALFA3_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="49" name="ALFA3_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="52" name="ALFA4_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="53" name="ALFA4_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="54" name="ALFA4_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="36" mapping="55" name="ALFA4_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="58" name="ALFA_B7R1U_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="59" name="ALFA_A7R1U_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="60" name="ALFA_A7L1U_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="28" range_end="28" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="61" name="ALFA_B7L1U_OD" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="29" range_end="29" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="0" name="BCM_AtoC" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="42" mapping="1" name="BCM_CtoA" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="43" mapping="2" name="BCM_Wide" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="44" mapping="0" name="BCM_Comb" type="BCMCMB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="45" mapping="0" name="BPTX0" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="46" mapping="1" name="BPTX1" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="47" mapping="0" name="CAL0" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="48" mapping="1" name="CAL1" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="49" mapping="2" name="CAL2" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL2full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="50" mapping="0" name="EM3" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM3full" phimin="0" phimax="64" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="51" mapping="1" name="EM7" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM7full" phimin="0" phimax="64" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="52" mapping="2" name="EM8VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="1" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="5" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="6" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="6" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="5" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="53" mapping="3" name="EM8I" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="EM8Ifull" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="54" mapping="4" name="EM10" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM10full" phimin="0" phimax="64" priority="1" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="55" mapping="5" name="EM10VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="56" mapping="6" name="EM12" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="57" mapping="7" name="EM13VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="58" mapping="8" name="EM15" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="59" mapping="9" name="EM15VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="1" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="60" mapping="10" name="EM15I" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="EM15Ifull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="61" mapping="11" name="EM15HI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM15HIfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="62" mapping="12" name="EM18VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="63" mapping="13" name="EM20VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="64" mapping="14" name="EM20VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="65" mapping="15" name="EM22VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="1" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="66" mapping="0" name="J12" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="67" mapping="1" name="J15" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="68" mapping="2" name="J15.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J15.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="69" mapping="3" name="J20" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="70" mapping="4" name="J25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="71" mapping="5" name="J25.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="72" mapping="6" name="J30" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="73" mapping="7" name="J40" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="74" mapping="8" name="J20.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="24" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="75" mapping="9" name="J30.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="27" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="10" name="JJ15.23ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="4" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-23" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="4" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="23" etamax="49" had_isolation="63" had_veto="63" name="JJ15.23ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="4" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="77" mapping="11" name="J20.28ETA31" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="-28" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="28" etamax="31" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="78" mapping="12" name="J40.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="79" mapping="13" name="J50" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="80" mapping="14" name="J75" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="81" mapping="15" name="J85" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="1" thresholdval="85" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="82" mapping="16" name="J100" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="83" mapping="17" name="J120" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J120full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J120full" phimin="0" phimax="64" priority="1" thresholdval="120" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="84" mapping="18" name="J400" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J400full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J400full" phimin="0" phimax="64" priority="1" thresholdval="400" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="16" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="85" mapping="19" name="J15.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="18" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="86" mapping="20" name="J20.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="20" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="87" mapping="21" name="J30.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="22" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="88" mapping="22" name="J50.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="24" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="89" mapping="23" name="J75.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="26" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="90" mapping="24" name="J100.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="28" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="0" name="LUCID_A" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="1" name="LUCID_C" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="93" mapping="0" name="MBTS_A" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="94" mapping="1" name="MBTS_C" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="0" name="MBTS_A0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="1" name="MBTS_A1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="2" name="MBTS_A2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="3" name="MBTS_A3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="4" name="MBTS_A4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="5" name="MBTS_A5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="101" mapping="6" name="MBTS_A6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="7" name="MBTS_A7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="8" name="MBTS_A8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="9" name="MBTS_A10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="105" mapping="10" name="MBTS_A12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="11" name="MBTS_A14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="107" mapping="12" name="MBTS_C0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="13" name="MBTS_C1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="14" name="MBTS_C2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="15" name="MBTS_C3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="111" mapping="16" name="MBTS_C4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="112" mapping="17" name="MBTS_C5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="113" mapping="18" name="MBTS_C6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="114" mapping="19" name="MBTS_C7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="115" mapping="20" name="MBTS_C8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="116" mapping="21" name="MBTS_C10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="22" name="MBTS_C12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="23" name="MBTS_C14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="119" mapping="0" name="MU4" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU4full" phimin="0" phimax="64" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="120" mapping="1" name="MU6" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU6full" phimin="0" phimax="64" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="121" mapping="2" name="MU10" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="122" mapping="3" name="MU11" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU11full" phimin="0" phimax="64" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="123" mapping="4" name="MU15" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="124" mapping="5" name="MU20" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="125" mapping="0" name="NIML1A" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIML1Afull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="126" mapping="1" name="NIMLHCF" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMLHCFfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="127" mapping="12" name="NIMTGC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTGCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="128" mapping="13" name="NIMRPC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMRPCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="129" mapping="14" name="NIMTRT" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTRTfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="130" mapping="0" name="HA8" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="131" mapping="1" name="HA10IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA10IMfull" phimin="0" phimax="64" priority="1" thresholdval="10" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="132" mapping="2" name="HA12" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="133" mapping="3" name="HA12IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA12ILfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="134" mapping="4" name="HA12IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA12IMfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="135" mapping="5" name="HA12IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA12ITfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="136" mapping="6" name="HA15" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="137" mapping="7" name="HA20" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="138" mapping="8" name="HA20IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA20ILfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="139" mapping="9" name="HA20IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA20IMfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="140" mapping="10" name="HA20IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA20ITfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="141" mapping="11" name="HA25" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="142" mapping="12" name="HA25IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA25ITfull" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="143" mapping="13" name="HA30" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="144" mapping="14" name="HA40" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="145" mapping="15" name="HA60" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA60full" phimin="0" phimax="64" priority="1" thresholdval="60" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="146" mapping="0" name="TE5" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5full" phimin="0" phimax="64" priority="0" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="147" mapping="1" name="TE10" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="148" mapping="2" name="TE20" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="149" mapping="3" name="TE30" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="150" mapping="4" name="TE40" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="151" mapping="5" name="TE50" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="152" mapping="6" name="TE60" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="153" mapping="7" name="TE70" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="154" mapping="8" name="TE5.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE5.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="155" mapping="9" name="TE10.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="156" mapping="10" name="TE20.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="157" mapping="11" name="TE30.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="158" mapping="12" name="TE40.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="159" mapping="13" name="TE50.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE50.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE50.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="50" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="160" mapping="14" name="TE60.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE60.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE60.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="60" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="161" mapping="15" name="TE70.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE70.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="162" mapping="0" name="900INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="163" mapping="1" name="800INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="164" mapping="2" name="700INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="165" mapping="3" name="500INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="166" mapping="4" name="400INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="167" mapping="5" name="300INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="168" mapping="6" name="200INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="169" mapping="7" name="100INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="170" mapping="9" name="HT150-J20s5.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="171" mapping="10" name="HT190-J15s5.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="172" mapping="11" name="1INVM5-EMs1-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="173" mapping="12" name="1INVM5-EM7s1-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="12" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="174" mapping="13" name="1INVM5-EM12s1-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="175" mapping="14" name="10MINDPHI-EM10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="176" mapping="15" name="15MINDPHI-EM10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="177" mapping="16" name="1DISAMB-TAU20ab-J20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="178" mapping="17" name="DISAMB-EM15abhi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="179" mapping="18" name="1DISAMB-EM15his2-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="180" mapping="19" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="181" mapping="20" name="4INVM8-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="182" mapping="21" name="2INVM999-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="183" mapping="22" name="4INVM8-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="184" mapping="23" name="5DETA99-5DPHI99-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="185" mapping="24" name="5DETA99-5DPHI99-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="186" mapping="25" name="5DETA99-5DPHI99-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="187" mapping="26" name="1DISAMB-TAU20abi-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="188" mapping="27" name="0DR28-MU10ab-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="189" mapping="28" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="28" range_end="28" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="190" mapping="29" name="DISAMB-EM15abhi-TAU40ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="191" mapping="32" name="05MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="192" mapping="33" name="25MT-EM10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="193" mapping="34" name="30MT-EM10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="2" range_end="2" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="194" mapping="35" name="35MT-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="195" mapping="36" name="0DETA10-Js1-Js2" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="196" mapping="37" name="10MINDPHI-Js2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="197" mapping="38" name="10MINDPHI-J20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="198" mapping="39" name="210RATIO-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="199" mapping="40" name="NOT-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="200" mapping="41" name="LAR-EM50s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="201" mapping="42" name="LAR-J100s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="202" mapping="43" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="203" mapping="44" name="05RATIO-XE0-SUM0-EM10s1-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="12" range_end="12" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="204" mapping="64" name="05MINDPHI-AJj20s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="205" mapping="65" name="10MINDPHI-AJj20s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="206" mapping="66" name="15MINDPHI-AJj20s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="207" mapping="67" name="0DR04-MU4ab-CJ15ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="208" mapping="68" name="0DR04-MU4ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="209" mapping="69" name="0DR04-MU4ab-CJ30ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="210" mapping="70" name="0DR04-MU6ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="211" mapping="71" name="0DR04-MU6ab-CJ25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="212" mapping="72" name="10MINDPHI-CJ20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="213" mapping="73" name="2DR15-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="214" mapping="74" name="2DR15-CMU6ab-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="215" mapping="79" name="2INVM999-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="216" mapping="80" name="KF-XE35-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="217" mapping="81" name="KF-XE45-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="218" mapping="82" name="KF-XE55-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="219" mapping="83" name="KF-XE60-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="220" mapping="84" name="KF-XE65-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="221" mapping="85" name="KF-XE75-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="222" mapping="86" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="223" mapping="87" name="HT190-AJ15all.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="224" mapping="88" name="HT150-AJ20all.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="225" mapping="89" name="HT150-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="226" mapping="90" name="HT20-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="227" mapping="93" name="05RATIO-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="228" mapping="94" name="08RATIO-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="30" range_end="30" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="229" mapping="95" name="90RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="230" mapping="96" name="2INVM999-CMU6ab-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="0" range_end="0" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="231" mapping="97" name="4INVM8-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="1" range_end="1" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="232" mapping="98" name="4INVM8-CMU6ab-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="2" range_end="2" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="233" mapping="99" name="0DETA04-0DPHI03-EM8abi-MU10ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="234" mapping="100" name="0DETA04-0DPHI03-EM15abi-MUab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="235" mapping="101" name="2DR15-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="236" mapping="102" name="2INVM999-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="237" mapping="103" name="4INVM8-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="238" mapping="112" name="250RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="239" mapping="113" name="10MINDPHI-J20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="240" mapping="114" name="0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="241" mapping="115" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="242" mapping="116" name="1DISAMB-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="243" mapping="117" name="0DR10-MU10ab-MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="244" mapping="118" name="2DR99-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="245" mapping="119" name="2DR15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="246" mapping="120" name="2DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="247" mapping="121" name="2DR15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="248" mapping="122" name="2DR15-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="249" mapping="123" name="2INVM999-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="250" mapping="124" name="2INVM999-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="28" range_end="28" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="251" mapping="125" name="2INVM999-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="252" mapping="126" name="4INVM8-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="30" range_end="30" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="253" mapping="127" name="4INVM8-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="254" mapping="0" name="XE35" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="255" mapping="1" name="XE40" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="256" mapping="2" name="XE45" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="257" mapping="3" name="XE50" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="258" mapping="4" name="XE55" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="259" mapping="5" name="XE60" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="260" mapping="6" name="XE70" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="261" mapping="7" name="XE80" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80full" phimin="0" phimax="64" priority="0" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="262" mapping="8" name="XE35.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE35.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="263" mapping="9" name="XE40.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE40.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="264" mapping="10" name="XE45.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE45.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="265" mapping="11" name="XE50.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE50.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="266" mapping="12" name="XE55.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE55.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="267" mapping="13" name="XE60.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE60.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="268" mapping="14" name="XE70.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE70.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="269" mapping="15" name="XE80.0ETA24" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="XE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="XE80.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="270" mapping="0" name="XS20" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="271" mapping="1" name="XS30" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="272" mapping="2" name="XS40" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="273" mapping="3" name="XS45" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="274" mapping="4" name="XS50" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="275" mapping="5" name="XS55" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="276" mapping="6" name="XS60" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="277" mapping="7" name="XS65" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="278" mapping="0" name="ZB_EM15" type="ZB" input="ctpin" seed="EM15" seed_multi="1" bcdelay="3564" version="1">
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="279" mapping="0" name="ZDC_A" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="280" mapping="1" name="ZDC_C" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="281" mapping="2" name="ZDC_AND" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name0="Random0" cut0="1" name1="Random1" cut1="1" name2="Random2" cut2="1" name3="Random3" cut3="1"/>
-  <BunchGroupSet name="Physics" menuPartition="0">
-    <BunchGroup internalNumber="0" name="BCRVeto">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Paired">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="CalReq"/>
-    <BunchGroup internalNumber="3" name="Empty"/>
-    <BunchGroup internalNumber="4" name="IsolatedUnpaired"/>
-    <BunchGroup internalNumber="5" name="NonIsolatedUnpaired"/>
-    <BunchGroup internalNumber="6" name="EmptyAfterPaired"/>
-    <BunchGroup internalNumber="7" name="InTrain">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="8" name="AbortGapNotCalReq"/>
-    <BunchGroup internalNumber="9" name="VdM"/>
-    <BunchGroup internalNumber="10" name="ALFA"/>
-    <BunchGroup internalNumber="11" name="EmptyBeforePaired"/>
-    <BunchGroup internalNumber="12" name="EmptyAndPaired"/>
-    <BunchGroup internalNumber="13" name="NotUsed"/>
-    <BunchGroup internalNumber="14" name="NotUsed"/>
-    <BunchGroup internalNumber="15" name="NotUsed"/>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01"/>
-  <CaloInfo name="CaloInfo" global_em_scale="2" global_jet_scale="1">
-    <METSignificance xeMin="11" xeMax="63" teSqrtMin="4" teSqrtMax="63" xsSigmaScale="1150" xsSigmaOffset="1640"/>
-    <Isolation thrtype="HAIsoForEMthr">
-      <Parametrization isobit="1" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForEMthr">
-      <Parametrization isobit="1" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForTAUthr">
-      <Parametrization isobit="1" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="20" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="15" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="40" slope="0" mincut="0" upperlimit="255" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <MinimumTOBPt thrtype="EM" ptmin="3" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="TAU" ptmin="8" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETS" window="4" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETL" window="8" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-  </CaloInfo>
-  <MuctpiInfo name="muctpi" low_pt="1" high_pt="1" max_cand="13"/>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v6.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v6.xml
deleted file mode 100644
index e8c1c7f2ad2f83714da29106f495caa01dc33d2c..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v6.xml
+++ /dev/null
@@ -1,7266 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE LVL1Config SYSTEM "LVL1config.dtd">
-<LVL1Config name="Physics_pp_v6" ctpVersion="4" l1Version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1 thresholds defined: 279-->
-  <!--No. L1 items defined: 445-->
-  <TriggerMenu name="Physics_pp_v6" phase="lumi">
-    <TriggerItem ctpid="0" partition="1" name="L1_EM3" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="1" partition="1" name="L1_EM7" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="2" partition="1" name="L1_EM12" complex_deadtime="0" definition="(EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="3" partition="1" name="L1_EM8VH" complex_deadtime="0" definition="(EM8VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8VH_x1" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="4" partition="1" name="L1_EM10VH" complex_deadtime="0" definition="(EM10VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="5" partition="1" name="L1_EM13VH" complex_deadtime="0" definition="(EM13VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM13VH_x1" triggerthreshold="EM13VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="6" partition="1" name="L1_EM15" complex_deadtime="0" definition="(EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="7" partition="1" name="L1_EM15VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="8" partition="1" name="L1_EM18VH" complex_deadtime="0" definition="(EM18VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="9" partition="1" name="L1_EM20VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="10" partition="1" name="L1_EM20VHI" complex_deadtime="0" definition="(EM20VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="11" partition="1" name="L1_EM22VHI" complex_deadtime="0" definition="(EM22VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="12" partition="1" name="L1_EM3_EMPTY" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="13" partition="1" name="L1_EM7_EMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="14" partition="1" name="L1_MU4" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="15" partition="1" name="L1_MU6" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="16" partition="1" name="L1_MU10" complex_deadtime="0" definition="(MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="17" partition="1" name="L1_MU15" complex_deadtime="0" definition="(MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="18" partition="1" name="L1_MU20" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="19" partition="1" name="L1_MU4_EMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="20" partition="1" name="L1_MU4_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="21" partition="1" name="L1_MU11_EMPTY" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="22" partition="1" name="L1_MU4_UNPAIRED_ISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="23" partition="1" name="L1_2EM3" complex_deadtime="0" definition="(EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="24" partition="1" name="L1_2EM7" complex_deadtime="0" definition="(EM7[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="25" partition="1" name="L1_2EM10VH" complex_deadtime="0" definition="(EM10VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="26" partition="1" name="L1_2EM13VH" complex_deadtime="0" definition="(EM13VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM13VH_x2" triggerthreshold="EM13VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="27" partition="1" name="L1_2EM15" complex_deadtime="0" definition="(EM15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM15_x2" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="28" partition="1" name="L1_2EM15VH" complex_deadtime="0" definition="(EM15VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM15VH_x2" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="29" partition="1" name="L1_EM7_2EM3" complex_deadtime="0" definition="(EM7[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="30" partition="1" name="L1_EM12_2EM3" complex_deadtime="0" definition="(EM12[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="31" partition="1" name="L1_EM15VH_3EM7" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="32" partition="1" name="L1_2MU4" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="33" partition="1" name="L1_2MU6" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="34" partition="1" name="L1_2MU10" complex_deadtime="0" definition="(MU10[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="35" partition="1" name="L1_2MU20_OVERLAY" complex_deadtime="0" definition="(MU20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU20_x2" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="36" partition="1" name="L1_MU10_2MU6" complex_deadtime="0" definition="(MU10[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="37" partition="1" name="L1_MU11_2MU6" complex_deadtime="0" definition="(MU11[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="38" partition="1" name="L1_3MU4" complex_deadtime="0" definition="(MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="39" partition="1" name="L1_MU6_2MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="40" partition="1" name="L1_3MU6" complex_deadtime="0" definition="(MU6[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="41" partition="1" name="L1_4J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15.0ETA25_x4" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="42" partition="1" name="L1_EM15I_MU4" complex_deadtime="0" definition="(EM15[x1]&amp;EM8I[x1]&amp;MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="43" partition="1" name="L1_2EM8VH_MU10" complex_deadtime="0" definition="(EM8VH[x2]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="44" partition="1" name="L1_EM15VH_MU10" complex_deadtime="0" definition="(EM15VH[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="45" partition="1" name="L1_TAU12" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="46" partition="1" name="L1_TE15.0ETA24" complex_deadtime="0" definition="(TE15.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE15.0ETA24_x1" triggerthreshold="TE15.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="47" partition="1" name="L1_TAU12IM" complex_deadtime="0" definition="(HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="48" partition="1" name="L1_AFP_NSC" complex_deadtime="0" definition="(AFP_NSC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="49" partition="1" name="L1_TAU20" complex_deadtime="0" definition="(HA20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="50" partition="1" name="L1_AFP_FSC" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="51" partition="1" name="L1_TAU20IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="52" partition="1" name="L1_AFP_C_ANY" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="53" partition="1" name="L1_TAU30" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="54" partition="1" name="L1_TAU40" complex_deadtime="0" definition="(HA40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="55" partition="1" name="L1_TAU60" complex_deadtime="0" definition="(HA60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA60_x1" triggerthreshold="HA60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="56" partition="1" name="L1_TAU8" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="57" partition="1" name="L1_TAU8_EMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="58" partition="1" name="L1_TAU20IM_2TAU12IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="59" partition="1" name="L1_TAU20_2TAU12" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="60" partition="1" name="L1_EM15HI_2TAU12IM" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="61" partition="1" name="L1_EM15HI_2TAU12IM_J25_3J12" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="62" partition="1" name="L1_EM15HI_TAU40_2TAU15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA40[x1]&amp;HA15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="63" partition="1" name="L1_MU10_TAU12IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="64" partition="1" name="L1_MU10_TAU12IM_J25_2J12" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;J25[x1]&amp;J12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J12_x2" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="65" partition="1" name="L1_EM7_MU10" complex_deadtime="0" definition="(EM7[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="66" partition="1" name="L1_MU6_EMPTY" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="67" partition="1" name="L1_MU10_TAU20IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="68" partition="1" name="L1_XE10" complex_deadtime="0" definition="(XE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="69" partition="1" name="L1_AFP_C_ANY_UNPAIRED_ISO" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="70" partition="1" name="L1_TAU20IM_2TAU12IM_J25_2J20_3J12" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="71" partition="1" name="L1_J25_2J20_3J12_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="72" partition="1" name="L1_DR-MU10TAU12I_TAU12I-J25" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="73" partition="1" name="L1_MU10_TAU12I-J25" complex_deadtime="0" definition="(MU10[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="74" partition="1" name="L1_TAU20IM_2J20_XE45" complex_deadtime="0" definition="(HA20IM[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="75" partition="1" name="L1_J15.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J15.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="76" partition="1" name="L1_AFP_C_ANY_UNPAIRED_NONISO" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="77" partition="1" name="L1_TAU100" complex_deadtime="0" definition="(HA100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA100_x1" triggerthreshold="HA100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="78" partition="1" name="L1_EM15HI_2TAU12IM_XE35" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="79" partition="1" name="L1_EM20VHI_TAU20IM_2TAU20_J25_3J20" complex_deadtime="0" definition="(EM20VHI[x1]&amp;HA20IM[x1]&amp;HA20[x2]&amp;J25[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA20_x2" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="80" partition="1" name="L1_EM12_W-MT35_XS30_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;XS30[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="81" partition="1" name="L1_MU10_TAU12IM_XE35" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="82" partition="1" name="L1_TE15" complex_deadtime="0" definition="(TE15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE15_x1" triggerthreshold="TE15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="83" partition="1" name="L1_TAU20IM_2TAU12IM_XE35" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="84" partition="1" name="L1_TAU20_2TAU12_XE35" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="85" partition="1" name="L1_XE30" complex_deadtime="0" definition="(XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="86" partition="1" name="L1_3J15.0ETA25_XE40" complex_deadtime="0" definition="(J15.0ETA25[x3]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15.0ETA25_x3" triggerthreshold="J15.0ETA25"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="87" partition="1" name="L1_MU4_J12" complex_deadtime="0" definition="(MU4[x1]&amp;J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="88" partition="1" name="L1_MU6_J20" complex_deadtime="0" definition="(MU6[x1]&amp;J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="89" partition="1" name="L1_MU6_J40" complex_deadtime="0" definition="(MU6[x1]&amp;J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="90" partition="1" name="L1_MU6_J75" complex_deadtime="0" definition="(MU6[x1]&amp;J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="91" partition="1" name="L1_J12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="92" partition="1" name="L1_J15" complex_deadtime="0" definition="(J15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="93" partition="1" name="L1_J20" complex_deadtime="0" definition="(J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="94" partition="1" name="L1_J25" complex_deadtime="0" definition="(J25[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="95" partition="1" name="L1_J30" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="96" partition="1" name="L1_J40" complex_deadtime="0" definition="(J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="97" partition="1" name="L1_J50" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="98" partition="1" name="L1_J75" complex_deadtime="0" definition="(J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="99" partition="1" name="L1_J85" complex_deadtime="0" definition="(J85[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J85_x1" triggerthreshold="J85"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="100" partition="1" name="L1_J100" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="101" partition="1" name="L1_J120" complex_deadtime="0" definition="(J120[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J120_x1" triggerthreshold="J120"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="102" partition="1" name="L1_J400" complex_deadtime="0" definition="(J400[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J400_x1" triggerthreshold="J400"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="103" partition="1" name="L1_J20.31ETA49" complex_deadtime="0" definition="(J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="104" partition="1" name="L1_J30.31ETA49" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="105" partition="1" name="L1_J50.31ETA49" complex_deadtime="0" definition="(J50.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50.31ETA49_x1" triggerthreshold="J50.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="106" partition="1" name="L1_J75.31ETA49" complex_deadtime="0" definition="(J75.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75.31ETA49_x1" triggerthreshold="J75.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="107" partition="1" name="L1_J100.31ETA49" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="108" partition="1" name="L1_XE65" complex_deadtime="0" definition="(XE65[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE65_x1" triggerthreshold="XE65"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="109" partition="1" name="L1_J15.31ETA49" complex_deadtime="0" definition="(J15.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="110" partition="1" name="L1_J20.28ETA31" complex_deadtime="0" definition="(J20.28ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.28ETA31_x1" triggerthreshold="J20.28ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="111" partition="1" name="L1_J12_EMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="112" partition="1" name="L1_J12_FIRSTEMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="113" partition="1" name="L1_J12_UNPAIRED_ISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="114" partition="1" name="L1_J12_UNPAIRED_NONISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="115" partition="1" name="L1_J12_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="116" partition="1" name="L1_J30_EMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="117" partition="1" name="L1_J30_FIRSTEMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="118" partition="1" name="L1_J30.31ETA49_EMPTY" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="119" partition="1" name="L1_J30.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="120" partition="1" name="L1_J30.31ETA49_UNPAIRED_NONISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="121" partition="1" name="L1_J50_UNPAIRED_ISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="122" partition="1" name="L1_J50_UNPAIRED_NONISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="123" partition="1" name="L1_J50_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="124" partition="1" name="L1_AFP_C_ANY_EMPTY" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="125" partition="1" name="L1_J20_J20.31ETA49" complex_deadtime="0" definition="(J20[x1]&amp;J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="126" partition="1" name="L1_3J15" complex_deadtime="0" definition="(J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="127" partition="1" name="L1_3J20" complex_deadtime="0" definition="(J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="128" partition="1" name="L1_3J40" complex_deadtime="0" definition="(J40[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J40_x3" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="129" partition="1" name="L1_3J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15.0ETA25_x3" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="130" partition="1" name="L1_3J50" complex_deadtime="0" definition="(J50[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="131" partition="1" name="L1_4J15" complex_deadtime="0" definition="(J15[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="132" partition="1" name="L1_4J20" complex_deadtime="0" definition="(J20[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="133" partition="1" name="L1_J75_XE50" complex_deadtime="0" definition="(J75[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="134" partition="1" name="L1_XE75" complex_deadtime="0" definition="(XE75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE75_x1" triggerthreshold="XE75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="135" partition="1" name="L1_6J15" complex_deadtime="0" definition="(J15[x6]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="6" name="J15_x6" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="136" partition="1" name="L1_J75_3J20" complex_deadtime="0" definition="(J75[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="137" partition="1" name="L1_J30.0ETA49_2J20.0ETA49" complex_deadtime="0" definition="(J30.0ETA49[x1]&amp;J20.0ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.0ETA49_x1" triggerthreshold="J30.0ETA49"/>
-        <TriggerCondition multi="2" name="J20.0ETA49_x2" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="138" partition="1" name="L1_TE10" complex_deadtime="0" definition="(TE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="139" partition="1" name="L1_AFP_C_ANY_FIRSTEMPTY" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP6)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="140" partition="1" name="L1_5J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x5]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="5" name="J15.0ETA25_x5" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="141" partition="1" name="L1_2J15_XE55" complex_deadtime="0" definition="(J15[x2]&amp;XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="142" partition="1" name="L1_J40_XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="143" partition="1" name="L1_TE25" complex_deadtime="0" definition="(TE25[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE25_x1" triggerthreshold="TE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="144" partition="1" name="L1_XE35" complex_deadtime="0" definition="(XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="145" partition="1" name="L1_XE40" complex_deadtime="0" definition="(XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="146" partition="1" name="L1_XE45" complex_deadtime="0" definition="(XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="147" partition="1" name="L1_XE50" complex_deadtime="0" definition="(XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="148" partition="1" name="L1_XE55" complex_deadtime="0" definition="(XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="149" partition="1" name="L1_XE60" complex_deadtime="0" definition="(XE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="150" partition="1" name="L1_XE70" complex_deadtime="0" definition="(XE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE70_x1" triggerthreshold="XE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="151" partition="1" name="L1_XE80" complex_deadtime="0" definition="(XE80[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE80_x1" triggerthreshold="XE80"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="152" partition="1" name="L1_XS20" complex_deadtime="0" definition="(XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="153" partition="1" name="L1_XS30" complex_deadtime="0" definition="(XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="154" partition="1" name="L1_EM12_XS20" complex_deadtime="0" definition="(EM12[x1]&amp;XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="155" partition="1" name="L1_EM15_XS30" complex_deadtime="0" definition="(EM15[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="156" partition="1" name="L1_XE150" complex_deadtime="0" definition="(XE150[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE150_x1" triggerthreshold="XE150"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="157" partition="1" name="L1_TE30" complex_deadtime="0" definition="(TE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30_x1" triggerthreshold="TE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="158" partition="1" name="L1_TE40" complex_deadtime="0" definition="(TE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40_x1" triggerthreshold="TE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="159" partition="1" name="L1_TE70" complex_deadtime="0" definition="(TE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70_x1" triggerthreshold="TE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="160" partition="1" name="L1_TE30.0ETA24" complex_deadtime="0" definition="(TE30.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30.0ETA24_x1" triggerthreshold="TE30.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="161" partition="1" name="L1_BCM_Wide_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="162" partition="1" name="L1_BCM_AC_CA_UNPAIRED_ISO" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="163" partition="1" name="L1_BCM_AC_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="164" partition="1" name="L1_MBTS_1_EMPTY" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="165" partition="1" name="L1_MBTS_1_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="166" partition="1" name="L1_MBTS_2_EMPTY" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="167" partition="1" name="L1_MBTS_2_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="168" partition="1" name="L1_MBTS_1_1_EMPTY" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="169" partition="1" name="L1_MBTS_1_1_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="170" partition="1" name="L1_AFP_C_ALFA_A" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="171" partition="1" name="L1_AFP_C_AND" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="172" partition="1" name="L1_EM13VH_3J20" complex_deadtime="0" definition="(EM13VH[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM13VH_x1" triggerthreshold="EM13VH"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="173" partition="1" name="L1_MU10_3J20" complex_deadtime="0" definition="(MU10[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="174" partition="1" name="L1_AFP_C_ANY_MBTS_A" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;MBTS_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="175" partition="1" name="L1_2J50_XE40" complex_deadtime="0" definition="(J50[x2]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J50_x2" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="176" partition="1" name="L1_J40_XE60" complex_deadtime="0" definition="(J40[x1]&amp;XE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="177" partition="1" name="L1_J40.0ETA25_XE50" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="178" partition="1" name="L1_BPH-2M8-2MU4" complex_deadtime="0" definition="(2INVM8-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-2MU4ab_x1" triggerthreshold="2INVM8-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="179" partition="1" name="L1_BPH-8M15-MU6MU4" complex_deadtime="0" definition="(8INVM15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-MU6ab-MU4ab_x1" triggerthreshold="8INVM15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="180" partition="1" name="L1_BPH-8M15-2MU6" complex_deadtime="0" definition="(8INVM15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-2MU6ab_x1" triggerthreshold="8INVM15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="181" partition="1" name="L1_J40.0ETA25_2J15.31ETA49" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;J15.31ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="2" name="J15.31ETA49_x2" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="182" partition="1" name="L1_J40.0ETA25_2J25_J20.31ETA49" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;J25[x2]&amp;J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="2" name="J25_x2" triggerthreshold="J25"/>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="183" partition="1" name="L1_AFP_C_MBTS_A" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;MBTS_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="184" partition="1" name="L1_EM12_W-MT25" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="185" partition="1" name="L1_MBTS_4_A_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x4]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="186" partition="1" name="L1_MBTS_4_C_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_C[x4]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="187" partition="1" name="L1_XE300" complex_deadtime="0" definition="(XE300[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE300_x1" triggerthreshold="XE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="188" partition="1" name="L1_RD1_BGRP10" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP10)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP10"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="189" partition="1" name="L1_AFP_C_ZDC_C" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="190" partition="1" name="L1_AFP_C_J12" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="191" partition="1" name="L1_AFP_C_EM3" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;EM3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="192" partition="1" name="L1_AFP_C_TE5" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="193" partition="1" name="L1_AFP_C_ALFA_C" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="194" partition="1" name="L1_MBTS_4_A" complex_deadtime="0" definition="(MBTS_A[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="195" partition="1" name="L1_MBTS_4_C" complex_deadtime="0" definition="(MBTS_C[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="196" partition="1" name="L1_MBTS_1_BGRP9" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="197" partition="1" name="L1_MBTS_2_BGRP9" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="198" partition="1" name="L1_MBTS_1_BGRP11" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="199" partition="1" name="L1_MBTS_2_BGRP11" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="200" partition="1" name="L1_RD0_FILLED" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="201" partition="1" name="L1_RD0_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP4)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="202" partition="1" name="L1_RD0_EMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="203" partition="1" name="L1_RD1_FILLED" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="204" partition="1" name="L1_RD1_EMPTY" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP3)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="205" partition="1" name="L1_RD2_FILLED" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="206" partition="1" name="L1_RD2_EMPTY" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="207" partition="1" name="L1_RD3_FILLED" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="208" partition="1" name="L1_RD3_EMPTY" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="209" partition="1" name="L1_RD0_FIRSTEMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP6)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="210" partition="1" name="L1_RD0_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="211" partition="1" name="L1_RD0_BGRP11" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP11)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="212" partition="1" name="L1_LUCID" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="213" partition="1" name="L1_LUCID_EMPTY" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="214" partition="1" name="L1_LUCID_UNPAIRED_ISO" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="215" partition="1" name="L1_LUCID_A_C_EMPTY" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="216" partition="1" name="L1_LUCID_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="217" partition="1" name="L1_LUCID_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="218" partition="1" name="L1_TRT_FILLED" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="219" partition="1" name="L1_TRT_EMPTY" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="220" partition="1" name="L1_TGC_BURST" complex_deadtime="0" definition="(NIMTGC[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTGC_x1" triggerthreshold="NIMTGC"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="221" partition="1" name="L1_LHCF" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="222" partition="1" name="L1_BCM_Wide_BGRP0" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="223" partition="1" name="L1_BCM_AC_CA_BGRP0" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="224" partition="1" name="L1_BCM_Wide_EMPTY" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="225" partition="1" name="L1_BCM_Wide_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="226" partition="1" name="L1_MBTS_1" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="227" partition="1" name="L1_MBTS_2" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="228" partition="1" name="L1_MBTS_1_1" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="229" partition="1" name="L1_BCM_CA_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="230" partition="1" name="L1_BCM_AC_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="231" partition="1" name="L1_BCM_CA_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="232" partition="1" name="L1_BCM_AC_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="233" partition="1" name="L1_BCM_CA_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="234" partition="1" name="L1_BCM_Wide_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="235" partition="1" name="L1_BCM_AC_CALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="236" partition="1" name="L1_BCM_CA_CALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="237" partition="1" name="L1_BCM_Wide_CALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="238" partition="1" name="L1_BTAG-MU4J15" complex_deadtime="0" definition="(0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="239" partition="1" name="L1_BTAG-MU4J30" complex_deadtime="0" definition="(0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="240" partition="1" name="L1_ZB" complex_deadtime="0" definition="(ZB_EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM15_x1" triggerthreshold="ZB_EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="241" partition="1" name="L1_BPTX0_BGRP0" complex_deadtime="0" definition="(BPTX0[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="242" partition="1" name="L1_BPTX1_BGRP0" complex_deadtime="0" definition="(BPTX1[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="243" partition="1" name="L1_BTAG-MU6J20" complex_deadtime="0" definition="(0DR04-MU6ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ20ab_x1" triggerthreshold="0DR04-MU6ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="244" partition="1" name="L1_BTAG-MU6J25" complex_deadtime="0" definition="(0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="245" partition="1" name="L1_J40_XE50_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="246" partition="1" name="L1_3J15_BTAG-MU4J15" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="247" partition="1" name="L1_3J15_BTAG-MU4J30" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="248" partition="1" name="L1_3J15_BTAG-MU6J25" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="249" partition="1" name="L1_3J20_BTAG-MU4J20" complex_deadtime="0" definition="(J20[x3]&amp;0DR04-MU4ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ20ab_x1" triggerthreshold="0DR04-MU4ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="250" partition="1" name="L1_EM12_W-MT35_XS40_W-05DPHI-JXE-0_W-05DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;XS40[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM12s6-XE0_x1" triggerthreshold="05MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="251" partition="1" name="L1_J40_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="252" partition="1" name="L1_J40_DPHI-J20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="253" partition="1" name="L1_J40_DPHI-CJ20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="254" partition="1" name="L1_TAU40_2TAU20IM" complex_deadtime="0" definition="(HA40[x1]&amp;HA20IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA20IM_x2" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="255" partition="1" name="L1_MU10_2J15_J20" complex_deadtime="0" definition="(MU10[x1]&amp;J15[x2]&amp;J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="256" partition="1" name="L1_MU11" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="257" partition="1" name="L1_EM15_W-MT35_W-250RO2-XEHT-0_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="258" partition="1" name="L1_HT190-J15.ETA21" complex_deadtime="0" definition="(HT190-AJ15all.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-AJ15all.ETA21_x1" triggerthreshold="HT190-AJ15all.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="259" partition="1" name="L1_HT190-J15s5.ETA21" complex_deadtime="0" definition="(HT190-J15s5.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-J15s5.ETA21_x1" triggerthreshold="HT190-J15s5.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="260" partition="1" name="L1_HT150-J20.ETA31" complex_deadtime="0" definition="(HT150-AJ20all.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJ20all.ETA31_x1" triggerthreshold="HT150-AJ20all.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="261" partition="1" name="L1_HT150-J20s5.ETA31" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="262" partition="1" name="L1_JPSI-1M5" complex_deadtime="0" definition="(1INVM5-EMs1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EMs1-EMs6_x1" triggerthreshold="1INVM5-EMs1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="263" partition="1" name="L1_JPSI-1M5-EM7" complex_deadtime="0" definition="(1INVM5-EM7s1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM7s1-EMs6_x1" triggerthreshold="1INVM5-EM7s1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="264" partition="1" name="L1_JPSI-1M5-EM12" complex_deadtime="0" definition="(1INVM5-EM12s1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM12s1-EMs6_x1" triggerthreshold="1INVM5-EM12s1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="265" partition="1" name="L1_KF-XE40" complex_deadtime="0" definition="(KF-XE40-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE40-AJall_x1" triggerthreshold="KF-XE40-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="266" partition="1" name="L1_KF-XE50" complex_deadtime="0" definition="(KF-XE50-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE50-AJall_x1" triggerthreshold="KF-XE50-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="267" partition="1" name="L1_KF-XE55" complex_deadtime="0" definition="(KF-XE55-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE55-AJall_x1" triggerthreshold="KF-XE55-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="268" partition="1" name="L1_KF-XE60" complex_deadtime="0" definition="(KF-XE60-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE60-AJall_x1" triggerthreshold="KF-XE60-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="269" partition="1" name="L1_KF-XE65" complex_deadtime="0" definition="(KF-XE65-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE65-AJall_x1" triggerthreshold="KF-XE65-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="270" partition="1" name="L1_KF-XE75" complex_deadtime="0" definition="(KF-XE75-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE75-AJall_x1" triggerthreshold="KF-XE75-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="271" partition="1" name="L1_EM15_W-MT35_XS60_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS60[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="272" partition="1" name="L1_EM15_W-MT35_XS40_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS40[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="273" partition="1" name="L1_EM15_W-MT35_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="274" partition="1" name="L1_EM15VH_W-MT35_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15VH[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="275" partition="1" name="L1_EM20VH_W-MT35_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM20VH[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="276" partition="1" name="L1_EM22VHI_W-MT35_XS40" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM22VHI[x1]&amp;XS40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="277" partition="1" name="L1_W-05RO-XEHT-0" complex_deadtime="0" definition="(05RATIO-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05RATIO-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="278" partition="1" name="L1_MU10_2J20" complex_deadtime="0" definition="(MU10[x1]&amp;J20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="279" partition="1" name="L1_W-90RO2-XEHT-0" complex_deadtime="0" definition="(90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="280" partition="1" name="L1_W-250RO2-XEHT-0" complex_deadtime="0" definition="(250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="281" partition="1" name="L1_W-HT20-JJ15.ETA49" complex_deadtime="0" definition="(HT20-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT20-AJj15all.ETA49_x1" triggerthreshold="HT20-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="282" partition="1" name="L1_W-NOMATCH" complex_deadtime="0" definition="(NOT-02MATCH-EM10s1-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-02MATCH-EM10s1-AJj15all.ETA49_x1" triggerthreshold="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="283" partition="1" name="L1_DPHI-AJ20s2XE50" complex_deadtime="0" definition="(10MINDPHI-AJ20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-AJ20s2-XE50_x1" triggerthreshold="10MINDPHI-AJ20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="284" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EM15XE_XS30" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="285" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="286" partition="1" name="L1_EM15_W-MT35" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="287" partition="1" name="L1_HT150-JJ15.ETA49_MJJ-400" complex_deadtime="0" definition="(HT150-AJj15all.ETA49[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJj15all.ETA49_x1" triggerthreshold="HT150-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="288" partition="1" name="L1_EM12_W-MT35_W-90RO2-XEHT-0_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="289" partition="1" name="L1_EM12_W-MT35_W-250RO2-XEHT-0_W-05DPHI-JXE-0_W-05DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM12s6-XE0_x1" triggerthreshold="05MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="290" partition="1" name="L1_EM15_W-MT35_W-250RO2-XEHT-0_W-15DPHI-JXE-0_W-15DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM15s6-XE0_x1" triggerthreshold="15MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="291" partition="1" name="L1_EM15_W-MT35_XS60_W-15DPHI-JXE-0_W-15DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS60[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM15s6-XE0_x1" triggerthreshold="15MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="292" partition="1" name="L1_EM15_W-MT35_XS40_W-15DPHI-JXE-0_W-15DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS40[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM15s6-XE0_x1" triggerthreshold="15MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="293" partition="1" name="L1_EM12_W-MT35_XS50" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;XS50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="294" partition="1" name="L1_EM10VH_W-MT35_XS50" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM10VH[x1]&amp;XS50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="295" partition="1" name="L1_HT150-J20s5.ETA31_MJJ-400" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="296" partition="1" name="L1_BPH-2M8-2MU4_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM8-2MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-2MU4ab_x1" triggerthreshold="2INVM8-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="297" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-2MU4ab_x1" triggerthreshold="0DR24-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="298" partition="1" name="L1_BPH-2M8-MU6MU4_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM8-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-MU6ab-MU4ab_x1" triggerthreshold="2INVM8-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="299" partition="1" name="L1_BPH-8M15-MU6MU4_BPH-0DR22-MU6MU4" complex_deadtime="0" definition="(8INVM15-MU6ab-MU4ab[x1]&amp;0DR22-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-MU6ab-MU4ab_x1" triggerthreshold="8INVM15-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR22-MU6ab-MU4ab_x1" triggerthreshold="0DR22-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="300" partition="1" name="L1_BPH-2M9-2MU6_BPH-2DR15-2MU6" complex_deadtime="0" definition="(2INVM9-2MU6ab[x1]&amp;2DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-2MU6ab_x1" triggerthreshold="2INVM9-2MU6ab"/>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="301" partition="1" name="L1_BPH-8M15-2MU6_BPH-0DR22-2MU6" complex_deadtime="0" definition="(8INVM15-2MU6ab[x1]&amp;0DR22-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-2MU6ab_x1" triggerthreshold="8INVM15-2MU6ab"/>
-        <TriggerCondition multi="1" name="0DR22-2MU6ab_x1" triggerthreshold="0DR22-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="302" partition="1" name="L1_MU6MU4-BO" complex_deadtime="0" definition="(MULT-CMU4ab[x2]&amp;MULT-CMU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU4ab_x2" triggerthreshold="MULT-CMU4ab"/>
-        <TriggerCondition multi="1" name="MULT-CMU6ab_x1" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="303" partition="1" name="L1_2MU4-B" complex_deadtime="0" definition="(MU4[x2]&amp;MULT-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MULT-CMU4ab_x1" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="304" partition="1" name="L1_2MU6-B" complex_deadtime="0" definition="(MU6[x2]&amp;MULT-CMU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="MULT-CMU6ab_x1" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="305" partition="1" name="L1_J15.0ETA25_2J15.31ETA49" complex_deadtime="0" definition="(J15.0ETA25[x1]&amp;J15.31ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.0ETA25_x1" triggerthreshold="J15.0ETA25"/>
-        <TriggerCondition multi="2" name="J15.31ETA49_x2" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="306" partition="1" name="L1_BPH-2M8-2MU4-B_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM8-CMU4ab-MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-CMU4ab-MU4ab_x1" triggerthreshold="2INVM8-CMU4ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="307" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4-B" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-CMU4ab-MU4ab_x1" triggerthreshold="0DR24-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="308" partition="1" name="L1_HT150-J20s5.ETA31_MJJ-400-CF" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49_x1" triggerthreshold="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="309" partition="1" name="L1_EM12_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_W-90RO2-XEHT-0" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="310" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4-BO" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-2CMU4ab_x1" triggerthreshold="0DR24-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="311" partition="1" name="L1_BPH-2M8-MU6MU4-B_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM8-ONEBARREL-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="2INVM8-ONEBARREL-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="312" partition="1" name="L1_2MU4-BO" complex_deadtime="0" definition="(MULT-CMU4ab[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU4ab_x2" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="313" partition="1" name="L1_2MU6-BO" complex_deadtime="0" definition="(MULT-CMU6ab[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU6ab_x2" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="314" partition="1" name="L1_MU6_2MU4-B" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;MULT-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MULT-CMU4ab_x1" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="315" partition="1" name="L1_DY-DR-2MU4" complex_deadtime="0" definition="(2DR99-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR99-2MU4ab_x1" triggerthreshold="2DR99-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="316" partition="1" name="L1_EM15VH_2EM8VH_MU6" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM8VH[x2]&amp;MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="317" partition="1" name="L1_MU4_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x1]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="318" partition="1" name="L1_DY-BOX-2MU6" complex_deadtime="0" definition="(5DETA99-5DPHI99-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-2MU6ab_x1" triggerthreshold="5DETA99-5DPHI99-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="319" partition="1" name="L1_LFV-MU" complex_deadtime="0" definition="(0DR10-MU10ab-MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR10-MU10ab-MU6ab_x1" triggerthreshold="0DR10-MU10ab-MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="320" partition="1" name="L1_LFV-EM8I" complex_deadtime="0" definition="(0DETA04-0DPHI03-EM8abi-MU10ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-0DPHI03-EM8abi-MU10ab_x1" triggerthreshold="0DETA04-0DPHI03-EM8abi-MU10ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="321" partition="1" name="L1_LFV-EM15I" complex_deadtime="0" definition="(0DETA04-0DPHI03-EM15abi-MUab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-0DPHI03-EM15abi-MUab_x1" triggerthreshold="0DETA04-0DPHI03-EM15abi-MUab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="322" partition="1" name="L1_EM7_MU15" complex_deadtime="0" definition="(EM7[x1]&amp;MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="323" partition="1" name="L1_DPHI-J20s2XE50" complex_deadtime="0" definition="(10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="324" partition="1" name="L1_DPHI-J20XE50" complex_deadtime="0" definition="(10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="325" partition="1" name="L1_DPHI-CJ20XE50" complex_deadtime="0" definition="(10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="326" partition="1" name="L1_MJJ-900" complex_deadtime="0" definition="(900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="327" partition="1" name="L1_MJJ-800" complex_deadtime="0" definition="(800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="328" partition="1" name="L1_MJJ-700" complex_deadtime="0" definition="(700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="329" partition="1" name="L1_MJJ-400" complex_deadtime="0" definition="(400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="330" partition="1" name="L1_MU4_J50_XE40" complex_deadtime="0" definition="(MU4[x1]&amp;J50[x1]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="331" partition="1" name="L1_2MU4_J40_XE20" complex_deadtime="0" definition="(MU4[x2]&amp;J40[x1]&amp;XE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="332" partition="1" name="L1_LFV-MU6" complex_deadtime="0" definition="(0DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR15-2MU6ab_x1" triggerthreshold="0DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="333" partition="1" name="L1_MJJ-100" complex_deadtime="0" definition="(100INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="100INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="334" partition="1" name="L1_HT150-JJ15.ETA49" complex_deadtime="0" definition="(HT150-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJj15all.ETA49_x1" triggerthreshold="HT150-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="335" partition="1" name="L1_2MU4_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x2]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="336" partition="1" name="L1_J4-MATCH" complex_deadtime="0" definition="(0MATCH-4AJ20.ETA31-4AJj15.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31_x1" triggerthreshold="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="337" partition="1" name="L1_DR25-TAU20ITAU12I" complex_deadtime="0" definition="(0DR25-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR25-TAU20abi-TAU12abi_x1" triggerthreshold="0DR25-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="338" partition="1" name="L1_LLP-RO" complex_deadtime="0" definition="(100RATIO-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100RATIO-0MATCH-TAU30si2-EMall_x1" triggerthreshold="100RATIO-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="339" partition="1" name="L1_LLP-NOMATCH" complex_deadtime="0" definition="(NOT-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-0MATCH-TAU30si2-EMall_x1" triggerthreshold="NOT-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="340" partition="1" name="L1_DR-MU10TAU12I" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="341" partition="1" name="L1_TAU30_EMPTY" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="342" partition="1" name="L1_EM12_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_XS20" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="343" partition="1" name="L1_TAU30_UNPAIRED_ISO" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="344" partition="1" name="L1_EM12_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="345" partition="1" name="L1_EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-EM15his2-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-EM15his2-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="346" partition="1" name="L1_DR-EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="347" partition="1" name="L1_TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-TAU20abi-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU20abi-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="348" partition="1" name="L1_DR-TAU20ITAU12I" complex_deadtime="0" definition="(0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="349" partition="1" name="L1_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="350" partition="1" name="L1_DR-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="351" partition="1" name="L1_LAR-EM" complex_deadtime="0" definition="(LAR-EM50s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-EM50s1_x1" triggerthreshold="LAR-EM50s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="352" partition="1" name="L1_LAR-J" complex_deadtime="0" definition="(LAR-J100s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-J100s1_x1" triggerthreshold="LAR-J100s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="353" partition="1" name="L1_DR-EM15TAU12I" complex_deadtime="0" definition="(DISAMB-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="DISAMB-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="354" partition="1" name="L1_LATE-MU10_XE50" complex_deadtime="0" definition="(LATE-MU10s1[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LATE-MU10s1_x1" triggerthreshold="LATE-MU10s1"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="355" partition="1" name="L1_LATE-MU10_J50" complex_deadtime="0" definition="(LATE-MU10s1[x1]&amp;J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LATE-MU10s1_x1" triggerthreshold="LATE-MU10s1"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="356" partition="1" name="L1_SC111" complex_deadtime="0" definition="(SC111-CJ15ab.ETA26[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="SC111-CJ15ab.ETA26_x1" triggerthreshold="SC111-CJ15ab.ETA26"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="357" partition="1" name="L1_SC85" complex_deadtime="0" definition="(SC85-CJ15ab.ETA26[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="SC85-CJ15ab.ETA26_x1" triggerthreshold="SC85-CJ15ab.ETA26"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="358" partition="1" name="L1_MU6_MJJ-200" complex_deadtime="0" definition="(MU6[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="359" partition="1" name="L1_MU6_MJJ-300" complex_deadtime="0" definition="(MU6[x1]&amp;300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="360" partition="1" name="L1_MU6_MJJ-400" complex_deadtime="0" definition="(MU6[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="361" partition="1" name="L1_MU6_MJJ-500" complex_deadtime="0" definition="(MU6[x1]&amp;500INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="500INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="500INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="362" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="363" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="364" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="365" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="366" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="367" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="368" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="369" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="370" partition="1" name="L1_XE35_MJJ-200" complex_deadtime="0" definition="(XE35[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="371" partition="1" name="L1_EM7_FIRSTEMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="372" partition="1" name="L1_RD0_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP8)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="373" partition="1" name="L1_3J25.0ETA23" complex_deadtime="0" definition="(J25.0ETA23[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J25.0ETA23_x3" triggerthreshold="J25.0ETA23"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="374" partition="1" name="L1_TE20" complex_deadtime="0" definition="(TE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="375" partition="1" name="L1_TE10.0ETA24" complex_deadtime="0" definition="(TE10.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10.0ETA24_x1" triggerthreshold="TE10.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="376" partition="1" name="L1_TE20.0ETA24" complex_deadtime="0" definition="(TE20.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20.0ETA24_x1" triggerthreshold="TE20.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="377" partition="1" name="L1_MU10_TAU20IM_J25_2J20" complex_deadtime="0" definition="(MU10[x1]&amp;HA20IM[x1]&amp;J25[x1]&amp;J20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="378" partition="1" name="L1_EM15HI_TAU20IM_2TAU15_J25_2J20_3J15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA20IM[x1]&amp;HA15[x2]&amp;J25[x1]&amp;J20[x2]&amp;J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="379" partition="1" name="L1_AFP_C_MU4" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="380" partition="1" name="L1_J12_BGRP12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="381" partition="1" name="L1_J30.31ETA49_BGRP12" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="382" partition="1" name="L1_MU6_J30.0ETA49_2J20.0ETA49" complex_deadtime="0" definition="(MU6[x1]&amp;J30.0ETA49[x1]&amp;J20.0ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J30.0ETA49_x1" triggerthreshold="J30.0ETA49"/>
-        <TriggerCondition multi="2" name="J20.0ETA49_x2" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="383" partition="1" name="L1_4J20.0ETA49" complex_deadtime="0" definition="(J20.0ETA49[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="384" partition="2" name="L1_RD2_BGRP14" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP14)" trigger_type="0001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP14"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="385" partition="1" name="L1_EM18VH_MJJ-300" complex_deadtime="0" definition="(EM18VH[x1]&amp;300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="386" partition="1" name="L1_DR25-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="387" partition="1" name="L1_30M-EM20ITAU12" complex_deadtime="0" definition="(DISAMB-30INVM-EM20his2-TAU12ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-30INVM-EM20his2-TAU12ab_x1" triggerthreshold="DISAMB-30INVM-EM20his2-TAU12ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="388" partition="1" name="L1_TAU8_UNPAIRED_ISO" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="389" partition="1" name="L1_EM7_UNPAIRED_ISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="390" partition="1" name="L1_RD2_BGRP12" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP12)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="391" partition="1" name="L1_TAU8_FIRSTEMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="392" partition="1" name="L1_EM24VHI" complex_deadtime="0" definition="(EM24VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM24VHI_x1" triggerthreshold="EM24VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="393" partition="1" name="L1_LHCF_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="394" partition="1" name="L1_LHCF_EMPTY" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="395" partition="1" name="L1_EM15VH_2EM10VH_3EM7" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM10VH[x2]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="396" partition="1" name="L1_EM15VH_3EM8VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM8VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM8VH_x3" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="397" partition="1" name="L1_MJJ-400-CF" complex_deadtime="0" definition="(400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49_x1" triggerthreshold="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="398" partition="1" name="L1_2EM18VH" complex_deadtime="0" definition="(EM18VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM18VH_x2" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="399" partition="1" name="L1_EM8I_MU10" complex_deadtime="0" definition="(EM8I[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="400" partition="1" name="L1_2EM20VH" complex_deadtime="0" definition="(EM20VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM20VH_x2" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="401" partition="1" name="L1_EM15VH_3EM10VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM10VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM10VH_x3" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="402" partition="1" name="L1_EM15HI" complex_deadtime="0" definition="(EM15HI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="403" partition="1" name="L1_MU6_3MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="404" partition="1" name="L1_2MU6_3MU4" complex_deadtime="0" definition="(MU6[x2]&amp;MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="405" partition="1" name="L1_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="406" partition="1" name="L1_EM18VH_3EM8VH" complex_deadtime="0" definition="(EM18VH[x1]&amp;EM8VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="3" name="EM8VH_x3" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="407" partition="1" name="L1_TE5" complex_deadtime="0" definition="(TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="408" partition="1" name="L1_EM18VH_2EM10VH_3EM7" complex_deadtime="0" definition="(EM18VH[x1]&amp;EM10VH[x2]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="409" partition="1" name="L1_TE25.0ETA24" complex_deadtime="0" definition="(TE25.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE25.0ETA24_x1" triggerthreshold="TE25.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="410" partition="1" name="L1_TE5.0ETA24" complex_deadtime="0" definition="(TE5.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5.0ETA24_x1" triggerthreshold="TE5.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="411" partition="1" name="L1_EM20VH_FIRSTEMPTY" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="412" partition="1" name="L1_EM22VHI_FIRSTEMPTY" complex_deadtime="0" definition="(EM22VHI[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="413" partition="1" name="L1_MU20_FIRSTEMPTY" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="414" partition="1" name="L1_J100_FIRSTEMPTY" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="415" partition="1" name="L1_J100.31ETA49_FIRSTEMPTY" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="416" partition="3" name="L1_RD3_BGRP15" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP15)" trigger_type="0001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP15"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="417" partition="1" name="L1_TE70.0ETA24" complex_deadtime="0" definition="(TE70.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70.0ETA24_x1" triggerthreshold="TE70.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="418" partition="1" name="L1_TE40.0ETA24" complex_deadtime="0" definition="(TE40.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40.0ETA24_x1" triggerthreshold="TE40.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="419" partition="1" name="L1_ZDC_A" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="420" partition="1" name="L1_ZDC_C" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="421" partition="1" name="L1_ZDC_AND" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="422" partition="1" name="L1_ZDC_A_C" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="423" partition="1" name="L1_MU11_TAU20IM" complex_deadtime="0" definition="(MU11[x1]&amp;HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="424" partition="1" name="L1_EM15I" complex_deadtime="0" definition="(EM15[x1]&amp;EM8I[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="425" partition="1" name="L1_3J35.0ETA23" complex_deadtime="0" definition="(J35.0ETA23[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J35.0ETA23_x3" triggerthreshold="J35.0ETA23"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="426" partition="1" name="L1_BPH-2M9-2MU4_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM9-2MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-2MU4ab_x1" triggerthreshold="2INVM9-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="427" partition="1" name="L1_BPH-2M9-MU6MU4_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM9-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-MU6ab-MU4ab_x1" triggerthreshold="2INVM9-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="428" partition="1" name="L1_EM26VHI" complex_deadtime="0" definition="(EM26VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM26VHI_x1" triggerthreshold="EM26VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="429" partition="1" name="L1_TAU40_2TAU12IM_XE40" complex_deadtime="0" definition="(HA40[x1]&amp;HA12IM[x2]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="431" partition="1" name="L1_EM20VH_3EM10VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;EM10VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="3" name="EM10VH_x3" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="432" partition="1" name="L1_EM20VH_2EM10VH_3EM8VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;EM10VH[x2]&amp;EM8VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="3" name="EM8VH_x3" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="467" partition="1" name="L1_TAU8_UNPAIRED_NONISO" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="468" partition="1" name="L1_EM7_UNPAIRED_NONISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="469" partition="1" name="L1_MU4_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="480" partition="1" name="L1_J85_3J30" complex_deadtime="0" definition="(J85[x1]&amp;J30[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J85_x1" triggerthreshold="J85"/>
-        <TriggerCondition multi="3" name="J30_x3" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="489" partition="1" name="L1_ALFA_B7L1U" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="490" partition="1" name="L1_ALFA_B7L1L" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="491" partition="1" name="L1_ALFA_A7L1U" complex_deadtime="0" definition="(ALFA_A7L1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="492" partition="1" name="L1_ALFA_A7L1L" complex_deadtime="0" definition="(ALFA_A7L1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="493" partition="1" name="L1_ALFA_A7R1U" complex_deadtime="0" definition="(ALFA_A7R1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="494" partition="1" name="L1_ALFA_A7R1L" complex_deadtime="0" definition="(ALFA_A7R1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="495" partition="1" name="L1_ALFA_B7R1U" complex_deadtime="0" definition="(ALFA_B7R1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="496" partition="1" name="L1_ALFA_B7R1L" complex_deadtime="0" definition="(ALFA_B7R1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="511" partition="1" name="L1_CALREQ2" complex_deadtime="0" definition="(CAL2[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="00110100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="CAL2_x1" triggerthreshold="CAL2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="Physics_pp_v6_default_prescale" type="Physics" menuPartition="0">
-    <Prescale ctpid="0" cut="000001" value="1"/>
-    <Prescale ctpid="1" cut="000001" value="1"/>
-    <Prescale ctpid="2" cut="000001" value="1"/>
-    <Prescale ctpid="3" cut="000001" value="1"/>
-    <Prescale ctpid="4" cut="000001" value="1"/>
-    <Prescale ctpid="5" cut="000001" value="1"/>
-    <Prescale ctpid="6" cut="000001" value="1"/>
-    <Prescale ctpid="7" cut="000001" value="1"/>
-    <Prescale ctpid="8" cut="000001" value="1"/>
-    <Prescale ctpid="9" cut="000001" value="1"/>
-    <Prescale ctpid="10" cut="000001" value="1"/>
-    <Prescale ctpid="11" cut="000001" value="1"/>
-    <Prescale ctpid="12" cut="000001" value="1"/>
-    <Prescale ctpid="13" cut="000001" value="1"/>
-    <Prescale ctpid="14" cut="000001" value="1"/>
-    <Prescale ctpid="15" cut="000001" value="1"/>
-    <Prescale ctpid="16" cut="000001" value="1"/>
-    <Prescale ctpid="17" cut="000001" value="1"/>
-    <Prescale ctpid="18" cut="000001" value="1"/>
-    <Prescale ctpid="19" cut="000001" value="1"/>
-    <Prescale ctpid="20" cut="000001" value="1"/>
-    <Prescale ctpid="21" cut="000001" value="1"/>
-    <Prescale ctpid="22" cut="000001" value="1"/>
-    <Prescale ctpid="23" cut="000001" value="1"/>
-    <Prescale ctpid="24" cut="000001" value="1"/>
-    <Prescale ctpid="25" cut="000001" value="1"/>
-    <Prescale ctpid="26" cut="000001" value="1"/>
-    <Prescale ctpid="27" cut="000001" value="1"/>
-    <Prescale ctpid="28" cut="000001" value="1"/>
-    <Prescale ctpid="29" cut="000001" value="1"/>
-    <Prescale ctpid="30" cut="000001" value="1"/>
-    <Prescale ctpid="31" cut="000001" value="1"/>
-    <Prescale ctpid="32" cut="000001" value="1"/>
-    <Prescale ctpid="33" cut="000001" value="1"/>
-    <Prescale ctpid="34" cut="000001" value="1"/>
-    <Prescale ctpid="35" cut="000001" value="1"/>
-    <Prescale ctpid="36" cut="000001" value="1"/>
-    <Prescale ctpid="37" cut="000001" value="1"/>
-    <Prescale ctpid="38" cut="000001" value="1"/>
-    <Prescale ctpid="39" cut="000001" value="1"/>
-    <Prescale ctpid="40" cut="000001" value="1"/>
-    <Prescale ctpid="41" cut="000001" value="1"/>
-    <Prescale ctpid="42" cut="000001" value="1"/>
-    <Prescale ctpid="43" cut="000001" value="1"/>
-    <Prescale ctpid="44" cut="000001" value="1"/>
-    <Prescale ctpid="45" cut="000001" value="1"/>
-    <Prescale ctpid="46" cut="000001" value="1"/>
-    <Prescale ctpid="47" cut="000001" value="1"/>
-    <Prescale ctpid="48" cut="000001" value="1"/>
-    <Prescale ctpid="49" cut="000001" value="1"/>
-    <Prescale ctpid="50" cut="000001" value="1"/>
-    <Prescale ctpid="51" cut="000001" value="1"/>
-    <Prescale ctpid="52" cut="000001" value="1"/>
-    <Prescale ctpid="53" cut="000001" value="1"/>
-    <Prescale ctpid="54" cut="000001" value="1"/>
-    <Prescale ctpid="55" cut="000001" value="1"/>
-    <Prescale ctpid="56" cut="000001" value="1"/>
-    <Prescale ctpid="57" cut="000001" value="1"/>
-    <Prescale ctpid="58" cut="000001" value="1"/>
-    <Prescale ctpid="59" cut="000001" value="1"/>
-    <Prescale ctpid="60" cut="000001" value="1"/>
-    <Prescale ctpid="61" cut="000001" value="1"/>
-    <Prescale ctpid="62" cut="000001" value="1"/>
-    <Prescale ctpid="63" cut="000001" value="1"/>
-    <Prescale ctpid="64" cut="000001" value="1"/>
-    <Prescale ctpid="65" cut="000001" value="1"/>
-    <Prescale ctpid="66" cut="000001" value="1"/>
-    <Prescale ctpid="67" cut="000001" value="1"/>
-    <Prescale ctpid="68" cut="000001" value="1"/>
-    <Prescale ctpid="69" cut="000001" value="1"/>
-    <Prescale ctpid="70" cut="000001" value="1"/>
-    <Prescale ctpid="71" cut="000001" value="1"/>
-    <Prescale ctpid="72" cut="000001" value="1"/>
-    <Prescale ctpid="73" cut="000001" value="1"/>
-    <Prescale ctpid="74" cut="000001" value="1"/>
-    <Prescale ctpid="75" cut="000001" value="1"/>
-    <Prescale ctpid="76" cut="000001" value="1"/>
-    <Prescale ctpid="77" cut="000001" value="1"/>
-    <Prescale ctpid="78" cut="000001" value="1"/>
-    <Prescale ctpid="79" cut="000001" value="1"/>
-    <Prescale ctpid="80" cut="000001" value="1"/>
-    <Prescale ctpid="81" cut="000001" value="1"/>
-    <Prescale ctpid="82" cut="000001" value="1"/>
-    <Prescale ctpid="83" cut="000001" value="1"/>
-    <Prescale ctpid="84" cut="000001" value="1"/>
-    <Prescale ctpid="85" cut="000001" value="1"/>
-    <Prescale ctpid="86" cut="000001" value="1"/>
-    <Prescale ctpid="87" cut="000001" value="1"/>
-    <Prescale ctpid="88" cut="000001" value="1"/>
-    <Prescale ctpid="89" cut="000001" value="1"/>
-    <Prescale ctpid="90" cut="000001" value="1"/>
-    <Prescale ctpid="91" cut="000001" value="1"/>
-    <Prescale ctpid="92" cut="000001" value="1"/>
-    <Prescale ctpid="93" cut="000001" value="1"/>
-    <Prescale ctpid="94" cut="000001" value="1"/>
-    <Prescale ctpid="95" cut="000001" value="1"/>
-    <Prescale ctpid="96" cut="000001" value="1"/>
-    <Prescale ctpid="97" cut="000001" value="1"/>
-    <Prescale ctpid="98" cut="000001" value="1"/>
-    <Prescale ctpid="99" cut="000001" value="1"/>
-    <Prescale ctpid="100" cut="000001" value="1"/>
-    <Prescale ctpid="101" cut="000001" value="1"/>
-    <Prescale ctpid="102" cut="000001" value="1"/>
-    <Prescale ctpid="103" cut="000001" value="1"/>
-    <Prescale ctpid="104" cut="000001" value="1"/>
-    <Prescale ctpid="105" cut="000001" value="1"/>
-    <Prescale ctpid="106" cut="000001" value="1"/>
-    <Prescale ctpid="107" cut="000001" value="1"/>
-    <Prescale ctpid="108" cut="000001" value="1"/>
-    <Prescale ctpid="109" cut="000001" value="1"/>
-    <Prescale ctpid="110" cut="000001" value="1"/>
-    <Prescale ctpid="111" cut="000001" value="1"/>
-    <Prescale ctpid="112" cut="000001" value="1"/>
-    <Prescale ctpid="113" cut="000001" value="1"/>
-    <Prescale ctpid="114" cut="000001" value="1"/>
-    <Prescale ctpid="115" cut="000001" value="1"/>
-    <Prescale ctpid="116" cut="000001" value="1"/>
-    <Prescale ctpid="117" cut="000001" value="1"/>
-    <Prescale ctpid="118" cut="000001" value="1"/>
-    <Prescale ctpid="119" cut="000001" value="1"/>
-    <Prescale ctpid="120" cut="000001" value="1"/>
-    <Prescale ctpid="121" cut="000001" value="1"/>
-    <Prescale ctpid="122" cut="000001" value="1"/>
-    <Prescale ctpid="123" cut="000001" value="1"/>
-    <Prescale ctpid="124" cut="000001" value="1"/>
-    <Prescale ctpid="125" cut="000001" value="1"/>
-    <Prescale ctpid="126" cut="000001" value="1"/>
-    <Prescale ctpid="127" cut="000001" value="1"/>
-    <Prescale ctpid="128" cut="000001" value="1"/>
-    <Prescale ctpid="129" cut="000001" value="1"/>
-    <Prescale ctpid="130" cut="000001" value="1"/>
-    <Prescale ctpid="131" cut="000001" value="1"/>
-    <Prescale ctpid="132" cut="000001" value="1"/>
-    <Prescale ctpid="133" cut="000001" value="1"/>
-    <Prescale ctpid="134" cut="000001" value="1"/>
-    <Prescale ctpid="135" cut="000001" value="1"/>
-    <Prescale ctpid="136" cut="000001" value="1"/>
-    <Prescale ctpid="137" cut="000001" value="1"/>
-    <Prescale ctpid="138" cut="000001" value="1"/>
-    <Prescale ctpid="139" cut="000001" value="1"/>
-    <Prescale ctpid="140" cut="000001" value="1"/>
-    <Prescale ctpid="141" cut="000001" value="1"/>
-    <Prescale ctpid="142" cut="000001" value="1"/>
-    <Prescale ctpid="143" cut="000001" value="1"/>
-    <Prescale ctpid="144" cut="000001" value="1"/>
-    <Prescale ctpid="145" cut="000001" value="1"/>
-    <Prescale ctpid="146" cut="000001" value="1"/>
-    <Prescale ctpid="147" cut="000001" value="1"/>
-    <Prescale ctpid="148" cut="000001" value="1"/>
-    <Prescale ctpid="149" cut="000001" value="1"/>
-    <Prescale ctpid="150" cut="000001" value="1"/>
-    <Prescale ctpid="151" cut="000001" value="1"/>
-    <Prescale ctpid="152" cut="000001" value="1"/>
-    <Prescale ctpid="153" cut="000001" value="1"/>
-    <Prescale ctpid="154" cut="000001" value="1"/>
-    <Prescale ctpid="155" cut="000001" value="1"/>
-    <Prescale ctpid="156" cut="000001" value="1"/>
-    <Prescale ctpid="157" cut="000001" value="1"/>
-    <Prescale ctpid="158" cut="000001" value="1"/>
-    <Prescale ctpid="159" cut="000001" value="1"/>
-    <Prescale ctpid="160" cut="000001" value="1"/>
-    <Prescale ctpid="161" cut="000001" value="1"/>
-    <Prescale ctpid="162" cut="000001" value="1"/>
-    <Prescale ctpid="163" cut="000001" value="1"/>
-    <Prescale ctpid="164" cut="000001" value="1"/>
-    <Prescale ctpid="165" cut="000001" value="1"/>
-    <Prescale ctpid="166" cut="000001" value="1"/>
-    <Prescale ctpid="167" cut="000001" value="1"/>
-    <Prescale ctpid="168" cut="000001" value="1"/>
-    <Prescale ctpid="169" cut="000001" value="1"/>
-    <Prescale ctpid="170" cut="000001" value="1"/>
-    <Prescale ctpid="171" cut="000001" value="1"/>
-    <Prescale ctpid="172" cut="000001" value="1"/>
-    <Prescale ctpid="173" cut="000001" value="1"/>
-    <Prescale ctpid="174" cut="000001" value="1"/>
-    <Prescale ctpid="175" cut="000001" value="1"/>
-    <Prescale ctpid="176" cut="000001" value="1"/>
-    <Prescale ctpid="177" cut="000001" value="1"/>
-    <Prescale ctpid="178" cut="000001" value="1"/>
-    <Prescale ctpid="179" cut="000001" value="1"/>
-    <Prescale ctpid="180" cut="000001" value="1"/>
-    <Prescale ctpid="181" cut="000001" value="1"/>
-    <Prescale ctpid="182" cut="000001" value="1"/>
-    <Prescale ctpid="183" cut="000001" value="1"/>
-    <Prescale ctpid="184" cut="000001" value="1"/>
-    <Prescale ctpid="185" cut="000001" value="1"/>
-    <Prescale ctpid="186" cut="000001" value="1"/>
-    <Prescale ctpid="187" cut="000001" value="1"/>
-    <Prescale ctpid="188" cut="000001" value="1"/>
-    <Prescale ctpid="189" cut="000001" value="1"/>
-    <Prescale ctpid="190" cut="000001" value="1"/>
-    <Prescale ctpid="191" cut="000001" value="1"/>
-    <Prescale ctpid="192" cut="000001" value="1"/>
-    <Prescale ctpid="193" cut="000001" value="1"/>
-    <Prescale ctpid="194" cut="000001" value="1"/>
-    <Prescale ctpid="195" cut="000001" value="1"/>
-    <Prescale ctpid="196" cut="000001" value="1"/>
-    <Prescale ctpid="197" cut="000001" value="1"/>
-    <Prescale ctpid="198" cut="000001" value="1"/>
-    <Prescale ctpid="199" cut="000001" value="1"/>
-    <Prescale ctpid="200" cut="000001" value="1"/>
-    <Prescale ctpid="201" cut="000001" value="1"/>
-    <Prescale ctpid="202" cut="000001" value="1"/>
-    <Prescale ctpid="203" cut="000001" value="1"/>
-    <Prescale ctpid="204" cut="000001" value="1"/>
-    <Prescale ctpid="205" cut="000001" value="1"/>
-    <Prescale ctpid="206" cut="000001" value="1"/>
-    <Prescale ctpid="207" cut="000001" value="1"/>
-    <Prescale ctpid="208" cut="000001" value="1"/>
-    <Prescale ctpid="209" cut="000001" value="1"/>
-    <Prescale ctpid="210" cut="000001" value="1"/>
-    <Prescale ctpid="211" cut="000001" value="1"/>
-    <Prescale ctpid="212" cut="000001" value="1"/>
-    <Prescale ctpid="213" cut="000001" value="1"/>
-    <Prescale ctpid="214" cut="000001" value="1"/>
-    <Prescale ctpid="215" cut="000001" value="1"/>
-    <Prescale ctpid="216" cut="000001" value="1"/>
-    <Prescale ctpid="217" cut="000001" value="1"/>
-    <Prescale ctpid="218" cut="000001" value="1"/>
-    <Prescale ctpid="219" cut="000001" value="1"/>
-    <Prescale ctpid="220" cut="000001" value="1"/>
-    <Prescale ctpid="221" cut="000001" value="1"/>
-    <Prescale ctpid="222" cut="000001" value="1"/>
-    <Prescale ctpid="223" cut="000001" value="1"/>
-    <Prescale ctpid="224" cut="000001" value="1"/>
-    <Prescale ctpid="225" cut="000001" value="1"/>
-    <Prescale ctpid="226" cut="000001" value="1"/>
-    <Prescale ctpid="227" cut="000001" value="1"/>
-    <Prescale ctpid="228" cut="000001" value="1"/>
-    <Prescale ctpid="229" cut="000001" value="1"/>
-    <Prescale ctpid="230" cut="000001" value="1"/>
-    <Prescale ctpid="231" cut="000001" value="1"/>
-    <Prescale ctpid="232" cut="000001" value="1"/>
-    <Prescale ctpid="233" cut="000001" value="1"/>
-    <Prescale ctpid="234" cut="000001" value="1"/>
-    <Prescale ctpid="235" cut="000001" value="1"/>
-    <Prescale ctpid="236" cut="000001" value="1"/>
-    <Prescale ctpid="237" cut="000001" value="1"/>
-    <Prescale ctpid="238" cut="000001" value="1"/>
-    <Prescale ctpid="239" cut="000001" value="1"/>
-    <Prescale ctpid="240" cut="000001" value="1"/>
-    <Prescale ctpid="241" cut="000001" value="1"/>
-    <Prescale ctpid="242" cut="000001" value="1"/>
-    <Prescale ctpid="243" cut="000001" value="1"/>
-    <Prescale ctpid="244" cut="000001" value="1"/>
-    <Prescale ctpid="245" cut="000001" value="1"/>
-    <Prescale ctpid="246" cut="000001" value="1"/>
-    <Prescale ctpid="247" cut="000001" value="1"/>
-    <Prescale ctpid="248" cut="000001" value="1"/>
-    <Prescale ctpid="249" cut="000001" value="1"/>
-    <Prescale ctpid="250" cut="000001" value="1"/>
-    <Prescale ctpid="251" cut="000001" value="1"/>
-    <Prescale ctpid="252" cut="000001" value="1"/>
-    <Prescale ctpid="253" cut="000001" value="1"/>
-    <Prescale ctpid="254" cut="000001" value="1"/>
-    <Prescale ctpid="255" cut="000001" value="1"/>
-    <Prescale ctpid="256" cut="000001" value="1"/>
-    <Prescale ctpid="257" cut="000001" value="1"/>
-    <Prescale ctpid="258" cut="000001" value="1"/>
-    <Prescale ctpid="259" cut="000001" value="1"/>
-    <Prescale ctpid="260" cut="000001" value="1"/>
-    <Prescale ctpid="261" cut="000001" value="1"/>
-    <Prescale ctpid="262" cut="000001" value="1"/>
-    <Prescale ctpid="263" cut="000001" value="1"/>
-    <Prescale ctpid="264" cut="000001" value="1"/>
-    <Prescale ctpid="265" cut="000001" value="1"/>
-    <Prescale ctpid="266" cut="000001" value="1"/>
-    <Prescale ctpid="267" cut="000001" value="1"/>
-    <Prescale ctpid="268" cut="000001" value="1"/>
-    <Prescale ctpid="269" cut="000001" value="1"/>
-    <Prescale ctpid="270" cut="000001" value="1"/>
-    <Prescale ctpid="271" cut="000001" value="1"/>
-    <Prescale ctpid="272" cut="000001" value="1"/>
-    <Prescale ctpid="273" cut="000001" value="1"/>
-    <Prescale ctpid="274" cut="000001" value="1"/>
-    <Prescale ctpid="275" cut="000001" value="1"/>
-    <Prescale ctpid="276" cut="000001" value="1"/>
-    <Prescale ctpid="277" cut="000001" value="1"/>
-    <Prescale ctpid="278" cut="000001" value="1"/>
-    <Prescale ctpid="279" cut="000001" value="1"/>
-    <Prescale ctpid="280" cut="000001" value="1"/>
-    <Prescale ctpid="281" cut="000001" value="1"/>
-    <Prescale ctpid="282" cut="000001" value="1"/>
-    <Prescale ctpid="283" cut="000001" value="1"/>
-    <Prescale ctpid="284" cut="000001" value="1"/>
-    <Prescale ctpid="285" cut="000001" value="1"/>
-    <Prescale ctpid="286" cut="000001" value="1"/>
-    <Prescale ctpid="287" cut="000001" value="1"/>
-    <Prescale ctpid="288" cut="000001" value="1"/>
-    <Prescale ctpid="289" cut="000001" value="1"/>
-    <Prescale ctpid="290" cut="000001" value="1"/>
-    <Prescale ctpid="291" cut="000001" value="1"/>
-    <Prescale ctpid="292" cut="000001" value="1"/>
-    <Prescale ctpid="293" cut="000001" value="1"/>
-    <Prescale ctpid="294" cut="000001" value="1"/>
-    <Prescale ctpid="295" cut="000001" value="1"/>
-    <Prescale ctpid="296" cut="000001" value="1"/>
-    <Prescale ctpid="297" cut="000001" value="1"/>
-    <Prescale ctpid="298" cut="000001" value="1"/>
-    <Prescale ctpid="299" cut="000001" value="1"/>
-    <Prescale ctpid="300" cut="000001" value="1"/>
-    <Prescale ctpid="301" cut="000001" value="1"/>
-    <Prescale ctpid="302" cut="000001" value="1"/>
-    <Prescale ctpid="303" cut="000001" value="1"/>
-    <Prescale ctpid="304" cut="000001" value="1"/>
-    <Prescale ctpid="305" cut="000001" value="1"/>
-    <Prescale ctpid="306" cut="000001" value="1"/>
-    <Prescale ctpid="307" cut="000001" value="1"/>
-    <Prescale ctpid="308" cut="000001" value="1"/>
-    <Prescale ctpid="309" cut="000001" value="1"/>
-    <Prescale ctpid="310" cut="000001" value="1"/>
-    <Prescale ctpid="311" cut="000001" value="1"/>
-    <Prescale ctpid="312" cut="000001" value="1"/>
-    <Prescale ctpid="313" cut="000001" value="1"/>
-    <Prescale ctpid="314" cut="000001" value="1"/>
-    <Prescale ctpid="315" cut="000001" value="1"/>
-    <Prescale ctpid="316" cut="000001" value="1"/>
-    <Prescale ctpid="317" cut="000001" value="1"/>
-    <Prescale ctpid="318" cut="000001" value="1"/>
-    <Prescale ctpid="319" cut="000001" value="1"/>
-    <Prescale ctpid="320" cut="000001" value="1"/>
-    <Prescale ctpid="321" cut="000001" value="1"/>
-    <Prescale ctpid="322" cut="000001" value="1"/>
-    <Prescale ctpid="323" cut="000001" value="1"/>
-    <Prescale ctpid="324" cut="000001" value="1"/>
-    <Prescale ctpid="325" cut="000001" value="1"/>
-    <Prescale ctpid="326" cut="000001" value="1"/>
-    <Prescale ctpid="327" cut="000001" value="1"/>
-    <Prescale ctpid="328" cut="000001" value="1"/>
-    <Prescale ctpid="329" cut="000001" value="1"/>
-    <Prescale ctpid="330" cut="000001" value="1"/>
-    <Prescale ctpid="331" cut="000001" value="1"/>
-    <Prescale ctpid="332" cut="000001" value="1"/>
-    <Prescale ctpid="333" cut="000001" value="1"/>
-    <Prescale ctpid="334" cut="000001" value="1"/>
-    <Prescale ctpid="335" cut="000001" value="1"/>
-    <Prescale ctpid="336" cut="000001" value="1"/>
-    <Prescale ctpid="337" cut="000001" value="1"/>
-    <Prescale ctpid="338" cut="000001" value="1"/>
-    <Prescale ctpid="339" cut="000001" value="1"/>
-    <Prescale ctpid="340" cut="000001" value="1"/>
-    <Prescale ctpid="341" cut="000001" value="1"/>
-    <Prescale ctpid="342" cut="000001" value="1"/>
-    <Prescale ctpid="343" cut="000001" value="1"/>
-    <Prescale ctpid="344" cut="000001" value="1"/>
-    <Prescale ctpid="345" cut="000001" value="1"/>
-    <Prescale ctpid="346" cut="000001" value="1"/>
-    <Prescale ctpid="347" cut="000001" value="1"/>
-    <Prescale ctpid="348" cut="000001" value="1"/>
-    <Prescale ctpid="349" cut="000001" value="1"/>
-    <Prescale ctpid="350" cut="000001" value="1"/>
-    <Prescale ctpid="351" cut="000001" value="1"/>
-    <Prescale ctpid="352" cut="000001" value="1"/>
-    <Prescale ctpid="353" cut="000001" value="1"/>
-    <Prescale ctpid="354" cut="000001" value="1"/>
-    <Prescale ctpid="355" cut="000001" value="1"/>
-    <Prescale ctpid="356" cut="000001" value="1"/>
-    <Prescale ctpid="357" cut="000001" value="1"/>
-    <Prescale ctpid="358" cut="000001" value="1"/>
-    <Prescale ctpid="359" cut="000001" value="1"/>
-    <Prescale ctpid="360" cut="000001" value="1"/>
-    <Prescale ctpid="361" cut="000001" value="1"/>
-    <Prescale ctpid="362" cut="000001" value="1"/>
-    <Prescale ctpid="363" cut="000001" value="1"/>
-    <Prescale ctpid="364" cut="000001" value="1"/>
-    <Prescale ctpid="365" cut="000001" value="1"/>
-    <Prescale ctpid="366" cut="000001" value="1"/>
-    <Prescale ctpid="367" cut="000001" value="1"/>
-    <Prescale ctpid="368" cut="000001" value="1"/>
-    <Prescale ctpid="369" cut="000001" value="1"/>
-    <Prescale ctpid="370" cut="000001" value="1"/>
-    <Prescale ctpid="371" cut="000001" value="1"/>
-    <Prescale ctpid="372" cut="000001" value="1"/>
-    <Prescale ctpid="373" cut="000001" value="1"/>
-    <Prescale ctpid="374" cut="000001" value="1"/>
-    <Prescale ctpid="375" cut="000001" value="1"/>
-    <Prescale ctpid="376" cut="000001" value="1"/>
-    <Prescale ctpid="377" cut="000001" value="1"/>
-    <Prescale ctpid="378" cut="000001" value="1"/>
-    <Prescale ctpid="379" cut="000001" value="1"/>
-    <Prescale ctpid="380" cut="000001" value="1"/>
-    <Prescale ctpid="381" cut="000001" value="1"/>
-    <Prescale ctpid="382" cut="000001" value="1"/>
-    <Prescale ctpid="383" cut="000001" value="1"/>
-    <Prescale ctpid="384" cut="000001" value="1"/>
-    <Prescale ctpid="385" cut="000001" value="1"/>
-    <Prescale ctpid="386" cut="000001" value="1"/>
-    <Prescale ctpid="387" cut="000001" value="1"/>
-    <Prescale ctpid="388" cut="000001" value="1"/>
-    <Prescale ctpid="389" cut="000001" value="1"/>
-    <Prescale ctpid="390" cut="000001" value="1"/>
-    <Prescale ctpid="391" cut="000001" value="1"/>
-    <Prescale ctpid="392" cut="000001" value="1"/>
-    <Prescale ctpid="393" cut="000001" value="1"/>
-    <Prescale ctpid="394" cut="000001" value="1"/>
-    <Prescale ctpid="395" cut="000001" value="1"/>
-    <Prescale ctpid="396" cut="000001" value="1"/>
-    <Prescale ctpid="397" cut="000001" value="1"/>
-    <Prescale ctpid="398" cut="000001" value="1"/>
-    <Prescale ctpid="399" cut="000001" value="1"/>
-    <Prescale ctpid="400" cut="000001" value="1"/>
-    <Prescale ctpid="401" cut="000001" value="1"/>
-    <Prescale ctpid="402" cut="000001" value="1"/>
-    <Prescale ctpid="403" cut="000001" value="1"/>
-    <Prescale ctpid="404" cut="000001" value="1"/>
-    <Prescale ctpid="405" cut="000001" value="1"/>
-    <Prescale ctpid="406" cut="000001" value="1"/>
-    <Prescale ctpid="407" cut="000001" value="1"/>
-    <Prescale ctpid="408" cut="000001" value="1"/>
-    <Prescale ctpid="409" cut="000001" value="1"/>
-    <Prescale ctpid="410" cut="000001" value="1"/>
-    <Prescale ctpid="411" cut="000001" value="1"/>
-    <Prescale ctpid="412" cut="000001" value="1"/>
-    <Prescale ctpid="413" cut="000001" value="1"/>
-    <Prescale ctpid="414" cut="000001" value="1"/>
-    <Prescale ctpid="415" cut="000001" value="1"/>
-    <Prescale ctpid="416" cut="000001" value="1"/>
-    <Prescale ctpid="417" cut="000001" value="1"/>
-    <Prescale ctpid="418" cut="000001" value="1"/>
-    <Prescale ctpid="419" cut="000001" value="1"/>
-    <Prescale ctpid="420" cut="000001" value="1"/>
-    <Prescale ctpid="421" cut="000001" value="1"/>
-    <Prescale ctpid="422" cut="000001" value="1"/>
-    <Prescale ctpid="423" cut="000001" value="1"/>
-    <Prescale ctpid="424" cut="000001" value="1"/>
-    <Prescale ctpid="425" cut="000001" value="1"/>
-    <Prescale ctpid="426" cut="000001" value="1"/>
-    <Prescale ctpid="427" cut="000001" value="1"/>
-    <Prescale ctpid="428" cut="000001" value="1"/>
-    <Prescale ctpid="429" cut="000001" value="1"/>
-    <Prescale ctpid="430" cut="-000001" value="-1"/>
-    <Prescale ctpid="431" cut="000001" value="1"/>
-    <Prescale ctpid="432" cut="000001" value="1"/>
-    <Prescale ctpid="433" cut="-000001" value="-1"/>
-    <Prescale ctpid="434" cut="-000001" value="-1"/>
-    <Prescale ctpid="435" cut="-000001" value="-1"/>
-    <Prescale ctpid="436" cut="-000001" value="-1"/>
-    <Prescale ctpid="437" cut="-000001" value="-1"/>
-    <Prescale ctpid="438" cut="-000001" value="-1"/>
-    <Prescale ctpid="439" cut="-000001" value="-1"/>
-    <Prescale ctpid="440" cut="-000001" value="-1"/>
-    <Prescale ctpid="441" cut="-000001" value="-1"/>
-    <Prescale ctpid="442" cut="-000001" value="-1"/>
-    <Prescale ctpid="443" cut="-000001" value="-1"/>
-    <Prescale ctpid="444" cut="-000001" value="-1"/>
-    <Prescale ctpid="445" cut="-000001" value="-1"/>
-    <Prescale ctpid="446" cut="-000001" value="-1"/>
-    <Prescale ctpid="447" cut="-000001" value="-1"/>
-    <Prescale ctpid="448" cut="-000001" value="-1"/>
-    <Prescale ctpid="449" cut="-000001" value="-1"/>
-    <Prescale ctpid="450" cut="-000001" value="-1"/>
-    <Prescale ctpid="451" cut="-000001" value="-1"/>
-    <Prescale ctpid="452" cut="-000001" value="-1"/>
-    <Prescale ctpid="453" cut="-000001" value="-1"/>
-    <Prescale ctpid="454" cut="-000001" value="-1"/>
-    <Prescale ctpid="455" cut="-000001" value="-1"/>
-    <Prescale ctpid="456" cut="-000001" value="-1"/>
-    <Prescale ctpid="457" cut="-000001" value="-1"/>
-    <Prescale ctpid="458" cut="-000001" value="-1"/>
-    <Prescale ctpid="459" cut="-000001" value="-1"/>
-    <Prescale ctpid="460" cut="-000001" value="-1"/>
-    <Prescale ctpid="461" cut="-000001" value="-1"/>
-    <Prescale ctpid="462" cut="-000001" value="-1"/>
-    <Prescale ctpid="463" cut="-000001" value="-1"/>
-    <Prescale ctpid="464" cut="-000001" value="-1"/>
-    <Prescale ctpid="465" cut="-000001" value="-1"/>
-    <Prescale ctpid="466" cut="-000001" value="-1"/>
-    <Prescale ctpid="467" cut="000001" value="1"/>
-    <Prescale ctpid="468" cut="000001" value="1"/>
-    <Prescale ctpid="469" cut="000001" value="1"/>
-    <Prescale ctpid="470" cut="-000001" value="-1"/>
-    <Prescale ctpid="471" cut="-000001" value="-1"/>
-    <Prescale ctpid="472" cut="-000001" value="-1"/>
-    <Prescale ctpid="473" cut="-000001" value="-1"/>
-    <Prescale ctpid="474" cut="-000001" value="-1"/>
-    <Prescale ctpid="475" cut="-000001" value="-1"/>
-    <Prescale ctpid="476" cut="-000001" value="-1"/>
-    <Prescale ctpid="477" cut="-000001" value="-1"/>
-    <Prescale ctpid="478" cut="-000001" value="-1"/>
-    <Prescale ctpid="479" cut="-000001" value="-1"/>
-    <Prescale ctpid="480" cut="000001" value="1"/>
-    <Prescale ctpid="481" cut="-000001" value="-1"/>
-    <Prescale ctpid="482" cut="-000001" value="-1"/>
-    <Prescale ctpid="483" cut="-000001" value="-1"/>
-    <Prescale ctpid="484" cut="-000001" value="-1"/>
-    <Prescale ctpid="485" cut="-000001" value="-1"/>
-    <Prescale ctpid="486" cut="-000001" value="-1"/>
-    <Prescale ctpid="487" cut="-000001" value="-1"/>
-    <Prescale ctpid="488" cut="-000001" value="-1"/>
-    <Prescale ctpid="489" cut="000001" value="1"/>
-    <Prescale ctpid="490" cut="000001" value="1"/>
-    <Prescale ctpid="491" cut="000001" value="1"/>
-    <Prescale ctpid="492" cut="000001" value="1"/>
-    <Prescale ctpid="493" cut="000001" value="1"/>
-    <Prescale ctpid="494" cut="000001" value="1"/>
-    <Prescale ctpid="495" cut="000001" value="1"/>
-    <Prescale ctpid="496" cut="000001" value="1"/>
-    <Prescale ctpid="497" cut="-000001" value="-1"/>
-    <Prescale ctpid="498" cut="-000001" value="-1"/>
-    <Prescale ctpid="499" cut="-000001" value="-1"/>
-    <Prescale ctpid="500" cut="-000001" value="-1"/>
-    <Prescale ctpid="501" cut="-000001" value="-1"/>
-    <Prescale ctpid="502" cut="-000001" value="-1"/>
-    <Prescale ctpid="503" cut="-000001" value="-1"/>
-    <Prescale ctpid="504" cut="-000001" value="-1"/>
-    <Prescale ctpid="505" cut="-000001" value="-1"/>
-    <Prescale ctpid="506" cut="-000001" value="-1"/>
-    <Prescale ctpid="507" cut="-000001" value="-1"/>
-    <Prescale ctpid="508" cut="-000001" value="-1"/>
-    <Prescale ctpid="509" cut="-000001" value="-1"/>
-    <Prescale ctpid="510" cut="-000001" value="-1"/>
-    <Prescale ctpid="511" cut="000001" value="1"/>
-  </PrescaleSet>
-  <TriggerCounterList>
-    <TriggerCounter name="1AFP_FSC" type="CTPIN">
-      <TriggerCondition name="1AFP_FSC" triggerthreshold="AFP_FSC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1AFP_NSC" type="CTPIN">
-      <TriggerCondition name="1AFP_NSC" triggerthreshold="AFP_NSC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_AtoC" type="CTPIN">
-      <TriggerCondition name="1BCM_AtoC" triggerthreshold="BCM_AtoC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Comb" type="CTPIN">
-      <TriggerCondition name="1BCM_Comb" triggerthreshold="BCM_Comb" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2BCM_Comb" type="CTPIN">
-      <TriggerCondition name="2BCM_Comb" triggerthreshold="BCM_Comb" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3BCM_Comb" type="CTPIN">
-      <TriggerCondition name="3BCM_Comb" triggerthreshold="BCM_Comb" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4BCM_Comb" type="CTPIN">
-      <TriggerCondition name="4BCM_Comb" triggerthreshold="BCM_Comb" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5BCM_Comb" type="CTPIN">
-      <TriggerCondition name="5BCM_Comb" triggerthreshold="BCM_Comb" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6BCM_Comb" type="CTPIN">
-      <TriggerCondition name="6BCM_Comb" triggerthreshold="BCM_Comb" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7BCM_Comb" type="CTPIN">
-      <TriggerCondition name="7BCM_Comb" triggerthreshold="BCM_Comb" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_CtoA" type="CTPIN">
-      <TriggerCondition name="1BCM_CtoA" triggerthreshold="BCM_CtoA" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Wide" type="CTPIN">
-      <TriggerCondition name="1BCM_Wide" triggerthreshold="BCM_Wide" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX0" type="CTPIN">
-      <TriggerCondition name="1BPTX0" triggerthreshold="BPTX0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX1" type="CTPIN">
-      <TriggerCondition name="1BPTX1" triggerthreshold="BPTX1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL0" type="CTPIN">
-      <TriggerCondition name="1CAL0" triggerthreshold="CAL0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL1" type="CTPIN">
-      <TriggerCondition name="1CAL1" triggerthreshold="CAL1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL2" type="CTPIN">
-      <TriggerCondition name="1CAL2" triggerthreshold="CAL2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10VH" type="CTPIN">
-      <TriggerCondition name="1EM10VH" triggerthreshold="EM10VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10VH" type="CTPIN">
-      <TriggerCondition name="2EM10VH" triggerthreshold="EM10VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10VH" type="CTPIN">
-      <TriggerCondition name="3EM10VH" triggerthreshold="EM10VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10VH" type="CTPIN">
-      <TriggerCondition name="4EM10VH" triggerthreshold="EM10VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10VH" type="CTPIN">
-      <TriggerCondition name="5EM10VH" triggerthreshold="EM10VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10VH" type="CTPIN">
-      <TriggerCondition name="6EM10VH" triggerthreshold="EM10VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10VH" type="CTPIN">
-      <TriggerCondition name="7EM10VH" triggerthreshold="EM10VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM12" type="CTPIN">
-      <TriggerCondition name="1EM12" triggerthreshold="EM12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM12" type="CTPIN">
-      <TriggerCondition name="2EM12" triggerthreshold="EM12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM12" type="CTPIN">
-      <TriggerCondition name="3EM12" triggerthreshold="EM12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM12" type="CTPIN">
-      <TriggerCondition name="4EM12" triggerthreshold="EM12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM12" type="CTPIN">
-      <TriggerCondition name="5EM12" triggerthreshold="EM12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM12" type="CTPIN">
-      <TriggerCondition name="6EM12" triggerthreshold="EM12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM12" type="CTPIN">
-      <TriggerCondition name="7EM12" triggerthreshold="EM12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM13VH" type="CTPIN">
-      <TriggerCondition name="1EM13VH" triggerthreshold="EM13VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM13VH" type="CTPIN">
-      <TriggerCondition name="2EM13VH" triggerthreshold="EM13VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM13VH" type="CTPIN">
-      <TriggerCondition name="3EM13VH" triggerthreshold="EM13VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM13VH" type="CTPIN">
-      <TriggerCondition name="4EM13VH" triggerthreshold="EM13VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM13VH" type="CTPIN">
-      <TriggerCondition name="5EM13VH" triggerthreshold="EM13VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM13VH" type="CTPIN">
-      <TriggerCondition name="6EM13VH" triggerthreshold="EM13VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM13VH" type="CTPIN">
-      <TriggerCondition name="7EM13VH" triggerthreshold="EM13VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15" type="CTPIN">
-      <TriggerCondition name="1EM15" triggerthreshold="EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15" type="CTPIN">
-      <TriggerCondition name="2EM15" triggerthreshold="EM15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15" type="CTPIN">
-      <TriggerCondition name="3EM15" triggerthreshold="EM15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15" type="CTPIN">
-      <TriggerCondition name="4EM15" triggerthreshold="EM15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15" type="CTPIN">
-      <TriggerCondition name="5EM15" triggerthreshold="EM15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15" type="CTPIN">
-      <TriggerCondition name="6EM15" triggerthreshold="EM15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15" type="CTPIN">
-      <TriggerCondition name="7EM15" triggerthreshold="EM15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15HI" type="CTPIN">
-      <TriggerCondition name="1EM15HI" triggerthreshold="EM15HI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15HI" type="CTPIN">
-      <TriggerCondition name="2EM15HI" triggerthreshold="EM15HI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15HI" type="CTPIN">
-      <TriggerCondition name="3EM15HI" triggerthreshold="EM15HI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15HI" type="CTPIN">
-      <TriggerCondition name="4EM15HI" triggerthreshold="EM15HI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15HI" type="CTPIN">
-      <TriggerCondition name="5EM15HI" triggerthreshold="EM15HI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15HI" type="CTPIN">
-      <TriggerCondition name="6EM15HI" triggerthreshold="EM15HI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15HI" type="CTPIN">
-      <TriggerCondition name="7EM15HI" triggerthreshold="EM15HI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15VH" type="CTPIN">
-      <TriggerCondition name="1EM15VH" triggerthreshold="EM15VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15VH" type="CTPIN">
-      <TriggerCondition name="2EM15VH" triggerthreshold="EM15VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15VH" type="CTPIN">
-      <TriggerCondition name="3EM15VH" triggerthreshold="EM15VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15VH" type="CTPIN">
-      <TriggerCondition name="4EM15VH" triggerthreshold="EM15VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15VH" type="CTPIN">
-      <TriggerCondition name="5EM15VH" triggerthreshold="EM15VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15VH" type="CTPIN">
-      <TriggerCondition name="6EM15VH" triggerthreshold="EM15VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15VH" type="CTPIN">
-      <TriggerCondition name="7EM15VH" triggerthreshold="EM15VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM18VH" type="CTPIN">
-      <TriggerCondition name="1EM18VH" triggerthreshold="EM18VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM18VH" type="CTPIN">
-      <TriggerCondition name="2EM18VH" triggerthreshold="EM18VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM18VH" type="CTPIN">
-      <TriggerCondition name="3EM18VH" triggerthreshold="EM18VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM18VH" type="CTPIN">
-      <TriggerCondition name="4EM18VH" triggerthreshold="EM18VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM18VH" type="CTPIN">
-      <TriggerCondition name="5EM18VH" triggerthreshold="EM18VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM18VH" type="CTPIN">
-      <TriggerCondition name="6EM18VH" triggerthreshold="EM18VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM18VH" type="CTPIN">
-      <TriggerCondition name="7EM18VH" triggerthreshold="EM18VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VH" type="CTPIN">
-      <TriggerCondition name="1EM20VH" triggerthreshold="EM20VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VH" type="CTPIN">
-      <TriggerCondition name="2EM20VH" triggerthreshold="EM20VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VH" type="CTPIN">
-      <TriggerCondition name="3EM20VH" triggerthreshold="EM20VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VH" type="CTPIN">
-      <TriggerCondition name="4EM20VH" triggerthreshold="EM20VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VH" type="CTPIN">
-      <TriggerCondition name="5EM20VH" triggerthreshold="EM20VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VH" type="CTPIN">
-      <TriggerCondition name="6EM20VH" triggerthreshold="EM20VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VH" type="CTPIN">
-      <TriggerCondition name="7EM20VH" triggerthreshold="EM20VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VHI" type="CTPIN">
-      <TriggerCondition name="1EM20VHI" triggerthreshold="EM20VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VHI" type="CTPIN">
-      <TriggerCondition name="2EM20VHI" triggerthreshold="EM20VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VHI" type="CTPIN">
-      <TriggerCondition name="3EM20VHI" triggerthreshold="EM20VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VHI" type="CTPIN">
-      <TriggerCondition name="4EM20VHI" triggerthreshold="EM20VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VHI" type="CTPIN">
-      <TriggerCondition name="5EM20VHI" triggerthreshold="EM20VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VHI" type="CTPIN">
-      <TriggerCondition name="6EM20VHI" triggerthreshold="EM20VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VHI" type="CTPIN">
-      <TriggerCondition name="7EM20VHI" triggerthreshold="EM20VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM22VHI" type="CTPIN">
-      <TriggerCondition name="1EM22VHI" triggerthreshold="EM22VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM22VHI" type="CTPIN">
-      <TriggerCondition name="2EM22VHI" triggerthreshold="EM22VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM22VHI" type="CTPIN">
-      <TriggerCondition name="3EM22VHI" triggerthreshold="EM22VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM22VHI" type="CTPIN">
-      <TriggerCondition name="4EM22VHI" triggerthreshold="EM22VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM22VHI" type="CTPIN">
-      <TriggerCondition name="5EM22VHI" triggerthreshold="EM22VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM22VHI" type="CTPIN">
-      <TriggerCondition name="6EM22VHI" triggerthreshold="EM22VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM22VHI" type="CTPIN">
-      <TriggerCondition name="7EM22VHI" triggerthreshold="EM22VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM24VHI" type="CTPIN">
-      <TriggerCondition name="1EM24VHI" triggerthreshold="EM24VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM24VHI" type="CTPIN">
-      <TriggerCondition name="2EM24VHI" triggerthreshold="EM24VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM24VHI" type="CTPIN">
-      <TriggerCondition name="3EM24VHI" triggerthreshold="EM24VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM24VHI" type="CTPIN">
-      <TriggerCondition name="4EM24VHI" triggerthreshold="EM24VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM24VHI" type="CTPIN">
-      <TriggerCondition name="5EM24VHI" triggerthreshold="EM24VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM24VHI" type="CTPIN">
-      <TriggerCondition name="6EM24VHI" triggerthreshold="EM24VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM24VHI" type="CTPIN">
-      <TriggerCondition name="7EM24VHI" triggerthreshold="EM24VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM26VHI" type="CTPIN">
-      <TriggerCondition name="1EM26VHI" triggerthreshold="EM26VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM26VHI" type="CTPIN">
-      <TriggerCondition name="2EM26VHI" triggerthreshold="EM26VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM26VHI" type="CTPIN">
-      <TriggerCondition name="3EM26VHI" triggerthreshold="EM26VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM26VHI" type="CTPIN">
-      <TriggerCondition name="4EM26VHI" triggerthreshold="EM26VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM26VHI" type="CTPIN">
-      <TriggerCondition name="5EM26VHI" triggerthreshold="EM26VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM26VHI" type="CTPIN">
-      <TriggerCondition name="6EM26VHI" triggerthreshold="EM26VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM26VHI" type="CTPIN">
-      <TriggerCondition name="7EM26VHI" triggerthreshold="EM26VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPIN">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPMON">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM3" type="CTPIN">
-      <TriggerCondition name="2EM3" triggerthreshold="EM3" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM3" type="CTPIN">
-      <TriggerCondition name="3EM3" triggerthreshold="EM3" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM3" type="CTPIN">
-      <TriggerCondition name="4EM3" triggerthreshold="EM3" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM3" type="CTPIN">
-      <TriggerCondition name="5EM3" triggerthreshold="EM3" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM3" type="CTPIN">
-      <TriggerCondition name="6EM3" triggerthreshold="EM3" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM3" type="CTPIN">
-      <TriggerCondition name="7EM3" triggerthreshold="EM3" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM7" type="CTPIN">
-      <TriggerCondition name="1EM7" triggerthreshold="EM7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM7" type="CTPIN">
-      <TriggerCondition name="2EM7" triggerthreshold="EM7" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM7" type="CTPIN">
-      <TriggerCondition name="3EM7" triggerthreshold="EM7" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM7" type="CTPIN">
-      <TriggerCondition name="4EM7" triggerthreshold="EM7" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM7" type="CTPIN">
-      <TriggerCondition name="5EM7" triggerthreshold="EM7" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM7" type="CTPIN">
-      <TriggerCondition name="6EM7" triggerthreshold="EM7" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM7" type="CTPIN">
-      <TriggerCondition name="7EM7" triggerthreshold="EM7" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8I" type="CTPIN">
-      <TriggerCondition name="1EM8I" triggerthreshold="EM8I" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8I" type="CTPIN">
-      <TriggerCondition name="2EM8I" triggerthreshold="EM8I" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8I" type="CTPIN">
-      <TriggerCondition name="3EM8I" triggerthreshold="EM8I" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8I" type="CTPIN">
-      <TriggerCondition name="4EM8I" triggerthreshold="EM8I" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8I" type="CTPIN">
-      <TriggerCondition name="5EM8I" triggerthreshold="EM8I" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8I" type="CTPIN">
-      <TriggerCondition name="6EM8I" triggerthreshold="EM8I" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8I" type="CTPIN">
-      <TriggerCondition name="7EM8I" triggerthreshold="EM8I" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8VH" type="CTPIN">
-      <TriggerCondition name="1EM8VH" triggerthreshold="EM8VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8VH" type="CTPIN">
-      <TriggerCondition name="2EM8VH" triggerthreshold="EM8VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8VH" type="CTPIN">
-      <TriggerCondition name="3EM8VH" triggerthreshold="EM8VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8VH" type="CTPIN">
-      <TriggerCondition name="4EM8VH" triggerthreshold="EM8VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8VH" type="CTPIN">
-      <TriggerCondition name="5EM8VH" triggerthreshold="EM8VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8VH" type="CTPIN">
-      <TriggerCondition name="6EM8VH" triggerthreshold="EM8VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8VH" type="CTPIN">
-      <TriggerCondition name="7EM8VH" triggerthreshold="EM8VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA100" type="CTPIN">
-      <TriggerCondition name="1HA100" triggerthreshold="HA100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA100" type="CTPIN">
-      <TriggerCondition name="2HA100" triggerthreshold="HA100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA100" type="CTPIN">
-      <TriggerCondition name="3HA100" triggerthreshold="HA100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA100" type="CTPIN">
-      <TriggerCondition name="4HA100" triggerthreshold="HA100" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA100" type="CTPIN">
-      <TriggerCondition name="5HA100" triggerthreshold="HA100" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA100" type="CTPIN">
-      <TriggerCondition name="6HA100" triggerthreshold="HA100" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA100" type="CTPIN">
-      <TriggerCondition name="7HA100" triggerthreshold="HA100" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12" type="CTPIN">
-      <TriggerCondition name="1HA12" triggerthreshold="HA12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12" type="CTPIN">
-      <TriggerCondition name="2HA12" triggerthreshold="HA12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12" type="CTPIN">
-      <TriggerCondition name="3HA12" triggerthreshold="HA12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12" type="CTPIN">
-      <TriggerCondition name="4HA12" triggerthreshold="HA12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12" type="CTPIN">
-      <TriggerCondition name="5HA12" triggerthreshold="HA12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12" type="CTPIN">
-      <TriggerCondition name="6HA12" triggerthreshold="HA12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12" type="CTPIN">
-      <TriggerCondition name="7HA12" triggerthreshold="HA12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IL" type="CTPIN">
-      <TriggerCondition name="1HA12IL" triggerthreshold="HA12IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IL" type="CTPIN">
-      <TriggerCondition name="2HA12IL" triggerthreshold="HA12IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IL" type="CTPIN">
-      <TriggerCondition name="3HA12IL" triggerthreshold="HA12IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IL" type="CTPIN">
-      <TriggerCondition name="4HA12IL" triggerthreshold="HA12IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IL" type="CTPIN">
-      <TriggerCondition name="5HA12IL" triggerthreshold="HA12IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IL" type="CTPIN">
-      <TriggerCondition name="6HA12IL" triggerthreshold="HA12IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IL" type="CTPIN">
-      <TriggerCondition name="7HA12IL" triggerthreshold="HA12IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IM" type="CTPIN">
-      <TriggerCondition name="1HA12IM" triggerthreshold="HA12IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IM" type="CTPIN">
-      <TriggerCondition name="2HA12IM" triggerthreshold="HA12IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IM" type="CTPIN">
-      <TriggerCondition name="3HA12IM" triggerthreshold="HA12IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IM" type="CTPIN">
-      <TriggerCondition name="4HA12IM" triggerthreshold="HA12IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IM" type="CTPIN">
-      <TriggerCondition name="5HA12IM" triggerthreshold="HA12IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IM" type="CTPIN">
-      <TriggerCondition name="6HA12IM" triggerthreshold="HA12IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IM" type="CTPIN">
-      <TriggerCondition name="7HA12IM" triggerthreshold="HA12IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IT" type="CTPIN">
-      <TriggerCondition name="1HA12IT" triggerthreshold="HA12IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IT" type="CTPIN">
-      <TriggerCondition name="2HA12IT" triggerthreshold="HA12IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IT" type="CTPIN">
-      <TriggerCondition name="3HA12IT" triggerthreshold="HA12IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IT" type="CTPIN">
-      <TriggerCondition name="4HA12IT" triggerthreshold="HA12IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IT" type="CTPIN">
-      <TriggerCondition name="5HA12IT" triggerthreshold="HA12IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IT" type="CTPIN">
-      <TriggerCondition name="6HA12IT" triggerthreshold="HA12IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IT" type="CTPIN">
-      <TriggerCondition name="7HA12IT" triggerthreshold="HA12IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA15" type="CTPIN">
-      <TriggerCondition name="1HA15" triggerthreshold="HA15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA15" type="CTPIN">
-      <TriggerCondition name="2HA15" triggerthreshold="HA15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA15" type="CTPIN">
-      <TriggerCondition name="3HA15" triggerthreshold="HA15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA15" type="CTPIN">
-      <TriggerCondition name="4HA15" triggerthreshold="HA15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA15" type="CTPIN">
-      <TriggerCondition name="5HA15" triggerthreshold="HA15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA15" type="CTPIN">
-      <TriggerCondition name="6HA15" triggerthreshold="HA15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA15" type="CTPIN">
-      <TriggerCondition name="7HA15" triggerthreshold="HA15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20" type="CTPIN">
-      <TriggerCondition name="1HA20" triggerthreshold="HA20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20" type="CTPIN">
-      <TriggerCondition name="2HA20" triggerthreshold="HA20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20" type="CTPIN">
-      <TriggerCondition name="3HA20" triggerthreshold="HA20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20" type="CTPIN">
-      <TriggerCondition name="4HA20" triggerthreshold="HA20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20" type="CTPIN">
-      <TriggerCondition name="5HA20" triggerthreshold="HA20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20" type="CTPIN">
-      <TriggerCondition name="6HA20" triggerthreshold="HA20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20" type="CTPIN">
-      <TriggerCondition name="7HA20" triggerthreshold="HA20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IL" type="CTPIN">
-      <TriggerCondition name="1HA20IL" triggerthreshold="HA20IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IL" type="CTPIN">
-      <TriggerCondition name="2HA20IL" triggerthreshold="HA20IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IL" type="CTPIN">
-      <TriggerCondition name="3HA20IL" triggerthreshold="HA20IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IL" type="CTPIN">
-      <TriggerCondition name="4HA20IL" triggerthreshold="HA20IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IL" type="CTPIN">
-      <TriggerCondition name="5HA20IL" triggerthreshold="HA20IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IL" type="CTPIN">
-      <TriggerCondition name="6HA20IL" triggerthreshold="HA20IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IL" type="CTPIN">
-      <TriggerCondition name="7HA20IL" triggerthreshold="HA20IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IM" type="CTPIN">
-      <TriggerCondition name="1HA20IM" triggerthreshold="HA20IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IM" type="CTPIN">
-      <TriggerCondition name="2HA20IM" triggerthreshold="HA20IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IM" type="CTPIN">
-      <TriggerCondition name="3HA20IM" triggerthreshold="HA20IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IM" type="CTPIN">
-      <TriggerCondition name="4HA20IM" triggerthreshold="HA20IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IM" type="CTPIN">
-      <TriggerCondition name="5HA20IM" triggerthreshold="HA20IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IM" type="CTPIN">
-      <TriggerCondition name="6HA20IM" triggerthreshold="HA20IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IM" type="CTPIN">
-      <TriggerCondition name="7HA20IM" triggerthreshold="HA20IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IT" type="CTPIN">
-      <TriggerCondition name="1HA20IT" triggerthreshold="HA20IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IT" type="CTPIN">
-      <TriggerCondition name="2HA20IT" triggerthreshold="HA20IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IT" type="CTPIN">
-      <TriggerCondition name="3HA20IT" triggerthreshold="HA20IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IT" type="CTPIN">
-      <TriggerCondition name="4HA20IT" triggerthreshold="HA20IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IT" type="CTPIN">
-      <TriggerCondition name="5HA20IT" triggerthreshold="HA20IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IT" type="CTPIN">
-      <TriggerCondition name="6HA20IT" triggerthreshold="HA20IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IT" type="CTPIN">
-      <TriggerCondition name="7HA20IT" triggerthreshold="HA20IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25" type="CTPIN">
-      <TriggerCondition name="1HA25" triggerthreshold="HA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25" type="CTPIN">
-      <TriggerCondition name="2HA25" triggerthreshold="HA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25" type="CTPIN">
-      <TriggerCondition name="3HA25" triggerthreshold="HA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25" type="CTPIN">
-      <TriggerCondition name="4HA25" triggerthreshold="HA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25" type="CTPIN">
-      <TriggerCondition name="5HA25" triggerthreshold="HA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25" type="CTPIN">
-      <TriggerCondition name="6HA25" triggerthreshold="HA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25" type="CTPIN">
-      <TriggerCondition name="7HA25" triggerthreshold="HA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25IT" type="CTPIN">
-      <TriggerCondition name="1HA25IT" triggerthreshold="HA25IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25IT" type="CTPIN">
-      <TriggerCondition name="2HA25IT" triggerthreshold="HA25IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25IT" type="CTPIN">
-      <TriggerCondition name="3HA25IT" triggerthreshold="HA25IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25IT" type="CTPIN">
-      <TriggerCondition name="4HA25IT" triggerthreshold="HA25IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25IT" type="CTPIN">
-      <TriggerCondition name="5HA25IT" triggerthreshold="HA25IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25IT" type="CTPIN">
-      <TriggerCondition name="6HA25IT" triggerthreshold="HA25IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25IT" type="CTPIN">
-      <TriggerCondition name="7HA25IT" triggerthreshold="HA25IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA30" type="CTPIN">
-      <TriggerCondition name="1HA30" triggerthreshold="HA30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA30" type="CTPIN">
-      <TriggerCondition name="2HA30" triggerthreshold="HA30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA30" type="CTPIN">
-      <TriggerCondition name="3HA30" triggerthreshold="HA30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA30" type="CTPIN">
-      <TriggerCondition name="4HA30" triggerthreshold="HA30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA30" type="CTPIN">
-      <TriggerCondition name="5HA30" triggerthreshold="HA30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA30" type="CTPIN">
-      <TriggerCondition name="6HA30" triggerthreshold="HA30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA30" type="CTPIN">
-      <TriggerCondition name="7HA30" triggerthreshold="HA30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA40" type="CTPIN">
-      <TriggerCondition name="1HA40" triggerthreshold="HA40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA40" type="CTPIN">
-      <TriggerCondition name="2HA40" triggerthreshold="HA40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA40" type="CTPIN">
-      <TriggerCondition name="3HA40" triggerthreshold="HA40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA40" type="CTPIN">
-      <TriggerCondition name="4HA40" triggerthreshold="HA40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA40" type="CTPIN">
-      <TriggerCondition name="5HA40" triggerthreshold="HA40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA40" type="CTPIN">
-      <TriggerCondition name="6HA40" triggerthreshold="HA40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA40" type="CTPIN">
-      <TriggerCondition name="7HA40" triggerthreshold="HA40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA60" type="CTPIN">
-      <TriggerCondition name="1HA60" triggerthreshold="HA60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA60" type="CTPIN">
-      <TriggerCondition name="2HA60" triggerthreshold="HA60" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA60" type="CTPIN">
-      <TriggerCondition name="3HA60" triggerthreshold="HA60" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA60" type="CTPIN">
-      <TriggerCondition name="4HA60" triggerthreshold="HA60" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA60" type="CTPIN">
-      <TriggerCondition name="5HA60" triggerthreshold="HA60" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA60" type="CTPIN">
-      <TriggerCondition name="6HA60" triggerthreshold="HA60" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA60" type="CTPIN">
-      <TriggerCondition name="7HA60" triggerthreshold="HA60" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA8" type="CTPIN">
-      <TriggerCondition name="1HA8" triggerthreshold="HA8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA8" type="CTPIN">
-      <TriggerCondition name="2HA8" triggerthreshold="HA8" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA8" type="CTPIN">
-      <TriggerCondition name="3HA8" triggerthreshold="HA8" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA8" type="CTPIN">
-      <TriggerCondition name="4HA8" triggerthreshold="HA8" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA8" type="CTPIN">
-      <TriggerCondition name="5HA8" triggerthreshold="HA8" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA8" type="CTPIN">
-      <TriggerCondition name="6HA8" triggerthreshold="HA8" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA8" type="CTPIN">
-      <TriggerCondition name="7HA8" triggerthreshold="HA8" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100" type="CTPIN">
-      <TriggerCondition name="1J100" triggerthreshold="J100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100" type="CTPIN">
-      <TriggerCondition name="2J100" triggerthreshold="J100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100" type="CTPIN">
-      <TriggerCondition name="3J100" triggerthreshold="J100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J100.31ETA49" triggerthreshold="J100.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J100.31ETA49" triggerthreshold="J100.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J100.31ETA49" triggerthreshold="J100.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J12" type="CTPIN">
-      <TriggerCondition name="1J12" triggerthreshold="J12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J12" type="CTPIN">
-      <TriggerCondition name="2J12" triggerthreshold="J12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J12" type="CTPIN">
-      <TriggerCondition name="3J12" triggerthreshold="J12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J12" type="CTPIN">
-      <TriggerCondition name="4J12" triggerthreshold="J12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J12" type="CTPIN">
-      <TriggerCondition name="5J12" triggerthreshold="J12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J12" type="CTPIN">
-      <TriggerCondition name="6J12" triggerthreshold="J12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J12" type="CTPIN">
-      <TriggerCondition name="7J12" triggerthreshold="J12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J120" type="CTPIN">
-      <TriggerCondition name="1J120" triggerthreshold="J120" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J120" type="CTPIN">
-      <TriggerCondition name="2J120" triggerthreshold="J120" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J120" type="CTPIN">
-      <TriggerCondition name="3J120" triggerthreshold="J120" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15" type="CTPIN">
-      <TriggerCondition name="1J15" triggerthreshold="J15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15" type="CTPIN">
-      <TriggerCondition name="2J15" triggerthreshold="J15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15" type="CTPIN">
-      <TriggerCondition name="3J15" triggerthreshold="J15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15" type="CTPIN">
-      <TriggerCondition name="4J15" triggerthreshold="J15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15" type="CTPIN">
-      <TriggerCondition name="5J15" triggerthreshold="J15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15" type="CTPIN">
-      <TriggerCondition name="6J15" triggerthreshold="J15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15" type="CTPIN">
-      <TriggerCondition name="7J15" triggerthreshold="J15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J15.0ETA25" triggerthreshold="J15.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J15.0ETA25" triggerthreshold="J15.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J15.0ETA25" triggerthreshold="J15.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="4J15.0ETA25" triggerthreshold="J15.0ETA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="5J15.0ETA25" triggerthreshold="J15.0ETA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="6J15.0ETA25" triggerthreshold="J15.0ETA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="7J15.0ETA25" triggerthreshold="J15.0ETA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J15.31ETA49" triggerthreshold="J15.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J15.31ETA49" triggerthreshold="J15.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J15.31ETA49" triggerthreshold="J15.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20" type="CTPIN">
-      <TriggerCondition name="1J20" triggerthreshold="J20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20" type="CTPIN">
-      <TriggerCondition name="2J20" triggerthreshold="J20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20" type="CTPIN">
-      <TriggerCondition name="3J20" triggerthreshold="J20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J20" type="CTPIN">
-      <TriggerCondition name="4J20" triggerthreshold="J20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J20" type="CTPIN">
-      <TriggerCondition name="5J20" triggerthreshold="J20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J20" type="CTPIN">
-      <TriggerCondition name="6J20" triggerthreshold="J20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J20" type="CTPIN">
-      <TriggerCondition name="7J20" triggerthreshold="J20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="1J20.28ETA31" triggerthreshold="J20.28ETA31" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="2J20.28ETA31" triggerthreshold="J20.28ETA31" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="3J20.28ETA31" triggerthreshold="J20.28ETA31" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J20.31ETA49" triggerthreshold="J20.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J20.31ETA49" triggerthreshold="J20.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J20.31ETA49" triggerthreshold="J20.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25" type="CTPIN">
-      <TriggerCondition name="1J25" triggerthreshold="J25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25" type="CTPIN">
-      <TriggerCondition name="2J25" triggerthreshold="J25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25" type="CTPIN">
-      <TriggerCondition name="3J25" triggerthreshold="J25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25" type="CTPIN">
-      <TriggerCondition name="4J25" triggerthreshold="J25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25" type="CTPIN">
-      <TriggerCondition name="5J25" triggerthreshold="J25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25" type="CTPIN">
-      <TriggerCondition name="6J25" triggerthreshold="J25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25" type="CTPIN">
-      <TriggerCondition name="7J25" triggerthreshold="J25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J25.0ETA23" triggerthreshold="J25.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J25.0ETA23" triggerthreshold="J25.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J25.0ETA23" triggerthreshold="J25.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="4J25.0ETA23" triggerthreshold="J25.0ETA23" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="5J25.0ETA23" triggerthreshold="J25.0ETA23" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="6J25.0ETA23" triggerthreshold="J25.0ETA23" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="7J25.0ETA23" triggerthreshold="J25.0ETA23" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30" type="CTPIN">
-      <TriggerCondition name="1J30" triggerthreshold="J30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30" type="CTPIN">
-      <TriggerCondition name="2J30" triggerthreshold="J30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30" type="CTPIN">
-      <TriggerCondition name="3J30" triggerthreshold="J30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J30" type="CTPIN">
-      <TriggerCondition name="4J30" triggerthreshold="J30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J30" type="CTPIN">
-      <TriggerCondition name="5J30" triggerthreshold="J30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J30" type="CTPIN">
-      <TriggerCondition name="6J30" triggerthreshold="J30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J30" type="CTPIN">
-      <TriggerCondition name="7J30" triggerthreshold="J30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J30.31ETA49" triggerthreshold="J30.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J30.31ETA49" triggerthreshold="J30.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J30.31ETA49" triggerthreshold="J30.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J35.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J35.0ETA23" triggerthreshold="J35.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J35.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J35.0ETA23" triggerthreshold="J35.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J35.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J35.0ETA23" triggerthreshold="J35.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40" type="CTPIN">
-      <TriggerCondition name="1J40" triggerthreshold="J40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40" type="CTPIN">
-      <TriggerCondition name="2J40" triggerthreshold="J40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40" type="CTPIN">
-      <TriggerCondition name="3J40" triggerthreshold="J40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J40" type="CTPIN">
-      <TriggerCondition name="4J40" triggerthreshold="J40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J40" type="CTPIN">
-      <TriggerCondition name="5J40" triggerthreshold="J40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J40" type="CTPIN">
-      <TriggerCondition name="6J40" triggerthreshold="J40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J40" type="CTPIN">
-      <TriggerCondition name="7J40" triggerthreshold="J40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J40.0ETA25" triggerthreshold="J40.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J40.0ETA25" triggerthreshold="J40.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J40.0ETA25" triggerthreshold="J40.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J400" type="CTPIN">
-      <TriggerCondition name="1J400" triggerthreshold="J400" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J400" type="CTPIN">
-      <TriggerCondition name="2J400" triggerthreshold="J400" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J400" type="CTPIN">
-      <TriggerCondition name="3J400" triggerthreshold="J400" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50" type="CTPIN">
-      <TriggerCondition name="1J50" triggerthreshold="J50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50" type="CTPIN">
-      <TriggerCondition name="2J50" triggerthreshold="J50" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50" type="CTPIN">
-      <TriggerCondition name="3J50" triggerthreshold="J50" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J50.31ETA49" triggerthreshold="J50.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J50.31ETA49" triggerthreshold="J50.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J50.31ETA49" triggerthreshold="J50.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75" type="CTPIN">
-      <TriggerCondition name="1J75" triggerthreshold="J75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75" type="CTPIN">
-      <TriggerCondition name="2J75" triggerthreshold="J75" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75" type="CTPIN">
-      <TriggerCondition name="3J75" triggerthreshold="J75" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J75.31ETA49" triggerthreshold="J75.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J75.31ETA49" triggerthreshold="J75.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J75.31ETA49" triggerthreshold="J75.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J85" type="CTPIN">
-      <TriggerCondition name="1J85" triggerthreshold="J85" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J85" type="CTPIN">
-      <TriggerCondition name="2J85" triggerthreshold="J85" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J85" type="CTPIN">
-      <TriggerCondition name="3J85" triggerthreshold="J85" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_A" type="CTPIN">
-      <TriggerCondition name="1LUCID_A" triggerthreshold="LUCID_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_C" type="CTPIN">
-      <TriggerCondition name="1LUCID_C" triggerthreshold="LUCID_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPIN">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPMON">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_A" type="CTPIN">
-      <TriggerCondition name="2MBTS_A" triggerthreshold="MBTS_A" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_A" type="CTPIN">
-      <TriggerCondition name="3MBTS_A" triggerthreshold="MBTS_A" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_A" type="CTPIN">
-      <TriggerCondition name="4MBTS_A" triggerthreshold="MBTS_A" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_A" type="CTPIN">
-      <TriggerCondition name="5MBTS_A" triggerthreshold="MBTS_A" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_A" type="CTPIN">
-      <TriggerCondition name="6MBTS_A" triggerthreshold="MBTS_A" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_A" type="CTPIN">
-      <TriggerCondition name="7MBTS_A" triggerthreshold="MBTS_A" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A0" type="CTPIN">
-      <TriggerCondition name="1MBTS_A0" triggerthreshold="MBTS_A0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A1" type="CTPIN">
-      <TriggerCondition name="1MBTS_A1" triggerthreshold="MBTS_A1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A10" type="CTPIN">
-      <TriggerCondition name="1MBTS_A10" triggerthreshold="MBTS_A10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A12" type="CTPIN">
-      <TriggerCondition name="1MBTS_A12" triggerthreshold="MBTS_A12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A14" type="CTPIN">
-      <TriggerCondition name="1MBTS_A14" triggerthreshold="MBTS_A14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A2" type="CTPIN">
-      <TriggerCondition name="1MBTS_A2" triggerthreshold="MBTS_A2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A3" type="CTPIN">
-      <TriggerCondition name="1MBTS_A3" triggerthreshold="MBTS_A3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A4" type="CTPIN">
-      <TriggerCondition name="1MBTS_A4" triggerthreshold="MBTS_A4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A5" type="CTPIN">
-      <TriggerCondition name="1MBTS_A5" triggerthreshold="MBTS_A5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A6" type="CTPIN">
-      <TriggerCondition name="1MBTS_A6" triggerthreshold="MBTS_A6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A7" type="CTPIN">
-      <TriggerCondition name="1MBTS_A7" triggerthreshold="MBTS_A7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A8" type="CTPIN">
-      <TriggerCondition name="1MBTS_A8" triggerthreshold="MBTS_A8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPIN">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPMON">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_C" type="CTPIN">
-      <TriggerCondition name="2MBTS_C" triggerthreshold="MBTS_C" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_C" type="CTPIN">
-      <TriggerCondition name="3MBTS_C" triggerthreshold="MBTS_C" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_C" type="CTPIN">
-      <TriggerCondition name="4MBTS_C" triggerthreshold="MBTS_C" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_C" type="CTPIN">
-      <TriggerCondition name="5MBTS_C" triggerthreshold="MBTS_C" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_C" type="CTPIN">
-      <TriggerCondition name="6MBTS_C" triggerthreshold="MBTS_C" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_C" type="CTPIN">
-      <TriggerCondition name="7MBTS_C" triggerthreshold="MBTS_C" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C0" type="CTPIN">
-      <TriggerCondition name="1MBTS_C0" triggerthreshold="MBTS_C0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C1" type="CTPIN">
-      <TriggerCondition name="1MBTS_C1" triggerthreshold="MBTS_C1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C10" type="CTPIN">
-      <TriggerCondition name="1MBTS_C10" triggerthreshold="MBTS_C10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C12" type="CTPIN">
-      <TriggerCondition name="1MBTS_C12" triggerthreshold="MBTS_C12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C14" type="CTPIN">
-      <TriggerCondition name="1MBTS_C14" triggerthreshold="MBTS_C14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C2" type="CTPIN">
-      <TriggerCondition name="1MBTS_C2" triggerthreshold="MBTS_C2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C3" type="CTPIN">
-      <TriggerCondition name="1MBTS_C3" triggerthreshold="MBTS_C3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C4" type="CTPIN">
-      <TriggerCondition name="1MBTS_C4" triggerthreshold="MBTS_C4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C5" type="CTPIN">
-      <TriggerCondition name="1MBTS_C5" triggerthreshold="MBTS_C5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C6" type="CTPIN">
-      <TriggerCondition name="1MBTS_C6" triggerthreshold="MBTS_C6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C7" type="CTPIN">
-      <TriggerCondition name="1MBTS_C7" triggerthreshold="MBTS_C7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C8" type="CTPIN">
-      <TriggerCondition name="1MBTS_C8" triggerthreshold="MBTS_C8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU10" type="CTPIN">
-      <TriggerCondition name="1MU10" triggerthreshold="MU10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU10" type="CTPIN">
-      <TriggerCondition name="2MU10" triggerthreshold="MU10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU10" type="CTPIN">
-      <TriggerCondition name="3MU10" triggerthreshold="MU10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU10" type="CTPIN">
-      <TriggerCondition name="4MU10" triggerthreshold="MU10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU10" type="CTPIN">
-      <TriggerCondition name="5MU10" triggerthreshold="MU10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU10" type="CTPIN">
-      <TriggerCondition name="6MU10" triggerthreshold="MU10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU10" type="CTPIN">
-      <TriggerCondition name="7MU10" triggerthreshold="MU10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU11" type="CTPIN">
-      <TriggerCondition name="1MU11" triggerthreshold="MU11" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU11" type="CTPIN">
-      <TriggerCondition name="2MU11" triggerthreshold="MU11" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU11" type="CTPIN">
-      <TriggerCondition name="3MU11" triggerthreshold="MU11" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU11" type="CTPIN">
-      <TriggerCondition name="4MU11" triggerthreshold="MU11" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU11" type="CTPIN">
-      <TriggerCondition name="5MU11" triggerthreshold="MU11" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU11" type="CTPIN">
-      <TriggerCondition name="6MU11" triggerthreshold="MU11" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU11" type="CTPIN">
-      <TriggerCondition name="7MU11" triggerthreshold="MU11" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU15" type="CTPIN">
-      <TriggerCondition name="1MU15" triggerthreshold="MU15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU15" type="CTPIN">
-      <TriggerCondition name="2MU15" triggerthreshold="MU15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU15" type="CTPIN">
-      <TriggerCondition name="3MU15" triggerthreshold="MU15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU15" type="CTPIN">
-      <TriggerCondition name="4MU15" triggerthreshold="MU15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU15" type="CTPIN">
-      <TriggerCondition name="5MU15" triggerthreshold="MU15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU15" type="CTPIN">
-      <TriggerCondition name="6MU15" triggerthreshold="MU15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU15" type="CTPIN">
-      <TriggerCondition name="7MU15" triggerthreshold="MU15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU20" type="CTPIN">
-      <TriggerCondition name="1MU20" triggerthreshold="MU20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU20" type="CTPIN">
-      <TriggerCondition name="2MU20" triggerthreshold="MU20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU20" type="CTPIN">
-      <TriggerCondition name="3MU20" triggerthreshold="MU20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU20" type="CTPIN">
-      <TriggerCondition name="4MU20" triggerthreshold="MU20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU20" type="CTPIN">
-      <TriggerCondition name="5MU20" triggerthreshold="MU20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU20" type="CTPIN">
-      <TriggerCondition name="6MU20" triggerthreshold="MU20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU20" type="CTPIN">
-      <TriggerCondition name="7MU20" triggerthreshold="MU20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU4" type="CTPIN">
-      <TriggerCondition name="1MU4" triggerthreshold="MU4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU4" type="CTPIN">
-      <TriggerCondition name="2MU4" triggerthreshold="MU4" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU4" type="CTPIN">
-      <TriggerCondition name="3MU4" triggerthreshold="MU4" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU4" type="CTPIN">
-      <TriggerCondition name="4MU4" triggerthreshold="MU4" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU4" type="CTPIN">
-      <TriggerCondition name="5MU4" triggerthreshold="MU4" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU4" type="CTPIN">
-      <TriggerCondition name="6MU4" triggerthreshold="MU4" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU4" type="CTPIN">
-      <TriggerCondition name="7MU4" triggerthreshold="MU4" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU6" type="CTPIN">
-      <TriggerCondition name="1MU6" triggerthreshold="MU6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU6" type="CTPIN">
-      <TriggerCondition name="2MU6" triggerthreshold="MU6" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU6" type="CTPIN">
-      <TriggerCondition name="3MU6" triggerthreshold="MU6" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU6" type="CTPIN">
-      <TriggerCondition name="4MU6" triggerthreshold="MU6" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU6" type="CTPIN">
-      <TriggerCondition name="5MU6" triggerthreshold="MU6" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU6" type="CTPIN">
-      <TriggerCondition name="6MU6" triggerthreshold="MU6" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU6" type="CTPIN">
-      <TriggerCondition name="7MU6" triggerthreshold="MU6" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIML1A" type="CTPIN">
-      <TriggerCondition name="1NIML1A" triggerthreshold="NIML1A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMLHCF" type="CTPIN">
-      <TriggerCondition name="1NIMLHCF" triggerthreshold="NIMLHCF" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMRPC" type="CTPIN">
-      <TriggerCondition name="1NIMRPC" triggerthreshold="NIMRPC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTGC" type="CTPIN">
-      <TriggerCondition name="1NIMTGC" triggerthreshold="NIMTGC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTRT" type="CTPIN">
-      <TriggerCondition name="1NIMTRT" triggerthreshold="NIMTRT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10" type="CTPIN">
-      <TriggerCondition name="1TE10" triggerthreshold="TE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE10.0ETA24" triggerthreshold="TE10.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE15" type="CTPIN">
-      <TriggerCondition name="1TE15" triggerthreshold="TE15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE15.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE15.0ETA24" triggerthreshold="TE15.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20" type="CTPIN">
-      <TriggerCondition name="1TE20" triggerthreshold="TE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE20.0ETA24" triggerthreshold="TE20.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE25" type="CTPIN">
-      <TriggerCondition name="1TE25" triggerthreshold="TE25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE25.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE25.0ETA24" triggerthreshold="TE25.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30" type="CTPIN">
-      <TriggerCondition name="1TE30" triggerthreshold="TE30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE30.0ETA24" triggerthreshold="TE30.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40" type="CTPIN">
-      <TriggerCondition name="1TE40" triggerthreshold="TE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE40.0ETA24" triggerthreshold="TE40.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5" type="CTPIN">
-      <TriggerCondition name="1TE5" triggerthreshold="TE5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE5.0ETA24" triggerthreshold="TE5.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70" type="CTPIN">
-      <TriggerCondition name="1TE70" triggerthreshold="TE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE70.0ETA24" triggerthreshold="TE70.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE10" type="CTPIN">
-      <TriggerCondition name="1XE10" triggerthreshold="XE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE150" type="CTPIN">
-      <TriggerCondition name="1XE150" triggerthreshold="XE150" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE20" type="CTPIN">
-      <TriggerCondition name="1XE20" triggerthreshold="XE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE25" type="CTPIN">
-      <TriggerCondition name="1XE25" triggerthreshold="XE25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE30" type="CTPIN">
-      <TriggerCondition name="1XE30" triggerthreshold="XE30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE300" type="CTPIN">
-      <TriggerCondition name="1XE300" triggerthreshold="XE300" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35" type="CTPIN">
-      <TriggerCondition name="1XE35" triggerthreshold="XE35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40" type="CTPIN">
-      <TriggerCondition name="1XE40" triggerthreshold="XE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45" type="CTPIN">
-      <TriggerCondition name="1XE45" triggerthreshold="XE45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50" type="CTPIN">
-      <TriggerCondition name="1XE50" triggerthreshold="XE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55" type="CTPIN">
-      <TriggerCondition name="1XE55" triggerthreshold="XE55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60" type="CTPIN">
-      <TriggerCondition name="1XE60" triggerthreshold="XE60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE65" type="CTPIN">
-      <TriggerCondition name="1XE65" triggerthreshold="XE65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70" type="CTPIN">
-      <TriggerCondition name="1XE70" triggerthreshold="XE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE75" type="CTPIN">
-      <TriggerCondition name="1XE75" triggerthreshold="XE75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80" type="CTPIN">
-      <TriggerCondition name="1XE80" triggerthreshold="XE80" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS20" type="CTPIN">
-      <TriggerCondition name="1XS20" triggerthreshold="XS20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS30" type="CTPIN">
-      <TriggerCondition name="1XS30" triggerthreshold="XS30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS40" type="CTPIN">
-      <TriggerCondition name="1XS40" triggerthreshold="XS40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS45" type="CTPIN">
-      <TriggerCondition name="1XS45" triggerthreshold="XS45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS50" type="CTPIN">
-      <TriggerCondition name="1XS50" triggerthreshold="XS50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS55" type="CTPIN">
-      <TriggerCondition name="1XS55" triggerthreshold="XS55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS60" type="CTPIN">
-      <TriggerCondition name="1XS60" triggerthreshold="XS60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS65" type="CTPIN">
-      <TriggerCondition name="1XS65" triggerthreshold="XS65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZB_EM15" type="CTPIN">
-      <TriggerCondition name="1ZB_EM15" triggerthreshold="ZB_EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_A" type="CTPIN">
-      <TriggerCondition name="1ZDC_A" triggerthreshold="ZDC_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_AND" type="CTPIN">
-      <TriggerCondition name="1ZDC_AND" triggerthreshold="ZDC_AND" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_C" type="CTPIN">
-      <TriggerCondition name="1ZDC_C" triggerthreshold="ZDC_C" multi="1"/>
-    </TriggerCounter>
-  </TriggerCounterList>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="2" name="ALFA_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="3" name="ALFA_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="4" name="ALFA_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="5" name="ALFA_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="8" name="ALFA2_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="9" name="ALFA2_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="10" name="ALFA2_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="11" name="ALFA2_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="14" name="ALFA3_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="15" name="ALFA3_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="16" name="ALFA3_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="17" name="ALFA3_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="20" name="ALFA4_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="21" name="ALFA4_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="22" name="ALFA4_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="23" name="ALFA4_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="34" name="ALFA_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="2" range_end="2" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="35" name="ALFA_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="36" name="ALFA_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="37" name="ALFA_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="40" name="ALFA2_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="41" name="ALFA2_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="42" name="ALFA2_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="43" name="ALFA2_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="46" name="ALFA3_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="14" range_end="14" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="47" name="ALFA3_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="15" range_end="15" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="48" name="ALFA3_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="49" name="ALFA3_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="52" name="ALFA4_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="53" name="ALFA4_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="54" name="ALFA4_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="55" name="ALFA4_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="0" name="BCM_AtoC" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="1" name="BCM_CtoA" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="2" name="BCM_Wide" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="36" mapping="0" name="BCM_Comb" type="BCMCMB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="0" name="BPTX0" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="1" name="BPTX1" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="0" name="CAL0" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="1" name="CAL1" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="2" name="CAL2" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL2full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="42" mapping="0" name="EM3" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM3full" phimin="0" phimax="64" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="43" mapping="1" name="EM7" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM7full" phimin="0" phimax="64" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="44" mapping="2" name="EM8VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="1" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="5" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="6" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="6" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="5" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="45" mapping="3" name="EM8I" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="EM8Ifull" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="46" mapping="4" name="EM10VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="47" mapping="5" name="EM12" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="48" mapping="6" name="EM13VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="49" mapping="7" name="EM15" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="50" mapping="8" name="EM15VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="1" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="51" mapping="9" name="EM15HI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM15HIfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="52" mapping="10" name="EM18VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="53" mapping="11" name="EM20VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="54" mapping="12" name="EM20VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="55" mapping="13" name="EM22VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="1" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="56" mapping="14" name="EM24VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="1" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="57" mapping="15" name="EM26VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="1" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="28" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="28" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="58" mapping="0" name="J12" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="59" mapping="1" name="J15" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="60" mapping="2" name="J15.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J15.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="61" mapping="3" name="J20" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="62" mapping="4" name="J25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="63" mapping="5" name="J25.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="64" mapping="6" name="J30" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="65" mapping="7" name="J40" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="66" mapping="8" name="J20.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="24" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="67" mapping="9" name="J30.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="27" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="68" mapping="10" name="J35.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J35.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J35.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="35" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="69" mapping="11" name="J40.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="70" mapping="12" name="J20.28ETA31" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="-28" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="28" etamax="31" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="71" mapping="13" name="J50" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="72" mapping="14" name="J75" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="73" mapping="15" name="J85" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="1" thresholdval="85" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="74" mapping="16" name="J100" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="75" mapping="17" name="J120" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J120full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J120full" phimin="0" phimax="64" priority="1" thresholdval="120" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="18" name="J400" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J400full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J400full" phimin="0" phimax="64" priority="1" thresholdval="400" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="16" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="77" mapping="19" name="J15.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="18" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="78" mapping="20" name="J20.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="20" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="79" mapping="21" name="J30.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="22" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="80" mapping="22" name="J50.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="24" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="81" mapping="23" name="J75.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="26" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="82" mapping="24" name="J100.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="28" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="83" mapping="0" name="LUCID_A" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="84" mapping="1" name="LUCID_C" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="85" mapping="0" name="MBTS_A" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="86" mapping="1" name="MBTS_C" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="0" name="MBTS_A0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="1" name="MBTS_A1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="2" name="MBTS_A2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="3" name="MBTS_A3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="4" name="MBTS_A4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="5" name="MBTS_A5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="93" mapping="6" name="MBTS_A6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="94" mapping="7" name="MBTS_A7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="8" name="MBTS_A8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="9" name="MBTS_A10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="10" name="MBTS_A12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="11" name="MBTS_A14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="12" name="MBTS_C0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="13" name="MBTS_C1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="101" mapping="14" name="MBTS_C2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="15" name="MBTS_C3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="16" name="MBTS_C4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="17" name="MBTS_C5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="105" mapping="18" name="MBTS_C6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="19" name="MBTS_C7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="107" mapping="20" name="MBTS_C8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="21" name="MBTS_C10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="22" name="MBTS_C12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="23" name="MBTS_C14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="111" mapping="0" name="MU4" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU4full" phimin="0" phimax="64" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="1" name="MU6" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU6full" phimin="0" phimax="64" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="113" mapping="2" name="MU10" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="3" name="MU11" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU11full" phimin="0" phimax="64" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="115" mapping="4" name="MU15" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="116" mapping="5" name="MU20" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="0" name="NIML1A" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIML1Afull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="1" name="NIMLHCF" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMLHCFfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="2" name="AFP_NSC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="AFP_NSCfull" phimin="0" phimax="64" priority="0" thresholdval="50" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="3" name="AFP_FSC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="AFP_FSCfull" phimin="0" phimax="64" priority="0" thresholdval="50" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="12" name="NIMTGC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTGCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="13" name="NIMRPC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMRPCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="14" name="NIMTRT" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTRTfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="124" mapping="0" name="HA8" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="125" mapping="1" name="HA12" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="126" mapping="2" name="HA12IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA12ILfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="127" mapping="3" name="HA12IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA12IMfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="128" mapping="4" name="HA12IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA12ITfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="129" mapping="5" name="HA15" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="130" mapping="6" name="HA20" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="131" mapping="7" name="HA20IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA20ILfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="132" mapping="8" name="HA20IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA20IMfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="133" mapping="9" name="HA20IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA20ITfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="134" mapping="10" name="HA25" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="135" mapping="11" name="HA25IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA25ITfull" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="136" mapping="12" name="HA30" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="137" mapping="13" name="HA40" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="138" mapping="14" name="HA60" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA60full" phimin="0" phimax="64" priority="1" thresholdval="60" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="139" mapping="15" name="HA100" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="140" mapping="0" name="TE5" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5full" phimin="0" phimax="64" priority="0" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="141" mapping="1" name="TE10" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="142" mapping="2" name="TE15" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="143" mapping="3" name="TE20" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="144" mapping="4" name="TE25" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE25full" phimin="0" phimax="64" priority="0" thresholdval="25" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="145" mapping="5" name="TE30" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="146" mapping="6" name="TE40" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="147" mapping="7" name="TE70" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="148" mapping="8" name="TE5.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE5.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="149" mapping="9" name="TE10.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="150" mapping="10" name="TE15.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE15.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE15.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="151" mapping="11" name="TE20.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="152" mapping="12" name="TE25.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE25.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE25.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="153" mapping="13" name="TE30.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="154" mapping="14" name="TE40.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="155" mapping="15" name="TE70.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE70.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="156" mapping="0" name="900INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="157" mapping="1" name="800INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="158" mapping="2" name="700INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="159" mapping="3" name="500INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="160" mapping="4" name="400INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="161" mapping="5" name="300INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="162" mapping="6" name="200INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="163" mapping="7" name="100INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="164" mapping="9" name="HT150-J20s5.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="165" mapping="10" name="HT190-J15s5.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="166" mapping="11" name="1INVM5-EMs1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="167" mapping="12" name="1INVM5-EM7s1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="12" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="168" mapping="13" name="1INVM5-EM12s1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="169" mapping="14" name="05MINDPHI-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="170" mapping="15" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="171" mapping="18" name="1DISAMB-EM15his2-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="172" mapping="19" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="173" mapping="20" name="2INVM9-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="174" mapping="22" name="2INVM8-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="175" mapping="24" name="5DETA99-5DPHI99-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="176" mapping="25" name="5DETA99-5DPHI99-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="177" mapping="26" name="1DISAMB-TAU20abi-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="178" mapping="27" name="0DR28-MU10ab-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="179" mapping="28" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="28" range_end="28" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="180" mapping="31" name="DISAMB-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="181" mapping="32" name="05MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="182" mapping="33" name="25MT-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="183" mapping="35" name="35MT-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="184" mapping="37" name="10MINDPHI-J20s2-XE30" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="185" mapping="38" name="10MINDPHI-J20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="186" mapping="39" name="100RATIO-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="187" mapping="40" name="NOT-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="188" mapping="41" name="LAR-EM50s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="189" mapping="42" name="LAR-J100s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="190" mapping="43" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="191" mapping="45" name="35MT-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="192" mapping="46" name="15MINDPHI-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="193" mapping="47" name="15MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="194" mapping="48" name="DISAMB-30INVM-EM20his2-TAU12ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="195" mapping="52" name="0DR22-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="196" mapping="53" name="7INVM15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="197" mapping="54" name="0DR22-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="198" mapping="55" name="0DR15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="199" mapping="56" name="0DR24-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="200" mapping="57" name="0DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="201" mapping="58" name="2INVM9-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="202" mapping="59" name="2INVM9-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="203" mapping="64" name="05MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="204" mapping="65" name="10MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="205" mapping="66" name="15MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="206" mapping="67" name="0DR04-MU4ab-CJ15ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="207" mapping="68" name="0DR04-MU4ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="208" mapping="69" name="0DR04-MU4ab-CJ30ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="209" mapping="70" name="0DR04-MU6ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="210" mapping="71" name="0DR04-MU6ab-CJ25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="211" mapping="72" name="10MINDPHI-CJ20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="212" mapping="73" name="0DR24-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="213" mapping="75" name="MULT-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="11" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="214" mapping="77" name="MULT-CMU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="13" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="215" mapping="80" name="KF-XE40-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="216" mapping="81" name="KF-XE50-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="217" mapping="82" name="KF-XE55-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="218" mapping="83" name="KF-XE60-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="219" mapping="84" name="KF-XE65-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="220" mapping="85" name="KF-XE75-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="221" mapping="86" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="222" mapping="87" name="HT190-AJ15all.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="223" mapping="88" name="HT150-AJ20all.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="224" mapping="89" name="HT150-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="225" mapping="90" name="HT20-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="226" mapping="93" name="05RATIO-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="227" mapping="95" name="90RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="228" mapping="99" name="0DETA04-0DPHI03-EM8abi-MU10ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="229" mapping="100" name="0DETA04-0DPHI03-EM15abi-MUab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="230" mapping="101" name="0DR24-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="231" mapping="103" name="2INVM8-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="232" mapping="105" name="10MINDPHI-AJ20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="233" mapping="106" name="LATE-MU10s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="234" mapping="107" name="SC111-CJ15ab.ETA26" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="235" mapping="108" name="SC85-CJ15ab.ETA26" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="12" range_end="12" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="236" mapping="112" name="250RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="237" mapping="113" name="10MINDPHI-J20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="238" mapping="114" name="0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="239" mapping="115" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="240" mapping="116" name="1DISAMB-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="241" mapping="117" name="0DR10-MU10ab-MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="242" mapping="118" name="2DR99-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="243" mapping="119" name="0DR34-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="244" mapping="120" name="2DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="245" mapping="121" name="0DR15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="246" mapping="122" name="0DR25-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="247" mapping="123" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="248" mapping="124" name="8INVM15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="28" range_end="28" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="249" mapping="125" name="8INVM15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="250" mapping="126" name="2INVM8-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="30" range_end="30" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="251" mapping="127" name="2INVM8-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="252" mapping="0" name="XE10" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="253" mapping="1" name="XE20" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="254" mapping="2" name="XE25" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE25full" phimin="0" phimax="64" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="255" mapping="3" name="XE30" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="256" mapping="4" name="XE35" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="257" mapping="5" name="XE40" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="258" mapping="6" name="XE45" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="259" mapping="7" name="XE50" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="260" mapping="8" name="XE55" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="261" mapping="9" name="XE60" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="262" mapping="10" name="XE65" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="263" mapping="11" name="XE70" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="264" mapping="12" name="XE75" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE75full" phimin="0" phimax="64" priority="0" thresholdval="75" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="265" mapping="13" name="XE80" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80full" phimin="0" phimax="64" priority="0" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="266" mapping="14" name="XE150" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE150full" phimin="0" phimax="64" priority="0" thresholdval="150" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="267" mapping="15" name="XE300" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE300full" phimin="0" phimax="64" priority="0" thresholdval="300" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="268" mapping="0" name="XS20" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="269" mapping="1" name="XS30" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="270" mapping="2" name="XS40" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="271" mapping="3" name="XS45" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="272" mapping="4" name="XS50" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="273" mapping="5" name="XS55" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="274" mapping="6" name="XS60" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="275" mapping="7" name="XS65" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="276" mapping="0" name="ZB_EM15" type="ZB" input="ctpin" seed="EM15" seed_multi="1" bcdelay="3564" version="1">
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="277" mapping="0" name="ZDC_A" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="278" mapping="1" name="ZDC_C" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="279" mapping="2" name="ZDC_AND" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name0="Random0" cut0="1" name1="Random1" cut1="1" name2="Random2" cut2="1" name3="Random3" cut3="1"/>
-  <BunchGroupSet name="Physics" menuPartition="0">
-    <BunchGroup internalNumber="0" name="BCRVeto">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Paired">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="CalReq"/>
-    <BunchGroup internalNumber="3" name="Empty"/>
-    <BunchGroup internalNumber="4" name="IsolatedUnpaired"/>
-    <BunchGroup internalNumber="5" name="NonIsolatedUnpaired"/>
-    <BunchGroup internalNumber="6" name="EmptyAfterPaired"/>
-    <BunchGroup internalNumber="7" name="InTrain">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="8" name="AbortGapNotCalReq"/>
-    <BunchGroup internalNumber="9" name="VdM"/>
-    <BunchGroup internalNumber="10" name="ALFA"/>
-    <BunchGroup internalNumber="11" name="EmptyBeforePaired"/>
-    <BunchGroup internalNumber="12" name="EmptyAndPaired"/>
-    <BunchGroup internalNumber="13" name="NotUsed"/>
-    <BunchGroup internalNumber="14" name="NotUsed"/>
-    <BunchGroup internalNumber="15" name="NotUsed"/>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01"/>
-  <CaloInfo name="CaloInfo" global_em_scale="2" global_jet_scale="1">
-    <METSignificance xeMin="11" xeMax="63" teSqrtMin="4" teSqrtMax="63" xsSigmaScale="1150" xsSigmaOffset="1640"/>
-    <Isolation thrtype="HAIsoForEMthr">
-      <Parametrization isobit="1" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForEMthr">
-      <Parametrization isobit="1" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForTAUthr">
-      <Parametrization isobit="1" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="20" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="15" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="40" slope="0" mincut="0" upperlimit="124" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <MinimumTOBPt thrtype="EM" ptmin="3" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="TAU" ptmin="8" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETS" window="4" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETL" window="8" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-  </CaloInfo>
-  <MuctpiInfo name="muctpi" low_pt="1" high_pt="1" max_cand="13"/>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v7.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v7.xml
deleted file mode 100644
index dff2fd61443c8da429a10a074ad64dfdc9ceb4c2..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v7.xml
+++ /dev/null
@@ -1,7442 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE LVL1Config SYSTEM "LVL1config.dtd">
-<LVL1Config name="Physics_pp_v7" ctpVersion="4" l1Version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1 thresholds defined: 281-->
-  <!--No. L1 items defined: 466-->
-  <TriggerMenu name="Physics_pp_v7" phase="lumi">
-    <TriggerItem ctpid="0" partition="1" name="L1_EM3" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="1" partition="1" name="L1_EM7" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="2" partition="1" name="L1_EM12" complex_deadtime="0" definition="(EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="3" partition="1" name="L1_EM8VH" complex_deadtime="0" definition="(EM8VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8VH_x1" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="4" partition="1" name="L1_EM10VH" complex_deadtime="0" definition="(EM10VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="5" partition="1" name="L1_EM13VH" complex_deadtime="0" definition="(EM13VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM13VH_x1" triggerthreshold="EM13VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="6" partition="1" name="L1_EM15" complex_deadtime="0" definition="(EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="7" partition="1" name="L1_EM15VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="8" partition="1" name="L1_EM18VH" complex_deadtime="0" definition="(EM18VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="9" partition="1" name="L1_EM20VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="10" partition="1" name="L1_EM20VHI" complex_deadtime="0" definition="(EM20VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="11" partition="1" name="L1_EM22VHI" complex_deadtime="0" definition="(EM22VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="12" partition="1" name="L1_EM3_EMPTY" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="13" partition="1" name="L1_EM7_EMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="14" partition="1" name="L1_MU4" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="15" partition="1" name="L1_MU6" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="16" partition="1" name="L1_MU10" complex_deadtime="0" definition="(MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="17" partition="1" name="L1_MU15" complex_deadtime="0" definition="(MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="18" partition="1" name="L1_MU20" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="19" partition="1" name="L1_MU4_EMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="20" partition="1" name="L1_MU4_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="21" partition="1" name="L1_MU11_EMPTY" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="22" partition="1" name="L1_MU4_UNPAIRED_ISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="23" partition="1" name="L1_2EM3" complex_deadtime="0" definition="(EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="24" partition="1" name="L1_2EM7" complex_deadtime="0" definition="(EM7[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="25" partition="1" name="L1_2EM10VH" complex_deadtime="0" definition="(EM10VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="26" partition="1" name="L1_2EM13VH" complex_deadtime="0" definition="(EM13VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM13VH_x2" triggerthreshold="EM13VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="27" partition="1" name="L1_2EM15" complex_deadtime="0" definition="(EM15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM15_x2" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="28" partition="1" name="L1_2EM15VH" complex_deadtime="0" definition="(EM15VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM15VH_x2" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="29" partition="1" name="L1_EM7_2EM3" complex_deadtime="0" definition="(EM7[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="30" partition="1" name="L1_EM12_2EM3" complex_deadtime="0" definition="(EM12[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="31" partition="1" name="L1_EM15VH_3EM7" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="32" partition="1" name="L1_2MU4" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="33" partition="1" name="L1_2MU6" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="34" partition="1" name="L1_2MU10" complex_deadtime="0" definition="(MU10[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="35" partition="1" name="L1_2MU20_OVERLAY" complex_deadtime="0" definition="(MU20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU20_x2" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="36" partition="1" name="L1_MU10_2MU6" complex_deadtime="0" definition="(MU10[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="37" partition="1" name="L1_MU11_2MU6" complex_deadtime="0" definition="(MU11[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="38" partition="1" name="L1_3MU4" complex_deadtime="0" definition="(MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="39" partition="1" name="L1_MU6_2MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="40" partition="1" name="L1_3MU6" complex_deadtime="0" definition="(MU6[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="41" partition="1" name="L1_4J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15.0ETA25_x4" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="42" partition="1" name="L1_EM15I_MU4" complex_deadtime="0" definition="(EM15[x1]&amp;EM8I[x1]&amp;MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="43" partition="1" name="L1_2EM8VH_MU10" complex_deadtime="0" definition="(EM8VH[x2]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="44" partition="1" name="L1_EM15VH_MU10" complex_deadtime="0" definition="(EM15VH[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="45" partition="1" name="L1_TAU12" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="46" partition="1" name="L1_4MU4" complex_deadtime="0" definition="(MU4[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MU4_x4" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="47" partition="1" name="L1_TAU12IM" complex_deadtime="0" definition="(HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="48" partition="1" name="L1_EM8VH_MU15" complex_deadtime="0" definition="(EM8VH[x1]&amp;MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8VH_x1" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="49" partition="1" name="L1_TAU20" complex_deadtime="0" definition="(HA20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="50" partition="1" name="L1_TE15.0ETA24" complex_deadtime="0" definition="(TE15.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE15.0ETA24_x1" triggerthreshold="TE15.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="51" partition="1" name="L1_TAU20IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="52" partition="1" name="L1_TAU100" complex_deadtime="0" definition="(HA100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA100_x1" triggerthreshold="HA100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="53" partition="1" name="L1_TAU30" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="54" partition="1" name="L1_TAU40" complex_deadtime="0" definition="(HA40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="55" partition="1" name="L1_TAU60" complex_deadtime="0" definition="(HA60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA60_x1" triggerthreshold="HA60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="56" partition="1" name="L1_TAU8" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="57" partition="1" name="L1_TAU8_EMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="58" partition="1" name="L1_TAU20IM_2TAU12IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="59" partition="1" name="L1_TAU20_2TAU12" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="60" partition="1" name="L1_EM15HI_2TAU12IM" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="61" partition="1" name="L1_EM15HI_2TAU12IM_J25_3J12" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="62" partition="1" name="L1_EM15HI_TAU40_2TAU15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA40[x1]&amp;HA15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="63" partition="1" name="L1_MU10_TAU12IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="64" partition="1" name="L1_MU10_TAU12IM_J25_2J12" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;J25[x1]&amp;J12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J12_x2" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="65" partition="1" name="L1_EM7_MU10" complex_deadtime="0" definition="(EM7[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="66" partition="1" name="L1_MU6_EMPTY" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="67" partition="1" name="L1_MU10_TAU20IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="68" partition="1" name="L1_XE10" complex_deadtime="0" definition="(XE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="69" partition="1" name="L1_EM20VHI_TAU20IM_2TAU20_J25_3J20" complex_deadtime="0" definition="(EM20VHI[x1]&amp;HA20IM[x1]&amp;HA20[x2]&amp;J25[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA20_x2" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="70" partition="1" name="L1_TAU20IM_2TAU12IM_J25_2J20_3J12" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="71" partition="1" name="L1_J25_2J20_3J12_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="72" partition="1" name="L1_DR-MU10TAU12I_TAU12I-J25" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="73" partition="1" name="L1_MU10_TAU12I-J25" complex_deadtime="0" definition="(MU10[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="74" partition="1" name="L1_TAU20IM_2J20_XE45" complex_deadtime="0" definition="(HA20IM[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="75" partition="1" name="L1_J15.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J15.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="76" partition="1" name="L1_TAU60_DR-TAU20ITAU12I" complex_deadtime="0" definition="(HA60[x1]&amp;0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA60_x1" triggerthreshold="HA60"/>
-        <TriggerCondition multi="1" name="0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="77" partition="1" name="L1_AFP_NSC" complex_deadtime="0" definition="(AFP_NSC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="78" partition="1" name="L1_EM15HI_2TAU12IM_XE35" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="79" partition="1" name="L1_AFP_FSC" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="80" partition="1" name="L1_AFP_C_ANY" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="81" partition="1" name="L1_MU10_TAU12IM_XE35" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="82" partition="1" name="L1_TE15" complex_deadtime="0" definition="(TE15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE15_x1" triggerthreshold="TE15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="83" partition="1" name="L1_TAU20IM_2TAU12IM_XE35" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="84" partition="1" name="L1_TAU20_2TAU12_XE35" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="85" partition="1" name="L1_XE30" complex_deadtime="0" definition="(XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="86" partition="1" name="L1_TAU20IM_FTK" complex_deadtime="0" definition="(HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="87" partition="1" name="L1_MU4_J12" complex_deadtime="0" definition="(MU4[x1]&amp;J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="88" partition="1" name="L1_MU6_J20" complex_deadtime="0" definition="(MU6[x1]&amp;J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="89" partition="1" name="L1_MU6_J40" complex_deadtime="0" definition="(MU6[x1]&amp;J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="90" partition="1" name="L1_MU6_J75" complex_deadtime="0" definition="(MU6[x1]&amp;J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="91" partition="1" name="L1_J12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="92" partition="1" name="L1_J15" complex_deadtime="0" definition="(J15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="93" partition="1" name="L1_J20" complex_deadtime="0" definition="(J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="94" partition="1" name="L1_J25" complex_deadtime="0" definition="(J25[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="95" partition="1" name="L1_J30" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="96" partition="1" name="L1_J40" complex_deadtime="0" definition="(J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="97" partition="1" name="L1_J50" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="98" partition="1" name="L1_J75" complex_deadtime="0" definition="(J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="99" partition="1" name="L1_J85" complex_deadtime="0" definition="(J85[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J85_x1" triggerthreshold="J85"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="100" partition="1" name="L1_J100" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="101" partition="1" name="L1_J120" complex_deadtime="0" definition="(J120[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J120_x1" triggerthreshold="J120"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="102" partition="1" name="L1_J400" complex_deadtime="0" definition="(J400[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J400_x1" triggerthreshold="J400"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="103" partition="1" name="L1_J20.31ETA49" complex_deadtime="0" definition="(J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="104" partition="1" name="L1_J30.31ETA49" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="105" partition="1" name="L1_J50.31ETA49" complex_deadtime="0" definition="(J50.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50.31ETA49_x1" triggerthreshold="J50.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="106" partition="1" name="L1_J75.31ETA49" complex_deadtime="0" definition="(J75.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75.31ETA49_x1" triggerthreshold="J75.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="107" partition="1" name="L1_J100.31ETA49" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="108" partition="1" name="L1_XE65" complex_deadtime="0" definition="(XE65[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE65_x1" triggerthreshold="XE65"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="109" partition="1" name="L1_J15.31ETA49" complex_deadtime="0" definition="(J15.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="110" partition="1" name="L1_J20.28ETA31" complex_deadtime="0" definition="(J20.28ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.28ETA31_x1" triggerthreshold="J20.28ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="111" partition="1" name="L1_J12_EMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="112" partition="1" name="L1_J12_FIRSTEMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="113" partition="1" name="L1_J12_UNPAIRED_ISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="114" partition="1" name="L1_J12_UNPAIRED_NONISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="115" partition="1" name="L1_J12_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="116" partition="1" name="L1_J30_EMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="117" partition="1" name="L1_J30_FIRSTEMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="118" partition="1" name="L1_J30.31ETA49_EMPTY" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="119" partition="1" name="L1_J30.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="120" partition="1" name="L1_J30.31ETA49_UNPAIRED_NONISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="121" partition="1" name="L1_J50_UNPAIRED_ISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="122" partition="1" name="L1_J50_UNPAIRED_NONISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="123" partition="1" name="L1_J50_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="124" partition="1" name="L1_AFP_C_ANY_UNPAIRED_ISO" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="125" partition="1" name="L1_J20_J20.31ETA49" complex_deadtime="0" definition="(J20[x1]&amp;J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="126" partition="1" name="L1_3J15" complex_deadtime="0" definition="(J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="127" partition="1" name="L1_3J20" complex_deadtime="0" definition="(J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="128" partition="1" name="L1_3J40" complex_deadtime="0" definition="(J40[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J40_x3" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="129" partition="1" name="L1_3J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15.0ETA25_x3" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="130" partition="1" name="L1_3J50" complex_deadtime="0" definition="(J50[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="131" partition="1" name="L1_4J15" complex_deadtime="0" definition="(J15[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="132" partition="1" name="L1_4J20" complex_deadtime="0" definition="(J20[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="133" partition="1" name="L1_J75_XE50" complex_deadtime="0" definition="(J75[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="134" partition="1" name="L1_XE75" complex_deadtime="0" definition="(XE75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE75_x1" triggerthreshold="XE75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="135" partition="1" name="L1_6J15" complex_deadtime="0" definition="(J15[x6]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="6" name="J15_x6" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="136" partition="1" name="L1_J75_3J20" complex_deadtime="0" definition="(J75[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="137" partition="1" name="L1_J30.0ETA49_2J20.0ETA49" complex_deadtime="0" definition="(J30.0ETA49[x1]&amp;J20.0ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.0ETA49_x1" triggerthreshold="J30.0ETA49"/>
-        <TriggerCondition multi="2" name="J20.0ETA49_x2" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="138" partition="1" name="L1_TE10" complex_deadtime="0" definition="(TE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="139" partition="1" name="L1_AFP_C_ANY_UNPAIRED_NONISO" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="140" partition="1" name="L1_5J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x5]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="5" name="J15.0ETA25_x5" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="141" partition="1" name="L1_2J15_XE55" complex_deadtime="0" definition="(J15[x2]&amp;XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="142" partition="1" name="L1_J40_XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="143" partition="1" name="L1_TE25" complex_deadtime="0" definition="(TE25[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE25_x1" triggerthreshold="TE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="144" partition="1" name="L1_XE35" complex_deadtime="0" definition="(XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="145" partition="1" name="L1_XE40" complex_deadtime="0" definition="(XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="146" partition="1" name="L1_XE45" complex_deadtime="0" definition="(XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="147" partition="1" name="L1_XE50" complex_deadtime="0" definition="(XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="148" partition="1" name="L1_XE55" complex_deadtime="0" definition="(XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="149" partition="1" name="L1_XE60" complex_deadtime="0" definition="(XE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="150" partition="1" name="L1_XE70" complex_deadtime="0" definition="(XE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE70_x1" triggerthreshold="XE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="151" partition="1" name="L1_XE80" complex_deadtime="0" definition="(XE80[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE80_x1" triggerthreshold="XE80"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="152" partition="1" name="L1_XS20" complex_deadtime="0" definition="(XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="153" partition="1" name="L1_XS30" complex_deadtime="0" definition="(XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="154" partition="1" name="L1_EM12_XS20" complex_deadtime="0" definition="(EM12[x1]&amp;XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="155" partition="1" name="L1_EM15_XS30" complex_deadtime="0" definition="(EM15[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="156" partition="1" name="L1_XE150" complex_deadtime="0" definition="(XE150[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE150_x1" triggerthreshold="XE150"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="157" partition="1" name="L1_TE30" complex_deadtime="0" definition="(TE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30_x1" triggerthreshold="TE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="158" partition="1" name="L1_TE40" complex_deadtime="0" definition="(TE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40_x1" triggerthreshold="TE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="159" partition="1" name="L1_TE70" complex_deadtime="0" definition="(TE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70_x1" triggerthreshold="TE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="160" partition="1" name="L1_TE30.0ETA24" complex_deadtime="0" definition="(TE30.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30.0ETA24_x1" triggerthreshold="TE30.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="161" partition="1" name="L1_BCM_Wide_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="162" partition="1" name="L1_BCM_AC_CA_UNPAIRED_ISO" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="163" partition="1" name="L1_BCM_AC_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="164" partition="1" name="L1_MBTS_1_EMPTY" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="165" partition="1" name="L1_MBTS_1_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="166" partition="1" name="L1_MBTS_2_EMPTY" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="167" partition="1" name="L1_MBTS_2_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="168" partition="1" name="L1_MBTS_1_1_EMPTY" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="169" partition="1" name="L1_MBTS_1_1_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="170" partition="1" name="L1_AFP_C_ALFA_A" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="171" partition="1" name="L1_DPHI-AJ20s2XE50" complex_deadtime="0" definition="(10MINDPHI-AJ20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-AJ20s2-XE50_x1" triggerthreshold="10MINDPHI-AJ20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="172" partition="1" name="L1_EM13VH_3J20" complex_deadtime="0" definition="(EM13VH[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM13VH_x1" triggerthreshold="EM13VH"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="173" partition="1" name="L1_MU10_3J20" complex_deadtime="0" definition="(MU10[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="174" partition="1" name="L1_AFP_C_ANY_MBTS_A" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;MBTS_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="175" partition="1" name="L1_2J50_XE40" complex_deadtime="0" definition="(J50[x2]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J50_x2" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="176" partition="1" name="L1_J40_XE60" complex_deadtime="0" definition="(J40[x1]&amp;XE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="177" partition="1" name="L1_J40.0ETA25_XE50" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="178" partition="1" name="L1_BPH-2M8-2MU4" complex_deadtime="0" definition="(2INVM8-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-2MU4ab_x1" triggerthreshold="2INVM8-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="179" partition="1" name="L1_BPH-8M15-MU6MU4" complex_deadtime="0" definition="(8INVM15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-MU6ab-MU4ab_x1" triggerthreshold="8INVM15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="180" partition="1" name="L1_BPH-8M15-2MU6" complex_deadtime="0" definition="(8INVM15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-2MU6ab_x1" triggerthreshold="8INVM15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="181" partition="1" name="L1_J40.0ETA25_2J15.31ETA49" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;J15.31ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="2" name="J15.31ETA49_x2" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="182" partition="1" name="L1_J40.0ETA25_2J25_J20.31ETA49" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;J25[x2]&amp;J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="2" name="J25_x2" triggerthreshold="J25"/>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="183" partition="1" name="L1_AFP_C_MBTS_A" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;MBTS_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="184" partition="1" name="L1_3J15.0ETA25_XE40" complex_deadtime="0" definition="(J15.0ETA25[x3]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15.0ETA25_x3" triggerthreshold="J15.0ETA25"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="185" partition="1" name="L1_MBTS_4_A_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x4]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="186" partition="1" name="L1_MBTS_4_C_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_C[x4]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="187" partition="1" name="L1_XE300" complex_deadtime="0" definition="(XE300[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE300_x1" triggerthreshold="XE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="188" partition="1" name="L1_RD1_BGRP10" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP10)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP10"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="189" partition="1" name="L1_AFP_C_ZDC_C" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="190" partition="1" name="L1_AFP_C_J12" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="191" partition="1" name="L1_AFP_C_EM3" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;EM3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="192" partition="1" name="L1_AFP_C_TE5" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="193" partition="1" name="L1_AFP_C_ALFA_C" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="194" partition="1" name="L1_MBTS_4_A" complex_deadtime="0" definition="(MBTS_A[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="195" partition="1" name="L1_MBTS_4_C" complex_deadtime="0" definition="(MBTS_C[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="196" partition="1" name="L1_MBTS_1_BGRP9" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="197" partition="1" name="L1_MBTS_2_BGRP9" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="198" partition="1" name="L1_MBTS_1_BGRP11" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="199" partition="1" name="L1_MBTS_2_BGRP11" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="200" partition="1" name="L1_RD0_FILLED" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="201" partition="1" name="L1_RD0_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP4)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="202" partition="1" name="L1_RD0_EMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="203" partition="1" name="L1_RD1_FILLED" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="204" partition="1" name="L1_RD1_EMPTY" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP3)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="205" partition="1" name="L1_RD2_FILLED" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="206" partition="1" name="L1_RD2_EMPTY" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="207" partition="1" name="L1_RD3_FILLED" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="208" partition="1" name="L1_RD3_EMPTY" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="209" partition="1" name="L1_RD0_FIRSTEMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP6)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="210" partition="1" name="L1_RD0_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="211" partition="1" name="L1_RD0_BGRP11" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP11)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="212" partition="1" name="L1_LUCID" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="213" partition="1" name="L1_LUCID_EMPTY" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="214" partition="1" name="L1_LUCID_UNPAIRED_ISO" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="215" partition="1" name="L1_LUCID_A_C_EMPTY" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="216" partition="1" name="L1_LUCID_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="217" partition="1" name="L1_LUCID_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="218" partition="1" name="L1_TRT_FILLED" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="219" partition="1" name="L1_TRT_EMPTY" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="220" partition="1" name="L1_TGC_BURST" complex_deadtime="0" definition="(NIMTGC[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTGC_x1" triggerthreshold="NIMTGC"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="221" partition="1" name="L1_LHCF" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="222" partition="1" name="L1_BCM_Wide_BGRP0" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="223" partition="1" name="L1_BCM_AC_CA_BGRP0" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="224" partition="1" name="L1_BCM_Wide_EMPTY" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="225" partition="1" name="L1_BCM_Wide_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="226" partition="1" name="L1_MBTS_1" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="227" partition="1" name="L1_MBTS_2" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="228" partition="1" name="L1_MBTS_1_1" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="229" partition="1" name="L1_BCM_CA_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="230" partition="1" name="L1_BCM_AC_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="231" partition="1" name="L1_BCM_CA_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="232" partition="1" name="L1_BCM_AC_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="233" partition="1" name="L1_BCM_CA_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="234" partition="1" name="L1_BCM_Wide_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="235" partition="1" name="L1_BCM_AC_CALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="236" partition="1" name="L1_BCM_CA_CALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="237" partition="1" name="L1_BCM_Wide_CALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="238" partition="1" name="L1_BTAG-MU4J15" complex_deadtime="0" definition="(0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="239" partition="1" name="L1_BTAG-MU4J30" complex_deadtime="0" definition="(0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="240" partition="1" name="L1_ZB" complex_deadtime="0" definition="(ZB_EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM15_x1" triggerthreshold="ZB_EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="241" partition="1" name="L1_BPTX0_BGRP0" complex_deadtime="0" definition="(BPTX0[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="242" partition="1" name="L1_BPTX1_BGRP0" complex_deadtime="0" definition="(BPTX1[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="243" partition="1" name="L1_BTAG-MU6J20" complex_deadtime="0" definition="(0DR04-MU6ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ20ab_x1" triggerthreshold="0DR04-MU6ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="244" partition="1" name="L1_BTAG-MU6J25" complex_deadtime="0" definition="(0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="245" partition="1" name="L1_J40_XE50_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="246" partition="1" name="L1_3J15_BTAG-MU4J15" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="247" partition="1" name="L1_3J15_BTAG-MU4J30" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="248" partition="1" name="L1_3J15_BTAG-MU6J25" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="249" partition="1" name="L1_3J20_BTAG-MU4J20" complex_deadtime="0" definition="(J20[x3]&amp;0DR04-MU4ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ20ab_x1" triggerthreshold="0DR04-MU4ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="250" partition="1" name="L1_AFP_C_ANY_EMPTY" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="251" partition="1" name="L1_J40_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="252" partition="1" name="L1_J40_DPHI-J20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="253" partition="1" name="L1_J40_DPHI-CJ20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="254" partition="1" name="L1_TAU40_2TAU20IM" complex_deadtime="0" definition="(HA40[x1]&amp;HA20IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA20IM_x2" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="255" partition="1" name="L1_MU10_2J15_J20" complex_deadtime="0" definition="(MU10[x1]&amp;J15[x2]&amp;J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="256" partition="1" name="L1_MU11" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="257" partition="1" name="L1_MU4_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x1]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="258" partition="1" name="L1_HT190-J15.ETA21" complex_deadtime="0" definition="(HT190-AJ15all.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-AJ15all.ETA21_x1" triggerthreshold="HT190-AJ15all.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="259" partition="1" name="L1_HT190-J15s5.ETA21" complex_deadtime="0" definition="(HT190-J15s5.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-J15s5.ETA21_x1" triggerthreshold="HT190-J15s5.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="260" partition="1" name="L1_HT150-J20.ETA31" complex_deadtime="0" definition="(HT150-AJ20all.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJ20all.ETA31_x1" triggerthreshold="HT150-AJ20all.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="261" partition="1" name="L1_HT150-J20s5.ETA31" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="262" partition="1" name="L1_JPSI-1M5" complex_deadtime="0" definition="(1INVM5-EMs1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EMs1-EMs6_x1" triggerthreshold="1INVM5-EMs1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="263" partition="1" name="L1_JPSI-1M5-EM7" complex_deadtime="0" definition="(1INVM5-EM7s1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM7s1-EMs6_x1" triggerthreshold="1INVM5-EM7s1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="264" partition="1" name="L1_JPSI-1M5-EM12" complex_deadtime="0" definition="(1INVM5-EM12s1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM12s1-EMs6_x1" triggerthreshold="1INVM5-EM12s1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="265" partition="1" name="L1_KF-XE40" complex_deadtime="0" definition="(KF-XE40-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE40-AJall_x1" triggerthreshold="KF-XE40-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="266" partition="1" name="L1_KF-XE50" complex_deadtime="0" definition="(KF-XE50-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE50-AJall_x1" triggerthreshold="KF-XE50-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="267" partition="1" name="L1_KF-XE55" complex_deadtime="0" definition="(KF-XE55-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE55-AJall_x1" triggerthreshold="KF-XE55-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="268" partition="1" name="L1_KF-XE60" complex_deadtime="0" definition="(KF-XE60-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE60-AJall_x1" triggerthreshold="KF-XE60-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="269" partition="1" name="L1_KF-XE65" complex_deadtime="0" definition="(KF-XE65-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE65-AJall_x1" triggerthreshold="KF-XE65-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="270" partition="1" name="L1_KF-XE75" complex_deadtime="0" definition="(KF-XE75-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE75-AJall_x1" triggerthreshold="KF-XE75-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="271" partition="1" name="L1_2MU4_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x2]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="272" partition="1" name="L1_HT150-J20s5.ETA31_MJJ-400" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="273" partition="1" name="L1_HT150-J20s5.ETA31_MJJ-400-CF" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49_x1" triggerthreshold="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="274" partition="1" name="L1_AFP_C_ANY_FIRSTEMPTY" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP6)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="275" partition="1" name="L1_AFP_C_AND" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="276" partition="1" name="L1_EM12_W-MT25" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="277" partition="1" name="L1_W-05RO-XEHT-0" complex_deadtime="0" definition="(05RATIO-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05RATIO-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="278" partition="1" name="L1_MU10_2J20" complex_deadtime="0" definition="(MU10[x1]&amp;J20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="279" partition="1" name="L1_W-90RO2-XEHT-0" complex_deadtime="0" definition="(90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="280" partition="1" name="L1_W-250RO2-XEHT-0" complex_deadtime="0" definition="(250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="281" partition="1" name="L1_W-HT20-JJ15.ETA49" complex_deadtime="0" definition="(HT20-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT20-AJj15all.ETA49_x1" triggerthreshold="HT20-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="282" partition="1" name="L1_W-NOMATCH" complex_deadtime="0" definition="(NOT-02MATCH-EM10s1-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-02MATCH-EM10s1-AJj15all.ETA49_x1" triggerthreshold="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="283" partition="1" name="L1_EM12_W-MT35_XS30_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;XS30[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="284" partition="1" name="L1_EM12_W-MT35_XS40_W-05DPHI-JXE-0_W-05DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;XS40[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM12s6-XE0_x1" triggerthreshold="05MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="285" partition="1" name="L1_EM12_W-MT35_W-90RO2-XEHT-0_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="286" partition="1" name="L1_EM15_W-MT35" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="287" partition="1" name="L1_EM12_W-MT35_W-250RO2-XEHT-0_W-05DPHI-JXE-0_W-05DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM12s6-XE0_x1" triggerthreshold="05MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="288" partition="1" name="L1_EM15_W-MT35_W-250RO2-XEHT-0_W-15DPHI-JXE-0_W-15DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM15s6-XE0_x1" triggerthreshold="15MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="289" partition="1" name="L1_EM15_W-MT35_W-250RO2-XEHT-0_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="290" partition="1" name="L1_EM15_W-MT35_XS60_W-15DPHI-JXE-0_W-15DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS60[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM15s6-XE0_x1" triggerthreshold="15MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="291" partition="1" name="L1_EM15_W-MT35_XS60_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS60[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="292" partition="1" name="L1_EM15_W-MT35_XS40_W-15DPHI-JXE-0_W-15DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS40[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM15s6-XE0_x1" triggerthreshold="15MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="293" partition="1" name="L1_EM15_W-MT35_XS40_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS40[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="294" partition="1" name="L1_EM12_W-MT35_XS50" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;XS50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="295" partition="1" name="L1_EM18VH_3J20" complex_deadtime="0" definition="(EM18VH[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="296" partition="1" name="L1_BPH-2M8-2MU4_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM8-2MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-2MU4ab_x1" triggerthreshold="2INVM8-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="297" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-2MU4ab_x1" triggerthreshold="0DR24-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="298" partition="1" name="L1_BPH-2M8-MU6MU4_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM8-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-MU6ab-MU4ab_x1" triggerthreshold="2INVM8-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="299" partition="1" name="L1_BPH-8M15-MU6MU4_BPH-0DR22-MU6MU4" complex_deadtime="0" definition="(8INVM15-MU6ab-MU4ab[x1]&amp;0DR22-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-MU6ab-MU4ab_x1" triggerthreshold="8INVM15-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR22-MU6ab-MU4ab_x1" triggerthreshold="0DR22-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="300" partition="1" name="L1_BPH-2M9-2MU6_BPH-2DR15-2MU6" complex_deadtime="0" definition="(2INVM9-2MU6ab[x1]&amp;2DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-2MU6ab_x1" triggerthreshold="2INVM9-2MU6ab"/>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="301" partition="1" name="L1_BPH-8M15-2MU6_BPH-0DR22-2MU6" complex_deadtime="0" definition="(8INVM15-2MU6ab[x1]&amp;0DR22-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-2MU6ab_x1" triggerthreshold="8INVM15-2MU6ab"/>
-        <TriggerCondition multi="1" name="0DR22-2MU6ab_x1" triggerthreshold="0DR22-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="302" partition="1" name="L1_MU6MU4-BO" complex_deadtime="0" definition="(MULT-CMU4ab[x2]&amp;MULT-CMU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU4ab_x2" triggerthreshold="MULT-CMU4ab"/>
-        <TriggerCondition multi="1" name="MULT-CMU6ab_x1" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="303" partition="1" name="L1_2MU4-B" complex_deadtime="0" definition="(MU4[x2]&amp;MULT-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MULT-CMU4ab_x1" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="304" partition="1" name="L1_2MU6-B" complex_deadtime="0" definition="(MU6[x2]&amp;MULT-CMU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="MULT-CMU6ab_x1" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="305" partition="1" name="L1_J15.0ETA25_2J15.31ETA49" complex_deadtime="0" definition="(J15.0ETA25[x1]&amp;J15.31ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.0ETA25_x1" triggerthreshold="J15.0ETA25"/>
-        <TriggerCondition multi="2" name="J15.31ETA49_x2" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="306" partition="1" name="L1_BPH-2M8-2MU4-B_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM8-CMU4ab-MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-CMU4ab-MU4ab_x1" triggerthreshold="2INVM8-CMU4ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="307" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4-B" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-CMU4ab-MU4ab_x1" triggerthreshold="0DR24-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="308" partition="1" name="L1_EM15_W-MT35_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="309" partition="1" name="L1_EM10VH_W-MT35_XS50" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM10VH[x1]&amp;XS50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="310" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4-BO" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-2CMU4ab_x1" triggerthreshold="0DR24-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="311" partition="1" name="L1_BPH-2M8-MU6MU4-B_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM8-ONEBARREL-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="2INVM8-ONEBARREL-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="312" partition="1" name="L1_2MU4-BO" complex_deadtime="0" definition="(MULT-CMU4ab[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU4ab_x2" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="313" partition="1" name="L1_2MU6-BO" complex_deadtime="0" definition="(MULT-CMU6ab[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU6ab_x2" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="314" partition="1" name="L1_MU6_2MU4-B" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;MULT-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MULT-CMU4ab_x1" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="315" partition="1" name="L1_DY-DR-2MU4" complex_deadtime="0" definition="(2DR99-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR99-2MU4ab_x1" triggerthreshold="2DR99-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="316" partition="1" name="L1_EM15VH_2EM8VH_MU6" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM8VH[x2]&amp;MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="317" partition="1" name="L1_EM15VH_W-MT35_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15VH[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="318" partition="1" name="L1_DY-BOX-2MU6" complex_deadtime="0" definition="(5DETA99-5DPHI99-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-2MU6ab_x1" triggerthreshold="5DETA99-5DPHI99-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="319" partition="1" name="L1_LFV-MU" complex_deadtime="0" definition="(0DR10-MU10ab-MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR10-MU10ab-MU6ab_x1" triggerthreshold="0DR10-MU10ab-MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="320" partition="1" name="L1_LFV-EM8I" complex_deadtime="0" definition="(0DETA04-EM8abi-MU10ab[x1]&amp;0DPHI03-EM8abi-MU10ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-EM8abi-MU10ab_x1" triggerthreshold="0DETA04-EM8abi-MU10ab"/>
-        <TriggerCondition multi="1" name="0DPHI03-EM8abi-MU10ab_x1" triggerthreshold="0DPHI03-EM8abi-MU10ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="321" partition="1" name="L1_LFV-EM15I" complex_deadtime="0" definition="(0DETA04-EM15abi-MUab[x1]&amp;0DPHI03-EM15abi-MUab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-EM15abi-MUab_x1" triggerthreshold="0DETA04-EM15abi-MUab"/>
-        <TriggerCondition multi="1" name="0DPHI03-EM15abi-MUab_x1" triggerthreshold="0DPHI03-EM15abi-MUab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="322" partition="1" name="L1_EM7_MU15" complex_deadtime="0" definition="(EM7[x1]&amp;MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="323" partition="1" name="L1_DPHI-J20s2XE50" complex_deadtime="0" definition="(10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="324" partition="1" name="L1_DPHI-J20XE50" complex_deadtime="0" definition="(10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="325" partition="1" name="L1_DPHI-CJ20XE50" complex_deadtime="0" definition="(10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="326" partition="1" name="L1_MJJ-900" complex_deadtime="0" definition="(900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="327" partition="1" name="L1_MJJ-800" complex_deadtime="0" definition="(800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="328" partition="1" name="L1_MJJ-700" complex_deadtime="0" definition="(700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="329" partition="1" name="L1_MJJ-400" complex_deadtime="0" definition="(400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="330" partition="1" name="L1_MU4_J50_XE40" complex_deadtime="0" definition="(MU4[x1]&amp;J50[x1]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="331" partition="1" name="L1_2MU4_J40_XE20" complex_deadtime="0" definition="(MU4[x2]&amp;J40[x1]&amp;XE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="332" partition="1" name="L1_LFV-MU6" complex_deadtime="0" definition="(0DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR15-2MU6ab_x1" triggerthreshold="0DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="333" partition="1" name="L1_MJJ-100" complex_deadtime="0" definition="(100INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="100INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="334" partition="1" name="L1_HT150-JJ15.ETA49" complex_deadtime="0" definition="(HT150-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJj15all.ETA49_x1" triggerthreshold="HT150-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="335" partition="1" name="L1_EM20VH_W-MT35_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM20VH[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="336" partition="1" name="L1_J4-MATCH" complex_deadtime="0" definition="(0MATCH-4AJ20.ETA31-4AJj15.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31_x1" triggerthreshold="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="337" partition="1" name="L1_DR25-TAU20ITAU12I" complex_deadtime="0" definition="(0DR25-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR25-TAU20abi-TAU12abi_x1" triggerthreshold="0DR25-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="338" partition="1" name="L1_LLP-RO" complex_deadtime="0" definition="(100RATIO-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100RATIO-0MATCH-TAU30si2-EMall_x1" triggerthreshold="100RATIO-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="339" partition="1" name="L1_LLP-NOMATCH" complex_deadtime="0" definition="(NOT-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-0MATCH-TAU30si2-EMall_x1" triggerthreshold="NOT-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="340" partition="1" name="L1_DR-MU10TAU12I" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="341" partition="1" name="L1_TAU30_EMPTY" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="342" partition="1" name="L1_EM22VHI_W-MT35_XS40" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM22VHI[x1]&amp;XS40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="343" partition="1" name="L1_TAU30_UNPAIRED_ISO" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="344" partition="1" name="L1_EM12_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_W-90RO2-XEHT-0" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="345" partition="1" name="L1_EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-EM15his2-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-EM15his2-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="346" partition="1" name="L1_DR-EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="347" partition="1" name="L1_TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-TAU20abi-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU20abi-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="348" partition="1" name="L1_DR-TAU20ITAU12I" complex_deadtime="0" definition="(0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="349" partition="1" name="L1_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="350" partition="1" name="L1_DR-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="351" partition="1" name="L1_LAR-EM" complex_deadtime="0" definition="(LAR-EM50s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-EM50s1_x1" triggerthreshold="LAR-EM50s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="352" partition="1" name="L1_LAR-J" complex_deadtime="0" definition="(LAR-J100s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-J100s1_x1" triggerthreshold="LAR-J100s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="353" partition="1" name="L1_DR-EM15TAU12I" complex_deadtime="0" definition="(DISAMB-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="DISAMB-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="354" partition="1" name="L1_LATE-MU10_XE50" complex_deadtime="0" definition="(LATE-MU10s1[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LATE-MU10s1_x1" triggerthreshold="LATE-MU10s1"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="355" partition="1" name="L1_LATE-MU10_J50" complex_deadtime="0" definition="(LATE-MU10s1[x1]&amp;J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LATE-MU10s1_x1" triggerthreshold="LATE-MU10s1"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="356" partition="1" name="L1_SC111" complex_deadtime="0" definition="(SC111-CJ15ab.ETA26[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="SC111-CJ15ab.ETA26_x1" triggerthreshold="SC111-CJ15ab.ETA26"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="357" partition="1" name="L1_SC85" complex_deadtime="0" definition="(SC85-CJ15ab.ETA26[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="SC85-CJ15ab.ETA26_x1" triggerthreshold="SC85-CJ15ab.ETA26"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="358" partition="1" name="L1_MU6_MJJ-200" complex_deadtime="0" definition="(MU6[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="359" partition="1" name="L1_MU6_MJJ-300" complex_deadtime="0" definition="(MU6[x1]&amp;300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="360" partition="1" name="L1_MU6_MJJ-400" complex_deadtime="0" definition="(MU6[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="361" partition="1" name="L1_MU6_MJJ-500" complex_deadtime="0" definition="(MU6[x1]&amp;500INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="500INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="500INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="362" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="363" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="364" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="365" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="366" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="367" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="368" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="369" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="370" partition="1" name="L1_XE35_MJJ-200" complex_deadtime="0" definition="(XE35[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="371" partition="1" name="L1_EM7_FIRSTEMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="372" partition="1" name="L1_RD0_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP8)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="373" partition="1" name="L1_3J25.0ETA23" complex_deadtime="0" definition="(J25.0ETA23[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J25.0ETA23_x3" triggerthreshold="J25.0ETA23"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="374" partition="1" name="L1_TE20" complex_deadtime="0" definition="(TE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="375" partition="1" name="L1_TE10.0ETA24" complex_deadtime="0" definition="(TE10.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10.0ETA24_x1" triggerthreshold="TE10.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="376" partition="1" name="L1_TE20.0ETA24" complex_deadtime="0" definition="(TE20.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20.0ETA24_x1" triggerthreshold="TE20.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="377" partition="1" name="L1_MU10_TAU20IM_J25_2J20" complex_deadtime="0" definition="(MU10[x1]&amp;HA20IM[x1]&amp;J25[x1]&amp;J20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="378" partition="1" name="L1_EM15HI_TAU20IM_2TAU15_J25_2J20_3J15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA20IM[x1]&amp;HA15[x2]&amp;J25[x1]&amp;J20[x2]&amp;J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="379" partition="1" name="L1_AFP_C_MU4" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="380" partition="1" name="L1_J12_BGRP12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="381" partition="1" name="L1_J30.31ETA49_BGRP12" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="382" partition="1" name="L1_MU6_J30.0ETA49_2J20.0ETA49" complex_deadtime="0" definition="(MU6[x1]&amp;J30.0ETA49[x1]&amp;J20.0ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J30.0ETA49_x1" triggerthreshold="J30.0ETA49"/>
-        <TriggerCondition multi="2" name="J20.0ETA49_x2" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="383" partition="1" name="L1_4J20.0ETA49" complex_deadtime="0" definition="(J20.0ETA49[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="384" partition="1" name="L1_EM12_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_XS20" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="385" partition="1" name="L1_EM18VH_MJJ-300" complex_deadtime="0" definition="(EM18VH[x1]&amp;300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="386" partition="1" name="L1_DR25-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="387" partition="1" name="L1_30M-EM20ITAU12" complex_deadtime="0" definition="(DISAMB-30INVM-EM20his2-TAU12ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-30INVM-EM20his2-TAU12ab_x1" triggerthreshold="DISAMB-30INVM-EM20his2-TAU12ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="388" partition="1" name="L1_TAU8_UNPAIRED_ISO" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="389" partition="1" name="L1_EM7_UNPAIRED_ISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="390" partition="1" name="L1_RD2_BGRP12" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP12)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="391" partition="1" name="L1_TAU8_FIRSTEMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="392" partition="1" name="L1_EM24VHI" complex_deadtime="0" definition="(EM24VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM24VHI_x1" triggerthreshold="EM24VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="393" partition="1" name="L1_LHCF_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="394" partition="1" name="L1_LHCF_EMPTY" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="395" partition="1" name="L1_EM15VH_2EM10VH_3EM7" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM10VH[x2]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="396" partition="1" name="L1_EM15VH_3EM8VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM8VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM8VH_x3" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="397" partition="1" name="L1_MJJ-400-CF" complex_deadtime="0" definition="(400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49_x1" triggerthreshold="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="398" partition="1" name="L1_2EM18VH" complex_deadtime="0" definition="(EM18VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM18VH_x2" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="399" partition="1" name="L1_EM8I_MU10" complex_deadtime="0" definition="(EM8I[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="400" partition="1" name="L1_2EM20VH" complex_deadtime="0" definition="(EM20VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM20VH_x2" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="401" partition="1" name="L1_EM15VH_3EM10VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM10VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM10VH_x3" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="402" partition="1" name="L1_EM26VHI" complex_deadtime="0" definition="(EM26VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM26VHI_x1" triggerthreshold="EM26VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="403" partition="1" name="L1_MU6_3MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="404" partition="1" name="L1_2MU6_3MU4" complex_deadtime="0" definition="(MU6[x2]&amp;MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="405" partition="1" name="L1_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="406" partition="1" name="L1_EM18VH_3EM8VH" complex_deadtime="0" definition="(EM18VH[x1]&amp;EM8VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="3" name="EM8VH_x3" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="407" partition="1" name="L1_TE5" complex_deadtime="0" definition="(TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="408" partition="1" name="L1_EM18VH_2EM10VH_3EM7" complex_deadtime="0" definition="(EM18VH[x1]&amp;EM10VH[x2]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="409" partition="1" name="L1_TE25.0ETA24" complex_deadtime="0" definition="(TE25.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE25.0ETA24_x1" triggerthreshold="TE25.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="410" partition="1" name="L1_TE5.0ETA24" complex_deadtime="0" definition="(TE5.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5.0ETA24_x1" triggerthreshold="TE5.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="411" partition="1" name="L1_EM20VH_FIRSTEMPTY" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="412" partition="1" name="L1_EM22VHI_FIRSTEMPTY" complex_deadtime="0" definition="(EM22VHI[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="413" partition="1" name="L1_MU20_FIRSTEMPTY" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="414" partition="1" name="L1_J100_FIRSTEMPTY" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="415" partition="1" name="L1_J100.31ETA49_FIRSTEMPTY" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="416" partition="1" name="L1_EM12_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="417" partition="1" name="L1_TE70.0ETA24" complex_deadtime="0" definition="(TE70.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70.0ETA24_x1" triggerthreshold="TE70.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="418" partition="1" name="L1_TE40.0ETA24" complex_deadtime="0" definition="(TE40.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40.0ETA24_x1" triggerthreshold="TE40.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="419" partition="1" name="L1_ZDC_A" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="420" partition="1" name="L1_ZDC_C" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="421" partition="1" name="L1_ZDC_AND" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="422" partition="1" name="L1_ZDC_A_C" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="423" partition="1" name="L1_EM15HI" complex_deadtime="0" definition="(EM15HI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="424" partition="1" name="L1_EM15I" complex_deadtime="0" definition="(EM15[x1]&amp;EM8I[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="425" partition="1" name="L1_3J35.0ETA23" complex_deadtime="0" definition="(J35.0ETA23[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J35.0ETA23_x3" triggerthreshold="J35.0ETA23"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="426" partition="1" name="L1_BPH-2M9-2MU4_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM9-2MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-2MU4ab_x1" triggerthreshold="2INVM9-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="427" partition="1" name="L1_BPH-2M9-MU6MU4_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM9-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-MU6ab-MU4ab_x1" triggerthreshold="2INVM9-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="428" partition="1" name="L1_MU20_J40" complex_deadtime="0" definition="(MU20[x1]&amp;J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="429" partition="1" name="L1_TAU40_2TAU12IM_XE40" complex_deadtime="0" definition="(HA40[x1]&amp;HA12IM[x2]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="430" partition="1" name="L1_MU11_TAU20IM" complex_deadtime="0" definition="(MU11[x1]&amp;HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="431" partition="1" name="L1_EM20VH_3EM10VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;EM10VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="3" name="EM10VH_x3" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="432" partition="1" name="L1_EM20VH_2EM10VH_3EM8VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;EM10VH[x2]&amp;EM8VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="3" name="EM8VH_x3" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="433" partition="1" name="L1_MU20_XE30" complex_deadtime="0" definition="(MU20[x1]&amp;XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="434" partition="1" name="L1_MU4_2EM3_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x1]&amp;EM3[x2]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="435" partition="1" name="L1_3EM3_J40_XE50_DPHI-J20s2XE50" complex_deadtime="0" definition="(EM3[x3]&amp;J40[x1]&amp;XE50[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="EM3_x3" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="436" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EM15XE_XS30" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="437" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="438" partition="1" name="L1_HT150-JJ15.ETA49_MJJ-400" complex_deadtime="0" definition="(HT150-AJj15all.ETA49[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJj15all.ETA49_x1" triggerthreshold="HT150-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="439" partition="2" name="L1_RD2_BGRP14" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP14)" trigger_type="0001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP14"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="440" partition="3" name="L1_RD3_BGRP15" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP15)" trigger_type="0001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP15"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="467" partition="1" name="L1_TAU8_UNPAIRED_NONISO" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="468" partition="1" name="L1_EM7_UNPAIRED_NONISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="469" partition="1" name="L1_MU4_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="480" partition="1" name="L1_J85_3J30" complex_deadtime="0" definition="(J85[x1]&amp;J30[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J85_x1" triggerthreshold="J85"/>
-        <TriggerCondition multi="3" name="J30_x3" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="489" partition="1" name="L1_ALFA_B7L1U" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="490" partition="1" name="L1_ALFA_B7L1L" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="491" partition="1" name="L1_ALFA_A7L1U" complex_deadtime="0" definition="(ALFA_A7L1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="492" partition="1" name="L1_ALFA_A7L1L" complex_deadtime="0" definition="(ALFA_A7L1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="493" partition="1" name="L1_ALFA_A7R1U" complex_deadtime="0" definition="(ALFA_A7R1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="494" partition="1" name="L1_ALFA_A7R1L" complex_deadtime="0" definition="(ALFA_A7R1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="495" partition="1" name="L1_ALFA_B7R1U" complex_deadtime="0" definition="(ALFA_B7R1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="496" partition="1" name="L1_ALFA_B7R1L" complex_deadtime="0" definition="(ALFA_B7R1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="497" partition="1" name="L1_MU15_FTK" complex_deadtime="0" definition="(MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="498" partition="1" name="L1_MU20_TAU12IM_FTK" complex_deadtime="0" definition="(MU20[x1]&amp;HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="499" partition="1" name="L1_MU6_FTK" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="500" partition="1" name="L1_MU20_FTK" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="501" partition="1" name="L1_TAU12IM_FTK" complex_deadtime="0" definition="(HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="502" partition="1" name="L1_TAU20IM_2TAU12IM_J25_2J20_3J12_FTK" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="503" partition="1" name="L1_DR-TAU20ITAU12I-J25_FTK" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="504" partition="1" name="L1_4J15_FTK" complex_deadtime="0" definition="(J15[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="505" partition="1" name="L1_4J15.0ETA25_FTK" complex_deadtime="0" definition="(J15.0ETA25[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15.0ETA25_x4" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="506" partition="1" name="L1_J15_FTK" complex_deadtime="0" definition="(J15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="507" partition="1" name="L1_J40_FTK" complex_deadtime="0" definition="(J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="508" partition="1" name="L1_J100_FTK" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="511" partition="1" name="L1_CALREQ2" complex_deadtime="0" definition="(CAL2[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="00110100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="CAL2_x1" triggerthreshold="CAL2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="Physics_pp_v7_default_prescale" type="Physics" menuPartition="0">
-    <Prescale ctpid="0" cut="000001" value="1"/>
-    <Prescale ctpid="1" cut="000001" value="1"/>
-    <Prescale ctpid="2" cut="000001" value="1"/>
-    <Prescale ctpid="3" cut="000001" value="1"/>
-    <Prescale ctpid="4" cut="000001" value="1"/>
-    <Prescale ctpid="5" cut="000001" value="1"/>
-    <Prescale ctpid="6" cut="000001" value="1"/>
-    <Prescale ctpid="7" cut="000001" value="1"/>
-    <Prescale ctpid="8" cut="000001" value="1"/>
-    <Prescale ctpid="9" cut="000001" value="1"/>
-    <Prescale ctpid="10" cut="000001" value="1"/>
-    <Prescale ctpid="11" cut="000001" value="1"/>
-    <Prescale ctpid="12" cut="000001" value="1"/>
-    <Prescale ctpid="13" cut="000001" value="1"/>
-    <Prescale ctpid="14" cut="000001" value="1"/>
-    <Prescale ctpid="15" cut="000001" value="1"/>
-    <Prescale ctpid="16" cut="000001" value="1"/>
-    <Prescale ctpid="17" cut="000001" value="1"/>
-    <Prescale ctpid="18" cut="000001" value="1"/>
-    <Prescale ctpid="19" cut="000001" value="1"/>
-    <Prescale ctpid="20" cut="000001" value="1"/>
-    <Prescale ctpid="21" cut="000001" value="1"/>
-    <Prescale ctpid="22" cut="000001" value="1"/>
-    <Prescale ctpid="23" cut="000001" value="1"/>
-    <Prescale ctpid="24" cut="000001" value="1"/>
-    <Prescale ctpid="25" cut="000001" value="1"/>
-    <Prescale ctpid="26" cut="000001" value="1"/>
-    <Prescale ctpid="27" cut="000001" value="1"/>
-    <Prescale ctpid="28" cut="000001" value="1"/>
-    <Prescale ctpid="29" cut="000001" value="1"/>
-    <Prescale ctpid="30" cut="000001" value="1"/>
-    <Prescale ctpid="31" cut="000001" value="1"/>
-    <Prescale ctpid="32" cut="000001" value="1"/>
-    <Prescale ctpid="33" cut="000001" value="1"/>
-    <Prescale ctpid="34" cut="000001" value="1"/>
-    <Prescale ctpid="35" cut="000001" value="1"/>
-    <Prescale ctpid="36" cut="000001" value="1"/>
-    <Prescale ctpid="37" cut="000001" value="1"/>
-    <Prescale ctpid="38" cut="000001" value="1"/>
-    <Prescale ctpid="39" cut="000001" value="1"/>
-    <Prescale ctpid="40" cut="000001" value="1"/>
-    <Prescale ctpid="41" cut="000001" value="1"/>
-    <Prescale ctpid="42" cut="000001" value="1"/>
-    <Prescale ctpid="43" cut="000001" value="1"/>
-    <Prescale ctpid="44" cut="000001" value="1"/>
-    <Prescale ctpid="45" cut="000001" value="1"/>
-    <Prescale ctpid="46" cut="000001" value="1"/>
-    <Prescale ctpid="47" cut="000001" value="1"/>
-    <Prescale ctpid="48" cut="000001" value="1"/>
-    <Prescale ctpid="49" cut="000001" value="1"/>
-    <Prescale ctpid="50" cut="000001" value="1"/>
-    <Prescale ctpid="51" cut="000001" value="1"/>
-    <Prescale ctpid="52" cut="000001" value="1"/>
-    <Prescale ctpid="53" cut="000001" value="1"/>
-    <Prescale ctpid="54" cut="000001" value="1"/>
-    <Prescale ctpid="55" cut="000001" value="1"/>
-    <Prescale ctpid="56" cut="000001" value="1"/>
-    <Prescale ctpid="57" cut="000001" value="1"/>
-    <Prescale ctpid="58" cut="000001" value="1"/>
-    <Prescale ctpid="59" cut="000001" value="1"/>
-    <Prescale ctpid="60" cut="000001" value="1"/>
-    <Prescale ctpid="61" cut="000001" value="1"/>
-    <Prescale ctpid="62" cut="000001" value="1"/>
-    <Prescale ctpid="63" cut="000001" value="1"/>
-    <Prescale ctpid="64" cut="000001" value="1"/>
-    <Prescale ctpid="65" cut="000001" value="1"/>
-    <Prescale ctpid="66" cut="000001" value="1"/>
-    <Prescale ctpid="67" cut="000001" value="1"/>
-    <Prescale ctpid="68" cut="000001" value="1"/>
-    <Prescale ctpid="69" cut="000001" value="1"/>
-    <Prescale ctpid="70" cut="000001" value="1"/>
-    <Prescale ctpid="71" cut="000001" value="1"/>
-    <Prescale ctpid="72" cut="000001" value="1"/>
-    <Prescale ctpid="73" cut="000001" value="1"/>
-    <Prescale ctpid="74" cut="000001" value="1"/>
-    <Prescale ctpid="75" cut="000001" value="1"/>
-    <Prescale ctpid="76" cut="000001" value="1"/>
-    <Prescale ctpid="77" cut="000001" value="1"/>
-    <Prescale ctpid="78" cut="000001" value="1"/>
-    <Prescale ctpid="79" cut="000001" value="1"/>
-    <Prescale ctpid="80" cut="000001" value="1"/>
-    <Prescale ctpid="81" cut="000001" value="1"/>
-    <Prescale ctpid="82" cut="000001" value="1"/>
-    <Prescale ctpid="83" cut="000001" value="1"/>
-    <Prescale ctpid="84" cut="000001" value="1"/>
-    <Prescale ctpid="85" cut="000001" value="1"/>
-    <Prescale ctpid="86" cut="000001" value="1"/>
-    <Prescale ctpid="87" cut="000001" value="1"/>
-    <Prescale ctpid="88" cut="000001" value="1"/>
-    <Prescale ctpid="89" cut="000001" value="1"/>
-    <Prescale ctpid="90" cut="000001" value="1"/>
-    <Prescale ctpid="91" cut="000001" value="1"/>
-    <Prescale ctpid="92" cut="000001" value="1"/>
-    <Prescale ctpid="93" cut="000001" value="1"/>
-    <Prescale ctpid="94" cut="000001" value="1"/>
-    <Prescale ctpid="95" cut="000001" value="1"/>
-    <Prescale ctpid="96" cut="000001" value="1"/>
-    <Prescale ctpid="97" cut="000001" value="1"/>
-    <Prescale ctpid="98" cut="000001" value="1"/>
-    <Prescale ctpid="99" cut="000001" value="1"/>
-    <Prescale ctpid="100" cut="000001" value="1"/>
-    <Prescale ctpid="101" cut="000001" value="1"/>
-    <Prescale ctpid="102" cut="000001" value="1"/>
-    <Prescale ctpid="103" cut="000001" value="1"/>
-    <Prescale ctpid="104" cut="000001" value="1"/>
-    <Prescale ctpid="105" cut="000001" value="1"/>
-    <Prescale ctpid="106" cut="000001" value="1"/>
-    <Prescale ctpid="107" cut="000001" value="1"/>
-    <Prescale ctpid="108" cut="000001" value="1"/>
-    <Prescale ctpid="109" cut="000001" value="1"/>
-    <Prescale ctpid="110" cut="000001" value="1"/>
-    <Prescale ctpid="111" cut="000001" value="1"/>
-    <Prescale ctpid="112" cut="000001" value="1"/>
-    <Prescale ctpid="113" cut="000001" value="1"/>
-    <Prescale ctpid="114" cut="000001" value="1"/>
-    <Prescale ctpid="115" cut="000001" value="1"/>
-    <Prescale ctpid="116" cut="000001" value="1"/>
-    <Prescale ctpid="117" cut="000001" value="1"/>
-    <Prescale ctpid="118" cut="000001" value="1"/>
-    <Prescale ctpid="119" cut="000001" value="1"/>
-    <Prescale ctpid="120" cut="000001" value="1"/>
-    <Prescale ctpid="121" cut="000001" value="1"/>
-    <Prescale ctpid="122" cut="000001" value="1"/>
-    <Prescale ctpid="123" cut="000001" value="1"/>
-    <Prescale ctpid="124" cut="000001" value="1"/>
-    <Prescale ctpid="125" cut="000001" value="1"/>
-    <Prescale ctpid="126" cut="000001" value="1"/>
-    <Prescale ctpid="127" cut="000001" value="1"/>
-    <Prescale ctpid="128" cut="000001" value="1"/>
-    <Prescale ctpid="129" cut="000001" value="1"/>
-    <Prescale ctpid="130" cut="000001" value="1"/>
-    <Prescale ctpid="131" cut="000001" value="1"/>
-    <Prescale ctpid="132" cut="000001" value="1"/>
-    <Prescale ctpid="133" cut="000001" value="1"/>
-    <Prescale ctpid="134" cut="000001" value="1"/>
-    <Prescale ctpid="135" cut="000001" value="1"/>
-    <Prescale ctpid="136" cut="000001" value="1"/>
-    <Prescale ctpid="137" cut="000001" value="1"/>
-    <Prescale ctpid="138" cut="000001" value="1"/>
-    <Prescale ctpid="139" cut="000001" value="1"/>
-    <Prescale ctpid="140" cut="000001" value="1"/>
-    <Prescale ctpid="141" cut="000001" value="1"/>
-    <Prescale ctpid="142" cut="000001" value="1"/>
-    <Prescale ctpid="143" cut="000001" value="1"/>
-    <Prescale ctpid="144" cut="000001" value="1"/>
-    <Prescale ctpid="145" cut="000001" value="1"/>
-    <Prescale ctpid="146" cut="000001" value="1"/>
-    <Prescale ctpid="147" cut="000001" value="1"/>
-    <Prescale ctpid="148" cut="000001" value="1"/>
-    <Prescale ctpid="149" cut="000001" value="1"/>
-    <Prescale ctpid="150" cut="000001" value="1"/>
-    <Prescale ctpid="151" cut="000001" value="1"/>
-    <Prescale ctpid="152" cut="000001" value="1"/>
-    <Prescale ctpid="153" cut="000001" value="1"/>
-    <Prescale ctpid="154" cut="000001" value="1"/>
-    <Prescale ctpid="155" cut="000001" value="1"/>
-    <Prescale ctpid="156" cut="000001" value="1"/>
-    <Prescale ctpid="157" cut="000001" value="1"/>
-    <Prescale ctpid="158" cut="000001" value="1"/>
-    <Prescale ctpid="159" cut="000001" value="1"/>
-    <Prescale ctpid="160" cut="000001" value="1"/>
-    <Prescale ctpid="161" cut="000001" value="1"/>
-    <Prescale ctpid="162" cut="000001" value="1"/>
-    <Prescale ctpid="163" cut="000001" value="1"/>
-    <Prescale ctpid="164" cut="000001" value="1"/>
-    <Prescale ctpid="165" cut="000001" value="1"/>
-    <Prescale ctpid="166" cut="000001" value="1"/>
-    <Prescale ctpid="167" cut="000001" value="1"/>
-    <Prescale ctpid="168" cut="000001" value="1"/>
-    <Prescale ctpid="169" cut="000001" value="1"/>
-    <Prescale ctpid="170" cut="000001" value="1"/>
-    <Prescale ctpid="171" cut="000001" value="1"/>
-    <Prescale ctpid="172" cut="000001" value="1"/>
-    <Prescale ctpid="173" cut="000001" value="1"/>
-    <Prescale ctpid="174" cut="000001" value="1"/>
-    <Prescale ctpid="175" cut="000001" value="1"/>
-    <Prescale ctpid="176" cut="000001" value="1"/>
-    <Prescale ctpid="177" cut="000001" value="1"/>
-    <Prescale ctpid="178" cut="000001" value="1"/>
-    <Prescale ctpid="179" cut="000001" value="1"/>
-    <Prescale ctpid="180" cut="000001" value="1"/>
-    <Prescale ctpid="181" cut="000001" value="1"/>
-    <Prescale ctpid="182" cut="000001" value="1"/>
-    <Prescale ctpid="183" cut="000001" value="1"/>
-    <Prescale ctpid="184" cut="000001" value="1"/>
-    <Prescale ctpid="185" cut="000001" value="1"/>
-    <Prescale ctpid="186" cut="000001" value="1"/>
-    <Prescale ctpid="187" cut="000001" value="1"/>
-    <Prescale ctpid="188" cut="000001" value="1"/>
-    <Prescale ctpid="189" cut="000001" value="1"/>
-    <Prescale ctpid="190" cut="000001" value="1"/>
-    <Prescale ctpid="191" cut="000001" value="1"/>
-    <Prescale ctpid="192" cut="000001" value="1"/>
-    <Prescale ctpid="193" cut="000001" value="1"/>
-    <Prescale ctpid="194" cut="000001" value="1"/>
-    <Prescale ctpid="195" cut="000001" value="1"/>
-    <Prescale ctpid="196" cut="000001" value="1"/>
-    <Prescale ctpid="197" cut="000001" value="1"/>
-    <Prescale ctpid="198" cut="000001" value="1"/>
-    <Prescale ctpid="199" cut="000001" value="1"/>
-    <Prescale ctpid="200" cut="000001" value="1"/>
-    <Prescale ctpid="201" cut="000001" value="1"/>
-    <Prescale ctpid="202" cut="000001" value="1"/>
-    <Prescale ctpid="203" cut="000001" value="1"/>
-    <Prescale ctpid="204" cut="000001" value="1"/>
-    <Prescale ctpid="205" cut="000001" value="1"/>
-    <Prescale ctpid="206" cut="000001" value="1"/>
-    <Prescale ctpid="207" cut="000001" value="1"/>
-    <Prescale ctpid="208" cut="000001" value="1"/>
-    <Prescale ctpid="209" cut="000001" value="1"/>
-    <Prescale ctpid="210" cut="000001" value="1"/>
-    <Prescale ctpid="211" cut="000001" value="1"/>
-    <Prescale ctpid="212" cut="000001" value="1"/>
-    <Prescale ctpid="213" cut="000001" value="1"/>
-    <Prescale ctpid="214" cut="000001" value="1"/>
-    <Prescale ctpid="215" cut="000001" value="1"/>
-    <Prescale ctpid="216" cut="000001" value="1"/>
-    <Prescale ctpid="217" cut="000001" value="1"/>
-    <Prescale ctpid="218" cut="000001" value="1"/>
-    <Prescale ctpid="219" cut="000001" value="1"/>
-    <Prescale ctpid="220" cut="000001" value="1"/>
-    <Prescale ctpid="221" cut="000001" value="1"/>
-    <Prescale ctpid="222" cut="000001" value="1"/>
-    <Prescale ctpid="223" cut="000001" value="1"/>
-    <Prescale ctpid="224" cut="000001" value="1"/>
-    <Prescale ctpid="225" cut="000001" value="1"/>
-    <Prescale ctpid="226" cut="000001" value="1"/>
-    <Prescale ctpid="227" cut="000001" value="1"/>
-    <Prescale ctpid="228" cut="000001" value="1"/>
-    <Prescale ctpid="229" cut="000001" value="1"/>
-    <Prescale ctpid="230" cut="000001" value="1"/>
-    <Prescale ctpid="231" cut="000001" value="1"/>
-    <Prescale ctpid="232" cut="000001" value="1"/>
-    <Prescale ctpid="233" cut="000001" value="1"/>
-    <Prescale ctpid="234" cut="000001" value="1"/>
-    <Prescale ctpid="235" cut="000001" value="1"/>
-    <Prescale ctpid="236" cut="000001" value="1"/>
-    <Prescale ctpid="237" cut="000001" value="1"/>
-    <Prescale ctpid="238" cut="000001" value="1"/>
-    <Prescale ctpid="239" cut="000001" value="1"/>
-    <Prescale ctpid="240" cut="000001" value="1"/>
-    <Prescale ctpid="241" cut="000001" value="1"/>
-    <Prescale ctpid="242" cut="000001" value="1"/>
-    <Prescale ctpid="243" cut="000001" value="1"/>
-    <Prescale ctpid="244" cut="000001" value="1"/>
-    <Prescale ctpid="245" cut="000001" value="1"/>
-    <Prescale ctpid="246" cut="000001" value="1"/>
-    <Prescale ctpid="247" cut="000001" value="1"/>
-    <Prescale ctpid="248" cut="000001" value="1"/>
-    <Prescale ctpid="249" cut="000001" value="1"/>
-    <Prescale ctpid="250" cut="000001" value="1"/>
-    <Prescale ctpid="251" cut="000001" value="1"/>
-    <Prescale ctpid="252" cut="000001" value="1"/>
-    <Prescale ctpid="253" cut="000001" value="1"/>
-    <Prescale ctpid="254" cut="000001" value="1"/>
-    <Prescale ctpid="255" cut="000001" value="1"/>
-    <Prescale ctpid="256" cut="000001" value="1"/>
-    <Prescale ctpid="257" cut="000001" value="1"/>
-    <Prescale ctpid="258" cut="000001" value="1"/>
-    <Prescale ctpid="259" cut="000001" value="1"/>
-    <Prescale ctpid="260" cut="000001" value="1"/>
-    <Prescale ctpid="261" cut="000001" value="1"/>
-    <Prescale ctpid="262" cut="000001" value="1"/>
-    <Prescale ctpid="263" cut="000001" value="1"/>
-    <Prescale ctpid="264" cut="000001" value="1"/>
-    <Prescale ctpid="265" cut="000001" value="1"/>
-    <Prescale ctpid="266" cut="000001" value="1"/>
-    <Prescale ctpid="267" cut="000001" value="1"/>
-    <Prescale ctpid="268" cut="000001" value="1"/>
-    <Prescale ctpid="269" cut="000001" value="1"/>
-    <Prescale ctpid="270" cut="000001" value="1"/>
-    <Prescale ctpid="271" cut="000001" value="1"/>
-    <Prescale ctpid="272" cut="000001" value="1"/>
-    <Prescale ctpid="273" cut="000001" value="1"/>
-    <Prescale ctpid="274" cut="000001" value="1"/>
-    <Prescale ctpid="275" cut="000001" value="1"/>
-    <Prescale ctpid="276" cut="000001" value="1"/>
-    <Prescale ctpid="277" cut="000001" value="1"/>
-    <Prescale ctpid="278" cut="000001" value="1"/>
-    <Prescale ctpid="279" cut="000001" value="1"/>
-    <Prescale ctpid="280" cut="000001" value="1"/>
-    <Prescale ctpid="281" cut="000001" value="1"/>
-    <Prescale ctpid="282" cut="000001" value="1"/>
-    <Prescale ctpid="283" cut="000001" value="1"/>
-    <Prescale ctpid="284" cut="000001" value="1"/>
-    <Prescale ctpid="285" cut="000001" value="1"/>
-    <Prescale ctpid="286" cut="000001" value="1"/>
-    <Prescale ctpid="287" cut="000001" value="1"/>
-    <Prescale ctpid="288" cut="000001" value="1"/>
-    <Prescale ctpid="289" cut="000001" value="1"/>
-    <Prescale ctpid="290" cut="000001" value="1"/>
-    <Prescale ctpid="291" cut="000001" value="1"/>
-    <Prescale ctpid="292" cut="000001" value="1"/>
-    <Prescale ctpid="293" cut="000001" value="1"/>
-    <Prescale ctpid="294" cut="000001" value="1"/>
-    <Prescale ctpid="295" cut="000001" value="1"/>
-    <Prescale ctpid="296" cut="000001" value="1"/>
-    <Prescale ctpid="297" cut="000001" value="1"/>
-    <Prescale ctpid="298" cut="000001" value="1"/>
-    <Prescale ctpid="299" cut="000001" value="1"/>
-    <Prescale ctpid="300" cut="000001" value="1"/>
-    <Prescale ctpid="301" cut="000001" value="1"/>
-    <Prescale ctpid="302" cut="000001" value="1"/>
-    <Prescale ctpid="303" cut="000001" value="1"/>
-    <Prescale ctpid="304" cut="000001" value="1"/>
-    <Prescale ctpid="305" cut="000001" value="1"/>
-    <Prescale ctpid="306" cut="000001" value="1"/>
-    <Prescale ctpid="307" cut="000001" value="1"/>
-    <Prescale ctpid="308" cut="000001" value="1"/>
-    <Prescale ctpid="309" cut="000001" value="1"/>
-    <Prescale ctpid="310" cut="000001" value="1"/>
-    <Prescale ctpid="311" cut="000001" value="1"/>
-    <Prescale ctpid="312" cut="000001" value="1"/>
-    <Prescale ctpid="313" cut="000001" value="1"/>
-    <Prescale ctpid="314" cut="000001" value="1"/>
-    <Prescale ctpid="315" cut="000001" value="1"/>
-    <Prescale ctpid="316" cut="000001" value="1"/>
-    <Prescale ctpid="317" cut="000001" value="1"/>
-    <Prescale ctpid="318" cut="000001" value="1"/>
-    <Prescale ctpid="319" cut="000001" value="1"/>
-    <Prescale ctpid="320" cut="000001" value="1"/>
-    <Prescale ctpid="321" cut="000001" value="1"/>
-    <Prescale ctpid="322" cut="000001" value="1"/>
-    <Prescale ctpid="323" cut="000001" value="1"/>
-    <Prescale ctpid="324" cut="000001" value="1"/>
-    <Prescale ctpid="325" cut="000001" value="1"/>
-    <Prescale ctpid="326" cut="000001" value="1"/>
-    <Prescale ctpid="327" cut="000001" value="1"/>
-    <Prescale ctpid="328" cut="000001" value="1"/>
-    <Prescale ctpid="329" cut="000001" value="1"/>
-    <Prescale ctpid="330" cut="000001" value="1"/>
-    <Prescale ctpid="331" cut="000001" value="1"/>
-    <Prescale ctpid="332" cut="000001" value="1"/>
-    <Prescale ctpid="333" cut="000001" value="1"/>
-    <Prescale ctpid="334" cut="000001" value="1"/>
-    <Prescale ctpid="335" cut="000001" value="1"/>
-    <Prescale ctpid="336" cut="000001" value="1"/>
-    <Prescale ctpid="337" cut="000001" value="1"/>
-    <Prescale ctpid="338" cut="000001" value="1"/>
-    <Prescale ctpid="339" cut="000001" value="1"/>
-    <Prescale ctpid="340" cut="000001" value="1"/>
-    <Prescale ctpid="341" cut="000001" value="1"/>
-    <Prescale ctpid="342" cut="000001" value="1"/>
-    <Prescale ctpid="343" cut="000001" value="1"/>
-    <Prescale ctpid="344" cut="000001" value="1"/>
-    <Prescale ctpid="345" cut="000001" value="1"/>
-    <Prescale ctpid="346" cut="000001" value="1"/>
-    <Prescale ctpid="347" cut="000001" value="1"/>
-    <Prescale ctpid="348" cut="000001" value="1"/>
-    <Prescale ctpid="349" cut="000001" value="1"/>
-    <Prescale ctpid="350" cut="000001" value="1"/>
-    <Prescale ctpid="351" cut="000001" value="1"/>
-    <Prescale ctpid="352" cut="000001" value="1"/>
-    <Prescale ctpid="353" cut="000001" value="1"/>
-    <Prescale ctpid="354" cut="000001" value="1"/>
-    <Prescale ctpid="355" cut="000001" value="1"/>
-    <Prescale ctpid="356" cut="000001" value="1"/>
-    <Prescale ctpid="357" cut="000001" value="1"/>
-    <Prescale ctpid="358" cut="000001" value="1"/>
-    <Prescale ctpid="359" cut="000001" value="1"/>
-    <Prescale ctpid="360" cut="000001" value="1"/>
-    <Prescale ctpid="361" cut="000001" value="1"/>
-    <Prescale ctpid="362" cut="000001" value="1"/>
-    <Prescale ctpid="363" cut="000001" value="1"/>
-    <Prescale ctpid="364" cut="000001" value="1"/>
-    <Prescale ctpid="365" cut="000001" value="1"/>
-    <Prescale ctpid="366" cut="000001" value="1"/>
-    <Prescale ctpid="367" cut="000001" value="1"/>
-    <Prescale ctpid="368" cut="000001" value="1"/>
-    <Prescale ctpid="369" cut="000001" value="1"/>
-    <Prescale ctpid="370" cut="000001" value="1"/>
-    <Prescale ctpid="371" cut="000001" value="1"/>
-    <Prescale ctpid="372" cut="000001" value="1"/>
-    <Prescale ctpid="373" cut="000001" value="1"/>
-    <Prescale ctpid="374" cut="000001" value="1"/>
-    <Prescale ctpid="375" cut="000001" value="1"/>
-    <Prescale ctpid="376" cut="000001" value="1"/>
-    <Prescale ctpid="377" cut="000001" value="1"/>
-    <Prescale ctpid="378" cut="000001" value="1"/>
-    <Prescale ctpid="379" cut="000001" value="1"/>
-    <Prescale ctpid="380" cut="000001" value="1"/>
-    <Prescale ctpid="381" cut="000001" value="1"/>
-    <Prescale ctpid="382" cut="000001" value="1"/>
-    <Prescale ctpid="383" cut="000001" value="1"/>
-    <Prescale ctpid="384" cut="000001" value="1"/>
-    <Prescale ctpid="385" cut="000001" value="1"/>
-    <Prescale ctpid="386" cut="000001" value="1"/>
-    <Prescale ctpid="387" cut="000001" value="1"/>
-    <Prescale ctpid="388" cut="000001" value="1"/>
-    <Prescale ctpid="389" cut="000001" value="1"/>
-    <Prescale ctpid="390" cut="000001" value="1"/>
-    <Prescale ctpid="391" cut="000001" value="1"/>
-    <Prescale ctpid="392" cut="000001" value="1"/>
-    <Prescale ctpid="393" cut="000001" value="1"/>
-    <Prescale ctpid="394" cut="000001" value="1"/>
-    <Prescale ctpid="395" cut="000001" value="1"/>
-    <Prescale ctpid="396" cut="000001" value="1"/>
-    <Prescale ctpid="397" cut="000001" value="1"/>
-    <Prescale ctpid="398" cut="000001" value="1"/>
-    <Prescale ctpid="399" cut="000001" value="1"/>
-    <Prescale ctpid="400" cut="000001" value="1"/>
-    <Prescale ctpid="401" cut="000001" value="1"/>
-    <Prescale ctpid="402" cut="000001" value="1"/>
-    <Prescale ctpid="403" cut="000001" value="1"/>
-    <Prescale ctpid="404" cut="000001" value="1"/>
-    <Prescale ctpid="405" cut="000001" value="1"/>
-    <Prescale ctpid="406" cut="000001" value="1"/>
-    <Prescale ctpid="407" cut="000001" value="1"/>
-    <Prescale ctpid="408" cut="000001" value="1"/>
-    <Prescale ctpid="409" cut="000001" value="1"/>
-    <Prescale ctpid="410" cut="000001" value="1"/>
-    <Prescale ctpid="411" cut="000001" value="1"/>
-    <Prescale ctpid="412" cut="000001" value="1"/>
-    <Prescale ctpid="413" cut="000001" value="1"/>
-    <Prescale ctpid="414" cut="000001" value="1"/>
-    <Prescale ctpid="415" cut="000001" value="1"/>
-    <Prescale ctpid="416" cut="000001" value="1"/>
-    <Prescale ctpid="417" cut="000001" value="1"/>
-    <Prescale ctpid="418" cut="000001" value="1"/>
-    <Prescale ctpid="419" cut="000001" value="1"/>
-    <Prescale ctpid="420" cut="000001" value="1"/>
-    <Prescale ctpid="421" cut="000001" value="1"/>
-    <Prescale ctpid="422" cut="000001" value="1"/>
-    <Prescale ctpid="423" cut="000001" value="1"/>
-    <Prescale ctpid="424" cut="000001" value="1"/>
-    <Prescale ctpid="425" cut="000001" value="1"/>
-    <Prescale ctpid="426" cut="000001" value="1"/>
-    <Prescale ctpid="427" cut="000001" value="1"/>
-    <Prescale ctpid="428" cut="000001" value="1"/>
-    <Prescale ctpid="429" cut="000001" value="1"/>
-    <Prescale ctpid="430" cut="000001" value="1"/>
-    <Prescale ctpid="431" cut="000001" value="1"/>
-    <Prescale ctpid="432" cut="000001" value="1"/>
-    <Prescale ctpid="433" cut="000001" value="1"/>
-    <Prescale ctpid="434" cut="000001" value="1"/>
-    <Prescale ctpid="435" cut="000001" value="1"/>
-    <Prescale ctpid="436" cut="000001" value="1"/>
-    <Prescale ctpid="437" cut="000001" value="1"/>
-    <Prescale ctpid="438" cut="000001" value="1"/>
-    <Prescale ctpid="439" cut="000001" value="1"/>
-    <Prescale ctpid="440" cut="000001" value="1"/>
-    <Prescale ctpid="441" cut="-000001" value="-1"/>
-    <Prescale ctpid="442" cut="-000001" value="-1"/>
-    <Prescale ctpid="443" cut="-000001" value="-1"/>
-    <Prescale ctpid="444" cut="-000001" value="-1"/>
-    <Prescale ctpid="445" cut="-000001" value="-1"/>
-    <Prescale ctpid="446" cut="-000001" value="-1"/>
-    <Prescale ctpid="447" cut="-000001" value="-1"/>
-    <Prescale ctpid="448" cut="-000001" value="-1"/>
-    <Prescale ctpid="449" cut="-000001" value="-1"/>
-    <Prescale ctpid="450" cut="-000001" value="-1"/>
-    <Prescale ctpid="451" cut="-000001" value="-1"/>
-    <Prescale ctpid="452" cut="-000001" value="-1"/>
-    <Prescale ctpid="453" cut="-000001" value="-1"/>
-    <Prescale ctpid="454" cut="-000001" value="-1"/>
-    <Prescale ctpid="455" cut="-000001" value="-1"/>
-    <Prescale ctpid="456" cut="-000001" value="-1"/>
-    <Prescale ctpid="457" cut="-000001" value="-1"/>
-    <Prescale ctpid="458" cut="-000001" value="-1"/>
-    <Prescale ctpid="459" cut="-000001" value="-1"/>
-    <Prescale ctpid="460" cut="-000001" value="-1"/>
-    <Prescale ctpid="461" cut="-000001" value="-1"/>
-    <Prescale ctpid="462" cut="-000001" value="-1"/>
-    <Prescale ctpid="463" cut="-000001" value="-1"/>
-    <Prescale ctpid="464" cut="-000001" value="-1"/>
-    <Prescale ctpid="465" cut="-000001" value="-1"/>
-    <Prescale ctpid="466" cut="-000001" value="-1"/>
-    <Prescale ctpid="467" cut="000001" value="1"/>
-    <Prescale ctpid="468" cut="000001" value="1"/>
-    <Prescale ctpid="469" cut="000001" value="1"/>
-    <Prescale ctpid="470" cut="-000001" value="-1"/>
-    <Prescale ctpid="471" cut="-000001" value="-1"/>
-    <Prescale ctpid="472" cut="-000001" value="-1"/>
-    <Prescale ctpid="473" cut="-000001" value="-1"/>
-    <Prescale ctpid="474" cut="-000001" value="-1"/>
-    <Prescale ctpid="475" cut="-000001" value="-1"/>
-    <Prescale ctpid="476" cut="-000001" value="-1"/>
-    <Prescale ctpid="477" cut="-000001" value="-1"/>
-    <Prescale ctpid="478" cut="-000001" value="-1"/>
-    <Prescale ctpid="479" cut="-000001" value="-1"/>
-    <Prescale ctpid="480" cut="000001" value="1"/>
-    <Prescale ctpid="481" cut="-000001" value="-1"/>
-    <Prescale ctpid="482" cut="-000001" value="-1"/>
-    <Prescale ctpid="483" cut="-000001" value="-1"/>
-    <Prescale ctpid="484" cut="-000001" value="-1"/>
-    <Prescale ctpid="485" cut="-000001" value="-1"/>
-    <Prescale ctpid="486" cut="-000001" value="-1"/>
-    <Prescale ctpid="487" cut="-000001" value="-1"/>
-    <Prescale ctpid="488" cut="-000001" value="-1"/>
-    <Prescale ctpid="489" cut="000001" value="1"/>
-    <Prescale ctpid="490" cut="000001" value="1"/>
-    <Prescale ctpid="491" cut="000001" value="1"/>
-    <Prescale ctpid="492" cut="000001" value="1"/>
-    <Prescale ctpid="493" cut="000001" value="1"/>
-    <Prescale ctpid="494" cut="000001" value="1"/>
-    <Prescale ctpid="495" cut="000001" value="1"/>
-    <Prescale ctpid="496" cut="000001" value="1"/>
-    <Prescale ctpid="497" cut="000001" value="1"/>
-    <Prescale ctpid="498" cut="000001" value="1"/>
-    <Prescale ctpid="499" cut="000001" value="1"/>
-    <Prescale ctpid="500" cut="000001" value="1"/>
-    <Prescale ctpid="501" cut="000001" value="1"/>
-    <Prescale ctpid="502" cut="000001" value="1"/>
-    <Prescale ctpid="503" cut="000001" value="1"/>
-    <Prescale ctpid="504" cut="000001" value="1"/>
-    <Prescale ctpid="505" cut="000001" value="1"/>
-    <Prescale ctpid="506" cut="000001" value="1"/>
-    <Prescale ctpid="507" cut="000001" value="1"/>
-    <Prescale ctpid="508" cut="000001" value="1"/>
-    <Prescale ctpid="509" cut="-000001" value="-1"/>
-    <Prescale ctpid="510" cut="-000001" value="-1"/>
-    <Prescale ctpid="511" cut="000001" value="1"/>
-  </PrescaleSet>
-  <TriggerCounterList>
-    <TriggerCounter name="1AFP_FSC" type="CTPIN">
-      <TriggerCondition name="1AFP_FSC" triggerthreshold="AFP_FSC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1AFP_NSC" type="CTPIN">
-      <TriggerCondition name="1AFP_NSC" triggerthreshold="AFP_NSC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_AtoC" type="CTPIN">
-      <TriggerCondition name="1BCM_AtoC" triggerthreshold="BCM_AtoC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Comb" type="CTPIN">
-      <TriggerCondition name="1BCM_Comb" triggerthreshold="BCM_Comb" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2BCM_Comb" type="CTPIN">
-      <TriggerCondition name="2BCM_Comb" triggerthreshold="BCM_Comb" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3BCM_Comb" type="CTPIN">
-      <TriggerCondition name="3BCM_Comb" triggerthreshold="BCM_Comb" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4BCM_Comb" type="CTPIN">
-      <TriggerCondition name="4BCM_Comb" triggerthreshold="BCM_Comb" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5BCM_Comb" type="CTPIN">
-      <TriggerCondition name="5BCM_Comb" triggerthreshold="BCM_Comb" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6BCM_Comb" type="CTPIN">
-      <TriggerCondition name="6BCM_Comb" triggerthreshold="BCM_Comb" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7BCM_Comb" type="CTPIN">
-      <TriggerCondition name="7BCM_Comb" triggerthreshold="BCM_Comb" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_CtoA" type="CTPIN">
-      <TriggerCondition name="1BCM_CtoA" triggerthreshold="BCM_CtoA" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Wide" type="CTPIN">
-      <TriggerCondition name="1BCM_Wide" triggerthreshold="BCM_Wide" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX0" type="CTPIN">
-      <TriggerCondition name="1BPTX0" triggerthreshold="BPTX0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX1" type="CTPIN">
-      <TriggerCondition name="1BPTX1" triggerthreshold="BPTX1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL0" type="CTPIN">
-      <TriggerCondition name="1CAL0" triggerthreshold="CAL0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL1" type="CTPIN">
-      <TriggerCondition name="1CAL1" triggerthreshold="CAL1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL2" type="CTPIN">
-      <TriggerCondition name="1CAL2" triggerthreshold="CAL2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10VH" type="CTPIN">
-      <TriggerCondition name="1EM10VH" triggerthreshold="EM10VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10VH" type="CTPIN">
-      <TriggerCondition name="2EM10VH" triggerthreshold="EM10VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10VH" type="CTPIN">
-      <TriggerCondition name="3EM10VH" triggerthreshold="EM10VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10VH" type="CTPIN">
-      <TriggerCondition name="4EM10VH" triggerthreshold="EM10VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10VH" type="CTPIN">
-      <TriggerCondition name="5EM10VH" triggerthreshold="EM10VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10VH" type="CTPIN">
-      <TriggerCondition name="6EM10VH" triggerthreshold="EM10VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10VH" type="CTPIN">
-      <TriggerCondition name="7EM10VH" triggerthreshold="EM10VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM12" type="CTPIN">
-      <TriggerCondition name="1EM12" triggerthreshold="EM12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM12" type="CTPIN">
-      <TriggerCondition name="2EM12" triggerthreshold="EM12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM12" type="CTPIN">
-      <TriggerCondition name="3EM12" triggerthreshold="EM12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM12" type="CTPIN">
-      <TriggerCondition name="4EM12" triggerthreshold="EM12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM12" type="CTPIN">
-      <TriggerCondition name="5EM12" triggerthreshold="EM12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM12" type="CTPIN">
-      <TriggerCondition name="6EM12" triggerthreshold="EM12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM12" type="CTPIN">
-      <TriggerCondition name="7EM12" triggerthreshold="EM12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM13VH" type="CTPIN">
-      <TriggerCondition name="1EM13VH" triggerthreshold="EM13VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM13VH" type="CTPIN">
-      <TriggerCondition name="2EM13VH" triggerthreshold="EM13VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM13VH" type="CTPIN">
-      <TriggerCondition name="3EM13VH" triggerthreshold="EM13VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM13VH" type="CTPIN">
-      <TriggerCondition name="4EM13VH" triggerthreshold="EM13VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM13VH" type="CTPIN">
-      <TriggerCondition name="5EM13VH" triggerthreshold="EM13VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM13VH" type="CTPIN">
-      <TriggerCondition name="6EM13VH" triggerthreshold="EM13VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM13VH" type="CTPIN">
-      <TriggerCondition name="7EM13VH" triggerthreshold="EM13VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15" type="CTPIN">
-      <TriggerCondition name="1EM15" triggerthreshold="EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15" type="CTPIN">
-      <TriggerCondition name="2EM15" triggerthreshold="EM15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15" type="CTPIN">
-      <TriggerCondition name="3EM15" triggerthreshold="EM15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15" type="CTPIN">
-      <TriggerCondition name="4EM15" triggerthreshold="EM15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15" type="CTPIN">
-      <TriggerCondition name="5EM15" triggerthreshold="EM15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15" type="CTPIN">
-      <TriggerCondition name="6EM15" triggerthreshold="EM15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15" type="CTPIN">
-      <TriggerCondition name="7EM15" triggerthreshold="EM15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15HI" type="CTPIN">
-      <TriggerCondition name="1EM15HI" triggerthreshold="EM15HI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15HI" type="CTPIN">
-      <TriggerCondition name="2EM15HI" triggerthreshold="EM15HI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15HI" type="CTPIN">
-      <TriggerCondition name="3EM15HI" triggerthreshold="EM15HI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15HI" type="CTPIN">
-      <TriggerCondition name="4EM15HI" triggerthreshold="EM15HI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15HI" type="CTPIN">
-      <TriggerCondition name="5EM15HI" triggerthreshold="EM15HI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15HI" type="CTPIN">
-      <TriggerCondition name="6EM15HI" triggerthreshold="EM15HI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15HI" type="CTPIN">
-      <TriggerCondition name="7EM15HI" triggerthreshold="EM15HI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15VH" type="CTPIN">
-      <TriggerCondition name="1EM15VH" triggerthreshold="EM15VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15VH" type="CTPIN">
-      <TriggerCondition name="2EM15VH" triggerthreshold="EM15VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15VH" type="CTPIN">
-      <TriggerCondition name="3EM15VH" triggerthreshold="EM15VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15VH" type="CTPIN">
-      <TriggerCondition name="4EM15VH" triggerthreshold="EM15VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15VH" type="CTPIN">
-      <TriggerCondition name="5EM15VH" triggerthreshold="EM15VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15VH" type="CTPIN">
-      <TriggerCondition name="6EM15VH" triggerthreshold="EM15VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15VH" type="CTPIN">
-      <TriggerCondition name="7EM15VH" triggerthreshold="EM15VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM18VH" type="CTPIN">
-      <TriggerCondition name="1EM18VH" triggerthreshold="EM18VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM18VH" type="CTPIN">
-      <TriggerCondition name="2EM18VH" triggerthreshold="EM18VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM18VH" type="CTPIN">
-      <TriggerCondition name="3EM18VH" triggerthreshold="EM18VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM18VH" type="CTPIN">
-      <TriggerCondition name="4EM18VH" triggerthreshold="EM18VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM18VH" type="CTPIN">
-      <TriggerCondition name="5EM18VH" triggerthreshold="EM18VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM18VH" type="CTPIN">
-      <TriggerCondition name="6EM18VH" triggerthreshold="EM18VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM18VH" type="CTPIN">
-      <TriggerCondition name="7EM18VH" triggerthreshold="EM18VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VH" type="CTPIN">
-      <TriggerCondition name="1EM20VH" triggerthreshold="EM20VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VH" type="CTPIN">
-      <TriggerCondition name="2EM20VH" triggerthreshold="EM20VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VH" type="CTPIN">
-      <TriggerCondition name="3EM20VH" triggerthreshold="EM20VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VH" type="CTPIN">
-      <TriggerCondition name="4EM20VH" triggerthreshold="EM20VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VH" type="CTPIN">
-      <TriggerCondition name="5EM20VH" triggerthreshold="EM20VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VH" type="CTPIN">
-      <TriggerCondition name="6EM20VH" triggerthreshold="EM20VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VH" type="CTPIN">
-      <TriggerCondition name="7EM20VH" triggerthreshold="EM20VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VHI" type="CTPIN">
-      <TriggerCondition name="1EM20VHI" triggerthreshold="EM20VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VHI" type="CTPIN">
-      <TriggerCondition name="2EM20VHI" triggerthreshold="EM20VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VHI" type="CTPIN">
-      <TriggerCondition name="3EM20VHI" triggerthreshold="EM20VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VHI" type="CTPIN">
-      <TriggerCondition name="4EM20VHI" triggerthreshold="EM20VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VHI" type="CTPIN">
-      <TriggerCondition name="5EM20VHI" triggerthreshold="EM20VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VHI" type="CTPIN">
-      <TriggerCondition name="6EM20VHI" triggerthreshold="EM20VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VHI" type="CTPIN">
-      <TriggerCondition name="7EM20VHI" triggerthreshold="EM20VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM22VHI" type="CTPIN">
-      <TriggerCondition name="1EM22VHI" triggerthreshold="EM22VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM22VHI" type="CTPIN">
-      <TriggerCondition name="2EM22VHI" triggerthreshold="EM22VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM22VHI" type="CTPIN">
-      <TriggerCondition name="3EM22VHI" triggerthreshold="EM22VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM22VHI" type="CTPIN">
-      <TriggerCondition name="4EM22VHI" triggerthreshold="EM22VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM22VHI" type="CTPIN">
-      <TriggerCondition name="5EM22VHI" triggerthreshold="EM22VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM22VHI" type="CTPIN">
-      <TriggerCondition name="6EM22VHI" triggerthreshold="EM22VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM22VHI" type="CTPIN">
-      <TriggerCondition name="7EM22VHI" triggerthreshold="EM22VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM24VHI" type="CTPIN">
-      <TriggerCondition name="1EM24VHI" triggerthreshold="EM24VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM24VHI" type="CTPIN">
-      <TriggerCondition name="2EM24VHI" triggerthreshold="EM24VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM24VHI" type="CTPIN">
-      <TriggerCondition name="3EM24VHI" triggerthreshold="EM24VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM24VHI" type="CTPIN">
-      <TriggerCondition name="4EM24VHI" triggerthreshold="EM24VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM24VHI" type="CTPIN">
-      <TriggerCondition name="5EM24VHI" triggerthreshold="EM24VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM24VHI" type="CTPIN">
-      <TriggerCondition name="6EM24VHI" triggerthreshold="EM24VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM24VHI" type="CTPIN">
-      <TriggerCondition name="7EM24VHI" triggerthreshold="EM24VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM26VHI" type="CTPIN">
-      <TriggerCondition name="1EM26VHI" triggerthreshold="EM26VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM26VHI" type="CTPIN">
-      <TriggerCondition name="2EM26VHI" triggerthreshold="EM26VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM26VHI" type="CTPIN">
-      <TriggerCondition name="3EM26VHI" triggerthreshold="EM26VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM26VHI" type="CTPIN">
-      <TriggerCondition name="4EM26VHI" triggerthreshold="EM26VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM26VHI" type="CTPIN">
-      <TriggerCondition name="5EM26VHI" triggerthreshold="EM26VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM26VHI" type="CTPIN">
-      <TriggerCondition name="6EM26VHI" triggerthreshold="EM26VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM26VHI" type="CTPIN">
-      <TriggerCondition name="7EM26VHI" triggerthreshold="EM26VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPIN">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPMON">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM3" type="CTPIN">
-      <TriggerCondition name="2EM3" triggerthreshold="EM3" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM3" type="CTPIN">
-      <TriggerCondition name="3EM3" triggerthreshold="EM3" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM3" type="CTPIN">
-      <TriggerCondition name="4EM3" triggerthreshold="EM3" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM3" type="CTPIN">
-      <TriggerCondition name="5EM3" triggerthreshold="EM3" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM3" type="CTPIN">
-      <TriggerCondition name="6EM3" triggerthreshold="EM3" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM3" type="CTPIN">
-      <TriggerCondition name="7EM3" triggerthreshold="EM3" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM7" type="CTPIN">
-      <TriggerCondition name="1EM7" triggerthreshold="EM7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM7" type="CTPIN">
-      <TriggerCondition name="2EM7" triggerthreshold="EM7" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM7" type="CTPIN">
-      <TriggerCondition name="3EM7" triggerthreshold="EM7" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM7" type="CTPIN">
-      <TriggerCondition name="4EM7" triggerthreshold="EM7" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM7" type="CTPIN">
-      <TriggerCondition name="5EM7" triggerthreshold="EM7" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM7" type="CTPIN">
-      <TriggerCondition name="6EM7" triggerthreshold="EM7" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM7" type="CTPIN">
-      <TriggerCondition name="7EM7" triggerthreshold="EM7" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8I" type="CTPIN">
-      <TriggerCondition name="1EM8I" triggerthreshold="EM8I" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8I" type="CTPIN">
-      <TriggerCondition name="2EM8I" triggerthreshold="EM8I" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8I" type="CTPIN">
-      <TriggerCondition name="3EM8I" triggerthreshold="EM8I" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8I" type="CTPIN">
-      <TriggerCondition name="4EM8I" triggerthreshold="EM8I" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8I" type="CTPIN">
-      <TriggerCondition name="5EM8I" triggerthreshold="EM8I" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8I" type="CTPIN">
-      <TriggerCondition name="6EM8I" triggerthreshold="EM8I" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8I" type="CTPIN">
-      <TriggerCondition name="7EM8I" triggerthreshold="EM8I" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8VH" type="CTPIN">
-      <TriggerCondition name="1EM8VH" triggerthreshold="EM8VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8VH" type="CTPIN">
-      <TriggerCondition name="2EM8VH" triggerthreshold="EM8VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8VH" type="CTPIN">
-      <TriggerCondition name="3EM8VH" triggerthreshold="EM8VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8VH" type="CTPIN">
-      <TriggerCondition name="4EM8VH" triggerthreshold="EM8VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8VH" type="CTPIN">
-      <TriggerCondition name="5EM8VH" triggerthreshold="EM8VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8VH" type="CTPIN">
-      <TriggerCondition name="6EM8VH" triggerthreshold="EM8VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8VH" type="CTPIN">
-      <TriggerCondition name="7EM8VH" triggerthreshold="EM8VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA100" type="CTPIN">
-      <TriggerCondition name="1HA100" triggerthreshold="HA100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA100" type="CTPIN">
-      <TriggerCondition name="2HA100" triggerthreshold="HA100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA100" type="CTPIN">
-      <TriggerCondition name="3HA100" triggerthreshold="HA100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA100" type="CTPIN">
-      <TriggerCondition name="4HA100" triggerthreshold="HA100" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA100" type="CTPIN">
-      <TriggerCondition name="5HA100" triggerthreshold="HA100" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA100" type="CTPIN">
-      <TriggerCondition name="6HA100" triggerthreshold="HA100" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA100" type="CTPIN">
-      <TriggerCondition name="7HA100" triggerthreshold="HA100" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12" type="CTPIN">
-      <TriggerCondition name="1HA12" triggerthreshold="HA12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12" type="CTPIN">
-      <TriggerCondition name="2HA12" triggerthreshold="HA12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12" type="CTPIN">
-      <TriggerCondition name="3HA12" triggerthreshold="HA12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12" type="CTPIN">
-      <TriggerCondition name="4HA12" triggerthreshold="HA12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12" type="CTPIN">
-      <TriggerCondition name="5HA12" triggerthreshold="HA12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12" type="CTPIN">
-      <TriggerCondition name="6HA12" triggerthreshold="HA12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12" type="CTPIN">
-      <TriggerCondition name="7HA12" triggerthreshold="HA12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IL" type="CTPIN">
-      <TriggerCondition name="1HA12IL" triggerthreshold="HA12IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IL" type="CTPIN">
-      <TriggerCondition name="2HA12IL" triggerthreshold="HA12IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IL" type="CTPIN">
-      <TriggerCondition name="3HA12IL" triggerthreshold="HA12IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IL" type="CTPIN">
-      <TriggerCondition name="4HA12IL" triggerthreshold="HA12IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IL" type="CTPIN">
-      <TriggerCondition name="5HA12IL" triggerthreshold="HA12IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IL" type="CTPIN">
-      <TriggerCondition name="6HA12IL" triggerthreshold="HA12IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IL" type="CTPIN">
-      <TriggerCondition name="7HA12IL" triggerthreshold="HA12IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IM" type="CTPIN">
-      <TriggerCondition name="1HA12IM" triggerthreshold="HA12IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IM" type="CTPIN">
-      <TriggerCondition name="2HA12IM" triggerthreshold="HA12IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IM" type="CTPIN">
-      <TriggerCondition name="3HA12IM" triggerthreshold="HA12IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IM" type="CTPIN">
-      <TriggerCondition name="4HA12IM" triggerthreshold="HA12IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IM" type="CTPIN">
-      <TriggerCondition name="5HA12IM" triggerthreshold="HA12IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IM" type="CTPIN">
-      <TriggerCondition name="6HA12IM" triggerthreshold="HA12IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IM" type="CTPIN">
-      <TriggerCondition name="7HA12IM" triggerthreshold="HA12IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IT" type="CTPIN">
-      <TriggerCondition name="1HA12IT" triggerthreshold="HA12IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IT" type="CTPIN">
-      <TriggerCondition name="2HA12IT" triggerthreshold="HA12IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IT" type="CTPIN">
-      <TriggerCondition name="3HA12IT" triggerthreshold="HA12IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IT" type="CTPIN">
-      <TriggerCondition name="4HA12IT" triggerthreshold="HA12IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IT" type="CTPIN">
-      <TriggerCondition name="5HA12IT" triggerthreshold="HA12IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IT" type="CTPIN">
-      <TriggerCondition name="6HA12IT" triggerthreshold="HA12IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IT" type="CTPIN">
-      <TriggerCondition name="7HA12IT" triggerthreshold="HA12IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA15" type="CTPIN">
-      <TriggerCondition name="1HA15" triggerthreshold="HA15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA15" type="CTPIN">
-      <TriggerCondition name="2HA15" triggerthreshold="HA15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA15" type="CTPIN">
-      <TriggerCondition name="3HA15" triggerthreshold="HA15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA15" type="CTPIN">
-      <TriggerCondition name="4HA15" triggerthreshold="HA15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA15" type="CTPIN">
-      <TriggerCondition name="5HA15" triggerthreshold="HA15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA15" type="CTPIN">
-      <TriggerCondition name="6HA15" triggerthreshold="HA15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA15" type="CTPIN">
-      <TriggerCondition name="7HA15" triggerthreshold="HA15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20" type="CTPIN">
-      <TriggerCondition name="1HA20" triggerthreshold="HA20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20" type="CTPIN">
-      <TriggerCondition name="2HA20" triggerthreshold="HA20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20" type="CTPIN">
-      <TriggerCondition name="3HA20" triggerthreshold="HA20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20" type="CTPIN">
-      <TriggerCondition name="4HA20" triggerthreshold="HA20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20" type="CTPIN">
-      <TriggerCondition name="5HA20" triggerthreshold="HA20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20" type="CTPIN">
-      <TriggerCondition name="6HA20" triggerthreshold="HA20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20" type="CTPIN">
-      <TriggerCondition name="7HA20" triggerthreshold="HA20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IL" type="CTPIN">
-      <TriggerCondition name="1HA20IL" triggerthreshold="HA20IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IL" type="CTPIN">
-      <TriggerCondition name="2HA20IL" triggerthreshold="HA20IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IL" type="CTPIN">
-      <TriggerCondition name="3HA20IL" triggerthreshold="HA20IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IL" type="CTPIN">
-      <TriggerCondition name="4HA20IL" triggerthreshold="HA20IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IL" type="CTPIN">
-      <TriggerCondition name="5HA20IL" triggerthreshold="HA20IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IL" type="CTPIN">
-      <TriggerCondition name="6HA20IL" triggerthreshold="HA20IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IL" type="CTPIN">
-      <TriggerCondition name="7HA20IL" triggerthreshold="HA20IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IM" type="CTPIN">
-      <TriggerCondition name="1HA20IM" triggerthreshold="HA20IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IM" type="CTPIN">
-      <TriggerCondition name="2HA20IM" triggerthreshold="HA20IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IM" type="CTPIN">
-      <TriggerCondition name="3HA20IM" triggerthreshold="HA20IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IM" type="CTPIN">
-      <TriggerCondition name="4HA20IM" triggerthreshold="HA20IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IM" type="CTPIN">
-      <TriggerCondition name="5HA20IM" triggerthreshold="HA20IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IM" type="CTPIN">
-      <TriggerCondition name="6HA20IM" triggerthreshold="HA20IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IM" type="CTPIN">
-      <TriggerCondition name="7HA20IM" triggerthreshold="HA20IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IT" type="CTPIN">
-      <TriggerCondition name="1HA20IT" triggerthreshold="HA20IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IT" type="CTPIN">
-      <TriggerCondition name="2HA20IT" triggerthreshold="HA20IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IT" type="CTPIN">
-      <TriggerCondition name="3HA20IT" triggerthreshold="HA20IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IT" type="CTPIN">
-      <TriggerCondition name="4HA20IT" triggerthreshold="HA20IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IT" type="CTPIN">
-      <TriggerCondition name="5HA20IT" triggerthreshold="HA20IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IT" type="CTPIN">
-      <TriggerCondition name="6HA20IT" triggerthreshold="HA20IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IT" type="CTPIN">
-      <TriggerCondition name="7HA20IT" triggerthreshold="HA20IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25" type="CTPIN">
-      <TriggerCondition name="1HA25" triggerthreshold="HA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25" type="CTPIN">
-      <TriggerCondition name="2HA25" triggerthreshold="HA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25" type="CTPIN">
-      <TriggerCondition name="3HA25" triggerthreshold="HA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25" type="CTPIN">
-      <TriggerCondition name="4HA25" triggerthreshold="HA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25" type="CTPIN">
-      <TriggerCondition name="5HA25" triggerthreshold="HA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25" type="CTPIN">
-      <TriggerCondition name="6HA25" triggerthreshold="HA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25" type="CTPIN">
-      <TriggerCondition name="7HA25" triggerthreshold="HA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25IT" type="CTPIN">
-      <TriggerCondition name="1HA25IT" triggerthreshold="HA25IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25IT" type="CTPIN">
-      <TriggerCondition name="2HA25IT" triggerthreshold="HA25IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25IT" type="CTPIN">
-      <TriggerCondition name="3HA25IT" triggerthreshold="HA25IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25IT" type="CTPIN">
-      <TriggerCondition name="4HA25IT" triggerthreshold="HA25IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25IT" type="CTPIN">
-      <TriggerCondition name="5HA25IT" triggerthreshold="HA25IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25IT" type="CTPIN">
-      <TriggerCondition name="6HA25IT" triggerthreshold="HA25IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25IT" type="CTPIN">
-      <TriggerCondition name="7HA25IT" triggerthreshold="HA25IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA30" type="CTPIN">
-      <TriggerCondition name="1HA30" triggerthreshold="HA30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA30" type="CTPIN">
-      <TriggerCondition name="2HA30" triggerthreshold="HA30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA30" type="CTPIN">
-      <TriggerCondition name="3HA30" triggerthreshold="HA30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA30" type="CTPIN">
-      <TriggerCondition name="4HA30" triggerthreshold="HA30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA30" type="CTPIN">
-      <TriggerCondition name="5HA30" triggerthreshold="HA30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA30" type="CTPIN">
-      <TriggerCondition name="6HA30" triggerthreshold="HA30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA30" type="CTPIN">
-      <TriggerCondition name="7HA30" triggerthreshold="HA30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA40" type="CTPIN">
-      <TriggerCondition name="1HA40" triggerthreshold="HA40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA40" type="CTPIN">
-      <TriggerCondition name="2HA40" triggerthreshold="HA40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA40" type="CTPIN">
-      <TriggerCondition name="3HA40" triggerthreshold="HA40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA40" type="CTPIN">
-      <TriggerCondition name="4HA40" triggerthreshold="HA40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA40" type="CTPIN">
-      <TriggerCondition name="5HA40" triggerthreshold="HA40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA40" type="CTPIN">
-      <TriggerCondition name="6HA40" triggerthreshold="HA40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA40" type="CTPIN">
-      <TriggerCondition name="7HA40" triggerthreshold="HA40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA60" type="CTPIN">
-      <TriggerCondition name="1HA60" triggerthreshold="HA60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA60" type="CTPIN">
-      <TriggerCondition name="2HA60" triggerthreshold="HA60" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA60" type="CTPIN">
-      <TriggerCondition name="3HA60" triggerthreshold="HA60" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA60" type="CTPIN">
-      <TriggerCondition name="4HA60" triggerthreshold="HA60" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA60" type="CTPIN">
-      <TriggerCondition name="5HA60" triggerthreshold="HA60" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA60" type="CTPIN">
-      <TriggerCondition name="6HA60" triggerthreshold="HA60" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA60" type="CTPIN">
-      <TriggerCondition name="7HA60" triggerthreshold="HA60" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA8" type="CTPIN">
-      <TriggerCondition name="1HA8" triggerthreshold="HA8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA8" type="CTPIN">
-      <TriggerCondition name="2HA8" triggerthreshold="HA8" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA8" type="CTPIN">
-      <TriggerCondition name="3HA8" triggerthreshold="HA8" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA8" type="CTPIN">
-      <TriggerCondition name="4HA8" triggerthreshold="HA8" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA8" type="CTPIN">
-      <TriggerCondition name="5HA8" triggerthreshold="HA8" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA8" type="CTPIN">
-      <TriggerCondition name="6HA8" triggerthreshold="HA8" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA8" type="CTPIN">
-      <TriggerCondition name="7HA8" triggerthreshold="HA8" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100" type="CTPIN">
-      <TriggerCondition name="1J100" triggerthreshold="J100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100" type="CTPIN">
-      <TriggerCondition name="2J100" triggerthreshold="J100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100" type="CTPIN">
-      <TriggerCondition name="3J100" triggerthreshold="J100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J100.31ETA49" triggerthreshold="J100.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J100.31ETA49" triggerthreshold="J100.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J100.31ETA49" triggerthreshold="J100.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J12" type="CTPIN">
-      <TriggerCondition name="1J12" triggerthreshold="J12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J12" type="CTPIN">
-      <TriggerCondition name="2J12" triggerthreshold="J12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J12" type="CTPIN">
-      <TriggerCondition name="3J12" triggerthreshold="J12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J12" type="CTPIN">
-      <TriggerCondition name="4J12" triggerthreshold="J12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J12" type="CTPIN">
-      <TriggerCondition name="5J12" triggerthreshold="J12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J12" type="CTPIN">
-      <TriggerCondition name="6J12" triggerthreshold="J12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J12" type="CTPIN">
-      <TriggerCondition name="7J12" triggerthreshold="J12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J120" type="CTPIN">
-      <TriggerCondition name="1J120" triggerthreshold="J120" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J120" type="CTPIN">
-      <TriggerCondition name="2J120" triggerthreshold="J120" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J120" type="CTPIN">
-      <TriggerCondition name="3J120" triggerthreshold="J120" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15" type="CTPIN">
-      <TriggerCondition name="1J15" triggerthreshold="J15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15" type="CTPIN">
-      <TriggerCondition name="2J15" triggerthreshold="J15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15" type="CTPIN">
-      <TriggerCondition name="3J15" triggerthreshold="J15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15" type="CTPIN">
-      <TriggerCondition name="4J15" triggerthreshold="J15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15" type="CTPIN">
-      <TriggerCondition name="5J15" triggerthreshold="J15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15" type="CTPIN">
-      <TriggerCondition name="6J15" triggerthreshold="J15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15" type="CTPIN">
-      <TriggerCondition name="7J15" triggerthreshold="J15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J15.0ETA25" triggerthreshold="J15.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J15.0ETA25" triggerthreshold="J15.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J15.0ETA25" triggerthreshold="J15.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="4J15.0ETA25" triggerthreshold="J15.0ETA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="5J15.0ETA25" triggerthreshold="J15.0ETA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="6J15.0ETA25" triggerthreshold="J15.0ETA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="7J15.0ETA25" triggerthreshold="J15.0ETA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J15.31ETA49" triggerthreshold="J15.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J15.31ETA49" triggerthreshold="J15.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J15.31ETA49" triggerthreshold="J15.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20" type="CTPIN">
-      <TriggerCondition name="1J20" triggerthreshold="J20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20" type="CTPIN">
-      <TriggerCondition name="2J20" triggerthreshold="J20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20" type="CTPIN">
-      <TriggerCondition name="3J20" triggerthreshold="J20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J20" type="CTPIN">
-      <TriggerCondition name="4J20" triggerthreshold="J20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J20" type="CTPIN">
-      <TriggerCondition name="5J20" triggerthreshold="J20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J20" type="CTPIN">
-      <TriggerCondition name="6J20" triggerthreshold="J20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J20" type="CTPIN">
-      <TriggerCondition name="7J20" triggerthreshold="J20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="1J20.28ETA31" triggerthreshold="J20.28ETA31" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="2J20.28ETA31" triggerthreshold="J20.28ETA31" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="3J20.28ETA31" triggerthreshold="J20.28ETA31" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J20.31ETA49" triggerthreshold="J20.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J20.31ETA49" triggerthreshold="J20.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J20.31ETA49" triggerthreshold="J20.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25" type="CTPIN">
-      <TriggerCondition name="1J25" triggerthreshold="J25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25" type="CTPIN">
-      <TriggerCondition name="2J25" triggerthreshold="J25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25" type="CTPIN">
-      <TriggerCondition name="3J25" triggerthreshold="J25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25" type="CTPIN">
-      <TriggerCondition name="4J25" triggerthreshold="J25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25" type="CTPIN">
-      <TriggerCondition name="5J25" triggerthreshold="J25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25" type="CTPIN">
-      <TriggerCondition name="6J25" triggerthreshold="J25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25" type="CTPIN">
-      <TriggerCondition name="7J25" triggerthreshold="J25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J25.0ETA23" triggerthreshold="J25.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J25.0ETA23" triggerthreshold="J25.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J25.0ETA23" triggerthreshold="J25.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="4J25.0ETA23" triggerthreshold="J25.0ETA23" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="5J25.0ETA23" triggerthreshold="J25.0ETA23" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="6J25.0ETA23" triggerthreshold="J25.0ETA23" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="7J25.0ETA23" triggerthreshold="J25.0ETA23" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30" type="CTPIN">
-      <TriggerCondition name="1J30" triggerthreshold="J30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30" type="CTPIN">
-      <TriggerCondition name="2J30" triggerthreshold="J30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30" type="CTPIN">
-      <TriggerCondition name="3J30" triggerthreshold="J30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J30" type="CTPIN">
-      <TriggerCondition name="4J30" triggerthreshold="J30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J30" type="CTPIN">
-      <TriggerCondition name="5J30" triggerthreshold="J30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J30" type="CTPIN">
-      <TriggerCondition name="6J30" triggerthreshold="J30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J30" type="CTPIN">
-      <TriggerCondition name="7J30" triggerthreshold="J30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J30.31ETA49" triggerthreshold="J30.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J30.31ETA49" triggerthreshold="J30.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J30.31ETA49" triggerthreshold="J30.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J35.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J35.0ETA23" triggerthreshold="J35.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J35.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J35.0ETA23" triggerthreshold="J35.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J35.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J35.0ETA23" triggerthreshold="J35.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40" type="CTPIN">
-      <TriggerCondition name="1J40" triggerthreshold="J40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40" type="CTPIN">
-      <TriggerCondition name="2J40" triggerthreshold="J40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40" type="CTPIN">
-      <TriggerCondition name="3J40" triggerthreshold="J40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J40" type="CTPIN">
-      <TriggerCondition name="4J40" triggerthreshold="J40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J40" type="CTPIN">
-      <TriggerCondition name="5J40" triggerthreshold="J40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J40" type="CTPIN">
-      <TriggerCondition name="6J40" triggerthreshold="J40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J40" type="CTPIN">
-      <TriggerCondition name="7J40" triggerthreshold="J40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J40.0ETA25" triggerthreshold="J40.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J40.0ETA25" triggerthreshold="J40.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J40.0ETA25" triggerthreshold="J40.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J400" type="CTPIN">
-      <TriggerCondition name="1J400" triggerthreshold="J400" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J400" type="CTPIN">
-      <TriggerCondition name="2J400" triggerthreshold="J400" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J400" type="CTPIN">
-      <TriggerCondition name="3J400" triggerthreshold="J400" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50" type="CTPIN">
-      <TriggerCondition name="1J50" triggerthreshold="J50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50" type="CTPIN">
-      <TriggerCondition name="2J50" triggerthreshold="J50" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50" type="CTPIN">
-      <TriggerCondition name="3J50" triggerthreshold="J50" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J50.31ETA49" triggerthreshold="J50.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J50.31ETA49" triggerthreshold="J50.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J50.31ETA49" triggerthreshold="J50.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75" type="CTPIN">
-      <TriggerCondition name="1J75" triggerthreshold="J75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75" type="CTPIN">
-      <TriggerCondition name="2J75" triggerthreshold="J75" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75" type="CTPIN">
-      <TriggerCondition name="3J75" triggerthreshold="J75" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J75.31ETA49" triggerthreshold="J75.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J75.31ETA49" triggerthreshold="J75.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J75.31ETA49" triggerthreshold="J75.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J85" type="CTPIN">
-      <TriggerCondition name="1J85" triggerthreshold="J85" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J85" type="CTPIN">
-      <TriggerCondition name="2J85" triggerthreshold="J85" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J85" type="CTPIN">
-      <TriggerCondition name="3J85" triggerthreshold="J85" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_A" type="CTPIN">
-      <TriggerCondition name="1LUCID_A" triggerthreshold="LUCID_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_C" type="CTPIN">
-      <TriggerCondition name="1LUCID_C" triggerthreshold="LUCID_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPIN">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPMON">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_A" type="CTPIN">
-      <TriggerCondition name="2MBTS_A" triggerthreshold="MBTS_A" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_A" type="CTPIN">
-      <TriggerCondition name="3MBTS_A" triggerthreshold="MBTS_A" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_A" type="CTPIN">
-      <TriggerCondition name="4MBTS_A" triggerthreshold="MBTS_A" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_A" type="CTPIN">
-      <TriggerCondition name="5MBTS_A" triggerthreshold="MBTS_A" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_A" type="CTPIN">
-      <TriggerCondition name="6MBTS_A" triggerthreshold="MBTS_A" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_A" type="CTPIN">
-      <TriggerCondition name="7MBTS_A" triggerthreshold="MBTS_A" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A0" type="CTPIN">
-      <TriggerCondition name="1MBTS_A0" triggerthreshold="MBTS_A0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A1" type="CTPIN">
-      <TriggerCondition name="1MBTS_A1" triggerthreshold="MBTS_A1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A10" type="CTPIN">
-      <TriggerCondition name="1MBTS_A10" triggerthreshold="MBTS_A10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A12" type="CTPIN">
-      <TriggerCondition name="1MBTS_A12" triggerthreshold="MBTS_A12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A14" type="CTPIN">
-      <TriggerCondition name="1MBTS_A14" triggerthreshold="MBTS_A14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A2" type="CTPIN">
-      <TriggerCondition name="1MBTS_A2" triggerthreshold="MBTS_A2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A3" type="CTPIN">
-      <TriggerCondition name="1MBTS_A3" triggerthreshold="MBTS_A3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A4" type="CTPIN">
-      <TriggerCondition name="1MBTS_A4" triggerthreshold="MBTS_A4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A5" type="CTPIN">
-      <TriggerCondition name="1MBTS_A5" triggerthreshold="MBTS_A5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A6" type="CTPIN">
-      <TriggerCondition name="1MBTS_A6" triggerthreshold="MBTS_A6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A7" type="CTPIN">
-      <TriggerCondition name="1MBTS_A7" triggerthreshold="MBTS_A7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A8" type="CTPIN">
-      <TriggerCondition name="1MBTS_A8" triggerthreshold="MBTS_A8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPIN">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPMON">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_C" type="CTPIN">
-      <TriggerCondition name="2MBTS_C" triggerthreshold="MBTS_C" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_C" type="CTPIN">
-      <TriggerCondition name="3MBTS_C" triggerthreshold="MBTS_C" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_C" type="CTPIN">
-      <TriggerCondition name="4MBTS_C" triggerthreshold="MBTS_C" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_C" type="CTPIN">
-      <TriggerCondition name="5MBTS_C" triggerthreshold="MBTS_C" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_C" type="CTPIN">
-      <TriggerCondition name="6MBTS_C" triggerthreshold="MBTS_C" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_C" type="CTPIN">
-      <TriggerCondition name="7MBTS_C" triggerthreshold="MBTS_C" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C0" type="CTPIN">
-      <TriggerCondition name="1MBTS_C0" triggerthreshold="MBTS_C0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C1" type="CTPIN">
-      <TriggerCondition name="1MBTS_C1" triggerthreshold="MBTS_C1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C10" type="CTPIN">
-      <TriggerCondition name="1MBTS_C10" triggerthreshold="MBTS_C10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C12" type="CTPIN">
-      <TriggerCondition name="1MBTS_C12" triggerthreshold="MBTS_C12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C14" type="CTPIN">
-      <TriggerCondition name="1MBTS_C14" triggerthreshold="MBTS_C14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C2" type="CTPIN">
-      <TriggerCondition name="1MBTS_C2" triggerthreshold="MBTS_C2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C3" type="CTPIN">
-      <TriggerCondition name="1MBTS_C3" triggerthreshold="MBTS_C3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C4" type="CTPIN">
-      <TriggerCondition name="1MBTS_C4" triggerthreshold="MBTS_C4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C5" type="CTPIN">
-      <TriggerCondition name="1MBTS_C5" triggerthreshold="MBTS_C5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C6" type="CTPIN">
-      <TriggerCondition name="1MBTS_C6" triggerthreshold="MBTS_C6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C7" type="CTPIN">
-      <TriggerCondition name="1MBTS_C7" triggerthreshold="MBTS_C7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C8" type="CTPIN">
-      <TriggerCondition name="1MBTS_C8" triggerthreshold="MBTS_C8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU10" type="CTPIN">
-      <TriggerCondition name="1MU10" triggerthreshold="MU10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU10" type="CTPIN">
-      <TriggerCondition name="2MU10" triggerthreshold="MU10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU10" type="CTPIN">
-      <TriggerCondition name="3MU10" triggerthreshold="MU10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU10" type="CTPIN">
-      <TriggerCondition name="4MU10" triggerthreshold="MU10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU10" type="CTPIN">
-      <TriggerCondition name="5MU10" triggerthreshold="MU10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU10" type="CTPIN">
-      <TriggerCondition name="6MU10" triggerthreshold="MU10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU10" type="CTPIN">
-      <TriggerCondition name="7MU10" triggerthreshold="MU10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU11" type="CTPIN">
-      <TriggerCondition name="1MU11" triggerthreshold="MU11" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU11" type="CTPIN">
-      <TriggerCondition name="2MU11" triggerthreshold="MU11" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU11" type="CTPIN">
-      <TriggerCondition name="3MU11" triggerthreshold="MU11" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU11" type="CTPIN">
-      <TriggerCondition name="4MU11" triggerthreshold="MU11" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU11" type="CTPIN">
-      <TriggerCondition name="5MU11" triggerthreshold="MU11" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU11" type="CTPIN">
-      <TriggerCondition name="6MU11" triggerthreshold="MU11" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU11" type="CTPIN">
-      <TriggerCondition name="7MU11" triggerthreshold="MU11" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU15" type="CTPIN">
-      <TriggerCondition name="1MU15" triggerthreshold="MU15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU15" type="CTPIN">
-      <TriggerCondition name="2MU15" triggerthreshold="MU15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU15" type="CTPIN">
-      <TriggerCondition name="3MU15" triggerthreshold="MU15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU15" type="CTPIN">
-      <TriggerCondition name="4MU15" triggerthreshold="MU15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU15" type="CTPIN">
-      <TriggerCondition name="5MU15" triggerthreshold="MU15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU15" type="CTPIN">
-      <TriggerCondition name="6MU15" triggerthreshold="MU15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU15" type="CTPIN">
-      <TriggerCondition name="7MU15" triggerthreshold="MU15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU20" type="CTPIN">
-      <TriggerCondition name="1MU20" triggerthreshold="MU20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU20" type="CTPIN">
-      <TriggerCondition name="2MU20" triggerthreshold="MU20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU20" type="CTPIN">
-      <TriggerCondition name="3MU20" triggerthreshold="MU20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU20" type="CTPIN">
-      <TriggerCondition name="4MU20" triggerthreshold="MU20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU20" type="CTPIN">
-      <TriggerCondition name="5MU20" triggerthreshold="MU20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU20" type="CTPIN">
-      <TriggerCondition name="6MU20" triggerthreshold="MU20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU20" type="CTPIN">
-      <TriggerCondition name="7MU20" triggerthreshold="MU20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU4" type="CTPIN">
-      <TriggerCondition name="1MU4" triggerthreshold="MU4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU4" type="CTPIN">
-      <TriggerCondition name="2MU4" triggerthreshold="MU4" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU4" type="CTPIN">
-      <TriggerCondition name="3MU4" triggerthreshold="MU4" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU4" type="CTPIN">
-      <TriggerCondition name="4MU4" triggerthreshold="MU4" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU4" type="CTPIN">
-      <TriggerCondition name="5MU4" triggerthreshold="MU4" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU4" type="CTPIN">
-      <TriggerCondition name="6MU4" triggerthreshold="MU4" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU4" type="CTPIN">
-      <TriggerCondition name="7MU4" triggerthreshold="MU4" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU6" type="CTPIN">
-      <TriggerCondition name="1MU6" triggerthreshold="MU6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU6" type="CTPIN">
-      <TriggerCondition name="2MU6" triggerthreshold="MU6" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU6" type="CTPIN">
-      <TriggerCondition name="3MU6" triggerthreshold="MU6" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU6" type="CTPIN">
-      <TriggerCondition name="4MU6" triggerthreshold="MU6" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU6" type="CTPIN">
-      <TriggerCondition name="5MU6" triggerthreshold="MU6" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU6" type="CTPIN">
-      <TriggerCondition name="6MU6" triggerthreshold="MU6" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU6" type="CTPIN">
-      <TriggerCondition name="7MU6" triggerthreshold="MU6" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIML1A" type="CTPIN">
-      <TriggerCondition name="1NIML1A" triggerthreshold="NIML1A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMLHCF" type="CTPIN">
-      <TriggerCondition name="1NIMLHCF" triggerthreshold="NIMLHCF" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMRPC" type="CTPIN">
-      <TriggerCondition name="1NIMRPC" triggerthreshold="NIMRPC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTGC" type="CTPIN">
-      <TriggerCondition name="1NIMTGC" triggerthreshold="NIMTGC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTRT" type="CTPIN">
-      <TriggerCondition name="1NIMTRT" triggerthreshold="NIMTRT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10" type="CTPIN">
-      <TriggerCondition name="1TE10" triggerthreshold="TE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE10.0ETA24" triggerthreshold="TE10.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE15" type="CTPIN">
-      <TriggerCondition name="1TE15" triggerthreshold="TE15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE15.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE15.0ETA24" triggerthreshold="TE15.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20" type="CTPIN">
-      <TriggerCondition name="1TE20" triggerthreshold="TE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE20.0ETA24" triggerthreshold="TE20.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE25" type="CTPIN">
-      <TriggerCondition name="1TE25" triggerthreshold="TE25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE25.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE25.0ETA24" triggerthreshold="TE25.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30" type="CTPIN">
-      <TriggerCondition name="1TE30" triggerthreshold="TE30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE30.0ETA24" triggerthreshold="TE30.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40" type="CTPIN">
-      <TriggerCondition name="1TE40" triggerthreshold="TE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE40.0ETA24" triggerthreshold="TE40.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5" type="CTPIN">
-      <TriggerCondition name="1TE5" triggerthreshold="TE5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE5.0ETA24" triggerthreshold="TE5.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70" type="CTPIN">
-      <TriggerCondition name="1TE70" triggerthreshold="TE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE70.0ETA24" triggerthreshold="TE70.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE10" type="CTPIN">
-      <TriggerCondition name="1XE10" triggerthreshold="XE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE150" type="CTPIN">
-      <TriggerCondition name="1XE150" triggerthreshold="XE150" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE20" type="CTPIN">
-      <TriggerCondition name="1XE20" triggerthreshold="XE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE25" type="CTPIN">
-      <TriggerCondition name="1XE25" triggerthreshold="XE25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE30" type="CTPIN">
-      <TriggerCondition name="1XE30" triggerthreshold="XE30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE300" type="CTPIN">
-      <TriggerCondition name="1XE300" triggerthreshold="XE300" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35" type="CTPIN">
-      <TriggerCondition name="1XE35" triggerthreshold="XE35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40" type="CTPIN">
-      <TriggerCondition name="1XE40" triggerthreshold="XE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45" type="CTPIN">
-      <TriggerCondition name="1XE45" triggerthreshold="XE45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50" type="CTPIN">
-      <TriggerCondition name="1XE50" triggerthreshold="XE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55" type="CTPIN">
-      <TriggerCondition name="1XE55" triggerthreshold="XE55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60" type="CTPIN">
-      <TriggerCondition name="1XE60" triggerthreshold="XE60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE65" type="CTPIN">
-      <TriggerCondition name="1XE65" triggerthreshold="XE65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70" type="CTPIN">
-      <TriggerCondition name="1XE70" triggerthreshold="XE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE75" type="CTPIN">
-      <TriggerCondition name="1XE75" triggerthreshold="XE75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80" type="CTPIN">
-      <TriggerCondition name="1XE80" triggerthreshold="XE80" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS20" type="CTPIN">
-      <TriggerCondition name="1XS20" triggerthreshold="XS20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS30" type="CTPIN">
-      <TriggerCondition name="1XS30" triggerthreshold="XS30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS40" type="CTPIN">
-      <TriggerCondition name="1XS40" triggerthreshold="XS40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS45" type="CTPIN">
-      <TriggerCondition name="1XS45" triggerthreshold="XS45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS50" type="CTPIN">
-      <TriggerCondition name="1XS50" triggerthreshold="XS50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS55" type="CTPIN">
-      <TriggerCondition name="1XS55" triggerthreshold="XS55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS60" type="CTPIN">
-      <TriggerCondition name="1XS60" triggerthreshold="XS60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS65" type="CTPIN">
-      <TriggerCondition name="1XS65" triggerthreshold="XS65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZB_EM15" type="CTPIN">
-      <TriggerCondition name="1ZB_EM15" triggerthreshold="ZB_EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_A" type="CTPIN">
-      <TriggerCondition name="1ZDC_A" triggerthreshold="ZDC_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_AND" type="CTPIN">
-      <TriggerCondition name="1ZDC_AND" triggerthreshold="ZDC_AND" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_C" type="CTPIN">
-      <TriggerCondition name="1ZDC_C" triggerthreshold="ZDC_C" multi="1"/>
-    </TriggerCounter>
-  </TriggerCounterList>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="2" name="ALFA_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="3" name="ALFA_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="4" name="ALFA_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="5" name="ALFA_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="8" name="ALFA2_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="9" name="ALFA2_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="10" name="ALFA2_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="11" name="ALFA2_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="14" name="ALFA3_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="15" name="ALFA3_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="16" name="ALFA3_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="17" name="ALFA3_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="20" name="ALFA4_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="21" name="ALFA4_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="22" name="ALFA4_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="23" name="ALFA4_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="34" name="ALFA_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="2" range_end="2" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="35" name="ALFA_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="36" name="ALFA_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="37" name="ALFA_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="40" name="ALFA2_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="41" name="ALFA2_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="42" name="ALFA2_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="43" name="ALFA2_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="46" name="ALFA3_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="14" range_end="14" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="47" name="ALFA3_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="15" range_end="15" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="48" name="ALFA3_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="49" name="ALFA3_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="52" name="ALFA4_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="53" name="ALFA4_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="54" name="ALFA4_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="55" name="ALFA4_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="0" name="BCM_AtoC" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="1" name="BCM_CtoA" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="2" name="BCM_Wide" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="36" mapping="0" name="BCM_Comb" type="BCMCMB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="0" name="BPTX0" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="1" name="BPTX1" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="0" name="CAL0" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="1" name="CAL1" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="2" name="CAL2" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL2full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="42" mapping="0" name="EM3" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM3full" phimin="0" phimax="64" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="43" mapping="1" name="EM7" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM7full" phimin="0" phimax="64" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="44" mapping="2" name="EM8VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="1" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="5" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="6" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="6" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="5" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="45" mapping="3" name="EM8I" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="EM8Ifull" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="46" mapping="4" name="EM10VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="47" mapping="5" name="EM12" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="48" mapping="6" name="EM13VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="49" mapping="7" name="EM15" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="50" mapping="8" name="EM15VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="1" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="51" mapping="9" name="EM15HI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM15HIfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="52" mapping="10" name="EM18VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="53" mapping="11" name="EM20VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="54" mapping="12" name="EM20VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="55" mapping="13" name="EM22VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="1" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="56" mapping="14" name="EM24VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="1" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="57" mapping="15" name="EM26VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="1" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="28" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="28" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="58" mapping="0" name="J12" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="59" mapping="1" name="J15" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="60" mapping="2" name="J15.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J15.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="61" mapping="3" name="J20" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="62" mapping="4" name="J25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="63" mapping="5" name="J25.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="64" mapping="6" name="J30" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="65" mapping="7" name="J40" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="66" mapping="8" name="J20.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="24" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="67" mapping="9" name="J30.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="27" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="68" mapping="10" name="J35.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J35.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J35.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="35" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="69" mapping="11" name="J40.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="70" mapping="12" name="J20.28ETA31" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="-28" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="28" etamax="31" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="71" mapping="13" name="J50" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="72" mapping="14" name="J75" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="73" mapping="15" name="J85" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="1" thresholdval="85" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="74" mapping="16" name="J100" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="75" mapping="17" name="J120" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J120full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J120full" phimin="0" phimax="64" priority="1" thresholdval="120" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="18" name="J400" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J400full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J400full" phimin="0" phimax="64" priority="1" thresholdval="400" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="16" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="77" mapping="19" name="J15.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="18" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="78" mapping="20" name="J20.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="20" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="79" mapping="21" name="J30.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="22" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="80" mapping="22" name="J50.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="24" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="81" mapping="23" name="J75.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="26" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="82" mapping="24" name="J100.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="28" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="83" mapping="0" name="LUCID_A" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="84" mapping="1" name="LUCID_C" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="85" mapping="0" name="MBTS_A" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="86" mapping="1" name="MBTS_C" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="0" name="MBTS_A0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="1" name="MBTS_A1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="2" name="MBTS_A2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="3" name="MBTS_A3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="4" name="MBTS_A4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="5" name="MBTS_A5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="93" mapping="6" name="MBTS_A6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="94" mapping="7" name="MBTS_A7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="8" name="MBTS_A8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="9" name="MBTS_A10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="10" name="MBTS_A12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="11" name="MBTS_A14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="12" name="MBTS_C0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="13" name="MBTS_C1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="101" mapping="14" name="MBTS_C2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="15" name="MBTS_C3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="16" name="MBTS_C4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="17" name="MBTS_C5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="105" mapping="18" name="MBTS_C6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="19" name="MBTS_C7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="107" mapping="20" name="MBTS_C8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="21" name="MBTS_C10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="22" name="MBTS_C12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="23" name="MBTS_C14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="111" mapping="0" name="MU4" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU4full" phimin="0" phimax="64" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="1" name="MU6" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU6full" phimin="0" phimax="64" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="113" mapping="2" name="MU10" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="3" name="MU11" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU11full" phimin="0" phimax="64" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="115" mapping="4" name="MU15" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="116" mapping="5" name="MU20" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="0" name="NIML1A" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIML1Afull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="1" name="NIMLHCF" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMLHCFfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="2" name="AFP_NSC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="AFP_NSCfull" phimin="0" phimax="64" priority="0" thresholdval="50" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="3" name="AFP_FSC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="AFP_FSCfull" phimin="0" phimax="64" priority="0" thresholdval="50" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="12" name="NIMTGC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTGCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="13" name="NIMRPC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMRPCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="14" name="NIMTRT" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTRTfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="124" mapping="0" name="HA8" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="125" mapping="1" name="HA12" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="126" mapping="2" name="HA12IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA12ILfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="127" mapping="3" name="HA12IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA12IMfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="128" mapping="4" name="HA12IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA12ITfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="129" mapping="5" name="HA15" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="130" mapping="6" name="HA20" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="131" mapping="7" name="HA20IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA20ILfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="132" mapping="8" name="HA20IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA20IMfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="133" mapping="9" name="HA20IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA20ITfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="134" mapping="10" name="HA25" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="135" mapping="11" name="HA25IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA25ITfull" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="136" mapping="12" name="HA30" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="137" mapping="13" name="HA40" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="138" mapping="14" name="HA60" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA60full" phimin="0" phimax="64" priority="1" thresholdval="60" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="139" mapping="15" name="HA100" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="140" mapping="0" name="TE5" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5full" phimin="0" phimax="64" priority="0" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="141" mapping="1" name="TE10" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="142" mapping="2" name="TE15" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="143" mapping="3" name="TE20" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="144" mapping="4" name="TE25" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE25full" phimin="0" phimax="64" priority="0" thresholdval="25" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="145" mapping="5" name="TE30" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="146" mapping="6" name="TE40" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="147" mapping="7" name="TE70" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="148" mapping="8" name="TE5.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE5.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="149" mapping="9" name="TE10.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="150" mapping="10" name="TE15.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE15.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE15.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="151" mapping="11" name="TE20.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="152" mapping="12" name="TE25.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE25.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE25.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="153" mapping="13" name="TE30.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="154" mapping="14" name="TE40.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="155" mapping="15" name="TE70.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE70.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="156" mapping="0" name="900INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="157" mapping="1" name="800INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="158" mapping="2" name="700INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="159" mapping="3" name="500INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="160" mapping="4" name="400INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="161" mapping="5" name="300INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="162" mapping="6" name="200INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="163" mapping="7" name="100INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="164" mapping="9" name="HT150-J20s5.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="165" mapping="10" name="HT190-J15s5.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="166" mapping="11" name="1INVM5-EMs1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="167" mapping="12" name="1INVM5-EM7s1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="12" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="168" mapping="13" name="1INVM5-EM12s1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="169" mapping="14" name="05MINDPHI-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="170" mapping="15" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="171" mapping="18" name="1DISAMB-EM15his2-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="172" mapping="19" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="173" mapping="20" name="2INVM9-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="174" mapping="22" name="2INVM8-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="175" mapping="24" name="5DETA99-5DPHI99-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="176" mapping="25" name="5DETA99-5DPHI99-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="177" mapping="26" name="1DISAMB-TAU20abi-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="178" mapping="27" name="0DR28-MU10ab-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="179" mapping="28" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="28" range_end="28" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="180" mapping="31" name="DISAMB-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="181" mapping="32" name="05MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="182" mapping="33" name="25MT-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="183" mapping="35" name="35MT-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="184" mapping="37" name="10MINDPHI-J20s2-XE30" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="185" mapping="38" name="10MINDPHI-J20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="186" mapping="39" name="100RATIO-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="187" mapping="40" name="NOT-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="188" mapping="41" name="LAR-EM50s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="189" mapping="42" name="LAR-J100s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="190" mapping="43" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="191" mapping="45" name="35MT-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="192" mapping="46" name="15MINDPHI-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="193" mapping="47" name="15MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="194" mapping="48" name="DISAMB-30INVM-EM20his2-TAU12ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="195" mapping="52" name="0DR22-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="196" mapping="53" name="7INVM15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="197" mapping="54" name="0DR22-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="198" mapping="55" name="0DR15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="199" mapping="56" name="0DR24-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="200" mapping="57" name="0DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="201" mapping="58" name="2INVM9-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="202" mapping="59" name="2INVM9-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="203" mapping="64" name="05MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="204" mapping="65" name="10MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="205" mapping="66" name="15MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="206" mapping="67" name="0DR04-MU4ab-CJ15ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="207" mapping="68" name="0DR04-MU4ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="208" mapping="69" name="0DR04-MU4ab-CJ30ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="209" mapping="70" name="0DR04-MU6ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="210" mapping="71" name="0DR04-MU6ab-CJ25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="211" mapping="72" name="10MINDPHI-CJ20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="212" mapping="73" name="0DR24-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="213" mapping="75" name="MULT-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="11" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="214" mapping="77" name="MULT-CMU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="13" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="215" mapping="80" name="KF-XE40-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="216" mapping="81" name="KF-XE50-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="217" mapping="82" name="KF-XE55-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="218" mapping="83" name="KF-XE60-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="219" mapping="84" name="KF-XE65-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="220" mapping="85" name="KF-XE75-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="221" mapping="86" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="222" mapping="87" name="HT190-AJ15all.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="223" mapping="88" name="HT150-AJ20all.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="224" mapping="89" name="HT150-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="225" mapping="90" name="HT20-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="226" mapping="93" name="05RATIO-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="227" mapping="95" name="90RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="228" mapping="99" name="0DETA04-EM8abi-MU10ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="229" mapping="100" name="0DETA04-EM15abi-MUab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="230" mapping="101" name="0DR24-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="231" mapping="102" name="0DPHI03-EM8abi-MU10ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="232" mapping="103" name="2INVM8-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="233" mapping="104" name="0DPHI03-EM15abi-MUab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="234" mapping="105" name="10MINDPHI-AJ20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="235" mapping="106" name="LATE-MU10s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="236" mapping="107" name="SC111-CJ15ab.ETA26" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="237" mapping="108" name="SC85-CJ15ab.ETA26" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="12" range_end="12" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="238" mapping="112" name="250RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="239" mapping="113" name="10MINDPHI-J20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="240" mapping="114" name="0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="241" mapping="115" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="242" mapping="116" name="1DISAMB-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="243" mapping="117" name="0DR10-MU10ab-MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="244" mapping="118" name="2DR99-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="245" mapping="119" name="0DR34-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="246" mapping="120" name="2DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="247" mapping="121" name="0DR15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="248" mapping="122" name="0DR25-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="249" mapping="123" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="250" mapping="124" name="8INVM15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="28" range_end="28" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="251" mapping="125" name="8INVM15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="252" mapping="126" name="2INVM8-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="30" range_end="30" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="253" mapping="127" name="2INVM8-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="254" mapping="0" name="XE10" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="255" mapping="1" name="XE20" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="256" mapping="2" name="XE25" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE25full" phimin="0" phimax="64" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="257" mapping="3" name="XE30" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="258" mapping="4" name="XE35" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="259" mapping="5" name="XE40" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="260" mapping="6" name="XE45" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="261" mapping="7" name="XE50" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="262" mapping="8" name="XE55" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="263" mapping="9" name="XE60" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="264" mapping="10" name="XE65" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="265" mapping="11" name="XE70" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="266" mapping="12" name="XE75" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE75full" phimin="0" phimax="64" priority="0" thresholdval="75" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="267" mapping="13" name="XE80" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80full" phimin="0" phimax="64" priority="0" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="268" mapping="14" name="XE150" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE150full" phimin="0" phimax="64" priority="0" thresholdval="150" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="269" mapping="15" name="XE300" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE300full" phimin="0" phimax="64" priority="0" thresholdval="300" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="270" mapping="0" name="XS20" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="271" mapping="1" name="XS30" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="272" mapping="2" name="XS40" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="273" mapping="3" name="XS45" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="274" mapping="4" name="XS50" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="275" mapping="5" name="XS55" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="276" mapping="6" name="XS60" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="277" mapping="7" name="XS65" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="278" mapping="0" name="ZB_EM15" type="ZB" input="ctpin" seed="EM15" seed_multi="1" bcdelay="3564" version="1">
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="279" mapping="0" name="ZDC_A" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="280" mapping="1" name="ZDC_C" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="281" mapping="2" name="ZDC_AND" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name0="Random0" cut0="1" name1="Random1" cut1="1" name2="Random2" cut2="1" name3="Random3" cut3="1"/>
-  <BunchGroupSet name="Physics" menuPartition="0">
-    <BunchGroup internalNumber="0" name="BCRVeto">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Paired">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="CalReq"/>
-    <BunchGroup internalNumber="3" name="Empty"/>
-    <BunchGroup internalNumber="4" name="IsolatedUnpaired"/>
-    <BunchGroup internalNumber="5" name="NonIsolatedUnpaired"/>
-    <BunchGroup internalNumber="6" name="EmptyAfterPaired"/>
-    <BunchGroup internalNumber="7" name="InTrain">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="8" name="AbortGapNotCalReq"/>
-    <BunchGroup internalNumber="9" name="VdM"/>
-    <BunchGroup internalNumber="10" name="ALFA"/>
-    <BunchGroup internalNumber="11" name="EmptyBeforePaired"/>
-    <BunchGroup internalNumber="12" name="EmptyAndPaired"/>
-    <BunchGroup internalNumber="13" name="NotUsed"/>
-    <BunchGroup internalNumber="14" name="NotUsed"/>
-    <BunchGroup internalNumber="15" name="NotUsed"/>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01"/>
-  <CaloInfo name="CaloInfo" global_em_scale="2" global_jet_scale="1">
-    <METSignificance xeMin="11" xeMax="63" teSqrtMin="4" teSqrtMax="63" xsSigmaScale="1150" xsSigmaOffset="1640"/>
-    <Isolation thrtype="HAIsoForEMthr">
-      <Parametrization isobit="1" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForEMthr">
-      <Parametrization isobit="1" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForTAUthr">
-      <Parametrization isobit="1" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="20" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="15" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="40" slope="0" mincut="0" upperlimit="124" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <MinimumTOBPt thrtype="EM" ptmin="3" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="TAU" ptmin="8" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETS" window="4" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETL" window="8" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-  </CaloInfo>
-  <MuctpiInfo name="muctpi" low_pt="1" high_pt="1" max_cand="13"/>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v7_primaries.xml b/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v7_primaries.xml
deleted file mode 100644
index 8832b4311366ad6ef802d87df077b77bd2d0df7d..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/data/LVL1config_Physics_pp_v7_primaries.xml
+++ /dev/null
@@ -1,7442 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE LVL1Config SYSTEM "LVL1config.dtd">
-<LVL1Config name="Physics_pp_v7_primaries" ctpVersion="4" l1Version="1">
-  <!--File is generated by TriggerMenu-->
-  <!--No. L1 thresholds defined: 281-->
-  <!--No. L1 items defined: 466-->
-  <TriggerMenu name="Physics_pp_v7_primaries" phase="lumi">
-    <TriggerItem ctpid="0" partition="1" name="L1_EM3" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="1" partition="1" name="L1_EM7" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="2" partition="1" name="L1_EM12" complex_deadtime="0" definition="(EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="3" partition="1" name="L1_EM8VH" complex_deadtime="0" definition="(EM8VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8VH_x1" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="4" partition="1" name="L1_EM10VH" complex_deadtime="0" definition="(EM10VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="5" partition="1" name="L1_EM13VH" complex_deadtime="0" definition="(EM13VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM13VH_x1" triggerthreshold="EM13VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="6" partition="1" name="L1_EM15" complex_deadtime="0" definition="(EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="7" partition="1" name="L1_EM15VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="8" partition="1" name="L1_EM18VH" complex_deadtime="0" definition="(EM18VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="9" partition="1" name="L1_EM20VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="10" partition="1" name="L1_EM20VHI" complex_deadtime="0" definition="(EM20VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="11" partition="1" name="L1_EM22VHI" complex_deadtime="0" definition="(EM22VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="12" partition="1" name="L1_EM3_EMPTY" complex_deadtime="0" definition="(EM3[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="13" partition="1" name="L1_EM7_EMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="14" partition="1" name="L1_MU4" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="15" partition="1" name="L1_MU6" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="16" partition="1" name="L1_MU10" complex_deadtime="0" definition="(MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="17" partition="1" name="L1_MU15" complex_deadtime="0" definition="(MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="18" partition="1" name="L1_MU20" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="19" partition="1" name="L1_MU4_EMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="20" partition="1" name="L1_MU4_FIRSTEMPTY" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="21" partition="1" name="L1_MU11_EMPTY" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="22" partition="1" name="L1_MU4_UNPAIRED_ISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="23" partition="1" name="L1_2EM3" complex_deadtime="0" definition="(EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="24" partition="1" name="L1_2EM7" complex_deadtime="0" definition="(EM7[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM7_x2" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="25" partition="1" name="L1_2EM10VH" complex_deadtime="0" definition="(EM10VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="26" partition="1" name="L1_2EM13VH" complex_deadtime="0" definition="(EM13VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM13VH_x2" triggerthreshold="EM13VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="27" partition="1" name="L1_2EM15" complex_deadtime="0" definition="(EM15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM15_x2" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="28" partition="1" name="L1_2EM15VH" complex_deadtime="0" definition="(EM15VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM15VH_x2" triggerthreshold="EM15VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="29" partition="1" name="L1_EM7_2EM3" complex_deadtime="0" definition="(EM7[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="30" partition="1" name="L1_EM12_2EM3" complex_deadtime="0" definition="(EM12[x1]&amp;EM3[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="31" partition="1" name="L1_EM15VH_3EM7" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="32" partition="1" name="L1_2MU4" complex_deadtime="0" definition="(MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="33" partition="1" name="L1_2MU6" complex_deadtime="0" definition="(MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="34" partition="1" name="L1_2MU10" complex_deadtime="0" definition="(MU10[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU10_x2" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="35" partition="1" name="L1_2MU20_OVERLAY" complex_deadtime="0" definition="(MU20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU20_x2" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="36" partition="1" name="L1_MU10_2MU6" complex_deadtime="0" definition="(MU10[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="37" partition="1" name="L1_MU11_2MU6" complex_deadtime="0" definition="(MU11[x1]&amp;MU6[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="38" partition="1" name="L1_3MU4" complex_deadtime="0" definition="(MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="39" partition="1" name="L1_MU6_2MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="40" partition="1" name="L1_3MU6" complex_deadtime="0" definition="(MU6[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="MU6_x3" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="41" partition="1" name="L1_4J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15.0ETA25_x4" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="42" partition="1" name="L1_EM15I_MU4" complex_deadtime="0" definition="(EM15[x1]&amp;EM8I[x1]&amp;MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="43" partition="1" name="L1_2EM8VH_MU10" complex_deadtime="0" definition="(EM8VH[x2]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="44" partition="1" name="L1_EM15VH_MU10" complex_deadtime="0" definition="(EM15VH[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="45" partition="1" name="L1_TAU12" complex_deadtime="0" definition="(HA12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12_x1" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="46" partition="1" name="L1_4MU4" complex_deadtime="0" definition="(MU4[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MU4_x4" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="47" partition="1" name="L1_TAU12IM" complex_deadtime="0" definition="(HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="48" partition="1" name="L1_EM8VH_MU15" complex_deadtime="0" definition="(EM8VH[x1]&amp;MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8VH_x1" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="49" partition="1" name="L1_TAU20" complex_deadtime="0" definition="(HA20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="50" partition="1" name="L1_TE15.0ETA24" complex_deadtime="0" definition="(TE15.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE15.0ETA24_x1" triggerthreshold="TE15.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="51" partition="1" name="L1_TAU20IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="52" partition="1" name="L1_TAU100" complex_deadtime="0" definition="(HA100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA100_x1" triggerthreshold="HA100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="53" partition="1" name="L1_TAU30" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="54" partition="1" name="L1_TAU40" complex_deadtime="0" definition="(HA40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="55" partition="1" name="L1_TAU60" complex_deadtime="0" definition="(HA60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA60_x1" triggerthreshold="HA60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="56" partition="1" name="L1_TAU8" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="57" partition="1" name="L1_TAU8_EMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="58" partition="1" name="L1_TAU20IM_2TAU12IM" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="59" partition="1" name="L1_TAU20_2TAU12" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="60" partition="1" name="L1_EM15HI_2TAU12IM" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="61" partition="1" name="L1_EM15HI_2TAU12IM_J25_3J12" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="62" partition="1" name="L1_EM15HI_TAU40_2TAU15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA40[x1]&amp;HA15[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="63" partition="1" name="L1_MU10_TAU12IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="64" partition="1" name="L1_MU10_TAU12IM_J25_2J12" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;J25[x1]&amp;J12[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J12_x2" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="65" partition="1" name="L1_EM7_MU10" complex_deadtime="0" definition="(EM7[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="66" partition="1" name="L1_MU6_EMPTY" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="67" partition="1" name="L1_MU10_TAU20IM" complex_deadtime="0" definition="(MU10[x1]&amp;HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="68" partition="1" name="L1_XE10" complex_deadtime="0" definition="(XE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE10_x1" triggerthreshold="XE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="69" partition="1" name="L1_EM20VHI_TAU20IM_2TAU20_J25_3J20" complex_deadtime="0" definition="(EM20VHI[x1]&amp;HA20IM[x1]&amp;HA20[x2]&amp;J25[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VHI_x1" triggerthreshold="EM20VHI"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA20_x2" triggerthreshold="HA20"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="70" partition="1" name="L1_TAU20IM_2TAU12IM_J25_2J20_3J12" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="71" partition="1" name="L1_J25_2J20_3J12_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="72" partition="1" name="L1_DR-MU10TAU12I_TAU12I-J25" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="73" partition="1" name="L1_MU10_TAU12I-J25" complex_deadtime="0" definition="(MU10[x1]&amp;1DISAMB-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="1DISAMB-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="74" partition="1" name="L1_TAU20IM_2J20_XE45" complex_deadtime="0" definition="(HA20IM[x1]&amp;J20[x2]&amp;XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="75" partition="1" name="L1_J15.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J15.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="76" partition="1" name="L1_TAU60_DR-TAU20ITAU12I" complex_deadtime="0" definition="(HA60[x1]&amp;0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA60_x1" triggerthreshold="HA60"/>
-        <TriggerCondition multi="1" name="0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="77" partition="1" name="L1_AFP_NSC" complex_deadtime="0" definition="(AFP_NSC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="78" partition="1" name="L1_EM15HI_2TAU12IM_XE35" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="79" partition="1" name="L1_AFP_FSC" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="80" partition="1" name="L1_AFP_C_ANY" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="81" partition="1" name="L1_MU10_TAU12IM_XE35" complex_deadtime="0" definition="(MU10[x1]&amp;HA12IM[x1]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="82" partition="1" name="L1_TE15" complex_deadtime="0" definition="(TE15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE15_x1" triggerthreshold="TE15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="83" partition="1" name="L1_TAU20IM_2TAU12IM_XE35" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="84" partition="1" name="L1_TAU20_2TAU12_XE35" complex_deadtime="0" definition="(HA20[x1]&amp;HA12[x2]&amp;XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20_x1" triggerthreshold="HA20"/>
-        <TriggerCondition multi="2" name="HA12_x2" triggerthreshold="HA12"/>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="85" partition="1" name="L1_XE30" complex_deadtime="0" definition="(XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="86" partition="1" name="L1_TAU20IM_FTK" complex_deadtime="0" definition="(HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="87" partition="1" name="L1_MU4_J12" complex_deadtime="0" definition="(MU4[x1]&amp;J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="88" partition="1" name="L1_MU6_J20" complex_deadtime="0" definition="(MU6[x1]&amp;J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="89" partition="1" name="L1_MU6_J40" complex_deadtime="0" definition="(MU6[x1]&amp;J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="90" partition="1" name="L1_MU6_J75" complex_deadtime="0" definition="(MU6[x1]&amp;J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="91" partition="1" name="L1_J12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="92" partition="1" name="L1_J15" complex_deadtime="0" definition="(J15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="93" partition="1" name="L1_J20" complex_deadtime="0" definition="(J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="94" partition="1" name="L1_J25" complex_deadtime="0" definition="(J25[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="95" partition="1" name="L1_J30" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="96" partition="1" name="L1_J40" complex_deadtime="0" definition="(J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="97" partition="1" name="L1_J50" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="98" partition="1" name="L1_J75" complex_deadtime="0" definition="(J75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="99" partition="1" name="L1_J85" complex_deadtime="0" definition="(J85[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J85_x1" triggerthreshold="J85"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="100" partition="1" name="L1_J100" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="101" partition="1" name="L1_J120" complex_deadtime="0" definition="(J120[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J120_x1" triggerthreshold="J120"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="102" partition="1" name="L1_J400" complex_deadtime="0" definition="(J400[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J400_x1" triggerthreshold="J400"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="103" partition="1" name="L1_J20.31ETA49" complex_deadtime="0" definition="(J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="104" partition="1" name="L1_J30.31ETA49" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="105" partition="1" name="L1_J50.31ETA49" complex_deadtime="0" definition="(J50.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50.31ETA49_x1" triggerthreshold="J50.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="106" partition="1" name="L1_J75.31ETA49" complex_deadtime="0" definition="(J75.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75.31ETA49_x1" triggerthreshold="J75.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="107" partition="1" name="L1_J100.31ETA49" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="108" partition="1" name="L1_XE65" complex_deadtime="0" definition="(XE65[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE65_x1" triggerthreshold="XE65"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="109" partition="1" name="L1_J15.31ETA49" complex_deadtime="0" definition="(J15.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.31ETA49_x1" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="110" partition="1" name="L1_J20.28ETA31" complex_deadtime="0" definition="(J20.28ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20.28ETA31_x1" triggerthreshold="J20.28ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="111" partition="1" name="L1_J12_EMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="112" partition="1" name="L1_J12_FIRSTEMPTY" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="113" partition="1" name="L1_J12_UNPAIRED_ISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="114" partition="1" name="L1_J12_UNPAIRED_NONISO" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="115" partition="1" name="L1_J12_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="116" partition="1" name="L1_J30_EMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="117" partition="1" name="L1_J30_FIRSTEMPTY" complex_deadtime="0" definition="(J30[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="118" partition="1" name="L1_J30.31ETA49_EMPTY" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="119" partition="1" name="L1_J30.31ETA49_UNPAIRED_ISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="120" partition="1" name="L1_J30.31ETA49_UNPAIRED_NONISO" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="121" partition="1" name="L1_J50_UNPAIRED_ISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="122" partition="1" name="L1_J50_UNPAIRED_NONISO" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="123" partition="1" name="L1_J50_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(J50[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="124" partition="1" name="L1_AFP_C_ANY_UNPAIRED_ISO" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="125" partition="1" name="L1_J20_J20.31ETA49" complex_deadtime="0" definition="(J20[x1]&amp;J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="126" partition="1" name="L1_3J15" complex_deadtime="0" definition="(J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="127" partition="1" name="L1_3J20" complex_deadtime="0" definition="(J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="128" partition="1" name="L1_3J40" complex_deadtime="0" definition="(J40[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J40_x3" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="129" partition="1" name="L1_3J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15.0ETA25_x3" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="130" partition="1" name="L1_3J50" complex_deadtime="0" definition="(J50[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J50_x3" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="131" partition="1" name="L1_4J15" complex_deadtime="0" definition="(J15[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="132" partition="1" name="L1_4J20" complex_deadtime="0" definition="(J20[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J20_x4" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="133" partition="1" name="L1_J75_XE50" complex_deadtime="0" definition="(J75[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="134" partition="1" name="L1_XE75" complex_deadtime="0" definition="(XE75[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE75_x1" triggerthreshold="XE75"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="135" partition="1" name="L1_6J15" complex_deadtime="0" definition="(J15[x6]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="6" name="J15_x6" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="136" partition="1" name="L1_J75_3J20" complex_deadtime="0" definition="(J75[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J75_x1" triggerthreshold="J75"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="137" partition="1" name="L1_J30.0ETA49_2J20.0ETA49" complex_deadtime="0" definition="(J30.0ETA49[x1]&amp;J20.0ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.0ETA49_x1" triggerthreshold="J30.0ETA49"/>
-        <TriggerCondition multi="2" name="J20.0ETA49_x2" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="138" partition="1" name="L1_TE10" complex_deadtime="0" definition="(TE10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10_x1" triggerthreshold="TE10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="139" partition="1" name="L1_AFP_C_ANY_UNPAIRED_NONISO" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP5)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="140" partition="1" name="L1_5J15.0ETA25" complex_deadtime="0" definition="(J15.0ETA25[x5]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="5" name="J15.0ETA25_x5" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="141" partition="1" name="L1_2J15_XE55" complex_deadtime="0" definition="(J15[x2]&amp;XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="142" partition="1" name="L1_J40_XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="143" partition="1" name="L1_TE25" complex_deadtime="0" definition="(TE25[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE25_x1" triggerthreshold="TE25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="144" partition="1" name="L1_XE35" complex_deadtime="0" definition="(XE35[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="145" partition="1" name="L1_XE40" complex_deadtime="0" definition="(XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="146" partition="1" name="L1_XE45" complex_deadtime="0" definition="(XE45[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE45_x1" triggerthreshold="XE45"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="147" partition="1" name="L1_XE50" complex_deadtime="0" definition="(XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="148" partition="1" name="L1_XE55" complex_deadtime="0" definition="(XE55[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE55_x1" triggerthreshold="XE55"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="149" partition="1" name="L1_XE60" complex_deadtime="0" definition="(XE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="150" partition="1" name="L1_XE70" complex_deadtime="0" definition="(XE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE70_x1" triggerthreshold="XE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="151" partition="1" name="L1_XE80" complex_deadtime="0" definition="(XE80[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE80_x1" triggerthreshold="XE80"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="152" partition="1" name="L1_XS20" complex_deadtime="0" definition="(XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="153" partition="1" name="L1_XS30" complex_deadtime="0" definition="(XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="154" partition="1" name="L1_EM12_XS20" complex_deadtime="0" definition="(EM12[x1]&amp;XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="155" partition="1" name="L1_EM15_XS30" complex_deadtime="0" definition="(EM15[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="156" partition="1" name="L1_XE150" complex_deadtime="0" definition="(XE150[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE150_x1" triggerthreshold="XE150"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="157" partition="1" name="L1_TE30" complex_deadtime="0" definition="(TE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30_x1" triggerthreshold="TE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="158" partition="1" name="L1_TE40" complex_deadtime="0" definition="(TE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40_x1" triggerthreshold="TE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="159" partition="1" name="L1_TE70" complex_deadtime="0" definition="(TE70[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70_x1" triggerthreshold="TE70"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="160" partition="1" name="L1_TE30.0ETA24" complex_deadtime="0" definition="(TE30.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE30.0ETA24_x1" triggerthreshold="TE30.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="161" partition="1" name="L1_BCM_Wide_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="162" partition="1" name="L1_BCM_AC_CA_UNPAIRED_ISO" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="163" partition="1" name="L1_BCM_AC_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="164" partition="1" name="L1_MBTS_1_EMPTY" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="165" partition="1" name="L1_MBTS_1_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="166" partition="1" name="L1_MBTS_2_EMPTY" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="167" partition="1" name="L1_MBTS_2_UNPAIRED_ISO" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="168" partition="1" name="L1_MBTS_1_1_EMPTY" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="169" partition="1" name="L1_MBTS_1_1_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="170" partition="1" name="L1_AFP_C_ALFA_A" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;(ALFA2_A7L1L[x1]|ALFA2_A7L1U[x1])&amp;(ALFA2_A7L1U[x1]|ALFA2_B7L1L[x1])&amp;(ALFA2_A7L1L[x1]|ALFA2_B7L1U[x1])&amp;(ALFA2_B7L1L[x1]|ALFA2_B7L1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1U_x1" triggerthreshold="ALFA2_A7L1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7L1L_x1" triggerthreshold="ALFA2_A7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7L1L_x1" triggerthreshold="ALFA2_B7L1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7L1U_x1" triggerthreshold="ALFA2_B7L1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="171" partition="1" name="L1_DPHI-AJ20s2XE50" complex_deadtime="0" definition="(10MINDPHI-AJ20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-AJ20s2-XE50_x1" triggerthreshold="10MINDPHI-AJ20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="172" partition="1" name="L1_EM13VH_3J20" complex_deadtime="0" definition="(EM13VH[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM13VH_x1" triggerthreshold="EM13VH"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="173" partition="1" name="L1_MU10_3J20" complex_deadtime="0" definition="(MU10[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="174" partition="1" name="L1_AFP_C_ANY_MBTS_A" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;MBTS_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="175" partition="1" name="L1_2J50_XE40" complex_deadtime="0" definition="(J50[x2]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="J50_x2" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="176" partition="1" name="L1_J40_XE60" complex_deadtime="0" definition="(J40[x1]&amp;XE60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE60_x1" triggerthreshold="XE60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="177" partition="1" name="L1_J40.0ETA25_XE50" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="178" partition="1" name="L1_BPH-2M8-2MU4" complex_deadtime="0" definition="(2INVM8-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-2MU4ab_x1" triggerthreshold="2INVM8-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="179" partition="1" name="L1_BPH-8M15-MU6MU4" complex_deadtime="0" definition="(8INVM15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-MU6ab-MU4ab_x1" triggerthreshold="8INVM15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="180" partition="1" name="L1_BPH-8M15-2MU6" complex_deadtime="0" definition="(8INVM15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-2MU6ab_x1" triggerthreshold="8INVM15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="181" partition="1" name="L1_J40.0ETA25_2J15.31ETA49" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;J15.31ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="2" name="J15.31ETA49_x2" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="182" partition="1" name="L1_J40.0ETA25_2J25_J20.31ETA49" complex_deadtime="0" definition="(J40.0ETA25[x1]&amp;J25[x2]&amp;J20.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40.0ETA25_x1" triggerthreshold="J40.0ETA25"/>
-        <TriggerCondition multi="2" name="J25_x2" triggerthreshold="J25"/>
-        <TriggerCondition multi="1" name="J20.31ETA49_x1" triggerthreshold="J20.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="183" partition="1" name="L1_AFP_C_MBTS_A" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;MBTS_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="184" partition="1" name="L1_3J15.0ETA25_XE40" complex_deadtime="0" definition="(J15.0ETA25[x3]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15.0ETA25_x3" triggerthreshold="J15.0ETA25"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="185" partition="1" name="L1_MBTS_4_A_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_A[x4]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="186" partition="1" name="L1_MBTS_4_C_UNPAIRED_ISO" complex_deadtime="0" definition="(MBTS_C[x4]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="187" partition="1" name="L1_XE300" complex_deadtime="0" definition="(XE300[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE300_x1" triggerthreshold="XE300"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="188" partition="1" name="L1_RD1_BGRP10" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP10)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP10"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="189" partition="1" name="L1_AFP_C_ZDC_C" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="190" partition="1" name="L1_AFP_C_J12" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;J12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="191" partition="1" name="L1_AFP_C_EM3" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;EM3[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="EM3_x1" triggerthreshold="EM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="192" partition="1" name="L1_AFP_C_TE5" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="193" partition="1" name="L1_AFP_C_ALFA_C" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;(ALFA2_A7R1L[x1]|ALFA2_A7R1U[x1])&amp;(ALFA2_A7R1U[x1]|ALFA2_B7R1L[x1])&amp;(ALFA2_A7R1L[x1]|ALFA2_B7R1U[x1])&amp;(ALFA2_B7R1L[x1]|ALFA2_B7R1U[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1U_x1" triggerthreshold="ALFA2_A7R1U"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_A7R1L_x1" triggerthreshold="ALFA2_A7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="1" name="ALFA2_B7R1L_x1" triggerthreshold="ALFA2_B7R1L"/>
-          <TriggerCondition multi="1" name="ALFA2_B7R1U_x1" triggerthreshold="ALFA2_B7R1U"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="194" partition="1" name="L1_MBTS_4_A" complex_deadtime="0" definition="(MBTS_A[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_A_x4" triggerthreshold="MBTS_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="195" partition="1" name="L1_MBTS_4_C" complex_deadtime="0" definition="(MBTS_C[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="MBTS_C_x4" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="196" partition="1" name="L1_MBTS_1_BGRP9" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="197" partition="1" name="L1_MBTS_2_BGRP9" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP9)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="198" partition="1" name="L1_MBTS_1_BGRP11" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="199" partition="1" name="L1_MBTS_2_BGRP11" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP11)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="200" partition="1" name="L1_RD0_FILLED" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="201" partition="1" name="L1_RD0_UNPAIRED_ISO" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP4)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="202" partition="1" name="L1_RD0_EMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="203" partition="1" name="L1_RD1_FILLED" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="204" partition="1" name="L1_RD1_EMPTY" complex_deadtime="0" definition="(RNDM1&amp;BGRP0&amp;BGRP3)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="205" partition="1" name="L1_RD2_FILLED" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="206" partition="1" name="L1_RD2_EMPTY" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="207" partition="1" name="L1_RD3_FILLED" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP1)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="208" partition="1" name="L1_RD3_EMPTY" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP3)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="209" partition="1" name="L1_RD0_FIRSTEMPTY" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP6)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="210" partition="1" name="L1_RD0_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="211" partition="1" name="L1_RD0_BGRP11" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP11)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP11"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="212" partition="1" name="L1_LUCID" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="213" partition="1" name="L1_LUCID_EMPTY" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="214" partition="1" name="L1_LUCID_UNPAIRED_ISO" complex_deadtime="0" definition="((LUCID_A[x1]|LUCID_C[x1])&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-          <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="215" partition="1" name="L1_LUCID_A_C_EMPTY" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="216" partition="1" name="L1_LUCID_A_C_UNPAIRED_ISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="217" partition="1" name="L1_LUCID_A_C_UNPAIRED_NONISO" complex_deadtime="0" definition="(LUCID_A[x1]&amp;LUCID_C[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LUCID_A_x1" triggerthreshold="LUCID_A"/>
-        <TriggerCondition multi="1" name="LUCID_C_x1" triggerthreshold="LUCID_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="218" partition="1" name="L1_TRT_FILLED" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="219" partition="1" name="L1_TRT_EMPTY" complex_deadtime="0" definition="(NIMTRT[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTRT_x1" triggerthreshold="NIMTRT"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="220" partition="1" name="L1_TGC_BURST" complex_deadtime="0" definition="(NIMTGC[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMTGC_x1" triggerthreshold="NIMTGC"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="221" partition="1" name="L1_LHCF" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="222" partition="1" name="L1_BCM_Wide_BGRP0" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="223" partition="1" name="L1_BCM_AC_CA_BGRP0" complex_deadtime="0" definition="((BCM_AtoC[x1]|BCM_CtoA[x1])&amp;BGRP0)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-          <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="224" partition="1" name="L1_BCM_Wide_EMPTY" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="225" partition="1" name="L1_BCM_Wide_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="226" partition="1" name="L1_MBTS_1" complex_deadtime="0" definition="((MBTS_A[x1]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="227" partition="1" name="L1_MBTS_2" complex_deadtime="0" definition="((MBTS_A[x2]|MBTS_C[x2]|MBTS_A[x1])&amp;(MBTS_A[x2]|MBTS_C[x2]|MBTS_C[x1])&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        </OR>
-        <OR>
-          <TriggerCondition multi="2" name="MBTS_A_x2" triggerthreshold="MBTS_A"/>
-          <TriggerCondition multi="2" name="MBTS_C_x2" triggerthreshold="MBTS_C"/>
-          <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="228" partition="1" name="L1_MBTS_1_1" complex_deadtime="0" definition="(MBTS_A[x1]&amp;MBTS_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="MBTS_A_x1" triggerthreshold="MBTS_A"/>
-        <TriggerCondition multi="1" name="MBTS_C_x1" triggerthreshold="MBTS_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="229" partition="1" name="L1_BCM_CA_UNPAIRED_ISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10100000" monitor="LF:000|HF:111">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="230" partition="1" name="L1_BCM_AC_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="231" partition="1" name="L1_BCM_CA_UNPAIRED_NONISO" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="232" partition="1" name="L1_BCM_AC_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="233" partition="1" name="L1_BCM_CA_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="234" partition="1" name="L1_BCM_Wide_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP8)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="235" partition="1" name="L1_BCM_AC_CALIB" complex_deadtime="0" definition="(BCM_AtoC[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_AtoC_x1" triggerthreshold="BCM_AtoC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="236" partition="1" name="L1_BCM_CA_CALIB" complex_deadtime="0" definition="(BCM_CtoA[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_CtoA_x1" triggerthreshold="BCM_CtoA"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="237" partition="1" name="L1_BCM_Wide_CALIB" complex_deadtime="0" definition="(BCM_Wide[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BCM_Wide_x1" triggerthreshold="BCM_Wide"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="238" partition="1" name="L1_BTAG-MU4J15" complex_deadtime="0" definition="(0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="239" partition="1" name="L1_BTAG-MU4J30" complex_deadtime="0" definition="(0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="240" partition="1" name="L1_ZB" complex_deadtime="0" definition="(ZB_EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000010" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZB_EM15_x1" triggerthreshold="ZB_EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="241" partition="1" name="L1_BPTX0_BGRP0" complex_deadtime="0" definition="(BPTX0[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX0_x1" triggerthreshold="BPTX0"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="242" partition="1" name="L1_BPTX1_BGRP0" complex_deadtime="0" definition="(BPTX1[x1]&amp;BGRP0)" trigger_type="10000001" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="BPTX1_x1" triggerthreshold="BPTX1"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="243" partition="1" name="L1_BTAG-MU6J20" complex_deadtime="0" definition="(0DR04-MU6ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ20ab_x1" triggerthreshold="0DR04-MU6ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="244" partition="1" name="L1_BTAG-MU6J25" complex_deadtime="0" definition="(0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="245" partition="1" name="L1_J40_XE50_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;XE50[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="246" partition="1" name="L1_3J15_BTAG-MU4J15" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ15ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ15ab_x1" triggerthreshold="0DR04-MU4ab-CJ15ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="247" partition="1" name="L1_3J15_BTAG-MU4J30" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU4ab-CJ30ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ30ab_x1" triggerthreshold="0DR04-MU4ab-CJ30ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="248" partition="1" name="L1_3J15_BTAG-MU6J25" complex_deadtime="0" definition="(J15[x3]&amp;0DR04-MU6ab-CJ25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="0DR04-MU6ab-CJ25ab_x1" triggerthreshold="0DR04-MU6ab-CJ25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="249" partition="1" name="L1_3J20_BTAG-MU4J20" complex_deadtime="0" definition="(J20[x3]&amp;0DR04-MU4ab-CJ20ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="0DR04-MU4ab-CJ20ab_x1" triggerthreshold="0DR04-MU4ab-CJ20ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="250" partition="1" name="L1_AFP_C_ANY_EMPTY" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP3)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="251" partition="1" name="L1_J40_DPHI-J20s2XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="252" partition="1" name="L1_J40_DPHI-J20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="253" partition="1" name="L1_J40_DPHI-CJ20XE50" complex_deadtime="0" definition="(J40[x1]&amp;10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="254" partition="1" name="L1_TAU40_2TAU20IM" complex_deadtime="0" definition="(HA40[x1]&amp;HA20IM[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA20IM_x2" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="255" partition="1" name="L1_MU10_2J15_J20" complex_deadtime="0" definition="(MU10[x1]&amp;J15[x2]&amp;J20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="J15_x2" triggerthreshold="J15"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="256" partition="1" name="L1_MU11" complex_deadtime="0" definition="(MU11[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="257" partition="1" name="L1_MU4_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x1]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="258" partition="1" name="L1_HT190-J15.ETA21" complex_deadtime="0" definition="(HT190-AJ15all.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-AJ15all.ETA21_x1" triggerthreshold="HT190-AJ15all.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="259" partition="1" name="L1_HT190-J15s5.ETA21" complex_deadtime="0" definition="(HT190-J15s5.ETA21[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT190-J15s5.ETA21_x1" triggerthreshold="HT190-J15s5.ETA21"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="260" partition="1" name="L1_HT150-J20.ETA31" complex_deadtime="0" definition="(HT150-AJ20all.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJ20all.ETA31_x1" triggerthreshold="HT150-AJ20all.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="261" partition="1" name="L1_HT150-J20s5.ETA31" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="262" partition="1" name="L1_JPSI-1M5" complex_deadtime="0" definition="(1INVM5-EMs1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EMs1-EMs6_x1" triggerthreshold="1INVM5-EMs1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="263" partition="1" name="L1_JPSI-1M5-EM7" complex_deadtime="0" definition="(1INVM5-EM7s1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM7s1-EMs6_x1" triggerthreshold="1INVM5-EM7s1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="264" partition="1" name="L1_JPSI-1M5-EM12" complex_deadtime="0" definition="(1INVM5-EM12s1-EMs6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1INVM5-EM12s1-EMs6_x1" triggerthreshold="1INVM5-EM12s1-EMs6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="265" partition="1" name="L1_KF-XE40" complex_deadtime="0" definition="(KF-XE40-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE40-AJall_x1" triggerthreshold="KF-XE40-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="266" partition="1" name="L1_KF-XE50" complex_deadtime="0" definition="(KF-XE50-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE50-AJall_x1" triggerthreshold="KF-XE50-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="267" partition="1" name="L1_KF-XE55" complex_deadtime="0" definition="(KF-XE55-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE55-AJall_x1" triggerthreshold="KF-XE55-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="268" partition="1" name="L1_KF-XE60" complex_deadtime="0" definition="(KF-XE60-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE60-AJall_x1" triggerthreshold="KF-XE60-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="269" partition="1" name="L1_KF-XE65" complex_deadtime="0" definition="(KF-XE65-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE65-AJall_x1" triggerthreshold="KF-XE65-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="270" partition="1" name="L1_KF-XE75" complex_deadtime="0" definition="(KF-XE75-AJall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="KF-XE75-AJall_x1" triggerthreshold="KF-XE75-AJall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="271" partition="1" name="L1_2MU4_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x2]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="272" partition="1" name="L1_HT150-J20s5.ETA31_MJJ-400" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="273" partition="1" name="L1_HT150-J20s5.ETA31_MJJ-400-CF" complex_deadtime="0" definition="(HT150-J20s5.ETA31[x1]&amp;400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-J20s5.ETA31_x1" triggerthreshold="HT150-J20s5.ETA31"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49_x1" triggerthreshold="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="274" partition="1" name="L1_AFP_C_ANY_FIRSTEMPTY" complex_deadtime="0" definition="((AFP_FSC[x1]|AFP_NSC[x1])&amp;BGRP0&amp;BGRP6)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <OR>
-          <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-          <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        </OR>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="275" partition="1" name="L1_AFP_C_AND" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="276" partition="1" name="L1_EM12_W-MT25" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="277" partition="1" name="L1_W-05RO-XEHT-0" complex_deadtime="0" definition="(05RATIO-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="05RATIO-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="05RATIO-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="278" partition="1" name="L1_MU10_2J20" complex_deadtime="0" definition="(MU10[x1]&amp;J20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="279" partition="1" name="L1_W-90RO2-XEHT-0" complex_deadtime="0" definition="(90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="280" partition="1" name="L1_W-250RO2-XEHT-0" complex_deadtime="0" definition="(250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="281" partition="1" name="L1_W-HT20-JJ15.ETA49" complex_deadtime="0" definition="(HT20-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT20-AJj15all.ETA49_x1" triggerthreshold="HT20-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="282" partition="1" name="L1_W-NOMATCH" complex_deadtime="0" definition="(NOT-02MATCH-EM10s1-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-02MATCH-EM10s1-AJj15all.ETA49_x1" triggerthreshold="NOT-02MATCH-EM10s1-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="283" partition="1" name="L1_EM12_W-MT35_XS30_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;XS30[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="284" partition="1" name="L1_EM12_W-MT35_XS40_W-05DPHI-JXE-0_W-05DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;XS40[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM12s6-XE0_x1" triggerthreshold="05MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="285" partition="1" name="L1_EM12_W-MT35_W-90RO2-XEHT-0_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="286" partition="1" name="L1_EM15_W-MT35" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="287" partition="1" name="L1_EM12_W-MT35_W-250RO2-XEHT-0_W-05DPHI-JXE-0_W-05DPHI-EMXE" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM12s6-XE0_x1" triggerthreshold="05MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="288" partition="1" name="L1_EM15_W-MT35_W-250RO2-XEHT-0_W-15DPHI-JXE-0_W-15DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM15s6-XE0_x1" triggerthreshold="15MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="289" partition="1" name="L1_EM15_W-MT35_W-250RO2-XEHT-0_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;250RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="250RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="250RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="290" partition="1" name="L1_EM15_W-MT35_XS60_W-15DPHI-JXE-0_W-15DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS60[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM15s6-XE0_x1" triggerthreshold="15MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="291" partition="1" name="L1_EM15_W-MT35_XS60_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS60[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="292" partition="1" name="L1_EM15_W-MT35_XS40_W-15DPHI-JXE-0_W-15DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS40[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM15s6-XE0_x1" triggerthreshold="15MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="293" partition="1" name="L1_EM15_W-MT35_XS40_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS40[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="294" partition="1" name="L1_EM12_W-MT35_XS50" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;XS50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="295" partition="1" name="L1_EM18VH_3J20" complex_deadtime="0" definition="(EM18VH[x1]&amp;J20[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="296" partition="1" name="L1_BPH-2M8-2MU4_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM8-2MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-2MU4ab_x1" triggerthreshold="2INVM8-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="297" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-2MU4ab_x1" triggerthreshold="0DR24-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="298" partition="1" name="L1_BPH-2M8-MU6MU4_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM8-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-MU6ab-MU4ab_x1" triggerthreshold="2INVM8-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="299" partition="1" name="L1_BPH-8M15-MU6MU4_BPH-0DR22-MU6MU4" complex_deadtime="0" definition="(8INVM15-MU6ab-MU4ab[x1]&amp;0DR22-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-MU6ab-MU4ab_x1" triggerthreshold="8INVM15-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR22-MU6ab-MU4ab_x1" triggerthreshold="0DR22-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="300" partition="1" name="L1_BPH-2M9-2MU6_BPH-2DR15-2MU6" complex_deadtime="0" definition="(2INVM9-2MU6ab[x1]&amp;2DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-2MU6ab_x1" triggerthreshold="2INVM9-2MU6ab"/>
-        <TriggerCondition multi="1" name="2DR15-2MU6ab_x1" triggerthreshold="2DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="301" partition="1" name="L1_BPH-8M15-2MU6_BPH-0DR22-2MU6" complex_deadtime="0" definition="(8INVM15-2MU6ab[x1]&amp;0DR22-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="8INVM15-2MU6ab_x1" triggerthreshold="8INVM15-2MU6ab"/>
-        <TriggerCondition multi="1" name="0DR22-2MU6ab_x1" triggerthreshold="0DR22-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="302" partition="1" name="L1_MU6MU4-BO" complex_deadtime="0" definition="(MULT-CMU4ab[x2]&amp;MULT-CMU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU4ab_x2" triggerthreshold="MULT-CMU4ab"/>
-        <TriggerCondition multi="1" name="MULT-CMU6ab_x1" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="303" partition="1" name="L1_2MU4-B" complex_deadtime="0" definition="(MU4[x2]&amp;MULT-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MULT-CMU4ab_x1" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="304" partition="1" name="L1_2MU6-B" complex_deadtime="0" definition="(MU6[x2]&amp;MULT-CMU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="MULT-CMU6ab_x1" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="305" partition="1" name="L1_J15.0ETA25_2J15.31ETA49" complex_deadtime="0" definition="(J15.0ETA25[x1]&amp;J15.31ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15.0ETA25_x1" triggerthreshold="J15.0ETA25"/>
-        <TriggerCondition multi="2" name="J15.31ETA49_x2" triggerthreshold="J15.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="306" partition="1" name="L1_BPH-2M8-2MU4-B_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM8-CMU4ab-MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-CMU4ab-MU4ab_x1" triggerthreshold="2INVM8-CMU4ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="307" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4-B" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-CMU4ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-CMU4ab-MU4ab_x1" triggerthreshold="0DR24-CMU4ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="308" partition="1" name="L1_EM15_W-MT35_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="309" partition="1" name="L1_EM10VH_W-MT35_XS50" complex_deadtime="0" definition="(35MT-EM12s6-XE0[x1]&amp;EM10VH[x1]&amp;XS50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM12s6-XE0_x1" triggerthreshold="35MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM10VH_x1" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="1" name="XS50_x1" triggerthreshold="XS50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="310" partition="1" name="L1_BPH-7M15-2MU4_BPH-0DR24-2MU4-BO" complex_deadtime="0" definition="(7INVM15-2MU4ab[x1]&amp;0DR24-2CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="7INVM15-2MU4ab_x1" triggerthreshold="7INVM15-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR24-2CMU4ab_x1" triggerthreshold="0DR24-2CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="311" partition="1" name="L1_BPH-2M8-MU6MU4-B_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM8-ONEBARREL-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM8-ONEBARREL-MU6ab-MU4ab_x1" triggerthreshold="2INVM8-ONEBARREL-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="312" partition="1" name="L1_2MU4-BO" complex_deadtime="0" definition="(MULT-CMU4ab[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU4ab_x2" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="313" partition="1" name="L1_2MU6-BO" complex_deadtime="0" definition="(MULT-CMU6ab[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MULT-CMU6ab_x2" triggerthreshold="MULT-CMU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="314" partition="1" name="L1_MU6_2MU4-B" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x2]&amp;MULT-CMU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="MULT-CMU4ab_x1" triggerthreshold="MULT-CMU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="315" partition="1" name="L1_DY-DR-2MU4" complex_deadtime="0" definition="(2DR99-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2DR99-2MU4ab_x1" triggerthreshold="2DR99-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="316" partition="1" name="L1_EM15VH_2EM8VH_MU6" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM8VH[x2]&amp;MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="2" name="EM8VH_x2" triggerthreshold="EM8VH"/>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="317" partition="1" name="L1_EM15VH_W-MT35_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15VH[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="318" partition="1" name="L1_DY-BOX-2MU6" complex_deadtime="0" definition="(5DETA99-5DPHI99-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="5DETA99-5DPHI99-2MU6ab_x1" triggerthreshold="5DETA99-5DPHI99-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="319" partition="1" name="L1_LFV-MU" complex_deadtime="0" definition="(0DR10-MU10ab-MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR10-MU10ab-MU6ab_x1" triggerthreshold="0DR10-MU10ab-MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="320" partition="1" name="L1_LFV-EM8I" complex_deadtime="0" definition="(0DETA04-EM8abi-MU10ab[x1]&amp;0DPHI03-EM8abi-MU10ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-EM8abi-MU10ab_x1" triggerthreshold="0DETA04-EM8abi-MU10ab"/>
-        <TriggerCondition multi="1" name="0DPHI03-EM8abi-MU10ab_x1" triggerthreshold="0DPHI03-EM8abi-MU10ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="321" partition="1" name="L1_LFV-EM15I" complex_deadtime="0" definition="(0DETA04-EM15abi-MUab[x1]&amp;0DPHI03-EM15abi-MUab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA04-EM15abi-MUab_x1" triggerthreshold="0DETA04-EM15abi-MUab"/>
-        <TriggerCondition multi="1" name="0DPHI03-EM15abi-MUab_x1" triggerthreshold="0DPHI03-EM15abi-MUab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="322" partition="1" name="L1_EM7_MU15" complex_deadtime="0" definition="(EM7[x1]&amp;MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="323" partition="1" name="L1_DPHI-J20s2XE50" complex_deadtime="0" definition="(10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="324" partition="1" name="L1_DPHI-J20XE50" complex_deadtime="0" definition="(10MINDPHI-J20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-J20ab-XE50_x1" triggerthreshold="10MINDPHI-J20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="325" partition="1" name="L1_DPHI-CJ20XE50" complex_deadtime="0" definition="(10MINDPHI-CJ20ab-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="10MINDPHI-CJ20ab-XE50_x1" triggerthreshold="10MINDPHI-CJ20ab-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="326" partition="1" name="L1_MJJ-900" complex_deadtime="0" definition="(900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="327" partition="1" name="L1_MJJ-800" complex_deadtime="0" definition="(800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="328" partition="1" name="L1_MJJ-700" complex_deadtime="0" definition="(700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="329" partition="1" name="L1_MJJ-400" complex_deadtime="0" definition="(400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="330" partition="1" name="L1_MU4_J50_XE40" complex_deadtime="0" definition="(MU4[x1]&amp;J50[x1]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="331" partition="1" name="L1_2MU4_J40_XE20" complex_deadtime="0" definition="(MU4[x2]&amp;J40[x1]&amp;XE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU4_x2" triggerthreshold="MU4"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE20_x1" triggerthreshold="XE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="332" partition="1" name="L1_LFV-MU6" complex_deadtime="0" definition="(0DR15-2MU6ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR15-2MU6ab_x1" triggerthreshold="0DR15-2MU6ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="333" partition="1" name="L1_MJJ-100" complex_deadtime="0" definition="(100INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="100INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="334" partition="1" name="L1_HT150-JJ15.ETA49" complex_deadtime="0" definition="(HT150-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJj15all.ETA49_x1" triggerthreshold="HT150-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="335" partition="1" name="L1_EM20VH_W-MT35_XS60" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM20VH[x1]&amp;XS60[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="1" name="XS60_x1" triggerthreshold="XS60"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="336" partition="1" name="L1_J4-MATCH" complex_deadtime="0" definition="(0MATCH-4AJ20.ETA31-4AJj15.ETA31[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31_x1" triggerthreshold="0MATCH-4AJ20.ETA31-4AJj15.ETA31"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="337" partition="1" name="L1_DR25-TAU20ITAU12I" complex_deadtime="0" definition="(0DR25-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR25-TAU20abi-TAU12abi_x1" triggerthreshold="0DR25-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="338" partition="1" name="L1_LLP-RO" complex_deadtime="0" definition="(100RATIO-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="100RATIO-0MATCH-TAU30si2-EMall_x1" triggerthreshold="100RATIO-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="339" partition="1" name="L1_LLP-NOMATCH" complex_deadtime="0" definition="(NOT-0MATCH-TAU30si2-EMall[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NOT-0MATCH-TAU30si2-EMall_x1" triggerthreshold="NOT-0MATCH-TAU30si2-EMall"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="340" partition="1" name="L1_DR-MU10TAU12I" complex_deadtime="0" definition="(0DR28-MU10ab-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-MU10ab-TAU12abi_x1" triggerthreshold="0DR28-MU10ab-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="341" partition="1" name="L1_TAU30_EMPTY" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="342" partition="1" name="L1_EM22VHI_W-MT35_XS40" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM22VHI[x1]&amp;XS40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <TriggerCondition multi="1" name="XS40_x1" triggerthreshold="XS40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="343" partition="1" name="L1_TAU30_UNPAIRED_ISO" complex_deadtime="0" definition="(HA30[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA30_x1" triggerthreshold="HA30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="344" partition="1" name="L1_EM12_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_W-90RO2-XEHT-0" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;90RATIO2-XE0-HT0-AJj15all.ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="90RATIO2-XE0-HT0-AJj15all.ETA49_x1" triggerthreshold="90RATIO2-XE0-HT0-AJj15all.ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="345" partition="1" name="L1_EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-EM15his2-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-EM15his2-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-EM15his2-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="346" partition="1" name="L1_DR-EM15TAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="347" partition="1" name="L1_TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-TAU20abi-TAU12abi-J25ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-TAU20abi-TAU12abi-J25ab_x1" triggerthreshold="1DISAMB-TAU20abi-TAU12abi-J25ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="348" partition="1" name="L1_DR-TAU20ITAU12I" complex_deadtime="0" definition="(0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="349" partition="1" name="L1_BOX-TAU20ITAU12I" complex_deadtime="0" definition="(0DETA20-0DPHI20-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="0DETA20-0DPHI20-TAU20abi-TAU12abi_x1" triggerthreshold="0DETA20-0DPHI20-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="350" partition="1" name="L1_DR-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="351" partition="1" name="L1_LAR-EM" complex_deadtime="0" definition="(LAR-EM50s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-EM50s1_x1" triggerthreshold="LAR-EM50s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="352" partition="1" name="L1_LAR-J" complex_deadtime="0" definition="(LAR-J100s1[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10010000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LAR-J100s1_x1" triggerthreshold="LAR-J100s1"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="353" partition="1" name="L1_DR-EM15TAU12I" complex_deadtime="0" definition="(DISAMB-0DR28-EM15his2-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-0DR28-EM15his2-TAU12abi_x1" triggerthreshold="DISAMB-0DR28-EM15his2-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="354" partition="1" name="L1_LATE-MU10_XE50" complex_deadtime="0" definition="(LATE-MU10s1[x1]&amp;XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LATE-MU10s1_x1" triggerthreshold="LATE-MU10s1"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="355" partition="1" name="L1_LATE-MU10_J50" complex_deadtime="0" definition="(LATE-MU10s1[x1]&amp;J50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="LATE-MU10s1_x1" triggerthreshold="LATE-MU10s1"/>
-        <TriggerCondition multi="1" name="J50_x1" triggerthreshold="J50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="356" partition="1" name="L1_SC111" complex_deadtime="0" definition="(SC111-CJ15ab.ETA26[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="SC111-CJ15ab.ETA26_x1" triggerthreshold="SC111-CJ15ab.ETA26"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="357" partition="1" name="L1_SC85" complex_deadtime="0" definition="(SC85-CJ15ab.ETA26[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="SC85-CJ15ab.ETA26_x1" triggerthreshold="SC85-CJ15ab.ETA26"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="358" partition="1" name="L1_MU6_MJJ-200" complex_deadtime="0" definition="(MU6[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="359" partition="1" name="L1_MU6_MJJ-300" complex_deadtime="0" definition="(MU6[x1]&amp;300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="360" partition="1" name="L1_MU6_MJJ-400" complex_deadtime="0" definition="(MU6[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="361" partition="1" name="L1_MU6_MJJ-500" complex_deadtime="0" definition="(MU6[x1]&amp;500INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="500INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="500INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="362" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="363" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="364" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="365" partition="1" name="L1_J30_2J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J30[x1]&amp;J20[x2]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30_x1" triggerthreshold="J30"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="366" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-400" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="367" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-700" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;700INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="700INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="700INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="368" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-800" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;800INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="800INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="800INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="369" partition="1" name="L1_3J20_4J20.0ETA49_MJJ-900" complex_deadtime="0" definition="(J20[x3]&amp;J20.0ETA49[x4]&amp;900INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J20_x3" triggerthreshold="J20"/>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <TriggerCondition multi="1" name="900INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="900INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="370" partition="1" name="L1_XE35_MJJ-200" complex_deadtime="0" definition="(XE35[x1]&amp;200INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="XE35_x1" triggerthreshold="XE35"/>
-        <TriggerCondition multi="1" name="200INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="200INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="371" partition="1" name="L1_EM7_FIRSTEMPTY" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="372" partition="1" name="L1_RD0_ABORTGAPNOTCALIB" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP8)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP8"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="373" partition="1" name="L1_3J25.0ETA23" complex_deadtime="0" definition="(J25.0ETA23[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J25.0ETA23_x3" triggerthreshold="J25.0ETA23"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="374" partition="1" name="L1_TE20" complex_deadtime="0" definition="(TE20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20_x1" triggerthreshold="TE20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="375" partition="1" name="L1_TE10.0ETA24" complex_deadtime="0" definition="(TE10.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE10.0ETA24_x1" triggerthreshold="TE10.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="376" partition="1" name="L1_TE20.0ETA24" complex_deadtime="0" definition="(TE20.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE20.0ETA24_x1" triggerthreshold="TE20.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="377" partition="1" name="L1_MU10_TAU20IM_J25_2J20" complex_deadtime="0" definition="(MU10[x1]&amp;HA20IM[x1]&amp;J25[x1]&amp;J20[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="378" partition="1" name="L1_EM15HI_TAU20IM_2TAU15_J25_2J20_3J15" complex_deadtime="0" definition="(EM15HI[x1]&amp;HA20IM[x1]&amp;HA15[x2]&amp;J25[x1]&amp;J20[x2]&amp;J15[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA15_x2" triggerthreshold="HA15"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J15_x3" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="379" partition="1" name="L1_AFP_C_MU4" complex_deadtime="0" definition="(AFP_FSC[x1]&amp;AFP_NSC[x1]&amp;MU4[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="AFP_FSC_x1" triggerthreshold="AFP_FSC"/>
-        <TriggerCondition multi="1" name="AFP_NSC_x1" triggerthreshold="AFP_NSC"/>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="380" partition="1" name="L1_J12_BGRP12" complex_deadtime="0" definition="(J12[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J12_x1" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="381" partition="1" name="L1_J30.31ETA49_BGRP12" complex_deadtime="0" definition="(J30.31ETA49[x1]&amp;BGRP0&amp;BGRP12)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J30.31ETA49_x1" triggerthreshold="J30.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="382" partition="1" name="L1_MU6_J30.0ETA49_2J20.0ETA49" complex_deadtime="0" definition="(MU6[x1]&amp;J30.0ETA49[x1]&amp;J20.0ETA49[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="1" name="J30.0ETA49_x1" triggerthreshold="J30.0ETA49"/>
-        <TriggerCondition multi="2" name="J20.0ETA49_x2" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="383" partition="1" name="L1_4J20.0ETA49" complex_deadtime="0" definition="(J20.0ETA49[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J20.0ETA49_x4" triggerthreshold="J20.0ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="384" partition="1" name="L1_EM12_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE_XS20" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;XS20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="XS20_x1" triggerthreshold="XS20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="385" partition="1" name="L1_EM18VH_MJJ-300" complex_deadtime="0" definition="(EM18VH[x1]&amp;300INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="1" name="300INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="300INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="386" partition="1" name="L1_DR25-TAU20ITAU12I-J25" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="387" partition="1" name="L1_30M-EM20ITAU12" complex_deadtime="0" definition="(DISAMB-30INVM-EM20his2-TAU12ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="DISAMB-30INVM-EM20his2-TAU12ab_x1" triggerthreshold="DISAMB-30INVM-EM20his2-TAU12ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="388" partition="1" name="L1_TAU8_UNPAIRED_ISO" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="389" partition="1" name="L1_EM7_UNPAIRED_ISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="390" partition="1" name="L1_RD2_BGRP12" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP12)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP12"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="391" partition="1" name="L1_TAU8_FIRSTEMPTY" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="392" partition="1" name="L1_EM24VHI" complex_deadtime="0" definition="(EM24VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM24VHI_x1" triggerthreshold="EM24VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="393" partition="1" name="L1_LHCF_UNPAIRED_ISO" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP4)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP4"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="394" partition="1" name="L1_LHCF_EMPTY" complex_deadtime="0" definition="(NIMLHCF[x1]&amp;BGRP0&amp;BGRP3)" trigger_type="11000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="NIMLHCF_x1" triggerthreshold="NIMLHCF"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP3"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="395" partition="1" name="L1_EM15VH_2EM10VH_3EM7" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM10VH[x2]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="396" partition="1" name="L1_EM15VH_3EM8VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM8VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM8VH_x3" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="397" partition="1" name="L1_MJJ-400-CF" complex_deadtime="0" definition="(400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49_x1" triggerthreshold="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="398" partition="1" name="L1_2EM18VH" complex_deadtime="0" definition="(EM18VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM18VH_x2" triggerthreshold="EM18VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="399" partition="1" name="L1_EM8I_MU10" complex_deadtime="0" definition="(EM8I[x1]&amp;MU10[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <TriggerCondition multi="1" name="MU10_x1" triggerthreshold="MU10"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="400" partition="1" name="L1_2EM20VH" complex_deadtime="0" definition="(EM20VH[x2]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="EM20VH_x2" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="401" partition="1" name="L1_EM15VH_3EM10VH" complex_deadtime="0" definition="(EM15VH[x1]&amp;EM10VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15VH_x1" triggerthreshold="EM15VH"/>
-        <TriggerCondition multi="3" name="EM10VH_x3" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="402" partition="1" name="L1_EM26VHI" complex_deadtime="0" definition="(EM26VHI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM26VHI_x1" triggerthreshold="EM26VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="403" partition="1" name="L1_MU6_3MU4" complex_deadtime="0" definition="(MU6[x1]&amp;MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="404" partition="1" name="L1_2MU6_3MU4" complex_deadtime="0" definition="(MU6[x2]&amp;MU4[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="2" name="MU6_x2" triggerthreshold="MU6"/>
-        <TriggerCondition multi="3" name="MU4_x3" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="405" partition="1" name="L1_BGRP9" complex_deadtime="0" definition="(RNDM0&amp;BGRP0&amp;BGRP9)" trigger_type="10000001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP9"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="406" partition="1" name="L1_EM18VH_3EM8VH" complex_deadtime="0" definition="(EM18VH[x1]&amp;EM8VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="3" name="EM8VH_x3" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="407" partition="1" name="L1_TE5" complex_deadtime="0" definition="(TE5[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5_x1" triggerthreshold="TE5"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="408" partition="1" name="L1_EM18VH_2EM10VH_3EM7" complex_deadtime="0" definition="(EM18VH[x1]&amp;EM10VH[x2]&amp;EM7[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM18VH_x1" triggerthreshold="EM18VH"/>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="3" name="EM7_x3" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="409" partition="1" name="L1_TE25.0ETA24" complex_deadtime="0" definition="(TE25.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE25.0ETA24_x1" triggerthreshold="TE25.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="410" partition="1" name="L1_TE5.0ETA24" complex_deadtime="0" definition="(TE5.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE5.0ETA24_x1" triggerthreshold="TE5.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="411" partition="1" name="L1_EM20VH_FIRSTEMPTY" complex_deadtime="0" definition="(EM20VH[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="412" partition="1" name="L1_EM22VHI_FIRSTEMPTY" complex_deadtime="0" definition="(EM22VHI[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM22VHI_x1" triggerthreshold="EM22VHI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="413" partition="1" name="L1_MU20_FIRSTEMPTY" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="414" partition="1" name="L1_J100_FIRSTEMPTY" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="415" partition="1" name="L1_J100.31ETA49_FIRSTEMPTY" complex_deadtime="0" definition="(J100.31ETA49[x1]&amp;BGRP0&amp;BGRP6)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100.31ETA49_x1" triggerthreshold="J100.31ETA49"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP6"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="416" partition="1" name="L1_EM12_W-MT25_W-15DPHI-JXE-0_W-15DPHI-EMXE" complex_deadtime="0" definition="(25MT-EM12s6-XE0[x1]&amp;EM12[x1]&amp;15MINDPHI-AJj10s6-XE0[x1]&amp;15MINDPHI-EM12s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="25MT-EM12s6-XE0_x1" triggerthreshold="25MT-EM12s6-XE0"/>
-        <TriggerCondition multi="1" name="EM12_x1" triggerthreshold="EM12"/>
-        <TriggerCondition multi="1" name="15MINDPHI-AJj10s6-XE0_x1" triggerthreshold="15MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="15MINDPHI-EM12s6-XE0_x1" triggerthreshold="15MINDPHI-EM12s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="417" partition="1" name="L1_TE70.0ETA24" complex_deadtime="0" definition="(TE70.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE70.0ETA24_x1" triggerthreshold="TE70.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="418" partition="1" name="L1_TE40.0ETA24" complex_deadtime="0" definition="(TE40.0ETA24[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="TE40.0ETA24_x1" triggerthreshold="TE40.0ETA24"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="419" partition="1" name="L1_ZDC_A" complex_deadtime="0" definition="(ZDC_A[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="420" partition="1" name="L1_ZDC_C" complex_deadtime="0" definition="(ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="421" partition="1" name="L1_ZDC_AND" complex_deadtime="0" definition="(ZDC_AND[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_AND_x1" triggerthreshold="ZDC_AND"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="422" partition="1" name="L1_ZDC_A_C" complex_deadtime="0" definition="(ZDC_A[x1]&amp;ZDC_C[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ZDC_A_x1" triggerthreshold="ZDC_A"/>
-        <TriggerCondition multi="1" name="ZDC_C_x1" triggerthreshold="ZDC_C"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="423" partition="1" name="L1_EM15HI" complex_deadtime="0" definition="(EM15HI[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15HI_x1" triggerthreshold="EM15HI"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="424" partition="1" name="L1_EM15I" complex_deadtime="0" definition="(EM15[x1]&amp;EM8I[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="EM8I_x1" triggerthreshold="EM8I"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="425" partition="1" name="L1_3J35.0ETA23" complex_deadtime="0" definition="(J35.0ETA23[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="J35.0ETA23_x3" triggerthreshold="J35.0ETA23"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="426" partition="1" name="L1_BPH-2M9-2MU4_BPH-0DR15-2MU4" complex_deadtime="0" definition="(2INVM9-2MU4ab[x1]&amp;0DR15-2MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-2MU4ab_x1" triggerthreshold="2INVM9-2MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-2MU4ab_x1" triggerthreshold="0DR15-2MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="427" partition="1" name="L1_BPH-2M9-MU6MU4_BPH-0DR15-MU6MU4" complex_deadtime="0" definition="(2INVM9-MU6ab-MU4ab[x1]&amp;0DR15-MU6ab-MU4ab[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="2INVM9-MU6ab-MU4ab_x1" triggerthreshold="2INVM9-MU6ab-MU4ab"/>
-        <TriggerCondition multi="1" name="0DR15-MU6ab-MU4ab_x1" triggerthreshold="0DR15-MU6ab-MU4ab"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="428" partition="1" name="L1_MU20_J40" complex_deadtime="0" definition="(MU20[x1]&amp;J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="429" partition="1" name="L1_TAU40_2TAU12IM_XE40" complex_deadtime="0" definition="(HA40[x1]&amp;HA12IM[x2]&amp;XE40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA40_x1" triggerthreshold="HA40"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="XE40_x1" triggerthreshold="XE40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="430" partition="1" name="L1_MU11_TAU20IM" complex_deadtime="0" definition="(MU11[x1]&amp;HA20IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU11_x1" triggerthreshold="MU11"/>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="431" partition="1" name="L1_EM20VH_3EM10VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;EM10VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="3" name="EM10VH_x3" triggerthreshold="EM10VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="432" partition="1" name="L1_EM20VH_2EM10VH_3EM8VH" complex_deadtime="0" definition="(EM20VH[x1]&amp;EM10VH[x2]&amp;EM8VH[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM20VH_x1" triggerthreshold="EM20VH"/>
-        <TriggerCondition multi="2" name="EM10VH_x2" triggerthreshold="EM10VH"/>
-        <TriggerCondition multi="3" name="EM8VH_x3" triggerthreshold="EM8VH"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="433" partition="1" name="L1_MU20_XE30" complex_deadtime="0" definition="(MU20[x1]&amp;XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="434" partition="1" name="L1_MU4_2EM3_J20_XE30_DPHI-J20s2XE30" complex_deadtime="0" definition="(MU4[x1]&amp;EM3[x2]&amp;J20[x1]&amp;XE30[x1]&amp;10MINDPHI-J20s2-XE30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <TriggerCondition multi="2" name="EM3_x2" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="J20_x1" triggerthreshold="J20"/>
-        <TriggerCondition multi="1" name="XE30_x1" triggerthreshold="XE30"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE30_x1" triggerthreshold="10MINDPHI-J20s2-XE30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="435" partition="1" name="L1_3EM3_J40_XE50_DPHI-J20s2XE50" complex_deadtime="0" definition="(EM3[x3]&amp;J40[x1]&amp;XE50[x1]&amp;10MINDPHI-J20s2-XE50[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="3" name="EM3_x3" triggerthreshold="EM3"/>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <TriggerCondition multi="1" name="XE50_x1" triggerthreshold="XE50"/>
-        <TriggerCondition multi="1" name="10MINDPHI-J20s2-XE50_x1" triggerthreshold="10MINDPHI-J20s2-XE50"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="436" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EM15XE_XS30" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;XS30[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="XS30_x1" triggerthreshold="XS30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="437" partition="1" name="L1_EM15_W-MT35_W-05DPHI-JXE-0_W-05DPHI-EM15XE" complex_deadtime="0" definition="(35MT-EM15s6-XE0[x1]&amp;EM15[x1]&amp;05MINDPHI-AJj10s6-XE0[x1]&amp;05MINDPHI-EM15s6-XE0[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="35MT-EM15s6-XE0_x1" triggerthreshold="35MT-EM15s6-XE0"/>
-        <TriggerCondition multi="1" name="EM15_x1" triggerthreshold="EM15"/>
-        <TriggerCondition multi="1" name="05MINDPHI-AJj10s6-XE0_x1" triggerthreshold="05MINDPHI-AJj10s6-XE0"/>
-        <TriggerCondition multi="1" name="05MINDPHI-EM15s6-XE0_x1" triggerthreshold="05MINDPHI-EM15s6-XE0"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="438" partition="1" name="L1_HT150-JJ15.ETA49_MJJ-400" complex_deadtime="0" definition="(HT150-AJj15all.ETA49[x1]&amp;400INVM9999-AJ30s6-AJ20s6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10000000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HT150-AJj15all.ETA49_x1" triggerthreshold="HT150-AJj15all.ETA49"/>
-        <TriggerCondition multi="1" name="400INVM9999-AJ30s6-AJ20s6_x1" triggerthreshold="400INVM9999-AJ30s6-AJ20s6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="439" partition="2" name="L1_RD2_BGRP14" complex_deadtime="0" definition="(RNDM2&amp;BGRP0&amp;BGRP14)" trigger_type="0001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP14"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="440" partition="3" name="L1_RD3_BGRP15" complex_deadtime="0" definition="(RNDM3&amp;BGRP0&amp;BGRP15)" trigger_type="0001" monitor="LF:000|HF:000">
-      <AND>
-        <InternalTrigger name="RNDM3"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP15"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="467" partition="1" name="L1_TAU8_UNPAIRED_NONISO" complex_deadtime="0" definition="(HA8[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA8_x1" triggerthreshold="HA8"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="468" partition="1" name="L1_EM7_UNPAIRED_NONISO" complex_deadtime="0" definition="(EM7[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="EM7_x1" triggerthreshold="EM7"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="469" partition="1" name="L1_MU4_UNPAIRED_NONISO" complex_deadtime="0" definition="(MU4[x1]&amp;BGRP0&amp;BGRP5)" trigger_type="10001000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU4_x1" triggerthreshold="MU4"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP5"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="480" partition="1" name="L1_J85_3J30" complex_deadtime="0" definition="(J85[x1]&amp;J30[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10000100" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J85_x1" triggerthreshold="J85"/>
-        <TriggerCondition multi="3" name="J30_x3" triggerthreshold="J30"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="489" partition="1" name="L1_ALFA_B7L1U" complex_deadtime="0" definition="(ALFA_B7L1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1U_x1" triggerthreshold="ALFA_B7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="490" partition="1" name="L1_ALFA_B7L1L" complex_deadtime="0" definition="(ALFA_B7L1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7L1L_x1" triggerthreshold="ALFA_B7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="491" partition="1" name="L1_ALFA_A7L1U" complex_deadtime="0" definition="(ALFA_A7L1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1U_x1" triggerthreshold="ALFA_A7L1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="492" partition="1" name="L1_ALFA_A7L1L" complex_deadtime="0" definition="(ALFA_A7L1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7L1L_x1" triggerthreshold="ALFA_A7L1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="493" partition="1" name="L1_ALFA_A7R1U" complex_deadtime="0" definition="(ALFA_A7R1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1U_x1" triggerthreshold="ALFA_A7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="494" partition="1" name="L1_ALFA_A7R1L" complex_deadtime="0" definition="(ALFA_A7R1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_A7R1L_x1" triggerthreshold="ALFA_A7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="495" partition="1" name="L1_ALFA_B7R1U" complex_deadtime="0" definition="(ALFA_B7R1U[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1U_x1" triggerthreshold="ALFA_B7R1U"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="496" partition="1" name="L1_ALFA_B7R1L" complex_deadtime="0" definition="(ALFA_B7R1L[x1]&amp;BGRP0)" trigger_type="11000000" monitor="LF:001|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="ALFA_B7R1L_x1" triggerthreshold="ALFA_B7R1L"/>
-        <InternalTrigger name="BGRP0"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="497" partition="1" name="L1_MU15_FTK" complex_deadtime="0" definition="(MU15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU15_x1" triggerthreshold="MU15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="498" partition="1" name="L1_MU20_TAU12IM_FTK" complex_deadtime="0" definition="(MU20[x1]&amp;HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="499" partition="1" name="L1_MU6_FTK" complex_deadtime="0" definition="(MU6[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU6_x1" triggerthreshold="MU6"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="500" partition="1" name="L1_MU20_FTK" complex_deadtime="0" definition="(MU20[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="MU20_x1" triggerthreshold="MU20"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="501" partition="1" name="L1_TAU12IM_FTK" complex_deadtime="0" definition="(HA12IM[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA12IM_x1" triggerthreshold="HA12IM"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="502" partition="1" name="L1_TAU20IM_2TAU12IM_J25_2J20_3J12_FTK" complex_deadtime="0" definition="(HA20IM[x1]&amp;HA12IM[x2]&amp;J25[x1]&amp;J20[x2]&amp;J12[x3]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="HA20IM_x1" triggerthreshold="HA20IM"/>
-        <TriggerCondition multi="2" name="HA12IM_x2" triggerthreshold="HA12IM"/>
-        <TriggerCondition multi="1" name="J25_x1" triggerthreshold="J25"/>
-        <TriggerCondition multi="2" name="J20_x2" triggerthreshold="J20"/>
-        <TriggerCondition multi="3" name="J12_x3" triggerthreshold="J12"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="503" partition="1" name="L1_DR-TAU20ITAU12I-J25_FTK" complex_deadtime="0" definition="(1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi_x1" triggerthreshold="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="504" partition="1" name="L1_4J15_FTK" complex_deadtime="0" definition="(J15[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15_x4" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="505" partition="1" name="L1_4J15.0ETA25_FTK" complex_deadtime="0" definition="(J15.0ETA25[x4]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="4" name="J15.0ETA25_x4" triggerthreshold="J15.0ETA25"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="506" partition="1" name="L1_J15_FTK" complex_deadtime="0" definition="(J15[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J15_x1" triggerthreshold="J15"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="507" partition="1" name="L1_J40_FTK" complex_deadtime="0" definition="(J40[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J40_x1" triggerthreshold="J40"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="508" partition="1" name="L1_J100_FTK" complex_deadtime="0" definition="(J100[x1]&amp;BGRP0&amp;BGRP1)" trigger_type="10100000" monitor="LF:000|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="J100_x1" triggerthreshold="J100"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP1"/>
-      </AND>
-    </TriggerItem>
-    <TriggerItem ctpid="511" partition="1" name="L1_CALREQ2" complex_deadtime="0" definition="(CAL2[x1]&amp;BGRP0&amp;BGRP2)" trigger_type="00110100" monitor="LF:111|HF:000">
-      <AND>
-        <TriggerCondition multi="1" name="CAL2_x1" triggerthreshold="CAL2"/>
-        <InternalTrigger name="BGRP0"/>
-        <InternalTrigger name="BGRP2"/>
-      </AND>
-    </TriggerItem>
-  </TriggerMenu>
-  <PrescaleSet name="Physics_pp_v7_primaries_default_prescale" type="Physics" menuPartition="0">
-    <Prescale ctpid="0" cut="000001" value="1"/>
-    <Prescale ctpid="1" cut="000001" value="1"/>
-    <Prescale ctpid="2" cut="000001" value="1"/>
-    <Prescale ctpid="3" cut="000001" value="1"/>
-    <Prescale ctpid="4" cut="000001" value="1"/>
-    <Prescale ctpid="5" cut="000001" value="1"/>
-    <Prescale ctpid="6" cut="000001" value="1"/>
-    <Prescale ctpid="7" cut="000001" value="1"/>
-    <Prescale ctpid="8" cut="000001" value="1"/>
-    <Prescale ctpid="9" cut="000001" value="1"/>
-    <Prescale ctpid="10" cut="000001" value="1"/>
-    <Prescale ctpid="11" cut="000001" value="1"/>
-    <Prescale ctpid="12" cut="000001" value="1"/>
-    <Prescale ctpid="13" cut="000001" value="1"/>
-    <Prescale ctpid="14" cut="000001" value="1"/>
-    <Prescale ctpid="15" cut="000001" value="1"/>
-    <Prescale ctpid="16" cut="000001" value="1"/>
-    <Prescale ctpid="17" cut="000001" value="1"/>
-    <Prescale ctpid="18" cut="000001" value="1"/>
-    <Prescale ctpid="19" cut="000001" value="1"/>
-    <Prescale ctpid="20" cut="000001" value="1"/>
-    <Prescale ctpid="21" cut="000001" value="1"/>
-    <Prescale ctpid="22" cut="000001" value="1"/>
-    <Prescale ctpid="23" cut="000001" value="1"/>
-    <Prescale ctpid="24" cut="000001" value="1"/>
-    <Prescale ctpid="25" cut="000001" value="1"/>
-    <Prescale ctpid="26" cut="000001" value="1"/>
-    <Prescale ctpid="27" cut="000001" value="1"/>
-    <Prescale ctpid="28" cut="000001" value="1"/>
-    <Prescale ctpid="29" cut="000001" value="1"/>
-    <Prescale ctpid="30" cut="000001" value="1"/>
-    <Prescale ctpid="31" cut="000001" value="1"/>
-    <Prescale ctpid="32" cut="000001" value="1"/>
-    <Prescale ctpid="33" cut="000001" value="1"/>
-    <Prescale ctpid="34" cut="000001" value="1"/>
-    <Prescale ctpid="35" cut="000001" value="1"/>
-    <Prescale ctpid="36" cut="000001" value="1"/>
-    <Prescale ctpid="37" cut="000001" value="1"/>
-    <Prescale ctpid="38" cut="000001" value="1"/>
-    <Prescale ctpid="39" cut="000001" value="1"/>
-    <Prescale ctpid="40" cut="000001" value="1"/>
-    <Prescale ctpid="41" cut="000001" value="1"/>
-    <Prescale ctpid="42" cut="000001" value="1"/>
-    <Prescale ctpid="43" cut="000001" value="1"/>
-    <Prescale ctpid="44" cut="000001" value="1"/>
-    <Prescale ctpid="45" cut="000001" value="1"/>
-    <Prescale ctpid="46" cut="000001" value="1"/>
-    <Prescale ctpid="47" cut="000001" value="1"/>
-    <Prescale ctpid="48" cut="000001" value="1"/>
-    <Prescale ctpid="49" cut="000001" value="1"/>
-    <Prescale ctpid="50" cut="000001" value="1"/>
-    <Prescale ctpid="51" cut="000001" value="1"/>
-    <Prescale ctpid="52" cut="000001" value="1"/>
-    <Prescale ctpid="53" cut="000001" value="1"/>
-    <Prescale ctpid="54" cut="000001" value="1"/>
-    <Prescale ctpid="55" cut="000001" value="1"/>
-    <Prescale ctpid="56" cut="000001" value="1"/>
-    <Prescale ctpid="57" cut="000001" value="1"/>
-    <Prescale ctpid="58" cut="000001" value="1"/>
-    <Prescale ctpid="59" cut="000001" value="1"/>
-    <Prescale ctpid="60" cut="000001" value="1"/>
-    <Prescale ctpid="61" cut="000001" value="1"/>
-    <Prescale ctpid="62" cut="000001" value="1"/>
-    <Prescale ctpid="63" cut="000001" value="1"/>
-    <Prescale ctpid="64" cut="000001" value="1"/>
-    <Prescale ctpid="65" cut="000001" value="1"/>
-    <Prescale ctpid="66" cut="000001" value="1"/>
-    <Prescale ctpid="67" cut="000001" value="1"/>
-    <Prescale ctpid="68" cut="000001" value="1"/>
-    <Prescale ctpid="69" cut="000001" value="1"/>
-    <Prescale ctpid="70" cut="000001" value="1"/>
-    <Prescale ctpid="71" cut="000001" value="1"/>
-    <Prescale ctpid="72" cut="000001" value="1"/>
-    <Prescale ctpid="73" cut="000001" value="1"/>
-    <Prescale ctpid="74" cut="000001" value="1"/>
-    <Prescale ctpid="75" cut="000001" value="1"/>
-    <Prescale ctpid="76" cut="000001" value="1"/>
-    <Prescale ctpid="77" cut="000001" value="1"/>
-    <Prescale ctpid="78" cut="000001" value="1"/>
-    <Prescale ctpid="79" cut="000001" value="1"/>
-    <Prescale ctpid="80" cut="000001" value="1"/>
-    <Prescale ctpid="81" cut="000001" value="1"/>
-    <Prescale ctpid="82" cut="000001" value="1"/>
-    <Prescale ctpid="83" cut="000001" value="1"/>
-    <Prescale ctpid="84" cut="000001" value="1"/>
-    <Prescale ctpid="85" cut="000001" value="1"/>
-    <Prescale ctpid="86" cut="000001" value="1"/>
-    <Prescale ctpid="87" cut="000001" value="1"/>
-    <Prescale ctpid="88" cut="000001" value="1"/>
-    <Prescale ctpid="89" cut="000001" value="1"/>
-    <Prescale ctpid="90" cut="000001" value="1"/>
-    <Prescale ctpid="91" cut="000001" value="1"/>
-    <Prescale ctpid="92" cut="000001" value="1"/>
-    <Prescale ctpid="93" cut="000001" value="1"/>
-    <Prescale ctpid="94" cut="000001" value="1"/>
-    <Prescale ctpid="95" cut="000001" value="1"/>
-    <Prescale ctpid="96" cut="000001" value="1"/>
-    <Prescale ctpid="97" cut="000001" value="1"/>
-    <Prescale ctpid="98" cut="000001" value="1"/>
-    <Prescale ctpid="99" cut="000001" value="1"/>
-    <Prescale ctpid="100" cut="000001" value="1"/>
-    <Prescale ctpid="101" cut="000001" value="1"/>
-    <Prescale ctpid="102" cut="000001" value="1"/>
-    <Prescale ctpid="103" cut="000001" value="1"/>
-    <Prescale ctpid="104" cut="000001" value="1"/>
-    <Prescale ctpid="105" cut="000001" value="1"/>
-    <Prescale ctpid="106" cut="000001" value="1"/>
-    <Prescale ctpid="107" cut="000001" value="1"/>
-    <Prescale ctpid="108" cut="000001" value="1"/>
-    <Prescale ctpid="109" cut="000001" value="1"/>
-    <Prescale ctpid="110" cut="000001" value="1"/>
-    <Prescale ctpid="111" cut="000001" value="1"/>
-    <Prescale ctpid="112" cut="000001" value="1"/>
-    <Prescale ctpid="113" cut="000001" value="1"/>
-    <Prescale ctpid="114" cut="000001" value="1"/>
-    <Prescale ctpid="115" cut="000001" value="1"/>
-    <Prescale ctpid="116" cut="000001" value="1"/>
-    <Prescale ctpid="117" cut="000001" value="1"/>
-    <Prescale ctpid="118" cut="000001" value="1"/>
-    <Prescale ctpid="119" cut="000001" value="1"/>
-    <Prescale ctpid="120" cut="000001" value="1"/>
-    <Prescale ctpid="121" cut="000001" value="1"/>
-    <Prescale ctpid="122" cut="000001" value="1"/>
-    <Prescale ctpid="123" cut="000001" value="1"/>
-    <Prescale ctpid="124" cut="000001" value="1"/>
-    <Prescale ctpid="125" cut="000001" value="1"/>
-    <Prescale ctpid="126" cut="000001" value="1"/>
-    <Prescale ctpid="127" cut="000001" value="1"/>
-    <Prescale ctpid="128" cut="000001" value="1"/>
-    <Prescale ctpid="129" cut="000001" value="1"/>
-    <Prescale ctpid="130" cut="000001" value="1"/>
-    <Prescale ctpid="131" cut="000001" value="1"/>
-    <Prescale ctpid="132" cut="000001" value="1"/>
-    <Prescale ctpid="133" cut="000001" value="1"/>
-    <Prescale ctpid="134" cut="000001" value="1"/>
-    <Prescale ctpid="135" cut="000001" value="1"/>
-    <Prescale ctpid="136" cut="000001" value="1"/>
-    <Prescale ctpid="137" cut="000001" value="1"/>
-    <Prescale ctpid="138" cut="000001" value="1"/>
-    <Prescale ctpid="139" cut="000001" value="1"/>
-    <Prescale ctpid="140" cut="000001" value="1"/>
-    <Prescale ctpid="141" cut="000001" value="1"/>
-    <Prescale ctpid="142" cut="000001" value="1"/>
-    <Prescale ctpid="143" cut="000001" value="1"/>
-    <Prescale ctpid="144" cut="000001" value="1"/>
-    <Prescale ctpid="145" cut="000001" value="1"/>
-    <Prescale ctpid="146" cut="000001" value="1"/>
-    <Prescale ctpid="147" cut="000001" value="1"/>
-    <Prescale ctpid="148" cut="000001" value="1"/>
-    <Prescale ctpid="149" cut="000001" value="1"/>
-    <Prescale ctpid="150" cut="000001" value="1"/>
-    <Prescale ctpid="151" cut="000001" value="1"/>
-    <Prescale ctpid="152" cut="000001" value="1"/>
-    <Prescale ctpid="153" cut="000001" value="1"/>
-    <Prescale ctpid="154" cut="000001" value="1"/>
-    <Prescale ctpid="155" cut="000001" value="1"/>
-    <Prescale ctpid="156" cut="000001" value="1"/>
-    <Prescale ctpid="157" cut="000001" value="1"/>
-    <Prescale ctpid="158" cut="000001" value="1"/>
-    <Prescale ctpid="159" cut="000001" value="1"/>
-    <Prescale ctpid="160" cut="000001" value="1"/>
-    <Prescale ctpid="161" cut="000001" value="1"/>
-    <Prescale ctpid="162" cut="000001" value="1"/>
-    <Prescale ctpid="163" cut="000001" value="1"/>
-    <Prescale ctpid="164" cut="000001" value="1"/>
-    <Prescale ctpid="165" cut="000001" value="1"/>
-    <Prescale ctpid="166" cut="000001" value="1"/>
-    <Prescale ctpid="167" cut="000001" value="1"/>
-    <Prescale ctpid="168" cut="000001" value="1"/>
-    <Prescale ctpid="169" cut="000001" value="1"/>
-    <Prescale ctpid="170" cut="000001" value="1"/>
-    <Prescale ctpid="171" cut="000001" value="1"/>
-    <Prescale ctpid="172" cut="000001" value="1"/>
-    <Prescale ctpid="173" cut="000001" value="1"/>
-    <Prescale ctpid="174" cut="000001" value="1"/>
-    <Prescale ctpid="175" cut="000001" value="1"/>
-    <Prescale ctpid="176" cut="000001" value="1"/>
-    <Prescale ctpid="177" cut="000001" value="1"/>
-    <Prescale ctpid="178" cut="000001" value="1"/>
-    <Prescale ctpid="179" cut="000001" value="1"/>
-    <Prescale ctpid="180" cut="000001" value="1"/>
-    <Prescale ctpid="181" cut="000001" value="1"/>
-    <Prescale ctpid="182" cut="000001" value="1"/>
-    <Prescale ctpid="183" cut="000001" value="1"/>
-    <Prescale ctpid="184" cut="000001" value="1"/>
-    <Prescale ctpid="185" cut="000001" value="1"/>
-    <Prescale ctpid="186" cut="000001" value="1"/>
-    <Prescale ctpid="187" cut="000001" value="1"/>
-    <Prescale ctpid="188" cut="000001" value="1"/>
-    <Prescale ctpid="189" cut="000001" value="1"/>
-    <Prescale ctpid="190" cut="000001" value="1"/>
-    <Prescale ctpid="191" cut="000001" value="1"/>
-    <Prescale ctpid="192" cut="000001" value="1"/>
-    <Prescale ctpid="193" cut="000001" value="1"/>
-    <Prescale ctpid="194" cut="000001" value="1"/>
-    <Prescale ctpid="195" cut="000001" value="1"/>
-    <Prescale ctpid="196" cut="000001" value="1"/>
-    <Prescale ctpid="197" cut="000001" value="1"/>
-    <Prescale ctpid="198" cut="000001" value="1"/>
-    <Prescale ctpid="199" cut="000001" value="1"/>
-    <Prescale ctpid="200" cut="000001" value="1"/>
-    <Prescale ctpid="201" cut="000001" value="1"/>
-    <Prescale ctpid="202" cut="000001" value="1"/>
-    <Prescale ctpid="203" cut="000001" value="1"/>
-    <Prescale ctpid="204" cut="000001" value="1"/>
-    <Prescale ctpid="205" cut="000001" value="1"/>
-    <Prescale ctpid="206" cut="000001" value="1"/>
-    <Prescale ctpid="207" cut="000001" value="1"/>
-    <Prescale ctpid="208" cut="000001" value="1"/>
-    <Prescale ctpid="209" cut="000001" value="1"/>
-    <Prescale ctpid="210" cut="000001" value="1"/>
-    <Prescale ctpid="211" cut="000001" value="1"/>
-    <Prescale ctpid="212" cut="000001" value="1"/>
-    <Prescale ctpid="213" cut="000001" value="1"/>
-    <Prescale ctpid="214" cut="000001" value="1"/>
-    <Prescale ctpid="215" cut="000001" value="1"/>
-    <Prescale ctpid="216" cut="000001" value="1"/>
-    <Prescale ctpid="217" cut="000001" value="1"/>
-    <Prescale ctpid="218" cut="000001" value="1"/>
-    <Prescale ctpid="219" cut="000001" value="1"/>
-    <Prescale ctpid="220" cut="000001" value="1"/>
-    <Prescale ctpid="221" cut="000001" value="1"/>
-    <Prescale ctpid="222" cut="000001" value="1"/>
-    <Prescale ctpid="223" cut="000001" value="1"/>
-    <Prescale ctpid="224" cut="000001" value="1"/>
-    <Prescale ctpid="225" cut="000001" value="1"/>
-    <Prescale ctpid="226" cut="000001" value="1"/>
-    <Prescale ctpid="227" cut="000001" value="1"/>
-    <Prescale ctpid="228" cut="000001" value="1"/>
-    <Prescale ctpid="229" cut="000001" value="1"/>
-    <Prescale ctpid="230" cut="000001" value="1"/>
-    <Prescale ctpid="231" cut="000001" value="1"/>
-    <Prescale ctpid="232" cut="000001" value="1"/>
-    <Prescale ctpid="233" cut="000001" value="1"/>
-    <Prescale ctpid="234" cut="000001" value="1"/>
-    <Prescale ctpid="235" cut="000001" value="1"/>
-    <Prescale ctpid="236" cut="000001" value="1"/>
-    <Prescale ctpid="237" cut="000001" value="1"/>
-    <Prescale ctpid="238" cut="000001" value="1"/>
-    <Prescale ctpid="239" cut="000001" value="1"/>
-    <Prescale ctpid="240" cut="000001" value="1"/>
-    <Prescale ctpid="241" cut="000001" value="1"/>
-    <Prescale ctpid="242" cut="000001" value="1"/>
-    <Prescale ctpid="243" cut="000001" value="1"/>
-    <Prescale ctpid="244" cut="000001" value="1"/>
-    <Prescale ctpid="245" cut="000001" value="1"/>
-    <Prescale ctpid="246" cut="000001" value="1"/>
-    <Prescale ctpid="247" cut="000001" value="1"/>
-    <Prescale ctpid="248" cut="000001" value="1"/>
-    <Prescale ctpid="249" cut="000001" value="1"/>
-    <Prescale ctpid="250" cut="000001" value="1"/>
-    <Prescale ctpid="251" cut="000001" value="1"/>
-    <Prescale ctpid="252" cut="000001" value="1"/>
-    <Prescale ctpid="253" cut="000001" value="1"/>
-    <Prescale ctpid="254" cut="000001" value="1"/>
-    <Prescale ctpid="255" cut="000001" value="1"/>
-    <Prescale ctpid="256" cut="000001" value="1"/>
-    <Prescale ctpid="257" cut="000001" value="1"/>
-    <Prescale ctpid="258" cut="000001" value="1"/>
-    <Prescale ctpid="259" cut="000001" value="1"/>
-    <Prescale ctpid="260" cut="000001" value="1"/>
-    <Prescale ctpid="261" cut="000001" value="1"/>
-    <Prescale ctpid="262" cut="000001" value="1"/>
-    <Prescale ctpid="263" cut="000001" value="1"/>
-    <Prescale ctpid="264" cut="000001" value="1"/>
-    <Prescale ctpid="265" cut="000001" value="1"/>
-    <Prescale ctpid="266" cut="000001" value="1"/>
-    <Prescale ctpid="267" cut="000001" value="1"/>
-    <Prescale ctpid="268" cut="000001" value="1"/>
-    <Prescale ctpid="269" cut="000001" value="1"/>
-    <Prescale ctpid="270" cut="000001" value="1"/>
-    <Prescale ctpid="271" cut="000001" value="1"/>
-    <Prescale ctpid="272" cut="000001" value="1"/>
-    <Prescale ctpid="273" cut="000001" value="1"/>
-    <Prescale ctpid="274" cut="000001" value="1"/>
-    <Prescale ctpid="275" cut="000001" value="1"/>
-    <Prescale ctpid="276" cut="000001" value="1"/>
-    <Prescale ctpid="277" cut="000001" value="1"/>
-    <Prescale ctpid="278" cut="000001" value="1"/>
-    <Prescale ctpid="279" cut="000001" value="1"/>
-    <Prescale ctpid="280" cut="000001" value="1"/>
-    <Prescale ctpid="281" cut="000001" value="1"/>
-    <Prescale ctpid="282" cut="000001" value="1"/>
-    <Prescale ctpid="283" cut="000001" value="1"/>
-    <Prescale ctpid="284" cut="000001" value="1"/>
-    <Prescale ctpid="285" cut="000001" value="1"/>
-    <Prescale ctpid="286" cut="000001" value="1"/>
-    <Prescale ctpid="287" cut="000001" value="1"/>
-    <Prescale ctpid="288" cut="000001" value="1"/>
-    <Prescale ctpid="289" cut="000001" value="1"/>
-    <Prescale ctpid="290" cut="000001" value="1"/>
-    <Prescale ctpid="291" cut="000001" value="1"/>
-    <Prescale ctpid="292" cut="000001" value="1"/>
-    <Prescale ctpid="293" cut="000001" value="1"/>
-    <Prescale ctpid="294" cut="000001" value="1"/>
-    <Prescale ctpid="295" cut="000001" value="1"/>
-    <Prescale ctpid="296" cut="000001" value="1"/>
-    <Prescale ctpid="297" cut="000001" value="1"/>
-    <Prescale ctpid="298" cut="000001" value="1"/>
-    <Prescale ctpid="299" cut="000001" value="1"/>
-    <Prescale ctpid="300" cut="000001" value="1"/>
-    <Prescale ctpid="301" cut="000001" value="1"/>
-    <Prescale ctpid="302" cut="000001" value="1"/>
-    <Prescale ctpid="303" cut="000001" value="1"/>
-    <Prescale ctpid="304" cut="000001" value="1"/>
-    <Prescale ctpid="305" cut="000001" value="1"/>
-    <Prescale ctpid="306" cut="000001" value="1"/>
-    <Prescale ctpid="307" cut="000001" value="1"/>
-    <Prescale ctpid="308" cut="000001" value="1"/>
-    <Prescale ctpid="309" cut="000001" value="1"/>
-    <Prescale ctpid="310" cut="000001" value="1"/>
-    <Prescale ctpid="311" cut="000001" value="1"/>
-    <Prescale ctpid="312" cut="000001" value="1"/>
-    <Prescale ctpid="313" cut="000001" value="1"/>
-    <Prescale ctpid="314" cut="000001" value="1"/>
-    <Prescale ctpid="315" cut="000001" value="1"/>
-    <Prescale ctpid="316" cut="000001" value="1"/>
-    <Prescale ctpid="317" cut="000001" value="1"/>
-    <Prescale ctpid="318" cut="000001" value="1"/>
-    <Prescale ctpid="319" cut="000001" value="1"/>
-    <Prescale ctpid="320" cut="000001" value="1"/>
-    <Prescale ctpid="321" cut="000001" value="1"/>
-    <Prescale ctpid="322" cut="000001" value="1"/>
-    <Prescale ctpid="323" cut="000001" value="1"/>
-    <Prescale ctpid="324" cut="000001" value="1"/>
-    <Prescale ctpid="325" cut="000001" value="1"/>
-    <Prescale ctpid="326" cut="000001" value="1"/>
-    <Prescale ctpid="327" cut="000001" value="1"/>
-    <Prescale ctpid="328" cut="000001" value="1"/>
-    <Prescale ctpid="329" cut="000001" value="1"/>
-    <Prescale ctpid="330" cut="000001" value="1"/>
-    <Prescale ctpid="331" cut="000001" value="1"/>
-    <Prescale ctpid="332" cut="000001" value="1"/>
-    <Prescale ctpid="333" cut="000001" value="1"/>
-    <Prescale ctpid="334" cut="000001" value="1"/>
-    <Prescale ctpid="335" cut="000001" value="1"/>
-    <Prescale ctpid="336" cut="000001" value="1"/>
-    <Prescale ctpid="337" cut="000001" value="1"/>
-    <Prescale ctpid="338" cut="000001" value="1"/>
-    <Prescale ctpid="339" cut="000001" value="1"/>
-    <Prescale ctpid="340" cut="000001" value="1"/>
-    <Prescale ctpid="341" cut="000001" value="1"/>
-    <Prescale ctpid="342" cut="000001" value="1"/>
-    <Prescale ctpid="343" cut="000001" value="1"/>
-    <Prescale ctpid="344" cut="000001" value="1"/>
-    <Prescale ctpid="345" cut="000001" value="1"/>
-    <Prescale ctpid="346" cut="000001" value="1"/>
-    <Prescale ctpid="347" cut="000001" value="1"/>
-    <Prescale ctpid="348" cut="000001" value="1"/>
-    <Prescale ctpid="349" cut="000001" value="1"/>
-    <Prescale ctpid="350" cut="000001" value="1"/>
-    <Prescale ctpid="351" cut="000001" value="1"/>
-    <Prescale ctpid="352" cut="000001" value="1"/>
-    <Prescale ctpid="353" cut="000001" value="1"/>
-    <Prescale ctpid="354" cut="000001" value="1"/>
-    <Prescale ctpid="355" cut="000001" value="1"/>
-    <Prescale ctpid="356" cut="000001" value="1"/>
-    <Prescale ctpid="357" cut="000001" value="1"/>
-    <Prescale ctpid="358" cut="000001" value="1"/>
-    <Prescale ctpid="359" cut="000001" value="1"/>
-    <Prescale ctpid="360" cut="000001" value="1"/>
-    <Prescale ctpid="361" cut="000001" value="1"/>
-    <Prescale ctpid="362" cut="000001" value="1"/>
-    <Prescale ctpid="363" cut="000001" value="1"/>
-    <Prescale ctpid="364" cut="000001" value="1"/>
-    <Prescale ctpid="365" cut="000001" value="1"/>
-    <Prescale ctpid="366" cut="000001" value="1"/>
-    <Prescale ctpid="367" cut="000001" value="1"/>
-    <Prescale ctpid="368" cut="000001" value="1"/>
-    <Prescale ctpid="369" cut="000001" value="1"/>
-    <Prescale ctpid="370" cut="000001" value="1"/>
-    <Prescale ctpid="371" cut="000001" value="1"/>
-    <Prescale ctpid="372" cut="000001" value="1"/>
-    <Prescale ctpid="373" cut="000001" value="1"/>
-    <Prescale ctpid="374" cut="000001" value="1"/>
-    <Prescale ctpid="375" cut="000001" value="1"/>
-    <Prescale ctpid="376" cut="000001" value="1"/>
-    <Prescale ctpid="377" cut="000001" value="1"/>
-    <Prescale ctpid="378" cut="000001" value="1"/>
-    <Prescale ctpid="379" cut="000001" value="1"/>
-    <Prescale ctpid="380" cut="000001" value="1"/>
-    <Prescale ctpid="381" cut="000001" value="1"/>
-    <Prescale ctpid="382" cut="000001" value="1"/>
-    <Prescale ctpid="383" cut="000001" value="1"/>
-    <Prescale ctpid="384" cut="000001" value="1"/>
-    <Prescale ctpid="385" cut="000001" value="1"/>
-    <Prescale ctpid="386" cut="000001" value="1"/>
-    <Prescale ctpid="387" cut="000001" value="1"/>
-    <Prescale ctpid="388" cut="000001" value="1"/>
-    <Prescale ctpid="389" cut="000001" value="1"/>
-    <Prescale ctpid="390" cut="000001" value="1"/>
-    <Prescale ctpid="391" cut="000001" value="1"/>
-    <Prescale ctpid="392" cut="000001" value="1"/>
-    <Prescale ctpid="393" cut="000001" value="1"/>
-    <Prescale ctpid="394" cut="000001" value="1"/>
-    <Prescale ctpid="395" cut="000001" value="1"/>
-    <Prescale ctpid="396" cut="000001" value="1"/>
-    <Prescale ctpid="397" cut="000001" value="1"/>
-    <Prescale ctpid="398" cut="000001" value="1"/>
-    <Prescale ctpid="399" cut="000001" value="1"/>
-    <Prescale ctpid="400" cut="000001" value="1"/>
-    <Prescale ctpid="401" cut="000001" value="1"/>
-    <Prescale ctpid="402" cut="000001" value="1"/>
-    <Prescale ctpid="403" cut="000001" value="1"/>
-    <Prescale ctpid="404" cut="000001" value="1"/>
-    <Prescale ctpid="405" cut="000001" value="1"/>
-    <Prescale ctpid="406" cut="000001" value="1"/>
-    <Prescale ctpid="407" cut="000001" value="1"/>
-    <Prescale ctpid="408" cut="000001" value="1"/>
-    <Prescale ctpid="409" cut="000001" value="1"/>
-    <Prescale ctpid="410" cut="000001" value="1"/>
-    <Prescale ctpid="411" cut="000001" value="1"/>
-    <Prescale ctpid="412" cut="000001" value="1"/>
-    <Prescale ctpid="413" cut="000001" value="1"/>
-    <Prescale ctpid="414" cut="000001" value="1"/>
-    <Prescale ctpid="415" cut="000001" value="1"/>
-    <Prescale ctpid="416" cut="000001" value="1"/>
-    <Prescale ctpid="417" cut="000001" value="1"/>
-    <Prescale ctpid="418" cut="000001" value="1"/>
-    <Prescale ctpid="419" cut="000001" value="1"/>
-    <Prescale ctpid="420" cut="000001" value="1"/>
-    <Prescale ctpid="421" cut="000001" value="1"/>
-    <Prescale ctpid="422" cut="000001" value="1"/>
-    <Prescale ctpid="423" cut="000001" value="1"/>
-    <Prescale ctpid="424" cut="000001" value="1"/>
-    <Prescale ctpid="425" cut="000001" value="1"/>
-    <Prescale ctpid="426" cut="000001" value="1"/>
-    <Prescale ctpid="427" cut="000001" value="1"/>
-    <Prescale ctpid="428" cut="000001" value="1"/>
-    <Prescale ctpid="429" cut="000001" value="1"/>
-    <Prescale ctpid="430" cut="000001" value="1"/>
-    <Prescale ctpid="431" cut="000001" value="1"/>
-    <Prescale ctpid="432" cut="000001" value="1"/>
-    <Prescale ctpid="433" cut="000001" value="1"/>
-    <Prescale ctpid="434" cut="000001" value="1"/>
-    <Prescale ctpid="435" cut="000001" value="1"/>
-    <Prescale ctpid="436" cut="000001" value="1"/>
-    <Prescale ctpid="437" cut="000001" value="1"/>
-    <Prescale ctpid="438" cut="000001" value="1"/>
-    <Prescale ctpid="439" cut="000001" value="1"/>
-    <Prescale ctpid="440" cut="000001" value="1"/>
-    <Prescale ctpid="441" cut="-000001" value="-1"/>
-    <Prescale ctpid="442" cut="-000001" value="-1"/>
-    <Prescale ctpid="443" cut="-000001" value="-1"/>
-    <Prescale ctpid="444" cut="-000001" value="-1"/>
-    <Prescale ctpid="445" cut="-000001" value="-1"/>
-    <Prescale ctpid="446" cut="-000001" value="-1"/>
-    <Prescale ctpid="447" cut="-000001" value="-1"/>
-    <Prescale ctpid="448" cut="-000001" value="-1"/>
-    <Prescale ctpid="449" cut="-000001" value="-1"/>
-    <Prescale ctpid="450" cut="-000001" value="-1"/>
-    <Prescale ctpid="451" cut="-000001" value="-1"/>
-    <Prescale ctpid="452" cut="-000001" value="-1"/>
-    <Prescale ctpid="453" cut="-000001" value="-1"/>
-    <Prescale ctpid="454" cut="-000001" value="-1"/>
-    <Prescale ctpid="455" cut="-000001" value="-1"/>
-    <Prescale ctpid="456" cut="-000001" value="-1"/>
-    <Prescale ctpid="457" cut="-000001" value="-1"/>
-    <Prescale ctpid="458" cut="-000001" value="-1"/>
-    <Prescale ctpid="459" cut="-000001" value="-1"/>
-    <Prescale ctpid="460" cut="-000001" value="-1"/>
-    <Prescale ctpid="461" cut="-000001" value="-1"/>
-    <Prescale ctpid="462" cut="-000001" value="-1"/>
-    <Prescale ctpid="463" cut="-000001" value="-1"/>
-    <Prescale ctpid="464" cut="-000001" value="-1"/>
-    <Prescale ctpid="465" cut="-000001" value="-1"/>
-    <Prescale ctpid="466" cut="-000001" value="-1"/>
-    <Prescale ctpid="467" cut="000001" value="1"/>
-    <Prescale ctpid="468" cut="000001" value="1"/>
-    <Prescale ctpid="469" cut="000001" value="1"/>
-    <Prescale ctpid="470" cut="-000001" value="-1"/>
-    <Prescale ctpid="471" cut="-000001" value="-1"/>
-    <Prescale ctpid="472" cut="-000001" value="-1"/>
-    <Prescale ctpid="473" cut="-000001" value="-1"/>
-    <Prescale ctpid="474" cut="-000001" value="-1"/>
-    <Prescale ctpid="475" cut="-000001" value="-1"/>
-    <Prescale ctpid="476" cut="-000001" value="-1"/>
-    <Prescale ctpid="477" cut="-000001" value="-1"/>
-    <Prescale ctpid="478" cut="-000001" value="-1"/>
-    <Prescale ctpid="479" cut="-000001" value="-1"/>
-    <Prescale ctpid="480" cut="000001" value="1"/>
-    <Prescale ctpid="481" cut="-000001" value="-1"/>
-    <Prescale ctpid="482" cut="-000001" value="-1"/>
-    <Prescale ctpid="483" cut="-000001" value="-1"/>
-    <Prescale ctpid="484" cut="-000001" value="-1"/>
-    <Prescale ctpid="485" cut="-000001" value="-1"/>
-    <Prescale ctpid="486" cut="-000001" value="-1"/>
-    <Prescale ctpid="487" cut="-000001" value="-1"/>
-    <Prescale ctpid="488" cut="-000001" value="-1"/>
-    <Prescale ctpid="489" cut="000001" value="1"/>
-    <Prescale ctpid="490" cut="000001" value="1"/>
-    <Prescale ctpid="491" cut="000001" value="1"/>
-    <Prescale ctpid="492" cut="000001" value="1"/>
-    <Prescale ctpid="493" cut="000001" value="1"/>
-    <Prescale ctpid="494" cut="000001" value="1"/>
-    <Prescale ctpid="495" cut="000001" value="1"/>
-    <Prescale ctpid="496" cut="000001" value="1"/>
-    <Prescale ctpid="497" cut="000001" value="1"/>
-    <Prescale ctpid="498" cut="000001" value="1"/>
-    <Prescale ctpid="499" cut="000001" value="1"/>
-    <Prescale ctpid="500" cut="000001" value="1"/>
-    <Prescale ctpid="501" cut="000001" value="1"/>
-    <Prescale ctpid="502" cut="000001" value="1"/>
-    <Prescale ctpid="503" cut="000001" value="1"/>
-    <Prescale ctpid="504" cut="000001" value="1"/>
-    <Prescale ctpid="505" cut="000001" value="1"/>
-    <Prescale ctpid="506" cut="000001" value="1"/>
-    <Prescale ctpid="507" cut="000001" value="1"/>
-    <Prescale ctpid="508" cut="000001" value="1"/>
-    <Prescale ctpid="509" cut="-000001" value="-1"/>
-    <Prescale ctpid="510" cut="-000001" value="-1"/>
-    <Prescale ctpid="511" cut="000001" value="1"/>
-  </PrescaleSet>
-  <TriggerCounterList>
-    <TriggerCounter name="1AFP_FSC" type="CTPIN">
-      <TriggerCondition name="1AFP_FSC" triggerthreshold="AFP_FSC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1AFP_NSC" type="CTPIN">
-      <TriggerCondition name="1AFP_NSC" triggerthreshold="AFP_NSC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_AtoC" type="CTPIN">
-      <TriggerCondition name="1BCM_AtoC" triggerthreshold="BCM_AtoC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Comb" type="CTPIN">
-      <TriggerCondition name="1BCM_Comb" triggerthreshold="BCM_Comb" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2BCM_Comb" type="CTPIN">
-      <TriggerCondition name="2BCM_Comb" triggerthreshold="BCM_Comb" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3BCM_Comb" type="CTPIN">
-      <TriggerCondition name="3BCM_Comb" triggerthreshold="BCM_Comb" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4BCM_Comb" type="CTPIN">
-      <TriggerCondition name="4BCM_Comb" triggerthreshold="BCM_Comb" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5BCM_Comb" type="CTPIN">
-      <TriggerCondition name="5BCM_Comb" triggerthreshold="BCM_Comb" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6BCM_Comb" type="CTPIN">
-      <TriggerCondition name="6BCM_Comb" triggerthreshold="BCM_Comb" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7BCM_Comb" type="CTPIN">
-      <TriggerCondition name="7BCM_Comb" triggerthreshold="BCM_Comb" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_CtoA" type="CTPIN">
-      <TriggerCondition name="1BCM_CtoA" triggerthreshold="BCM_CtoA" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BCM_Wide" type="CTPIN">
-      <TriggerCondition name="1BCM_Wide" triggerthreshold="BCM_Wide" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX0" type="CTPIN">
-      <TriggerCondition name="1BPTX0" triggerthreshold="BPTX0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1BPTX1" type="CTPIN">
-      <TriggerCondition name="1BPTX1" triggerthreshold="BPTX1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL0" type="CTPIN">
-      <TriggerCondition name="1CAL0" triggerthreshold="CAL0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL1" type="CTPIN">
-      <TriggerCondition name="1CAL1" triggerthreshold="CAL1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1CAL2" type="CTPIN">
-      <TriggerCondition name="1CAL2" triggerthreshold="CAL2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM10VH" type="CTPIN">
-      <TriggerCondition name="1EM10VH" triggerthreshold="EM10VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM10VH" type="CTPIN">
-      <TriggerCondition name="2EM10VH" triggerthreshold="EM10VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM10VH" type="CTPIN">
-      <TriggerCondition name="3EM10VH" triggerthreshold="EM10VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM10VH" type="CTPIN">
-      <TriggerCondition name="4EM10VH" triggerthreshold="EM10VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM10VH" type="CTPIN">
-      <TriggerCondition name="5EM10VH" triggerthreshold="EM10VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM10VH" type="CTPIN">
-      <TriggerCondition name="6EM10VH" triggerthreshold="EM10VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM10VH" type="CTPIN">
-      <TriggerCondition name="7EM10VH" triggerthreshold="EM10VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM12" type="CTPIN">
-      <TriggerCondition name="1EM12" triggerthreshold="EM12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM12" type="CTPIN">
-      <TriggerCondition name="2EM12" triggerthreshold="EM12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM12" type="CTPIN">
-      <TriggerCondition name="3EM12" triggerthreshold="EM12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM12" type="CTPIN">
-      <TriggerCondition name="4EM12" triggerthreshold="EM12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM12" type="CTPIN">
-      <TriggerCondition name="5EM12" triggerthreshold="EM12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM12" type="CTPIN">
-      <TriggerCondition name="6EM12" triggerthreshold="EM12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM12" type="CTPIN">
-      <TriggerCondition name="7EM12" triggerthreshold="EM12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM13VH" type="CTPIN">
-      <TriggerCondition name="1EM13VH" triggerthreshold="EM13VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM13VH" type="CTPIN">
-      <TriggerCondition name="2EM13VH" triggerthreshold="EM13VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM13VH" type="CTPIN">
-      <TriggerCondition name="3EM13VH" triggerthreshold="EM13VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM13VH" type="CTPIN">
-      <TriggerCondition name="4EM13VH" triggerthreshold="EM13VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM13VH" type="CTPIN">
-      <TriggerCondition name="5EM13VH" triggerthreshold="EM13VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM13VH" type="CTPIN">
-      <TriggerCondition name="6EM13VH" triggerthreshold="EM13VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM13VH" type="CTPIN">
-      <TriggerCondition name="7EM13VH" triggerthreshold="EM13VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15" type="CTPIN">
-      <TriggerCondition name="1EM15" triggerthreshold="EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15" type="CTPIN">
-      <TriggerCondition name="2EM15" triggerthreshold="EM15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15" type="CTPIN">
-      <TriggerCondition name="3EM15" triggerthreshold="EM15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15" type="CTPIN">
-      <TriggerCondition name="4EM15" triggerthreshold="EM15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15" type="CTPIN">
-      <TriggerCondition name="5EM15" triggerthreshold="EM15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15" type="CTPIN">
-      <TriggerCondition name="6EM15" triggerthreshold="EM15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15" type="CTPIN">
-      <TriggerCondition name="7EM15" triggerthreshold="EM15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15HI" type="CTPIN">
-      <TriggerCondition name="1EM15HI" triggerthreshold="EM15HI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15HI" type="CTPIN">
-      <TriggerCondition name="2EM15HI" triggerthreshold="EM15HI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15HI" type="CTPIN">
-      <TriggerCondition name="3EM15HI" triggerthreshold="EM15HI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15HI" type="CTPIN">
-      <TriggerCondition name="4EM15HI" triggerthreshold="EM15HI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15HI" type="CTPIN">
-      <TriggerCondition name="5EM15HI" triggerthreshold="EM15HI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15HI" type="CTPIN">
-      <TriggerCondition name="6EM15HI" triggerthreshold="EM15HI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15HI" type="CTPIN">
-      <TriggerCondition name="7EM15HI" triggerthreshold="EM15HI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM15VH" type="CTPIN">
-      <TriggerCondition name="1EM15VH" triggerthreshold="EM15VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM15VH" type="CTPIN">
-      <TriggerCondition name="2EM15VH" triggerthreshold="EM15VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM15VH" type="CTPIN">
-      <TriggerCondition name="3EM15VH" triggerthreshold="EM15VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM15VH" type="CTPIN">
-      <TriggerCondition name="4EM15VH" triggerthreshold="EM15VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM15VH" type="CTPIN">
-      <TriggerCondition name="5EM15VH" triggerthreshold="EM15VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM15VH" type="CTPIN">
-      <TriggerCondition name="6EM15VH" triggerthreshold="EM15VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM15VH" type="CTPIN">
-      <TriggerCondition name="7EM15VH" triggerthreshold="EM15VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM18VH" type="CTPIN">
-      <TriggerCondition name="1EM18VH" triggerthreshold="EM18VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM18VH" type="CTPIN">
-      <TriggerCondition name="2EM18VH" triggerthreshold="EM18VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM18VH" type="CTPIN">
-      <TriggerCondition name="3EM18VH" triggerthreshold="EM18VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM18VH" type="CTPIN">
-      <TriggerCondition name="4EM18VH" triggerthreshold="EM18VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM18VH" type="CTPIN">
-      <TriggerCondition name="5EM18VH" triggerthreshold="EM18VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM18VH" type="CTPIN">
-      <TriggerCondition name="6EM18VH" triggerthreshold="EM18VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM18VH" type="CTPIN">
-      <TriggerCondition name="7EM18VH" triggerthreshold="EM18VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VH" type="CTPIN">
-      <TriggerCondition name="1EM20VH" triggerthreshold="EM20VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VH" type="CTPIN">
-      <TriggerCondition name="2EM20VH" triggerthreshold="EM20VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VH" type="CTPIN">
-      <TriggerCondition name="3EM20VH" triggerthreshold="EM20VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VH" type="CTPIN">
-      <TriggerCondition name="4EM20VH" triggerthreshold="EM20VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VH" type="CTPIN">
-      <TriggerCondition name="5EM20VH" triggerthreshold="EM20VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VH" type="CTPIN">
-      <TriggerCondition name="6EM20VH" triggerthreshold="EM20VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VH" type="CTPIN">
-      <TriggerCondition name="7EM20VH" triggerthreshold="EM20VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM20VHI" type="CTPIN">
-      <TriggerCondition name="1EM20VHI" triggerthreshold="EM20VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM20VHI" type="CTPIN">
-      <TriggerCondition name="2EM20VHI" triggerthreshold="EM20VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM20VHI" type="CTPIN">
-      <TriggerCondition name="3EM20VHI" triggerthreshold="EM20VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM20VHI" type="CTPIN">
-      <TriggerCondition name="4EM20VHI" triggerthreshold="EM20VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM20VHI" type="CTPIN">
-      <TriggerCondition name="5EM20VHI" triggerthreshold="EM20VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM20VHI" type="CTPIN">
-      <TriggerCondition name="6EM20VHI" triggerthreshold="EM20VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM20VHI" type="CTPIN">
-      <TriggerCondition name="7EM20VHI" triggerthreshold="EM20VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM22VHI" type="CTPIN">
-      <TriggerCondition name="1EM22VHI" triggerthreshold="EM22VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM22VHI" type="CTPIN">
-      <TriggerCondition name="2EM22VHI" triggerthreshold="EM22VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM22VHI" type="CTPIN">
-      <TriggerCondition name="3EM22VHI" triggerthreshold="EM22VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM22VHI" type="CTPIN">
-      <TriggerCondition name="4EM22VHI" triggerthreshold="EM22VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM22VHI" type="CTPIN">
-      <TriggerCondition name="5EM22VHI" triggerthreshold="EM22VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM22VHI" type="CTPIN">
-      <TriggerCondition name="6EM22VHI" triggerthreshold="EM22VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM22VHI" type="CTPIN">
-      <TriggerCondition name="7EM22VHI" triggerthreshold="EM22VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM24VHI" type="CTPIN">
-      <TriggerCondition name="1EM24VHI" triggerthreshold="EM24VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM24VHI" type="CTPIN">
-      <TriggerCondition name="2EM24VHI" triggerthreshold="EM24VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM24VHI" type="CTPIN">
-      <TriggerCondition name="3EM24VHI" triggerthreshold="EM24VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM24VHI" type="CTPIN">
-      <TriggerCondition name="4EM24VHI" triggerthreshold="EM24VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM24VHI" type="CTPIN">
-      <TriggerCondition name="5EM24VHI" triggerthreshold="EM24VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM24VHI" type="CTPIN">
-      <TriggerCondition name="6EM24VHI" triggerthreshold="EM24VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM24VHI" type="CTPIN">
-      <TriggerCondition name="7EM24VHI" triggerthreshold="EM24VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM26VHI" type="CTPIN">
-      <TriggerCondition name="1EM26VHI" triggerthreshold="EM26VHI" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM26VHI" type="CTPIN">
-      <TriggerCondition name="2EM26VHI" triggerthreshold="EM26VHI" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM26VHI" type="CTPIN">
-      <TriggerCondition name="3EM26VHI" triggerthreshold="EM26VHI" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM26VHI" type="CTPIN">
-      <TriggerCondition name="4EM26VHI" triggerthreshold="EM26VHI" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM26VHI" type="CTPIN">
-      <TriggerCondition name="5EM26VHI" triggerthreshold="EM26VHI" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM26VHI" type="CTPIN">
-      <TriggerCondition name="6EM26VHI" triggerthreshold="EM26VHI" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM26VHI" type="CTPIN">
-      <TriggerCondition name="7EM26VHI" triggerthreshold="EM26VHI" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPIN">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM3" type="CTPMON">
-      <TriggerCondition name="1EM3" triggerthreshold="EM3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM3" type="CTPIN">
-      <TriggerCondition name="2EM3" triggerthreshold="EM3" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM3" type="CTPIN">
-      <TriggerCondition name="3EM3" triggerthreshold="EM3" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM3" type="CTPIN">
-      <TriggerCondition name="4EM3" triggerthreshold="EM3" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM3" type="CTPIN">
-      <TriggerCondition name="5EM3" triggerthreshold="EM3" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM3" type="CTPIN">
-      <TriggerCondition name="6EM3" triggerthreshold="EM3" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM3" type="CTPIN">
-      <TriggerCondition name="7EM3" triggerthreshold="EM3" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM7" type="CTPIN">
-      <TriggerCondition name="1EM7" triggerthreshold="EM7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM7" type="CTPIN">
-      <TriggerCondition name="2EM7" triggerthreshold="EM7" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM7" type="CTPIN">
-      <TriggerCondition name="3EM7" triggerthreshold="EM7" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM7" type="CTPIN">
-      <TriggerCondition name="4EM7" triggerthreshold="EM7" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM7" type="CTPIN">
-      <TriggerCondition name="5EM7" triggerthreshold="EM7" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM7" type="CTPIN">
-      <TriggerCondition name="6EM7" triggerthreshold="EM7" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM7" type="CTPIN">
-      <TriggerCondition name="7EM7" triggerthreshold="EM7" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8I" type="CTPIN">
-      <TriggerCondition name="1EM8I" triggerthreshold="EM8I" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8I" type="CTPIN">
-      <TriggerCondition name="2EM8I" triggerthreshold="EM8I" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8I" type="CTPIN">
-      <TriggerCondition name="3EM8I" triggerthreshold="EM8I" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8I" type="CTPIN">
-      <TriggerCondition name="4EM8I" triggerthreshold="EM8I" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8I" type="CTPIN">
-      <TriggerCondition name="5EM8I" triggerthreshold="EM8I" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8I" type="CTPIN">
-      <TriggerCondition name="6EM8I" triggerthreshold="EM8I" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8I" type="CTPIN">
-      <TriggerCondition name="7EM8I" triggerthreshold="EM8I" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1EM8VH" type="CTPIN">
-      <TriggerCondition name="1EM8VH" triggerthreshold="EM8VH" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2EM8VH" type="CTPIN">
-      <TriggerCondition name="2EM8VH" triggerthreshold="EM8VH" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3EM8VH" type="CTPIN">
-      <TriggerCondition name="3EM8VH" triggerthreshold="EM8VH" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4EM8VH" type="CTPIN">
-      <TriggerCondition name="4EM8VH" triggerthreshold="EM8VH" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5EM8VH" type="CTPIN">
-      <TriggerCondition name="5EM8VH" triggerthreshold="EM8VH" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6EM8VH" type="CTPIN">
-      <TriggerCondition name="6EM8VH" triggerthreshold="EM8VH" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7EM8VH" type="CTPIN">
-      <TriggerCondition name="7EM8VH" triggerthreshold="EM8VH" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA100" type="CTPIN">
-      <TriggerCondition name="1HA100" triggerthreshold="HA100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA100" type="CTPIN">
-      <TriggerCondition name="2HA100" triggerthreshold="HA100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA100" type="CTPIN">
-      <TriggerCondition name="3HA100" triggerthreshold="HA100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA100" type="CTPIN">
-      <TriggerCondition name="4HA100" triggerthreshold="HA100" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA100" type="CTPIN">
-      <TriggerCondition name="5HA100" triggerthreshold="HA100" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA100" type="CTPIN">
-      <TriggerCondition name="6HA100" triggerthreshold="HA100" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA100" type="CTPIN">
-      <TriggerCondition name="7HA100" triggerthreshold="HA100" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12" type="CTPIN">
-      <TriggerCondition name="1HA12" triggerthreshold="HA12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12" type="CTPIN">
-      <TriggerCondition name="2HA12" triggerthreshold="HA12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12" type="CTPIN">
-      <TriggerCondition name="3HA12" triggerthreshold="HA12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12" type="CTPIN">
-      <TriggerCondition name="4HA12" triggerthreshold="HA12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12" type="CTPIN">
-      <TriggerCondition name="5HA12" triggerthreshold="HA12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12" type="CTPIN">
-      <TriggerCondition name="6HA12" triggerthreshold="HA12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12" type="CTPIN">
-      <TriggerCondition name="7HA12" triggerthreshold="HA12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IL" type="CTPIN">
-      <TriggerCondition name="1HA12IL" triggerthreshold="HA12IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IL" type="CTPIN">
-      <TriggerCondition name="2HA12IL" triggerthreshold="HA12IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IL" type="CTPIN">
-      <TriggerCondition name="3HA12IL" triggerthreshold="HA12IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IL" type="CTPIN">
-      <TriggerCondition name="4HA12IL" triggerthreshold="HA12IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IL" type="CTPIN">
-      <TriggerCondition name="5HA12IL" triggerthreshold="HA12IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IL" type="CTPIN">
-      <TriggerCondition name="6HA12IL" triggerthreshold="HA12IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IL" type="CTPIN">
-      <TriggerCondition name="7HA12IL" triggerthreshold="HA12IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IM" type="CTPIN">
-      <TriggerCondition name="1HA12IM" triggerthreshold="HA12IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IM" type="CTPIN">
-      <TriggerCondition name="2HA12IM" triggerthreshold="HA12IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IM" type="CTPIN">
-      <TriggerCondition name="3HA12IM" triggerthreshold="HA12IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IM" type="CTPIN">
-      <TriggerCondition name="4HA12IM" triggerthreshold="HA12IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IM" type="CTPIN">
-      <TriggerCondition name="5HA12IM" triggerthreshold="HA12IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IM" type="CTPIN">
-      <TriggerCondition name="6HA12IM" triggerthreshold="HA12IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IM" type="CTPIN">
-      <TriggerCondition name="7HA12IM" triggerthreshold="HA12IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA12IT" type="CTPIN">
-      <TriggerCondition name="1HA12IT" triggerthreshold="HA12IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA12IT" type="CTPIN">
-      <TriggerCondition name="2HA12IT" triggerthreshold="HA12IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA12IT" type="CTPIN">
-      <TriggerCondition name="3HA12IT" triggerthreshold="HA12IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA12IT" type="CTPIN">
-      <TriggerCondition name="4HA12IT" triggerthreshold="HA12IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA12IT" type="CTPIN">
-      <TriggerCondition name="5HA12IT" triggerthreshold="HA12IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA12IT" type="CTPIN">
-      <TriggerCondition name="6HA12IT" triggerthreshold="HA12IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA12IT" type="CTPIN">
-      <TriggerCondition name="7HA12IT" triggerthreshold="HA12IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA15" type="CTPIN">
-      <TriggerCondition name="1HA15" triggerthreshold="HA15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA15" type="CTPIN">
-      <TriggerCondition name="2HA15" triggerthreshold="HA15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA15" type="CTPIN">
-      <TriggerCondition name="3HA15" triggerthreshold="HA15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA15" type="CTPIN">
-      <TriggerCondition name="4HA15" triggerthreshold="HA15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA15" type="CTPIN">
-      <TriggerCondition name="5HA15" triggerthreshold="HA15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA15" type="CTPIN">
-      <TriggerCondition name="6HA15" triggerthreshold="HA15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA15" type="CTPIN">
-      <TriggerCondition name="7HA15" triggerthreshold="HA15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20" type="CTPIN">
-      <TriggerCondition name="1HA20" triggerthreshold="HA20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20" type="CTPIN">
-      <TriggerCondition name="2HA20" triggerthreshold="HA20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20" type="CTPIN">
-      <TriggerCondition name="3HA20" triggerthreshold="HA20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20" type="CTPIN">
-      <TriggerCondition name="4HA20" triggerthreshold="HA20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20" type="CTPIN">
-      <TriggerCondition name="5HA20" triggerthreshold="HA20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20" type="CTPIN">
-      <TriggerCondition name="6HA20" triggerthreshold="HA20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20" type="CTPIN">
-      <TriggerCondition name="7HA20" triggerthreshold="HA20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IL" type="CTPIN">
-      <TriggerCondition name="1HA20IL" triggerthreshold="HA20IL" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IL" type="CTPIN">
-      <TriggerCondition name="2HA20IL" triggerthreshold="HA20IL" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IL" type="CTPIN">
-      <TriggerCondition name="3HA20IL" triggerthreshold="HA20IL" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IL" type="CTPIN">
-      <TriggerCondition name="4HA20IL" triggerthreshold="HA20IL" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IL" type="CTPIN">
-      <TriggerCondition name="5HA20IL" triggerthreshold="HA20IL" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IL" type="CTPIN">
-      <TriggerCondition name="6HA20IL" triggerthreshold="HA20IL" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IL" type="CTPIN">
-      <TriggerCondition name="7HA20IL" triggerthreshold="HA20IL" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IM" type="CTPIN">
-      <TriggerCondition name="1HA20IM" triggerthreshold="HA20IM" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IM" type="CTPIN">
-      <TriggerCondition name="2HA20IM" triggerthreshold="HA20IM" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IM" type="CTPIN">
-      <TriggerCondition name="3HA20IM" triggerthreshold="HA20IM" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IM" type="CTPIN">
-      <TriggerCondition name="4HA20IM" triggerthreshold="HA20IM" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IM" type="CTPIN">
-      <TriggerCondition name="5HA20IM" triggerthreshold="HA20IM" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IM" type="CTPIN">
-      <TriggerCondition name="6HA20IM" triggerthreshold="HA20IM" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IM" type="CTPIN">
-      <TriggerCondition name="7HA20IM" triggerthreshold="HA20IM" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA20IT" type="CTPIN">
-      <TriggerCondition name="1HA20IT" triggerthreshold="HA20IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA20IT" type="CTPIN">
-      <TriggerCondition name="2HA20IT" triggerthreshold="HA20IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA20IT" type="CTPIN">
-      <TriggerCondition name="3HA20IT" triggerthreshold="HA20IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA20IT" type="CTPIN">
-      <TriggerCondition name="4HA20IT" triggerthreshold="HA20IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA20IT" type="CTPIN">
-      <TriggerCondition name="5HA20IT" triggerthreshold="HA20IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA20IT" type="CTPIN">
-      <TriggerCondition name="6HA20IT" triggerthreshold="HA20IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA20IT" type="CTPIN">
-      <TriggerCondition name="7HA20IT" triggerthreshold="HA20IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25" type="CTPIN">
-      <TriggerCondition name="1HA25" triggerthreshold="HA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25" type="CTPIN">
-      <TriggerCondition name="2HA25" triggerthreshold="HA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25" type="CTPIN">
-      <TriggerCondition name="3HA25" triggerthreshold="HA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25" type="CTPIN">
-      <TriggerCondition name="4HA25" triggerthreshold="HA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25" type="CTPIN">
-      <TriggerCondition name="5HA25" triggerthreshold="HA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25" type="CTPIN">
-      <TriggerCondition name="6HA25" triggerthreshold="HA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25" type="CTPIN">
-      <TriggerCondition name="7HA25" triggerthreshold="HA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA25IT" type="CTPIN">
-      <TriggerCondition name="1HA25IT" triggerthreshold="HA25IT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA25IT" type="CTPIN">
-      <TriggerCondition name="2HA25IT" triggerthreshold="HA25IT" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA25IT" type="CTPIN">
-      <TriggerCondition name="3HA25IT" triggerthreshold="HA25IT" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA25IT" type="CTPIN">
-      <TriggerCondition name="4HA25IT" triggerthreshold="HA25IT" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA25IT" type="CTPIN">
-      <TriggerCondition name="5HA25IT" triggerthreshold="HA25IT" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA25IT" type="CTPIN">
-      <TriggerCondition name="6HA25IT" triggerthreshold="HA25IT" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA25IT" type="CTPIN">
-      <TriggerCondition name="7HA25IT" triggerthreshold="HA25IT" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA30" type="CTPIN">
-      <TriggerCondition name="1HA30" triggerthreshold="HA30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA30" type="CTPIN">
-      <TriggerCondition name="2HA30" triggerthreshold="HA30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA30" type="CTPIN">
-      <TriggerCondition name="3HA30" triggerthreshold="HA30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA30" type="CTPIN">
-      <TriggerCondition name="4HA30" triggerthreshold="HA30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA30" type="CTPIN">
-      <TriggerCondition name="5HA30" triggerthreshold="HA30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA30" type="CTPIN">
-      <TriggerCondition name="6HA30" triggerthreshold="HA30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA30" type="CTPIN">
-      <TriggerCondition name="7HA30" triggerthreshold="HA30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA40" type="CTPIN">
-      <TriggerCondition name="1HA40" triggerthreshold="HA40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA40" type="CTPIN">
-      <TriggerCondition name="2HA40" triggerthreshold="HA40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA40" type="CTPIN">
-      <TriggerCondition name="3HA40" triggerthreshold="HA40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA40" type="CTPIN">
-      <TriggerCondition name="4HA40" triggerthreshold="HA40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA40" type="CTPIN">
-      <TriggerCondition name="5HA40" triggerthreshold="HA40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA40" type="CTPIN">
-      <TriggerCondition name="6HA40" triggerthreshold="HA40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA40" type="CTPIN">
-      <TriggerCondition name="7HA40" triggerthreshold="HA40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA60" type="CTPIN">
-      <TriggerCondition name="1HA60" triggerthreshold="HA60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA60" type="CTPIN">
-      <TriggerCondition name="2HA60" triggerthreshold="HA60" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA60" type="CTPIN">
-      <TriggerCondition name="3HA60" triggerthreshold="HA60" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA60" type="CTPIN">
-      <TriggerCondition name="4HA60" triggerthreshold="HA60" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA60" type="CTPIN">
-      <TriggerCondition name="5HA60" triggerthreshold="HA60" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA60" type="CTPIN">
-      <TriggerCondition name="6HA60" triggerthreshold="HA60" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA60" type="CTPIN">
-      <TriggerCondition name="7HA60" triggerthreshold="HA60" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1HA8" type="CTPIN">
-      <TriggerCondition name="1HA8" triggerthreshold="HA8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2HA8" type="CTPIN">
-      <TriggerCondition name="2HA8" triggerthreshold="HA8" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3HA8" type="CTPIN">
-      <TriggerCondition name="3HA8" triggerthreshold="HA8" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4HA8" type="CTPIN">
-      <TriggerCondition name="4HA8" triggerthreshold="HA8" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5HA8" type="CTPIN">
-      <TriggerCondition name="5HA8" triggerthreshold="HA8" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6HA8" type="CTPIN">
-      <TriggerCondition name="6HA8" triggerthreshold="HA8" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7HA8" type="CTPIN">
-      <TriggerCondition name="7HA8" triggerthreshold="HA8" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100" type="CTPIN">
-      <TriggerCondition name="1J100" triggerthreshold="J100" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100" type="CTPIN">
-      <TriggerCondition name="2J100" triggerthreshold="J100" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100" type="CTPIN">
-      <TriggerCondition name="3J100" triggerthreshold="J100" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J100.31ETA49" triggerthreshold="J100.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J100.31ETA49" triggerthreshold="J100.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J100.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J100.31ETA49" triggerthreshold="J100.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J12" type="CTPIN">
-      <TriggerCondition name="1J12" triggerthreshold="J12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J12" type="CTPIN">
-      <TriggerCondition name="2J12" triggerthreshold="J12" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J12" type="CTPIN">
-      <TriggerCondition name="3J12" triggerthreshold="J12" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J12" type="CTPIN">
-      <TriggerCondition name="4J12" triggerthreshold="J12" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J12" type="CTPIN">
-      <TriggerCondition name="5J12" triggerthreshold="J12" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J12" type="CTPIN">
-      <TriggerCondition name="6J12" triggerthreshold="J12" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J12" type="CTPIN">
-      <TriggerCondition name="7J12" triggerthreshold="J12" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J120" type="CTPIN">
-      <TriggerCondition name="1J120" triggerthreshold="J120" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J120" type="CTPIN">
-      <TriggerCondition name="2J120" triggerthreshold="J120" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J120" type="CTPIN">
-      <TriggerCondition name="3J120" triggerthreshold="J120" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15" type="CTPIN">
-      <TriggerCondition name="1J15" triggerthreshold="J15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15" type="CTPIN">
-      <TriggerCondition name="2J15" triggerthreshold="J15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15" type="CTPIN">
-      <TriggerCondition name="3J15" triggerthreshold="J15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15" type="CTPIN">
-      <TriggerCondition name="4J15" triggerthreshold="J15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15" type="CTPIN">
-      <TriggerCondition name="5J15" triggerthreshold="J15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15" type="CTPIN">
-      <TriggerCondition name="6J15" triggerthreshold="J15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15" type="CTPIN">
-      <TriggerCondition name="7J15" triggerthreshold="J15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J15.0ETA25" triggerthreshold="J15.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J15.0ETA25" triggerthreshold="J15.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J15.0ETA25" triggerthreshold="J15.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="4J15.0ETA25" triggerthreshold="J15.0ETA25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="5J15.0ETA25" triggerthreshold="J15.0ETA25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="6J15.0ETA25" triggerthreshold="J15.0ETA25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J15.0ETA25" type="CTPIN">
-      <TriggerCondition name="7J15.0ETA25" triggerthreshold="J15.0ETA25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J15.31ETA49" triggerthreshold="J15.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J15.31ETA49" triggerthreshold="J15.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J15.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J15.31ETA49" triggerthreshold="J15.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20" type="CTPIN">
-      <TriggerCondition name="1J20" triggerthreshold="J20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20" type="CTPIN">
-      <TriggerCondition name="2J20" triggerthreshold="J20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20" type="CTPIN">
-      <TriggerCondition name="3J20" triggerthreshold="J20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J20" type="CTPIN">
-      <TriggerCondition name="4J20" triggerthreshold="J20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J20" type="CTPIN">
-      <TriggerCondition name="5J20" triggerthreshold="J20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J20" type="CTPIN">
-      <TriggerCondition name="6J20" triggerthreshold="J20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J20" type="CTPIN">
-      <TriggerCondition name="7J20" triggerthreshold="J20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="1J20.28ETA31" triggerthreshold="J20.28ETA31" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="2J20.28ETA31" triggerthreshold="J20.28ETA31" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.28ETA31" type="CTPIN">
-      <TriggerCondition name="3J20.28ETA31" triggerthreshold="J20.28ETA31" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J20.31ETA49" triggerthreshold="J20.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J20.31ETA49" triggerthreshold="J20.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J20.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J20.31ETA49" triggerthreshold="J20.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25" type="CTPIN">
-      <TriggerCondition name="1J25" triggerthreshold="J25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25" type="CTPIN">
-      <TriggerCondition name="2J25" triggerthreshold="J25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25" type="CTPIN">
-      <TriggerCondition name="3J25" triggerthreshold="J25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25" type="CTPIN">
-      <TriggerCondition name="4J25" triggerthreshold="J25" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25" type="CTPIN">
-      <TriggerCondition name="5J25" triggerthreshold="J25" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25" type="CTPIN">
-      <TriggerCondition name="6J25" triggerthreshold="J25" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25" type="CTPIN">
-      <TriggerCondition name="7J25" triggerthreshold="J25" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J25.0ETA23" triggerthreshold="J25.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J25.0ETA23" triggerthreshold="J25.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J25.0ETA23" triggerthreshold="J25.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="4J25.0ETA23" triggerthreshold="J25.0ETA23" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="5J25.0ETA23" triggerthreshold="J25.0ETA23" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="6J25.0ETA23" triggerthreshold="J25.0ETA23" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J25.0ETA23" type="CTPIN">
-      <TriggerCondition name="7J25.0ETA23" triggerthreshold="J25.0ETA23" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30" type="CTPIN">
-      <TriggerCondition name="1J30" triggerthreshold="J30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30" type="CTPIN">
-      <TriggerCondition name="2J30" triggerthreshold="J30" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30" type="CTPIN">
-      <TriggerCondition name="3J30" triggerthreshold="J30" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J30" type="CTPIN">
-      <TriggerCondition name="4J30" triggerthreshold="J30" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J30" type="CTPIN">
-      <TriggerCondition name="5J30" triggerthreshold="J30" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J30" type="CTPIN">
-      <TriggerCondition name="6J30" triggerthreshold="J30" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J30" type="CTPIN">
-      <TriggerCondition name="7J30" triggerthreshold="J30" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J30.31ETA49" triggerthreshold="J30.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J30.31ETA49" triggerthreshold="J30.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J30.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J30.31ETA49" triggerthreshold="J30.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J35.0ETA23" type="CTPIN">
-      <TriggerCondition name="1J35.0ETA23" triggerthreshold="J35.0ETA23" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J35.0ETA23" type="CTPIN">
-      <TriggerCondition name="2J35.0ETA23" triggerthreshold="J35.0ETA23" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J35.0ETA23" type="CTPIN">
-      <TriggerCondition name="3J35.0ETA23" triggerthreshold="J35.0ETA23" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40" type="CTPIN">
-      <TriggerCondition name="1J40" triggerthreshold="J40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40" type="CTPIN">
-      <TriggerCondition name="2J40" triggerthreshold="J40" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40" type="CTPIN">
-      <TriggerCondition name="3J40" triggerthreshold="J40" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4J40" type="CTPIN">
-      <TriggerCondition name="4J40" triggerthreshold="J40" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5J40" type="CTPIN">
-      <TriggerCondition name="5J40" triggerthreshold="J40" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6J40" type="CTPIN">
-      <TriggerCondition name="6J40" triggerthreshold="J40" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7J40" type="CTPIN">
-      <TriggerCondition name="7J40" triggerthreshold="J40" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="1J40.0ETA25" triggerthreshold="J40.0ETA25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="2J40.0ETA25" triggerthreshold="J40.0ETA25" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J40.0ETA25" type="CTPIN">
-      <TriggerCondition name="3J40.0ETA25" triggerthreshold="J40.0ETA25" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J400" type="CTPIN">
-      <TriggerCondition name="1J400" triggerthreshold="J400" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J400" type="CTPIN">
-      <TriggerCondition name="2J400" triggerthreshold="J400" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J400" type="CTPIN">
-      <TriggerCondition name="3J400" triggerthreshold="J400" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50" type="CTPIN">
-      <TriggerCondition name="1J50" triggerthreshold="J50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50" type="CTPIN">
-      <TriggerCondition name="2J50" triggerthreshold="J50" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50" type="CTPIN">
-      <TriggerCondition name="3J50" triggerthreshold="J50" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J50.31ETA49" triggerthreshold="J50.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J50.31ETA49" triggerthreshold="J50.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J50.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J50.31ETA49" triggerthreshold="J50.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75" type="CTPIN">
-      <TriggerCondition name="1J75" triggerthreshold="J75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75" type="CTPIN">
-      <TriggerCondition name="2J75" triggerthreshold="J75" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75" type="CTPIN">
-      <TriggerCondition name="3J75" triggerthreshold="J75" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="1J75.31ETA49" triggerthreshold="J75.31ETA49" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="2J75.31ETA49" triggerthreshold="J75.31ETA49" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J75.31ETA49" type="CTPIN">
-      <TriggerCondition name="3J75.31ETA49" triggerthreshold="J75.31ETA49" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1J85" type="CTPIN">
-      <TriggerCondition name="1J85" triggerthreshold="J85" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2J85" type="CTPIN">
-      <TriggerCondition name="2J85" triggerthreshold="J85" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3J85" type="CTPIN">
-      <TriggerCondition name="3J85" triggerthreshold="J85" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_A" type="CTPIN">
-      <TriggerCondition name="1LUCID_A" triggerthreshold="LUCID_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1LUCID_C" type="CTPIN">
-      <TriggerCondition name="1LUCID_C" triggerthreshold="LUCID_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPIN">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A" type="CTPMON">
-      <TriggerCondition name="1MBTS_A" triggerthreshold="MBTS_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_A" type="CTPIN">
-      <TriggerCondition name="2MBTS_A" triggerthreshold="MBTS_A" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_A" type="CTPIN">
-      <TriggerCondition name="3MBTS_A" triggerthreshold="MBTS_A" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_A" type="CTPIN">
-      <TriggerCondition name="4MBTS_A" triggerthreshold="MBTS_A" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_A" type="CTPIN">
-      <TriggerCondition name="5MBTS_A" triggerthreshold="MBTS_A" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_A" type="CTPIN">
-      <TriggerCondition name="6MBTS_A" triggerthreshold="MBTS_A" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_A" type="CTPIN">
-      <TriggerCondition name="7MBTS_A" triggerthreshold="MBTS_A" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A0" type="CTPIN">
-      <TriggerCondition name="1MBTS_A0" triggerthreshold="MBTS_A0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A1" type="CTPIN">
-      <TriggerCondition name="1MBTS_A1" triggerthreshold="MBTS_A1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A10" type="CTPIN">
-      <TriggerCondition name="1MBTS_A10" triggerthreshold="MBTS_A10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A12" type="CTPIN">
-      <TriggerCondition name="1MBTS_A12" triggerthreshold="MBTS_A12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A14" type="CTPIN">
-      <TriggerCondition name="1MBTS_A14" triggerthreshold="MBTS_A14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A2" type="CTPIN">
-      <TriggerCondition name="1MBTS_A2" triggerthreshold="MBTS_A2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A3" type="CTPIN">
-      <TriggerCondition name="1MBTS_A3" triggerthreshold="MBTS_A3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A4" type="CTPIN">
-      <TriggerCondition name="1MBTS_A4" triggerthreshold="MBTS_A4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A5" type="CTPIN">
-      <TriggerCondition name="1MBTS_A5" triggerthreshold="MBTS_A5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A6" type="CTPIN">
-      <TriggerCondition name="1MBTS_A6" triggerthreshold="MBTS_A6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A7" type="CTPIN">
-      <TriggerCondition name="1MBTS_A7" triggerthreshold="MBTS_A7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_A8" type="CTPIN">
-      <TriggerCondition name="1MBTS_A8" triggerthreshold="MBTS_A8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPIN">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C" type="CTPMON">
-      <TriggerCondition name="1MBTS_C" triggerthreshold="MBTS_C" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MBTS_C" type="CTPIN">
-      <TriggerCondition name="2MBTS_C" triggerthreshold="MBTS_C" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MBTS_C" type="CTPIN">
-      <TriggerCondition name="3MBTS_C" triggerthreshold="MBTS_C" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MBTS_C" type="CTPIN">
-      <TriggerCondition name="4MBTS_C" triggerthreshold="MBTS_C" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MBTS_C" type="CTPIN">
-      <TriggerCondition name="5MBTS_C" triggerthreshold="MBTS_C" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MBTS_C" type="CTPIN">
-      <TriggerCondition name="6MBTS_C" triggerthreshold="MBTS_C" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MBTS_C" type="CTPIN">
-      <TriggerCondition name="7MBTS_C" triggerthreshold="MBTS_C" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C0" type="CTPIN">
-      <TriggerCondition name="1MBTS_C0" triggerthreshold="MBTS_C0" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C1" type="CTPIN">
-      <TriggerCondition name="1MBTS_C1" triggerthreshold="MBTS_C1" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C10" type="CTPIN">
-      <TriggerCondition name="1MBTS_C10" triggerthreshold="MBTS_C10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C12" type="CTPIN">
-      <TriggerCondition name="1MBTS_C12" triggerthreshold="MBTS_C12" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C14" type="CTPIN">
-      <TriggerCondition name="1MBTS_C14" triggerthreshold="MBTS_C14" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C2" type="CTPIN">
-      <TriggerCondition name="1MBTS_C2" triggerthreshold="MBTS_C2" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C3" type="CTPIN">
-      <TriggerCondition name="1MBTS_C3" triggerthreshold="MBTS_C3" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C4" type="CTPIN">
-      <TriggerCondition name="1MBTS_C4" triggerthreshold="MBTS_C4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C5" type="CTPIN">
-      <TriggerCondition name="1MBTS_C5" triggerthreshold="MBTS_C5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C6" type="CTPIN">
-      <TriggerCondition name="1MBTS_C6" triggerthreshold="MBTS_C6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C7" type="CTPIN">
-      <TriggerCondition name="1MBTS_C7" triggerthreshold="MBTS_C7" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MBTS_C8" type="CTPIN">
-      <TriggerCondition name="1MBTS_C8" triggerthreshold="MBTS_C8" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU10" type="CTPIN">
-      <TriggerCondition name="1MU10" triggerthreshold="MU10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU10" type="CTPIN">
-      <TriggerCondition name="2MU10" triggerthreshold="MU10" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU10" type="CTPIN">
-      <TriggerCondition name="3MU10" triggerthreshold="MU10" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU10" type="CTPIN">
-      <TriggerCondition name="4MU10" triggerthreshold="MU10" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU10" type="CTPIN">
-      <TriggerCondition name="5MU10" triggerthreshold="MU10" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU10" type="CTPIN">
-      <TriggerCondition name="6MU10" triggerthreshold="MU10" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU10" type="CTPIN">
-      <TriggerCondition name="7MU10" triggerthreshold="MU10" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU11" type="CTPIN">
-      <TriggerCondition name="1MU11" triggerthreshold="MU11" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU11" type="CTPIN">
-      <TriggerCondition name="2MU11" triggerthreshold="MU11" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU11" type="CTPIN">
-      <TriggerCondition name="3MU11" triggerthreshold="MU11" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU11" type="CTPIN">
-      <TriggerCondition name="4MU11" triggerthreshold="MU11" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU11" type="CTPIN">
-      <TriggerCondition name="5MU11" triggerthreshold="MU11" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU11" type="CTPIN">
-      <TriggerCondition name="6MU11" triggerthreshold="MU11" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU11" type="CTPIN">
-      <TriggerCondition name="7MU11" triggerthreshold="MU11" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU15" type="CTPIN">
-      <TriggerCondition name="1MU15" triggerthreshold="MU15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU15" type="CTPIN">
-      <TriggerCondition name="2MU15" triggerthreshold="MU15" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU15" type="CTPIN">
-      <TriggerCondition name="3MU15" triggerthreshold="MU15" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU15" type="CTPIN">
-      <TriggerCondition name="4MU15" triggerthreshold="MU15" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU15" type="CTPIN">
-      <TriggerCondition name="5MU15" triggerthreshold="MU15" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU15" type="CTPIN">
-      <TriggerCondition name="6MU15" triggerthreshold="MU15" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU15" type="CTPIN">
-      <TriggerCondition name="7MU15" triggerthreshold="MU15" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU20" type="CTPIN">
-      <TriggerCondition name="1MU20" triggerthreshold="MU20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU20" type="CTPIN">
-      <TriggerCondition name="2MU20" triggerthreshold="MU20" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU20" type="CTPIN">
-      <TriggerCondition name="3MU20" triggerthreshold="MU20" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU20" type="CTPIN">
-      <TriggerCondition name="4MU20" triggerthreshold="MU20" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU20" type="CTPIN">
-      <TriggerCondition name="5MU20" triggerthreshold="MU20" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU20" type="CTPIN">
-      <TriggerCondition name="6MU20" triggerthreshold="MU20" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU20" type="CTPIN">
-      <TriggerCondition name="7MU20" triggerthreshold="MU20" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU4" type="CTPIN">
-      <TriggerCondition name="1MU4" triggerthreshold="MU4" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU4" type="CTPIN">
-      <TriggerCondition name="2MU4" triggerthreshold="MU4" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU4" type="CTPIN">
-      <TriggerCondition name="3MU4" triggerthreshold="MU4" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU4" type="CTPIN">
-      <TriggerCondition name="4MU4" triggerthreshold="MU4" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU4" type="CTPIN">
-      <TriggerCondition name="5MU4" triggerthreshold="MU4" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU4" type="CTPIN">
-      <TriggerCondition name="6MU4" triggerthreshold="MU4" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU4" type="CTPIN">
-      <TriggerCondition name="7MU4" triggerthreshold="MU4" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1MU6" type="CTPIN">
-      <TriggerCondition name="1MU6" triggerthreshold="MU6" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="2MU6" type="CTPIN">
-      <TriggerCondition name="2MU6" triggerthreshold="MU6" multi="2"/>
-    </TriggerCounter>
-    <TriggerCounter name="3MU6" type="CTPIN">
-      <TriggerCondition name="3MU6" triggerthreshold="MU6" multi="3"/>
-    </TriggerCounter>
-    <TriggerCounter name="4MU6" type="CTPIN">
-      <TriggerCondition name="4MU6" triggerthreshold="MU6" multi="4"/>
-    </TriggerCounter>
-    <TriggerCounter name="5MU6" type="CTPIN">
-      <TriggerCondition name="5MU6" triggerthreshold="MU6" multi="5"/>
-    </TriggerCounter>
-    <TriggerCounter name="6MU6" type="CTPIN">
-      <TriggerCondition name="6MU6" triggerthreshold="MU6" multi="6"/>
-    </TriggerCounter>
-    <TriggerCounter name="7MU6" type="CTPIN">
-      <TriggerCondition name="7MU6" triggerthreshold="MU6" multi="7"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIML1A" type="CTPIN">
-      <TriggerCondition name="1NIML1A" triggerthreshold="NIML1A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMLHCF" type="CTPIN">
-      <TriggerCondition name="1NIMLHCF" triggerthreshold="NIMLHCF" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMRPC" type="CTPIN">
-      <TriggerCondition name="1NIMRPC" triggerthreshold="NIMRPC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTGC" type="CTPIN">
-      <TriggerCondition name="1NIMTGC" triggerthreshold="NIMTGC" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1NIMTRT" type="CTPIN">
-      <TriggerCondition name="1NIMTRT" triggerthreshold="NIMTRT" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10" type="CTPIN">
-      <TriggerCondition name="1TE10" triggerthreshold="TE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE10.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE10.0ETA24" triggerthreshold="TE10.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE15" type="CTPIN">
-      <TriggerCondition name="1TE15" triggerthreshold="TE15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE15.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE15.0ETA24" triggerthreshold="TE15.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20" type="CTPIN">
-      <TriggerCondition name="1TE20" triggerthreshold="TE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE20.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE20.0ETA24" triggerthreshold="TE20.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE25" type="CTPIN">
-      <TriggerCondition name="1TE25" triggerthreshold="TE25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE25.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE25.0ETA24" triggerthreshold="TE25.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30" type="CTPIN">
-      <TriggerCondition name="1TE30" triggerthreshold="TE30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE30.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE30.0ETA24" triggerthreshold="TE30.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40" type="CTPIN">
-      <TriggerCondition name="1TE40" triggerthreshold="TE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE40.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE40.0ETA24" triggerthreshold="TE40.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5" type="CTPIN">
-      <TriggerCondition name="1TE5" triggerthreshold="TE5" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE5.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE5.0ETA24" triggerthreshold="TE5.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70" type="CTPIN">
-      <TriggerCondition name="1TE70" triggerthreshold="TE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1TE70.0ETA24" type="CTPIN">
-      <TriggerCondition name="1TE70.0ETA24" triggerthreshold="TE70.0ETA24" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE10" type="CTPIN">
-      <TriggerCondition name="1XE10" triggerthreshold="XE10" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE150" type="CTPIN">
-      <TriggerCondition name="1XE150" triggerthreshold="XE150" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE20" type="CTPIN">
-      <TriggerCondition name="1XE20" triggerthreshold="XE20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE25" type="CTPIN">
-      <TriggerCondition name="1XE25" triggerthreshold="XE25" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE30" type="CTPIN">
-      <TriggerCondition name="1XE30" triggerthreshold="XE30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE300" type="CTPIN">
-      <TriggerCondition name="1XE300" triggerthreshold="XE300" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE35" type="CTPIN">
-      <TriggerCondition name="1XE35" triggerthreshold="XE35" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE40" type="CTPIN">
-      <TriggerCondition name="1XE40" triggerthreshold="XE40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE45" type="CTPIN">
-      <TriggerCondition name="1XE45" triggerthreshold="XE45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE50" type="CTPIN">
-      <TriggerCondition name="1XE50" triggerthreshold="XE50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE55" type="CTPIN">
-      <TriggerCondition name="1XE55" triggerthreshold="XE55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE60" type="CTPIN">
-      <TriggerCondition name="1XE60" triggerthreshold="XE60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE65" type="CTPIN">
-      <TriggerCondition name="1XE65" triggerthreshold="XE65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE70" type="CTPIN">
-      <TriggerCondition name="1XE70" triggerthreshold="XE70" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE75" type="CTPIN">
-      <TriggerCondition name="1XE75" triggerthreshold="XE75" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XE80" type="CTPIN">
-      <TriggerCondition name="1XE80" triggerthreshold="XE80" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS20" type="CTPIN">
-      <TriggerCondition name="1XS20" triggerthreshold="XS20" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS30" type="CTPIN">
-      <TriggerCondition name="1XS30" triggerthreshold="XS30" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS40" type="CTPIN">
-      <TriggerCondition name="1XS40" triggerthreshold="XS40" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS45" type="CTPIN">
-      <TriggerCondition name="1XS45" triggerthreshold="XS45" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS50" type="CTPIN">
-      <TriggerCondition name="1XS50" triggerthreshold="XS50" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS55" type="CTPIN">
-      <TriggerCondition name="1XS55" triggerthreshold="XS55" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS60" type="CTPIN">
-      <TriggerCondition name="1XS60" triggerthreshold="XS60" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1XS65" type="CTPIN">
-      <TriggerCondition name="1XS65" triggerthreshold="XS65" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZB_EM15" type="CTPIN">
-      <TriggerCondition name="1ZB_EM15" triggerthreshold="ZB_EM15" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_A" type="CTPIN">
-      <TriggerCondition name="1ZDC_A" triggerthreshold="ZDC_A" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_AND" type="CTPIN">
-      <TriggerCondition name="1ZDC_AND" triggerthreshold="ZDC_AND" multi="1"/>
-    </TriggerCounter>
-    <TriggerCounter name="1ZDC_C" type="CTPIN">
-      <TriggerCondition name="1ZDC_C" triggerthreshold="ZDC_C" multi="1"/>
-    </TriggerCounter>
-  </TriggerCounterList>
-  <TriggerThresholdList>
-    <TriggerThreshold active="1" bitnum="1" id="1" mapping="2" name="ALFA_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="2" mapping="3" name="ALFA_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="3" mapping="4" name="ALFA_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="4" mapping="5" name="ALFA_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="5" mapping="8" name="ALFA2_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="6" mapping="9" name="ALFA2_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="7" mapping="10" name="ALFA2_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="8" mapping="11" name="ALFA2_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="9" mapping="14" name="ALFA3_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="10" mapping="15" name="ALFA3_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="11" mapping="16" name="ALFA3_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="12" mapping="17" name="ALFA3_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="13" mapping="20" name="ALFA4_B7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="14" mapping="21" name="ALFA4_A7R1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="15" mapping="22" name="ALFA4_A7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="16" mapping="23" name="ALFA4_B7L1L" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="17" mapping="34" name="ALFA_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="2" range_end="2" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="18" mapping="35" name="ALFA_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="19" mapping="36" name="ALFA_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="20" mapping="37" name="ALFA_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="21" mapping="40" name="ALFA2_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="22" mapping="41" name="ALFA2_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="23" mapping="42" name="ALFA2_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="24" mapping="43" name="ALFA2_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="25" mapping="46" name="ALFA3_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="14" range_end="14" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="26" mapping="47" name="ALFA3_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="15" range_end="15" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="27" mapping="48" name="ALFA3_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="28" mapping="49" name="ALFA3_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="29" mapping="52" name="ALFA4_B7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="30" mapping="53" name="ALFA4_A7R1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="31" mapping="54" name="ALFA4_A7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="32" mapping="55" name="ALFA4_B7L1U" type="ALFA" input="ctpcore" version="1">
-      <Cable connector="CON0" input="CTPCORE" name="ALFA">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="33" mapping="0" name="BCM_AtoC" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_AtoCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="34" mapping="1" name="BCM_CtoA" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_CtoAfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="35" mapping="2" name="BCM_Wide" type="BCM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Widefull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCM" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="36" mapping="0" name="BCM_Comb" type="BCMCMB" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BCM_Combfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="BCMCMB" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="37" mapping="0" name="BPTX0" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="38" mapping="1" name="BPTX1" type="BPTX" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="BPTX1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="BPTX" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="39" mapping="0" name="CAL0" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL0full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="28" range_end="28"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="40" mapping="1" name="CAL1" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL1full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="29" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="41" mapping="2" name="CAL2" type="CALREQ" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="CAL2full" phimin="0" phimax="64" priority="0" thresholdval="40" type="CALREQ" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="42" mapping="0" name="EM3" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM3full" phimin="0" phimax="64" priority="1" thresholdval="3" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="43" mapping="1" name="EM7" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM7full" phimin="0" phimax="64" priority="1" thresholdval="7" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="44" mapping="2" name="EM8VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="1" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="5" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="6" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="6" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="5" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM8VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="45" mapping="3" name="EM8I" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="EM8Ifull" phimin="0" phimax="64" priority="1" thresholdval="8" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="46" mapping="4" name="EM10VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="1" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-18" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="8" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="7" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="18" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="9" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="18" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM10VHfull" phimin="0" phimax="64" priority="2" thresholdval="10" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="47" mapping="5" name="EM12" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="48" mapping="6" name="EM13VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="12" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="11" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM13VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="49" mapping="7" name="EM15" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="EM15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="50" mapping="8" name="EM15VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="1" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-12" etamax="-9" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-9" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="9" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="9" etamax="12" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="12" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="14" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="13" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM15VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="51" mapping="9" name="EM15HI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM15HIfull" phimin="0" phimax="64" priority="1" thresholdval="15" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="52" mapping="10" name="EM18VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="16" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="15" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM18VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="53" mapping="11" name="EM20VH" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00001" name="EM20VHfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="54" mapping="12" name="EM20VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="1" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="18" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="17" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM20VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="55" mapping="13" name="EM22VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="1" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="20" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="19" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM22VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="56" mapping="14" name="EM24VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="1" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="22" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="21" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM24VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="57" mapping="15" name="EM26VHI" type="EM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="1" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="-17" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-17" etamax="-15" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-15" etamax="-14" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-14" etamax="-13" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-13" etamax="-11" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-11" etamax="-8" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-8" etamax="-7" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-7" etamax="0" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="28" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="0" etamax="7" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="28" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="7" etamax="8" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="8" etamax="11" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="26" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="11" etamax="13" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="13" etamax="14" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="24" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="14" etamax="15" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="23" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="15" etamax="17" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="25" type="EM" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="17" etamax="25" had_isolation="63" had_veto="99" isobits="00100" name="EM26VHIfull" phimin="0" phimax="64" priority="2" thresholdval="27" type="EM" window="0"/>
-      <Cable connector="CON1" input="SLOT7" name="EM2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="58" mapping="0" name="J12" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="59" mapping="1" name="J15" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="60" mapping="2" name="J15.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J15.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="61" mapping="3" name="J20" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="62" mapping="4" name="J25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="63" mapping="5" name="J25.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J25.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="25" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="64" mapping="6" name="J30" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="65" mapping="7" name="J40" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="66" mapping="8" name="J20.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="24" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="67" mapping="9" name="J30.0ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.0ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON0" input="SLOT8" name="JET1">
-        <Signal range_begin="27" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="68" mapping="10" name="J35.0ETA23" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J35.0ETA23full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-23" etamax="23" had_isolation="63" had_veto="63" name="J35.0ETA23full" phimin="0" phimax="64" priority="1" thresholdval="35" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="0" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="69" mapping="11" name="J40.0ETA25" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-25" etamax="25" had_isolation="63" had_veto="63" name="J40.0ETA25full" phimin="0" phimax="64" priority="1" thresholdval="40" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="2" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="70" mapping="12" name="J20.28ETA31" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="-28" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="28" etamax="31" had_isolation="63" had_veto="63" name="J20.28ETA31full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="4" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="71" mapping="13" name="J50" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J50full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="6" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="72" mapping="14" name="J75" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J75full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="8" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="73" mapping="15" name="J85" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J85full" phimin="0" phimax="64" priority="1" thresholdval="85" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="10" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="74" mapping="16" name="J100" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="12" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="75" mapping="17" name="J120" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J120full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J120full" phimin="0" phimax="64" priority="1" thresholdval="120" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="14" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="76" mapping="18" name="J400" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J400full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-31" etamax="31" had_isolation="63" had_veto="63" name="J400full" phimin="0" phimax="64" priority="1" thresholdval="400" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="16" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="77" mapping="19" name="J15.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J15.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="15" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="18" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="78" mapping="20" name="J20.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J20.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="20" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="20" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="79" mapping="21" name="J30.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J30.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="30" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="22" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="80" mapping="22" name="J50.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J50.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="50" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="24" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="81" mapping="23" name="J75.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J75.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="75" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="26" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="82" mapping="24" name="J100.31ETA49" type="JET" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="0" thresholdval="1023" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="-31" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <TriggerThresholdValue em_isolation="63" etamin="31" etamax="49" had_isolation="63" had_veto="63" name="J100.31ETA49full" phimin="0" phimax="64" priority="1" thresholdval="100" type="JET" window="8" windowSize="LARGE"/>
-      <Cable connector="CON1" input="SLOT8" name="JET2">
-        <Signal range_begin="28" range_end="29"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="83" mapping="0" name="LUCID_A" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Afull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="84" mapping="1" name="LUCID_C" type="LUCID" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="LUCID_Cfull" phimin="0" phimax="64" priority="0" thresholdval="650" type="LUCID" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="85" mapping="0" name="MBTS_A" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="86" mapping="1" name="MBTS_C" type="MBTS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C11full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C13full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C15full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C9full" phimin="0" phimax="64" priority="0" thresholdval="0" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="87" mapping="0" name="MBTS_A0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="88" mapping="1" name="MBTS_A1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="89" mapping="2" name="MBTS_A2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="90" mapping="3" name="MBTS_A3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="91" mapping="4" name="MBTS_A4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="92" mapping="5" name="MBTS_A5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="93" mapping="6" name="MBTS_A6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="94" mapping="7" name="MBTS_A7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="95" mapping="8" name="MBTS_A8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="96" mapping="9" name="MBTS_A10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="97" mapping="10" name="MBTS_A12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="98" mapping="11" name="MBTS_A14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_A14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="99" mapping="12" name="MBTS_C0" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C0full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="100" mapping="13" name="MBTS_C1" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C1full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="101" mapping="14" name="MBTS_C2" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C2full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="102" mapping="15" name="MBTS_C3" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C3full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="103" mapping="16" name="MBTS_C4" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C4full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="104" mapping="17" name="MBTS_C5" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C5full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="105" mapping="18" name="MBTS_C6" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C6full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="106" mapping="19" name="MBTS_C7" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C7full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="107" mapping="20" name="MBTS_C8" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C8full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="108" mapping="21" name="MBTS_C10" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C10full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="109" mapping="22" name="MBTS_C12" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C12full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="110" mapping="23" name="MBTS_C14" type="MBTSSI" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MBTS_C14full" phimin="0" phimax="64" priority="0" thresholdval="100" type="MBTSSI" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="111" mapping="0" name="MU4" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU4full" phimin="0" phimax="64" priority="0" thresholdval="4" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="1" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="112" mapping="1" name="MU6" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU6full" phimin="0" phimax="64" priority="0" thresholdval="6" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="4" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="113" mapping="2" name="MU10" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="7" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="114" mapping="3" name="MU11" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU11full" phimin="0" phimax="64" priority="0" thresholdval="11" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="10" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="115" mapping="4" name="MU15" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="13" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="116" mapping="5" name="MU20" type="MUON" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="MU20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="MUON" window="0"/>
-      <Cable connector="CON0" input="SLOT9" name="MUCTPI">
-        <Signal range_begin="16" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="117" mapping="0" name="NIML1A" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIML1Afull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="118" mapping="1" name="NIMLHCF" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMLHCFfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="119" mapping="2" name="AFP_NSC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="AFP_NSCfull" phimin="0" phimax="64" priority="0" thresholdval="50" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="120" mapping="3" name="AFP_FSC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="AFP_FSCfull" phimin="0" phimax="64" priority="0" thresholdval="50" type="NIM" window="0"/>
-      <Cable connector="CON2" input="SLOT9" name="NIM1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="121" mapping="12" name="NIMTGC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTGCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="122" mapping="13" name="NIMRPC" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMRPCfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="123" mapping="14" name="NIMTRT" type="NIM" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="NIMTRTfull" phimin="0" phimax="64" priority="0" thresholdval="40" type="NIM" window="0"/>
-      <Cable connector="CON3" input="SLOT9" name="NIM2">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="124" mapping="0" name="HA8" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA8full" phimin="0" phimax="64" priority="1" thresholdval="8" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="125" mapping="1" name="HA12" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA12full" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="126" mapping="2" name="HA12IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA12ILfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="127" mapping="3" name="HA12IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA12IMfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="128" mapping="4" name="HA12IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA12ITfull" phimin="0" phimax="64" priority="1" thresholdval="12" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="129" mapping="5" name="HA15" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA15full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="130" mapping="6" name="HA20" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA20full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="131" mapping="7" name="HA20IL" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00001" name="HA20ILfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON2" input="SLOT7" name="TAU1">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="132" mapping="8" name="HA20IM" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00010" name="HA20IMfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="0" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="133" mapping="9" name="HA20IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA20ITfull" phimin="0" phimax="64" priority="1" thresholdval="20" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="3" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="134" mapping="10" name="HA25" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA25full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="6" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="135" mapping="11" name="HA25IT" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00100" name="HA25ITfull" phimin="0" phimax="64" priority="1" thresholdval="25" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="9" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="136" mapping="12" name="HA30" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA30full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="12" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="137" mapping="13" name="HA40" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA40full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="15" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="138" mapping="14" name="HA60" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA60full" phimin="0" phimax="64" priority="1" thresholdval="60" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="18" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="3" id="139" mapping="15" name="HA100" type="TAU" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="99" isobits="00000" name="HA100full" phimin="0" phimax="64" priority="1" thresholdval="100" type="TAU" window="0"/>
-      <Cable connector="CON3" input="SLOT7" name="TAU2">
-        <Signal range_begin="21" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="140" mapping="0" name="TE5" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5full" phimin="0" phimax="64" priority="0" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="141" mapping="1" name="TE10" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="142" mapping="2" name="TE15" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE15full" phimin="0" phimax="64" priority="0" thresholdval="15" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="143" mapping="3" name="TE20" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="144" mapping="4" name="TE25" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE25full" phimin="0" phimax="64" priority="0" thresholdval="25" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="145" mapping="5" name="TE30" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="146" mapping="6" name="TE40" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="147" mapping="7" name="TE70" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="148" mapping="8" name="TE5.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE5.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE5.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="5" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="0" range_end="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="149" mapping="9" name="TE10.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE10.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="10" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="1" range_end="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="150" mapping="10" name="TE15.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE15.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE15.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="15" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="2" range_end="2"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="151" mapping="11" name="TE20.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE20.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="20" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="3" range_end="3"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="152" mapping="12" name="TE25.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE25.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE25.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="25" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="4" range_end="4"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="153" mapping="13" name="TE30.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE30.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="30" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="5" range_end="5"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="154" mapping="14" name="TE40.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE40.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="40" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="6" range_end="6"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="155" mapping="15" name="TE70.0ETA24" type="TE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="TE70.0ETA24full" phimin="0" phimax="64" priority="0" thresholdval="32767" type="TE" window="0"/>
-      <TriggerThresholdValue em_isolation="63" etamin="-24" etamax="24" had_isolation="63" had_veto="63" name="TE70.0ETA24full" phimin="0" phimax="64" priority="1" thresholdval="70" type="TE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="7" range_end="7"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="156" mapping="0" name="900INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="157" mapping="1" name="800INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="158" mapping="2" name="700INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="159" mapping="3" name="500INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="160" mapping="4" name="400INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="161" mapping="5" name="300INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="162" mapping="6" name="200INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="163" mapping="7" name="100INVM9999-AJ30s6-AJ20s6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="164" mapping="9" name="HT150-J20s5.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="165" mapping="10" name="HT190-J15s5.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="166" mapping="11" name="1INVM5-EMs1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="167" mapping="12" name="1INVM5-EM7s1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="12" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="168" mapping="13" name="1INVM5-EM12s1-EMs6" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="169" mapping="14" name="05MINDPHI-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="170" mapping="15" name="400INVM9999-AJ30s6.ETA31-AJ20s6.31ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="171" mapping="18" name="1DISAMB-EM15his2-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="172" mapping="19" name="1DISAMB-J25ab-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="173" mapping="20" name="2INVM9-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="174" mapping="22" name="2INVM8-ONEBARREL-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="175" mapping="24" name="5DETA99-5DPHI99-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="176" mapping="25" name="5DETA99-5DPHI99-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="177" mapping="26" name="1DISAMB-TAU20abi-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="178" mapping="27" name="0DR28-MU10ab-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="179" mapping="28" name="0DETA20-0DPHI20-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="28" range_end="28" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="180" mapping="31" name="DISAMB-0DR28-EM15his2-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="181" mapping="32" name="05MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="0" range_end="0" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="182" mapping="33" name="25MT-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="1" range_end="1" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="183" mapping="35" name="35MT-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="184" mapping="37" name="10MINDPHI-J20s2-XE30" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="185" mapping="38" name="10MINDPHI-J20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="186" mapping="39" name="100RATIO-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="187" mapping="40" name="NOT-0MATCH-TAU30si2-EMall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="188" mapping="41" name="LAR-EM50s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="189" mapping="42" name="LAR-J100s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="190" mapping="43" name="NOT-02MATCH-EM10s1-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="191" mapping="45" name="35MT-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="13" range_end="13" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="192" mapping="46" name="15MINDPHI-EM12s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="14" range_end="14" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="193" mapping="47" name="15MINDPHI-EM15s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="15" range_end="15" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="194" mapping="48" name="DISAMB-30INVM-EM20his2-TAU12ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="195" mapping="52" name="0DR22-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="196" mapping="53" name="7INVM15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="197" mapping="54" name="0DR22-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="198" mapping="55" name="0DR15-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="199" mapping="56" name="0DR24-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="200" mapping="57" name="0DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="201" mapping="58" name="2INVM9-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="202" mapping="59" name="2INVM9-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON1" input="CTPCORE" name="TOPO1">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="203" mapping="64" name="05MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="0" range_end="0" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="204" mapping="65" name="10MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="1" range_end="1" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="205" mapping="66" name="15MINDPHI-AJj10s6-XE0" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="2" range_end="2" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="206" mapping="67" name="0DR04-MU4ab-CJ15ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="207" mapping="68" name="0DR04-MU4ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="208" mapping="69" name="0DR04-MU4ab-CJ30ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="209" mapping="70" name="0DR04-MU6ab-CJ20ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="210" mapping="71" name="0DR04-MU6ab-CJ25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="211" mapping="72" name="10MINDPHI-CJ20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="8" range_end="8" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="212" mapping="73" name="0DR24-2CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="213" mapping="75" name="MULT-CMU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="11" range_end="12" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="2" id="214" mapping="77" name="MULT-CMU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="13" range_end="14" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="215" mapping="80" name="KF-XE40-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="216" mapping="81" name="KF-XE50-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="217" mapping="82" name="KF-XE55-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="218" mapping="83" name="KF-XE60-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="219" mapping="84" name="KF-XE65-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="220" mapping="85" name="KF-XE75-AJall" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="221" mapping="86" name="0MATCH-4AJ20.ETA31-4AJj15.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="222" mapping="87" name="HT190-AJ15all.ETA21" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="223" mapping="88" name="HT150-AJ20all.ETA31" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="224" mapping="89" name="HT150-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="225" mapping="90" name="HT20-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="226" mapping="93" name="05RATIO-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="227" mapping="95" name="90RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="0"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="228" mapping="99" name="0DETA04-EM8abi-MU10ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="3" range_end="3" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="229" mapping="100" name="0DETA04-EM15abi-MUab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="4" range_end="4" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="230" mapping="101" name="0DR24-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="5" range_end="5" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="231" mapping="102" name="0DPHI03-EM8abi-MU10ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="6" range_end="6" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="232" mapping="103" name="2INVM8-CMU4ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="7" range_end="7" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="233" mapping="104" name="0DPHI03-EM15abi-MUab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="8" range_end="8" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="234" mapping="105" name="10MINDPHI-AJ20s2-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="9" range_end="9" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="235" mapping="106" name="LATE-MU10s1" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="10" range_end="10" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="236" mapping="107" name="SC111-CJ15ab.ETA26" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="11" range_end="11" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="237" mapping="108" name="SC85-CJ15ab.ETA26" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="12" range_end="12" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="238" mapping="112" name="250RATIO2-XE0-HT0-AJj15all.ETA49" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="16" range_end="16" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="239" mapping="113" name="10MINDPHI-J20ab-XE50" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="17" range_end="17" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="240" mapping="114" name="0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="18" range_end="18" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="241" mapping="115" name="1DISAMB-J25ab-0DR28-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="19" range_end="19" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="242" mapping="116" name="1DISAMB-TAU12abi-J25ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="20" range_end="20" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="243" mapping="117" name="0DR10-MU10ab-MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="21" range_end="21" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="244" mapping="118" name="2DR99-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="22" range_end="22" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="245" mapping="119" name="0DR34-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="23" range_end="23" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="246" mapping="120" name="2DR15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="24" range_end="24" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="247" mapping="121" name="0DR15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="25" range_end="25" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="248" mapping="122" name="0DR25-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="26" range_end="26" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="249" mapping="123" name="1DISAMB-J25ab-0DR25-TAU20abi-TAU12abi" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="27" range_end="27" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="250" mapping="124" name="8INVM15-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="28" range_end="28" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="251" mapping="125" name="8INVM15-2MU6ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="29" range_end="29" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="252" mapping="126" name="2INVM8-2MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="30" range_end="30" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="253" mapping="127" name="2INVM8-MU6ab-MU4ab" type="TOPO" input="ctpcore" version="1">
-      <Cable connector="CON2" input="CTPCORE" name="TOPO2">
-        <Signal range_begin="31" range_end="31" clock="1"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="254" mapping="0" name="XE10" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE10full" phimin="0" phimax="64" priority="0" thresholdval="10" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="255" mapping="1" name="XE20" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="256" mapping="2" name="XE25" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE25full" phimin="0" phimax="64" priority="0" thresholdval="25" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="257" mapping="3" name="XE30" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="258" mapping="4" name="XE35" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE35full" phimin="0" phimax="64" priority="0" thresholdval="35" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="259" mapping="5" name="XE40" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="260" mapping="6" name="XE45" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="261" mapping="7" name="XE50" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XE" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="262" mapping="8" name="XE55" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="8" range_end="8"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="263" mapping="9" name="XE60" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="9" range_end="9"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="264" mapping="10" name="XE65" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="10" range_end="10"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="265" mapping="11" name="XE70" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE70full" phimin="0" phimax="64" priority="0" thresholdval="70" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="11" range_end="11"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="266" mapping="12" name="XE75" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE75full" phimin="0" phimax="64" priority="0" thresholdval="75" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="12" range_end="12"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="267" mapping="13" name="XE80" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE80full" phimin="0" phimax="64" priority="0" thresholdval="80" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="13" range_end="13"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="268" mapping="14" name="XE150" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE150full" phimin="0" phimax="64" priority="0" thresholdval="150" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="14" range_end="14"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="269" mapping="15" name="XE300" type="XE" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XE300full" phimin="0" phimax="64" priority="0" thresholdval="300" type="XE" window="0"/>
-      <Cable connector="CON3" input="SLOT8" name="EN2">
-        <Signal range_begin="15" range_end="15"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="270" mapping="0" name="XS20" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS20full" phimin="0" phimax="64" priority="0" thresholdval="20" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="16" range_end="16"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="271" mapping="1" name="XS30" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS30full" phimin="0" phimax="64" priority="0" thresholdval="30" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="17" range_end="17"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="272" mapping="2" name="XS40" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS40full" phimin="0" phimax="64" priority="0" thresholdval="40" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="18" range_end="18"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="273" mapping="3" name="XS45" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS45full" phimin="0" phimax="64" priority="0" thresholdval="45" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="19" range_end="19"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="274" mapping="4" name="XS50" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS50full" phimin="0" phimax="64" priority="0" thresholdval="50" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="20" range_end="20"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="275" mapping="5" name="XS55" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS55full" phimin="0" phimax="64" priority="0" thresholdval="55" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="21" range_end="21"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="276" mapping="6" name="XS60" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS60full" phimin="0" phimax="64" priority="0" thresholdval="60" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="22" range_end="22"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="277" mapping="7" name="XS65" type="XS" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="XS65full" phimin="0" phimax="64" priority="0" thresholdval="65" type="XS" window="0"/>
-      <Cable connector="CON2" input="SLOT8" name="EN1">
-        <Signal range_begin="23" range_end="23"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="278" mapping="0" name="ZB_EM15" type="ZB" input="ctpin" seed="EM15" seed_multi="1" bcdelay="3564" version="1">
-      <Cable connector="CON0" input="SLOT7" name="EM1">
-        <Signal range_begin="30" range_end="30"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="279" mapping="0" name="ZDC_A" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Afull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="25" range_end="25"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="280" mapping="1" name="ZDC_C" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_Cfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="26" range_end="26"/>
-      </Cable>
-    </TriggerThreshold>
-    <TriggerThreshold active="1" bitnum="1" id="281" mapping="2" name="ZDC_AND" type="ZDC" input="ctpin" version="1">
-      <TriggerThresholdValue em_isolation="63" etamin="-49" etamax="49" had_isolation="63" had_veto="63" name="ZDC_ANDfull" phimin="0" phimax="64" priority="0" thresholdval="250" type="ZDC" window="0"/>
-      <Cable connector="CON1" input="SLOT9" name="CTPCAL">
-        <Signal range_begin="27" range_end="27"/>
-      </Cable>
-    </TriggerThreshold>
-  </TriggerThresholdList>
-  <Random name0="Random0" cut0="1" name1="Random1" cut1="1" name2="Random2" cut2="1" name3="Random3" cut3="1"/>
-  <BunchGroupSet name="Physics" menuPartition="0">
-    <BunchGroup internalNumber="0" name="BCRVeto">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="1" name="Paired">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="2" name="CalReq"/>
-    <BunchGroup internalNumber="3" name="Empty"/>
-    <BunchGroup internalNumber="4" name="IsolatedUnpaired"/>
-    <BunchGroup internalNumber="5" name="NonIsolatedUnpaired"/>
-    <BunchGroup internalNumber="6" name="EmptyAfterPaired"/>
-    <BunchGroup internalNumber="7" name="InTrain">
-      <Bunch bunchNumber="1"/>
-    </BunchGroup>
-    <BunchGroup internalNumber="8" name="AbortGapNotCalReq"/>
-    <BunchGroup internalNumber="9" name="VdM"/>
-    <BunchGroup internalNumber="10" name="ALFA"/>
-    <BunchGroup internalNumber="11" name="EmptyBeforePaired"/>
-    <BunchGroup internalNumber="12" name="EmptyAndPaired"/>
-    <BunchGroup internalNumber="13" name="NotUsed"/>
-    <BunchGroup internalNumber="14" name="NotUsed"/>
-    <BunchGroup internalNumber="15" name="NotUsed"/>
-  </BunchGroupSet>
-  <PrescaledClock clock1="10" clock2="100" name="psc01"/>
-  <CaloInfo name="CaloInfo" global_em_scale="2" global_jet_scale="1">
-    <METSignificance xeMin="11" xeMax="63" teSqrtMin="4" teSqrtMax="63" xsSigmaScale="1150" xsSigmaOffset="1640"/>
-    <Isolation thrtype="HAIsoForEMthr">
-      <Parametrization isobit="1" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-2" slope="230" mincut="10" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForEMthr">
-      <Parametrization isobit="1" offset="0" slope="0" mincut="0" upperlimit="0" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="-18" slope="80" mincut="20" upperlimit="50" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <Isolation thrtype="EMIsoForTAUthr">
-      <Parametrization isobit="1" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="2" offset="20" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="3" offset="15" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="4" offset="40" slope="0" mincut="0" upperlimit="124" etamin="-49" etamax="49" priority="0"/>
-      <Parametrization isobit="5" offset="30" slope="100" mincut="0" upperlimit="60" etamin="-49" etamax="49" priority="0"/>
-    </Isolation>
-    <MinimumTOBPt thrtype="EM" ptmin="3" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="TAU" ptmin="8" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETS" window="4" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-    <MinimumTOBPt thrtype="JETL" window="8" ptmin="12" etamin="-49" etamax="49" priority="0"/>
-  </CaloInfo>
-  <MuctpiInfo name="muctpi" low_pt="1" high_pt="1" max_cand="13"/>
-</LVL1Config>
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/doc/packagedoc.h b/Trigger/TriggerCommon/TriggerMenuXML/doc/packagedoc.h
deleted file mode 100644
index 3741b88a03be08cf404bca7f8ce19476f8f0d503..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/doc/packagedoc.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
-*/
-/*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-*/
-
-/**
-
-
-
-@page TriggerMenuXML_page 
-
-@section TriggerMenuXML_TrigerMenuPythonIntro Introduction
-
-This package contains only fozen trigger configurations in XML files.
-This files are meant to be used during productions. They should be for low/high luminosities.
-
-
-
-*/
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/scripts/CreateTriggerMenuXML.sh b/Trigger/TriggerCommon/TriggerMenuXML/scripts/CreateTriggerMenuXML.sh
deleted file mode 100755
index 48763e037b32b80c457e8e10627bc43e21c661fb..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/scripts/CreateTriggerMenuXML.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/usr/bin/env zsh
-# Script to generate generate the trigger menu XML files
-#
-
-if [ $# -ne 1 ]; then
-    echo "Syntax:" `basename $0` "<menu>"
-    echo "e.g." `basename $0` "Physics_pp_v4"
-    exit 1
-fi
-
-menu=$1
-jo=TriggerMenuXML/runHLT_forXMLgeneration.py
-release=`python -c "from TriggerJobOpts import TriggerFlags; print(TriggerFlags.menuVersion().get_Value())" | tail -1`
-logfile=${menu}.log
-origdir=`pwd -P`
-
-
-# Temporary run directory and cleanup traps in case of termination
-rundir=`mktemp -t -d tmxml.${menu}.XXXXXXXXXX`
-cd $rundir
-TRAPINT() {
-    rm -rf $rundir
-    return 130 # 128+SIGINT
-}
-TRAPTERM() {
-    rm -rf $rundir
-    return 143 # 128+SIGTERM
-}
-
-
-echo "CreateTriggerMenuXML: *** Building menu $menu for $release ***"
-
-athena.py -c "TriggerMenuSetup='$menu'" TriggerMenuXML/runHLT_forXMLgeneration.py  2>&1  >&!  $logfile
-athena_exit=$?
-cp $logfile ${origdir}
-if [ $athena_exit -eq 0 ]; then
-    echo "CreateTriggerMenuXML: *** $menu DONE | Exit code: $athena_exit | Log: $logfile ***"
-else
-    echo "CreateTriggerMenuXML: *** $menu FAILED | Exit code: $athena_exit | Log: $logfile ***"
-fi
-
-
-if [[ -e outputLVL1config.xml ]]; then
-    cp outputLVL1config.xml ${origdir}/LVL1config_${menu}_${release}.xml
-    cp outputHLTconfig.xml ${origdir}/HLTconfig_${menu}_${release}.xml
-fi
-
-#this gives some more sensitivity to hidden problems
-grep --colour ERROR $logfile
-grep --colour -A 100 "Shortened traceback" $logfile
-
-cd $origdir
-rm -rf $rundir
-exit $athena_exit
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/scripts/PSXMLGetFromDB.sh b/Trigger/TriggerCommon/TriggerMenuXML/scripts/PSXMLGetFromDB.sh
deleted file mode 100755
index 50708f92ec1cd7cd3403a1e916e4beec143180a3..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/scripts/PSXMLGetFromDB.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-if [[ "$AtlasProject" == "AtlasP1HLT" || "$AtlasProject" == "AtlasCAFHLT" || "$AtlasProject" == "AtlasTestHLT" ]]; then
-
-    get_files -scripts cnvXML.py
-    get_files -xmls TriggerCosts_1e33.xml
-
-    #export NICOS_ATLAS_RELEASE=16.1.1.2
-
-    if [[ "$NICOS_ATLAS_RELEASE" != "" ]]; then
-        release=$NICOS_ATLAS_RELEASE
-    else
-        release=0
-    fi
-
-    useDB=False
-
-#All files taken from MC DB (L1 only hence no HLT ps given)
-#python ../scripts/TriggerMenuXML-rules-download.py 100,500,1000,1500,2000 ${release} ${useDB}
-
-fi
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/scripts/TriggerMenuXML-rules-download.py b/Trigger/TriggerCommon/TriggerMenuXML/scripts/TriggerMenuXML-rules-download.py
deleted file mode 100644
index 3b7bd86012cc82e0ece03de679720430b84a8872..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/scripts/TriggerMenuXML-rules-download.py
+++ /dev/null
@@ -1,74 +0,0 @@
-#!/usr/bin/env python2.6
-
-# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
-import os
-import sys
-import commands
-import shlex
-
-#this is needed to get xml files from the release
-nightlyPaths=os.environ['XMLPATH'].split(':')
-for p in nightlyPaths:
-    if os.path.exists(p+"/TriggerMenuXML/") is True:
-        TriggerMenuXMLPath=p+"/TriggerMenuXML/"
-        print "TriggerMenuXML directory is found in "+TriggerMenuXMLPath
-        success = True
-        break
-    else:
-        success = False
-
-release  = sys.argv[2]
-if release is '0':
-    from TriggerJobOpts.TriggerFlags import TriggerFlags
-    release=TriggerFlags.menuVersion()
-
-#useDB = sys.argv[3]
-if sys.argv[3] is "True":
-    useDB=True
-else:
-    useDB=False
-    
-print 'DB status: ', useDB
-
-menu_tag = 'Physics_pp_v2'
-rate_file='TriggerCosts_1e33.xml'
-
-lvl1_file=TriggerMenuXMLPath+'LVL1config_'+menu_tag+'_'+release+'.xml'
-hlt_file=TriggerMenuXMLPath+'HLTconfig_'+menu_tag+'_'+release+'.xml'
-
-print 'LVL1 file:', lvl1_file
-print 'HLT file:', hlt_file
-
-if useDB:
-    command="RuleClasses --run_type=%s --download='Physics_pp_v2_RULES.py' --active" %(menu_tag)
-    RuleClasses.main(shlex.split(command), [])
-    rule_file='Physics_pp_v2_RULES'
-else:
-    rule_file='TrigMenuRulebook.Physics_pp_v2_rules'
-
-print 'Rule book: ', rule_file
-
-lumi_list  = []
-lumi_list  = sys.argv[1].split(",")
-
-for lumi_point in lumi_list:
-    print "*** Running:", lumi_point
-    
-    os.system("pwd")
-    # example of usage a new rate rule book
-    command2="processRules.py --rulebook=%s --target_lumi=%s --rates-xml=%s --lvl1-xml=%s --hlt-xml=%s --use_lowest_rule -v1" %(rule_file, lumi_point, rate_file, lvl1_file, hlt_file)
-    thisargs = sys.argv
-    sys.argv = shlex.split(command2)
-    import TrigMenuRulebook.processRules
-    status = TrigMenuRulebook.processRules.main()
-    sys.argv = thisargs
-    print "Converting xml files"
-    command3="python cnvXML.py \
-        --lv1xml=%s\
-        --hltxml=%s \
-        --ps_name=%s'_'%s'e30_'%s \
-        --ps_xml='prescales'%s'.xml'" %(lvl1_file, hlt_file, menu_tag, lumi_point, release, lumi_point)
-    os.system(command3)
-
-#copy output files to ../data
-os.system("mv RuleBook*PS*xml ../data/")
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/scripts/XMLDumperFromAthena.sh b/Trigger/TriggerCommon/TriggerMenuXML/scripts/XMLDumperFromAthena.sh
deleted file mode 100755
index c47c0a8f632f7a9bef60b9681b46aa98a8d8defc..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/scripts/XMLDumperFromAthena.sh
+++ /dev/null
@@ -1,113 +0,0 @@
-#!/usr/bin/env bash
-#
-# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
-#
-# Script to generate the trigger menu XML files
-#
-
-help() {
-    echo "Syntax: XMLDumperFromAthena.sh [-r VERSION] MENU [DEST]"
-}
-
-if [ $# -lt 1 ]; then
-    help
-    exit 0
-fi
-
-while true; do
-    case "$1" in
-        -r)
-            release=$2
-            shift 2
-            ;;
-        -h)
-            help
-            exit 0
-            ;;
-        -*)
-            echo "Invalid parameter"
-            exit 1
-            ;;
-        *)
-            break
-    esac
-done
-
-# Fail on errors:
-set -e
-
-if [ -z ${PYTHONDONTWRITEBYTE+x} ]; then export PYTHONDONTWRITEBYTECODE=1; fi # don't write .pyc files, keep source directory clean
-
-menu=$1
-dest=$2
-if [ -z "$dest" ]; then
-    dest=$PWD
-fi
-
-# Get absolute path name
-dest=`cd $dest; pwd`
-
-jo=TriggerMenuXML/runHLT_forXMLgeneration.py
-if [ -z "$release" ]; then
-    release=${AtlasVersion}    # for interactive use
-fi
-
-# Temporary run directroy and cleanup traps in case of termination
-rundir=`mktemp -t -d tmxml.${menu}.XXXXXXXXXX`
-TRAPINT() {
-    rm -rf $rundir
-    return 130 # 128+SIGINT
-}
-TRAPTERM() {
-    rm -rf $rundir
-    return 143 # 128+SIGTERM
-}
-
-## menu generation starts here
-echo "XMLDumperFromAthena: Building menu: ${menu} for ${release}"
-logfiletopo=topo${menu}.log
-logfile=${menu}.log
-cd $rundir
-
-# L1Topo config file
-generateL1TopoMenu.py $menu 2>&1 > $logfiletopo
-cp L1Topoconfig_*.xml ${dest}
-rename _${release}.xml .xml L1Topoconfig_*.xml
-cp L1Topoconfig_*.xml ${dest}
-
-# From here on out, handle errors "manually".
-set +e
-
-# L1 + HLT config file
-if [ -z "$TMXML_DEBUG" ]; then
-    MSGLVL=""
-else
-    MSGLVL="-lDEBUG"
-fi
-athena.py $MSGLVL -c "TriggerMenuSetup='$menu'" $jo 2>&1 > $logfile
-athena_exit=$?
-
-cp $logfile $logfiletopo ${dest}
-if [ $athena_exit -eq 0 ]; then
-    echo "XMLDumperFromAthena: $menu DONE | Exit code: $athena_exit | Log: $dest/$logfile"
-else
-    echo "XMLDumperFromAthena: $menu FAILED | Exit code: $athena_exit | Log: $dest/$logfile"
-fi
-
-if [[ -e outputLVL1config.xml ]]; then
-    cp outputLVL1config.xml ${dest}/LVL1config_${menu}_${release}.xml
-    cp outputHLTconfig.xml ${dest}/HLTconfig_${menu}_${release}.xml
-    cp outputLVL1config.xml ${dest}/LVL1config_${menu}.xml
-fi
-
-#this gives some more sensitivity to hidden problems
-grep --colour ERROR ${dest}/$logfile
-grep --colour -A 100 "Shortened traceback" ${dest}/$logfile
-
-rm -rf $rundir
-
-# Do not return real athena exit code as we want to pretend everything was fine
-unset PYTHONDONTWRITEBYTECODE
-
-# Return with Athena's result.
-exit ${athena_exit}
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/scripts/XMLDumperFromDB.sh b/Trigger/TriggerCommon/TriggerMenuXML/scripts/XMLDumperFromDB.sh
deleted file mode 100755
index 823c38d2ec94f47d44d327ef609341582f7c3654..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/scripts/XMLDumperFromDB.sh
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/bash
-
-echo 'XMLDumperFromDB.sh:    Reading menu from the TriggerDB'
-
-
-if [[ -e TriggerTool.jar ]]; then
-    echo "XMLDumperFromDB.sh:    TriggerTool.jar already exists. Setting up environment."
-    source /afs/cern.ch/sw/lcg/external/Java/bin/setup.sh
-    export _JAVA_OPTIONS="-Xms256m -Xmx1048m"
-else
-    source /afs/cern.ch/sw/lcg/external/Java/bin/setup.sh
-    echo "XMLDumperFromDB.sh:    Getting TriggerTool"
-    get_files -data -symlink TriggerTool.jar
-    export _JAVA_OPTIONS="-Xms256m -Xmx1048m"
-fi
-
-#download from data-base
-echo "XMLDumperFromDB.sh:    Downloading L1 files from MC DB (SMK = $1, L1 PSK = $2) ..." 
-export DBConn="oracle://ATLAS_CONFIG/ATLAS_CONF_TRIGGER_MC"
-
-java -jar TriggerTool.jar -down -k $1 -l1psk $2 -dbConn $DBConn > XMLdumplog_$1_$2
-
-if [[ -e LVL1Menu_$1_$2.xml ]]; then
-    echo "XMLDumperFromDB.sh:    Moving LVL1Menu_$1_$2.xml ../data/LVL1config_$3.xml" 
-    mv LVL1Menu_$1_$2.xml ../data/LVL1config_$3.xml
-    echo "XMLDumperFromDB.sh:    Dump log in ../$CMTCONFIG/XMLdumplog_$1_$2" 
-    mv XMLdumplog_$1_$2 ../$CMTCONFIG
-else
-    echo "XMLDumperFromDB.sh:    ERROR: something went wrong with the DB download. Please, see a logfile in ../$CMTCONFIG/XMLdumplog_$1_$2"
-fi
-
-echo "XMLDumperFromDB.sh:    ------------------------------------------------------------------------------------------------------------"
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/scripts/XMLGetFromDB.sh b/Trigger/TriggerCommon/TriggerMenuXML/scripts/XMLGetFromDB.sh
deleted file mode 100755
index 01c33445c17d9cd5c9ebf011e7defca2cd61126d..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/scripts/XMLGetFromDB.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-#../scripts/XMLDumperFromDB.sh 369 388 526 Cosmic_v1_FieldOff
-#ln -s /afs/cern.ch/atlas/project/database/DBREL/packaging/DBRelease/current/triggerDB triggerDB
-
-#export DISPLAY=""
-
-#All files taken from MC DB (L1 only hence no HLT ps given)
-#../scripts/XMLDumperFromDB.sh 34 19 lumi1E31_14.5.0 
-#../scripts/XMLDumperFromDB.sh 35 20 lumi1E31_15.0.0 
-../scripts/XMLDumperFromDB.sh 36 21 Physics_lumi1E31_15.4.0 
-../scripts/XMLDumperFromDB.sh 37 22 Physics_lumi1E31_15.5.0 
-../scripts/XMLDumperFromDB.sh 46 31 Physics_lumi1E31_simpleL1Calib_15.5.2
-../scripts/XMLDumperFromDB.sh 135 74 Physics_HI_v1_15.6.9
diff --git a/Trigger/TriggerCommon/TriggerMenuXML/share/runHLT_forXMLgeneration.py b/Trigger/TriggerCommon/TriggerMenuXML/share/runHLT_forXMLgeneration.py
deleted file mode 100644
index a068a96e1ffea146ee54b24e408f141513f8e105..0000000000000000000000000000000000000000
--- a/Trigger/TriggerCommon/TriggerMenuXML/share/runHLT_forXMLgeneration.py
+++ /dev/null
@@ -1,80 +0,0 @@
-######################################################################################
-# Minimal job options to generate the trigger menu XML files
-# DO NOT USE THESE JOB OPTIONS TO RUN THE TRIGGER
-#
-from AthenaCommon.Logging import logging
-log = logging.getLogger('runHLT_forXMLgeneration.py')
-
-from AthenaCommon.AthenaCommonFlags import athenaCommonFlags
-from AthenaCommon.GlobalFlags import globalflags
-from AthenaConfiguration.AllConfigFlags import ConfigFlags
-
-# Running Run-2 Trigger configuration
-ConfigFlags.Trigger.EDMVersion = 2
-
-# Input file is only needed so that TileCal picks up the correct cabling according to the year
-athenaCommonFlags.FilesInput=["/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data18_13TeV.00360026.physics_EnhancedBias.merge.RAW._lb0151._SFO-1._0001.1"]
-athenaCommonFlags.BSRDOInput=[]
-athenaCommonFlags.PoolRDOInput=[]
-athenaCommonFlags.isOnline = True
-globalflags.InputFormat='bytestream'
-globalflags.DataSource='data'
-
-# in Standalone mode, don't allow any configuration errors
-athenaCommonFlags.AllowIgnoreConfigError = False
-
-from RecExConfig.RecFlags import rec
-rec.doESD=False
-rec.doAOD=False
-rec.doWriteESD=False
-rec.doWriteAOD=False
-rec.doWriteTAG=False
-rec.doTruth=False
-rec.doCBNT=False
-rec.doTrigger=True
-rec.AutoConfiguration.set_Value_and_Lock([])
-
-from TriggerJobOpts.TriggerFlags import TriggerFlags
-TriggerFlags.outputLVL1configFile="outputLVL1config.xml"
-TriggerFlags.outputHLTconfigFile="outputHLTconfig.xml"
-TriggerFlags.readHLTconfigFromXML=False
-TriggerFlags.readLVL1configFromXML=False
-TriggerFlags.enableMonitoring = [ 'Time' ]
-
-# Do not configure L1 simulation
-TriggerFlags.doLVL1=False
-
-#------------ This is for ATN/RTT tests only ---------
-TriggerFlags.triggerMenuSetup = 'default'
-if 'TriggerMenuSetup' in dir():
-   if TriggerMenuSetup in TriggerFlags.triggerMenuSetup.allowedValues:
-      TriggerFlags.triggerMenuSetup = TriggerMenuSetup
-      log.info('Overwriting menu: %s' % TriggerFlags.triggerMenuSetup())
-   else:
-      # The "> Warning:" string is important to recognize this as build warning in NICOS
-      log.error('--> Warning: Menu %s not available in this version of TriggerMenu. Skipping...' % TriggerMenuSetup)
-      theApp.exit()
-
-if 'L1PrescaleSet' in dir():
-   TriggerFlags.L1PrescaleSet = L1PrescaleSet
-if 'HLTPrescaleSet' in dir():
-   TriggerFlags.HLTPrescaleSet = HLTPrescaleSet
-if 'PrescaleSet' in dir():
-   log.info('Prescaleset: %s' % PrescaleSet)
-   if PrescaleSet == 'None':
-      TriggerFlags.L1PrescaleSet = 'None'
-      TriggerFlags.HLTPrescaleSet = 'None'
-   elif PrescaleSet == '':
-      TriggerFlags.L1PrescaleSet = ''
-      TriggerFlags.HLTPrescaleSet = ''
-   else:
-      TriggerFlags.L1PrescaleSet = 'L1'+ PrescaleSet
-      TriggerFlags.HLTPrescaleSet = 'HLT'+ PrescaleSet
-
-#-----------------------------------------------------------
-HLTOutputLevel=INFO
-include("TriggerJobOpts/Trigger_topOptions_standalone.py")
-#-----------------------------------------------------------
-
-log.info("Trigger menu generation done. Exiting...")
-theApp.exit()